Path to this page:
Subject: CVS commit: pkgsrc/net/p5-Net-Pcap
From: Makoto Fujiwara
Date: 2015-02-21 10:43:54
Message id: 20150221094354.BBF3B98@cvs.netbsd.org
Log Message:
(pkgsrc)
- Deleting patch-aa, no related line found (at all).
(upstream)
- Update 0.16 to 0.17
------------------
2012.11.28 - 0.17 - Sebastien Aperghis-Tramoni (SAPER)
- [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.
Files: