2023-02-01 08:18:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 31 14:11:40 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
|
|
|
|
- updated to 0.21
|
|
|
|
see /usr/share/doc/packages/perl-Net-Pcap/Changes
|
|
|
|
|
|
|
|
0.21 - 2023-01-19 - Max Maischein (CORION)
|
|
|
|
[Configure]
|
|
|
|
- Avoid implicit ints during feature probing
|
|
|
|
This is required for compatibility with future compilers as (for example)
|
|
|
|
Fedora is moving to stricter C compiler versions.
|
|
|
|
This is merely a cleanup of the C code probing for Pcap functionality,
|
|
|
|
no need to upgrade.
|
|
|
|
[Code]
|
|
|
|
- use "our" for global variable declaration
|
|
|
|
- Don't inherit from Exporter anymore
|
|
|
|
This might break modules that rely on Net::Pcap isa Exporter, but that
|
|
|
|
was never documented.
|
|
|
|
0.20 - 2021-12-17 - Max Maischein (CORION)
|
|
|
|
[Bugfixes]
|
|
|
|
- CPAN RT #118727 Spelling fixes
|
|
|
|
Reported by Gregor Herrmann
|
|
|
|
|
2022-11-23 17:03:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 22 19:57:04 UTC 2022 - Pedro Monreal <pmonreal@suse.com>
|
|
|
|
|
|
|
|
- Add missing dependencies for pcapdump [bsc#1201615]
|
|
|
|
- Remove patch not applied and not mentioned in the changelog.
|
|
|
|
* perl-Net-Pcap-avoid-pcap_rmtauth-redefinition.patch
|
|
|
|
|
2022-08-24 12:22:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 24 09:12:32 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
|
|
|
|
- updated to 0.20
|
|
|
|
see /usr/share/doc/packages/perl-Net-Pcap/Changes
|
|
|
|
|
|
|
|
0.19 - 2021-11-27 - Max Maischein (CORION)
|
|
|
|
[Bugfixes]
|
|
|
|
- CPAN RT #127685 Restore compilation with libpcap 1.9+
|
|
|
|
This incorporates the RedHat patch from
|
|
|
|
|
|
|
|
https://www.cpan.org/authors/id/S/SR/SREZIC/patches/Net-Pcap-0.18-RT127685-RH1485429.patch
|
|
|
|
|
|
|
|
and guards it with the newly introduced version #define
|
|
|
|
- GH #9, CPAN RT #117831 , CPAN RT #125352 Too strict test for
|
|
|
|
error message from libpcap
|
|
|
|
Fix contributed by KENTNL
|
|
|
|
|
2018-11-13 14:54:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 13 14:43:31 UTC 2018 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
|
|
|
|
|
|
|
- Cleaned with spec-cleaner
|
|
|
|
|
2018-11-13 14:45:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 9 17:22:28 UTC 2018 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
|
|
|
|
|
|
|
- updated to 0.18
|
|
|
|
[Bugfixes]
|
|
|
|
- CPAN RT #77807: Net::Pcap is no longer limited to one callback function,
|
|
|
|
thanks to a patch by James Rouzier.
|
|
|
|
- CPAN RT #55163: Typo in eg/pcapdump (Iain Arnell and Jose Pedro Oliveira).
|
|
|
|
- CPAN RT #83842: Typo in Net:Pcap (Xavier Guimard).
|
|
|
|
|
|
|
|
[API]
|
|
|
|
- Added pcap_offline_filter() (Martijn Lievaart).
|
|
|
|
|
|
|
|
[Code]
|
|
|
|
- use warnings (David Farrell).
|
|
|
|
|
|
|
|
[Documentation]
|
|
|
|
- Moved HISTORY from README to main documentation.
|
|
|
|
- Rewrote AUTHORS to acknowledge all contributors.
|
|
|
|
- Updated copyright years.
|
|
|
|
|
|
|
|
[Tests]
|
|
|
|
- Added timeouts to prevent tests from hanging (Patrice Auffret).
|
|
|
|
- t/17-lib_version.t: adjust regexp to match Apple builds (David Farrell).
|
|
|
|
- t/50-poe-component-pcap.t: small improvments.
|
|
|
|
- Added t/50-net-pcap-easy.t to test with Net::Pcap::Easy.
|
|
|
|
- Added t/50-anyevent-pcap.t to test with AnyEvent::Pcap.
|
|
|
|
- Make t/50-* pass with old versions of Test::More
|
|
|
|
|
|
|
|
[Distribution]
|
|
|
|
- Converted the Changes file to CPAN::Changes::Spec format.
|
|
|
|
- Makefile.PL: append CCFLAGS to $Config{ccflags} instead of overriding it.
|
|
|
|
- Makefile.PL: now dies when libpcap isn't found.
|
|
|
|
- Makefile.PL: declare minimum Perl version (David Farrell).
|
|
|
|
|
|
|
|
- Removed patch perl-Net-Pcap-fix_libpcap_detection.patch
|
|
|
|
|
|
|
|
- Added patch to avoid a redefinition of the pcap_rmtauth struct
|
|
|
|
already defined in libpcap >= 1.9.0
|
|
|
|
* perl-Net-Pcap-avoid-pcap_rmtauth-redefinition.patch
|
|
|
|
|
2013-07-27 12:52:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 27 11:58:51 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.17
|
|
|
|
- [BUGFIX] CPAN-RT#43308: Net::Pcap no longer enables immediate
|
|
|
|
(unsafe) signals delivery.
|
|
|
|
- [BUGFIX] Fix allocated size in pcap_open(), pcap_createsrcstr()
|
|
|
|
and pcap_parsesrcstr().
|
|
|
|
- [API] Now make the C-like API available by default. Added the
|
|
|
|
pcap_perl_settings() function and UNSAFE_SIGNALS pseudo-bloc.
|
|
|
|
- [CODE] Replaced all occurrences of safemalloc() with Newx().
|
|
|
|
- [CODE] Silenced some warnings.
|
|
|
|
- [DOC] Added a long note about Net::Pcap and signals delivery.
|
|
|
|
- [DOC] Improved README.
|
|
|
|
- [DOC] Mention Net::Pcap::Easy.
|
|
|
|
- [TESTS] Fixed t/17-lib_version.t to handle two digits versions.
|
|
|
|
- [TESTS] CPAN-RT#44448: Fixed t/17-lib_version.t to handle
|
|
|
|
versions from the CVS, thanks to Craig Davison.
|
|
|
|
- [TESTS] Refactored t/01-api.t and added checks for the new API.
|
|
|
|
|
2012-02-13 12:20:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 13 10:52:07 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- patch license to follow spdx.org standard
|
|
|
|
|
2011-12-16 06:11:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 16 06:11:09 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- add patch to fix libpcap detection on >= 12.1 (32bit), see bnc#711611
|
|
|
|
|
2011-03-23 09:56:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 23 09:31:14 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial version (0.16)
|