pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Updated p5-Net-Pcap to 0.11:
details: https://anonhg.NetBSD.org/pkgsrc/rev/a875ad5b1f51
branches: trunk
changeset: 507088:a875ad5b1f51
user: hiramatsu <hiramatsu%pkgsrc.org@localhost>
date: Thu Jan 26 02:00:15 2006 +0000
description:
Updated p5-Net-Pcap to 0.11:
2005.11.28 - 0.11 - Sebastien Aperghis-Tramoni (SAPER)
- [CODE] Added the pcapinfo command.
- [DIST] Cygwin installation was simplified and should now Just Work.
- [TESTS] Improved the whole test suite to make it use the best device
it can find (was needed for Cygwin & Win32).
- [DOC] Corrected a few typos thanks to Test::Spelling.
- [DOC] Small documentation nits.
2005.11.xx - 0.10 - Sebastien Aperghis-Tramoni (SAPER)
- [BUGFIX] lookupnet() wasn't exported by :functions.
- [BUGFIX] Fixed findalldevs() emulation.
- [BUGFIX] Replaced several newSViv() with newSVuv() to respect the actual
unsigned nature of several fields.
- [TESTS] Fixed 03-openlive.t for Darwin/Mac OS X.
- [TESTS] RT#15342: lookupnet() fails if the device returned by lookupdev()
has no IP configured. Thanks to
- [TESTS] RT#15343: warnings when running t/14-datalink.t
- [TESTS] Fixed another corner case in t/02-lookup.t thanks to Rafael Garcia-Suarez.
- [TESTS] t/Utils.pm now sets the environment to C. Thanks to Karl Y. Pradene.
2005.10.26 - 0.09 - Sebastien Aperghis-Tramoni (SAPER)
- [BUGFIX] Restored compatibility with older versions of libpcap, namely the
traditional ones founds on BSD systems.
- [FEATURE] Added Microsoft Visual C++ 7 compatibility, thanks to Max Maischen
and Jean-Louis Morel.
- [CODE] Added new detection routines for looking which functions are actually
available on the host system.
- [CODE] Upgraded to Devel::PPPort 3.06_03
- [TESTS] Renamed t/CheckAuth.pm to t/Utils.pm, added function is_available().
- [TESTS] Changed the way the test utility module is loaded.
- [TESTS] Updated several test files so they skip the tests that depend on
a function that may be unavailable.
- [TESTS] Fixes several corner cases thanks to the benevolent testing of
Philippe Bruhat, David Morel and Scott Lanning.
2005.10.05 - 0.08 - Sebastien Aperghis-Tramoni (SAPER)
- [BUGFIX] RT#6320: loop() conflicts with alarm(). Thanks to RafaZ: Garcia-Suarez
for the patch. Also applied to dispatch() and next().
- [BUGFIX] setnonblock() and getnonblock() now checks that $err is a reference.
- [BUGFIX] Merged Jean-Louis Morel patch: modification of the detection code in
Makefile.PL for Win32; fixes for compiling with Microsoft compiler;
simplification of lookupdev().
- [BUGFIX] Restored compatibility with Perl 5.6, 5.5 and 5.4
- [BUGFIX] Fixed memory leak in lookupdev().
- [BUGFIX] Some XS wrappers (compile(), dispatch(), stats()) now resets the error
string before calling the underlying functions.
- [FEATURE] Now tries to use XSLoader if available, then falls back to DynaLoader.
- [FEATURE] Improved findalldevs(). See documentation.
- [FEATURE] Added wrapper for freecode(), dump_flush(), dump_file().
- [DIST] Improved detection code in Makefile.PL.
- [TESTS] Updated t/05-dump.t, t/12-next.t in order to increase code coverage (94%).
What remains uncovered is cargo-cult defensive, hence untestable, code.
- [TESTS] Updated t/01-api.t, t/05-dump.t, t/08-filter.t, t/10-fileno.t,
t/13-dispatch.t, t/16-setnonblock.t
- [TESTS] Updated all test scripts in order to suppress warnings.
- [TESTS] Moved the the check whether pcap can be used in t/CheckAuth.pm and
added Win32 specific code, supplied by Jean-Louis Morel.
- [TESTS] Added t/rt-6320.t for checking the bugfix of RT#6320.
- [TESTS] Added t/distchk.t
2005.09.23 - 0.07 - Sebastien Aperghis-Tramoni (SAPER)
- [BUGFIX] RT#7455: Memory corruption when using Net::Pcap::Compile()
- [BUGFIX] Merged Win32 fix to pcap_lookupdev() from JLM/0.04.02
- [FEATURE] Added wrappers for lib_version(), open_dead(), set_datalink(),
datalink_name_to_val(), datalink_val_to_name(), datalink_val_to_description()
- [FEATURE] Added support for all DLT_*, MODE_*, PCAP_* and useful BPF_*
numeric macros using ExtUtils::Constant.
- [FEATURE] Added const qualifiers when appropriate.
- [FEATURE] Added ppport.h
- [DIST] Added libpcap detection using have_library() from XML::LibXML::Common
- [TESTS] Fixed scripts t/10-fileno.t,
- [TESTS] Added t/17-lib_version.t, t/18-open_dead.t, 19-breakloop.t
- [TESTS] Updated t/14-datalink.t
- [DOC] Updated documentation.
2005.09.15 - 0.06 - Sebastien Aperghis-Tramoni (SAPER)
- [FEATURE] RT#7594: added pcap_setnonblock() and pcap_getnonblock(). Thanks
to Ernesto Domat for the patch.
- [FEATURE] Changed the warning returned by stats() in order to be uniform
with other similar warnings
- [TESTS] Completely rewrote the tests suite using Test::More and better
(and portable) methods to skip tests when appropriate.
- [TESTS] Added t/podcover.t, t/pod.t, t/portfs.t
- [TESTS] Added t/15-is_swapped.t, t/16-setnonblock.t
- [DIST] Updated Makefile.PL
- [DOC] RT#7671: documentation typo
- [DOC] Updated the documentation.
diffstat:
doc/CHANGES | 3 ++-
net/p5-Net-Pcap/Makefile | 7 +++----
net/p5-Net-Pcap/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (48 lines):
diff -r 7d0948811613 -r a875ad5b1f51 doc/CHANGES
--- a/doc/CHANGES Thu Jan 26 01:06:03 2006 +0000
+++ b/doc/CHANGES Thu Jan 26 02:00:15 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.12680 2006/01/26 01:06:03 xtraeme Exp $
+$NetBSD: CHANGES,v 1.12681 2006/01/26 02:00:15 hiramatsu Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -553,3 +553,4 @@
Updated math/mathomatic to 12.5.6 [minskim 2006-01-25]
Updated fonts/alee-ttf to 6.3 [minskim 2006-01-25]
Updated mail/sylpheed-devel to 2.2.0beta6 [xtraeme 2006-01-26]
+ Updated net/p5-Net-Pcap to 0.11 [hiramatsu 2006-01-26]
diff -r 7d0948811613 -r a875ad5b1f51 net/p5-Net-Pcap/Makefile
--- a/net/p5-Net-Pcap/Makefile Thu Jan 26 01:06:03 2006 +0000
+++ b/net/p5-Net-Pcap/Makefile Thu Jan 26 02:00:15 2006 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2005/10/11 19:39:25 adrianp Exp $
+# $NetBSD: Makefile,v 1.9 2006/01/26 02:00:16 hiramatsu Exp $
#
-DISTNAME= Net-Pcap-0.05
+DISTNAME= Net-Pcap-0.11
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= adrianp%NetBSD.org@localhost
-HOMEPAGE= http://search.cpan.org/author/KCARNUT/Net-Pcap-0.05/Pcap.pm
+HOMEPAGE= http://search.cpan.org/dist/Net-Pcap/
COMMENT= Perl interface to pcap(3) LBL packet capture library
BUILDLINK_DEPENDS.libpcap+= libpcap>=0.8.1
diff -r 7d0948811613 -r a875ad5b1f51 net/p5-Net-Pcap/distinfo
--- a/net/p5-Net-Pcap/distinfo Thu Jan 26 01:06:03 2006 +0000
+++ b/net/p5-Net-Pcap/distinfo Thu Jan 26 02:00:15 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 12:13:59 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/01/26 02:00:16 hiramatsu Exp $
-SHA1 (Net-Pcap-0.05.tar.gz) = 9bbbbb84174c63d7013fa51b85c440c935e537f8
-RMD160 (Net-Pcap-0.05.tar.gz) = 12324461dbb5cead176a67696f3126ff3ebaa360
-Size (Net-Pcap-0.05.tar.gz) = 10683 bytes
+SHA1 (Net-Pcap-0.11.tar.gz) = 29240d268437e1f9e64a487004847e988526114c
+RMD160 (Net-Pcap-0.11.tar.gz) = dd3008690d33994e7727cb19b57587e8910fe825
+Size (Net-Pcap-0.11.tar.gz) = 70702 bytes
Home |
Main Index |
Thread Index |
Old Index