pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Pcap Update to 0.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e35a60ed96f1
branches:  trunk
changeset: 523189:e35a60ed96f1
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Jan 03 13:44:03 2007 +0000

description:
Update to 0.14
2006.09.05 - 0.14 - Sebastien Aperghis-Tramoni (SAPER)
- [DIST] RT#21219: Now use a default flag.
- [TESTS] Bumped the required version of Test::Pod::Coverage up to 1.08.

2006.08.29 - 0.13 - Sebastien Aperghis-Tramoni (SAPER)
- [CODE] Cleaned the typemap. Thanks to "Ani" on FreeNode for pointing.
- [DIST] Fixed compile option to use -Wall only for gcc. Thanks to
  Wolf-Dietrich Fromm for pointing.
- [DIST] Detection code can now handle IBM compiler. Thanks to Wolf-Dietrich
  Fromm for the help.
- [TESTS] Fixed 05-dump.t, 10-fileno.t. Thanks to "Ani" on FreeNode.
- [DOC] Fixed small typo in README. Thanks to "Ani" on FreeNode.
- [DOC] Fixed small error in open_live() example. Thanks to Cindy Teel
  and Doug Baker.

2006.03.19 - 0.12 - Sebastien Aperghis-Tramoni (SAPER)
- [BUGFIX] Fixed stub for pcap_list_datalinks().
- [BUGFIX] Merged Jean-Louis Morel patch for Win32 and Cygwin.
- [FEATURE] Added wrappers for compile_nopcap(), get_selectable_fd(), next_ex()
- [FEATURE] Merged wrappers from Net::Pcap 0.04.02 for WinPcap functions
  createsrcstr(), parsesrcstr(), getevent(), open(), sendpacket(),
  sendqueue_alloc(), sendqueue_queue(), sendqueue_transmit(), setbuff(),
  setmintocopy(), setmode().
- [FEATURE] Added wrapper for WinPcap function setuserbuffer().
- [CODE] Added missing short names for compile(), set_filter(), freecode()
- [DIST] Fixed Makefile.PL so that pcapinfo is installed.
- [TESTS] Rewrote t/20-constants.t because future versions of ExtUtils::Constant
  will prevent the constant() function from being directly called.
- [TESTS] Added t/22-open.t, t/23-strsrc.t
- [TESTS] Updated t/03-openlive.t with diagnostics for FreeBSD and OpenBSD.

diffstat:

 net/p5-Net-Pcap/Makefile |  6 +++---
 net/p5-Net-Pcap/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 85debfd9d2d3 -r e35a60ed96f1 net/p5-Net-Pcap/Makefile
--- a/net/p5-Net-Pcap/Makefile  Wed Jan 03 13:34:55 2007 +0000
+++ b/net/p5-Net-Pcap/Makefile  Wed Jan 03 13:44:03 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2006/04/06 06:22:34 reed Exp $
+# $NetBSD: Makefile,v 1.11 2007/01/03 13:44:03 adrianp Exp $
 #
 
-DISTNAME=      Net-Pcap-0.11
+DISTNAME=      Net-Pcap-0.14
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://search.cpan.org/dist/Net-Pcap/
 COMMENT=       Perl interface to pcap(3) LBL packet capture library
 
-BUILDLINK_API_DEPENDS.libpcap+=        libpcap>=0.8.1
+BUILDLINK_API_DEPENDS.libpcap+=        libpcap>=0.9.5
 
 PERL5_PACKLIST=        auto/Net/Pcap/.packlist
 
diff -r 85debfd9d2d3 -r e35a60ed96f1 net/p5-Net-Pcap/distinfo
--- a/net/p5-Net-Pcap/distinfo  Wed Jan 03 13:34:55 2007 +0000
+++ b/net/p5-Net-Pcap/distinfo  Wed Jan 03 13:44:03 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2006/01/26 02:00:16 hiramatsu Exp $
+$NetBSD: distinfo,v 1.4 2007/01/03 13:44:03 adrianp Exp $
 
-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
+SHA1 (Net-Pcap-0.14.tar.gz) = baa520bf45c032fa4239643b0bfbea91d7e81da6
+RMD160 (Net-Pcap-0.14.tar.gz) = 3a21f4b97d2f51533e3fa0a74fdc232c87b6a63b
+Size (Net-Pcap-0.14.tar.gz) = 77534 bytes



Home | Main Index | Thread Index | Old Index