diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-01-03 13:44:03 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-01-03 13:44:03 +0000 |
commit | 61fdbe32cc30761e0c1adcdbe4fd3a21794e334e (patch) | |
tree | cbbdf013b5017b8b2bcd6b6798dd3a3bb432b676 /net/p5-Net-Pcap | |
parent | c674d6b47ecf1160cfd70926eddc39adc39647ec (diff) | |
download | pkgsrc-61fdbe32cc30761e0c1adcdbe4fd3a21794e334e.tar.gz |
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 (limited to 'net/p5-Net-Pcap')
-rw-r--r-- | net/p5-Net-Pcap/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-Pcap/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile index 18b1910f933..abdf0e63f1d 100644 --- a/net/p5-Net-Pcap/Makefile +++ b/net/p5-Net-Pcap/Makefile @@ -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 @@ MAINTAINER= adrianp@NetBSD.org 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 --git a/net/p5-Net-Pcap/distinfo b/net/p5-Net-Pcap/distinfo index 91546af6f1f..f4251b5d656 100644 --- a/net/p5-Net-Pcap/distinfo +++ b/net/p5-Net-Pcap/distinfo @@ -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 |