pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Packet Update to 3.25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9012de8fa87
branches:  trunk
changeset: 523198:c9012de8fa87
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Jan 03 14:24:35 2007 +0000

description:
Update to 3.25

In Brief:
3.24 Sat Dec 16 17:48:15 CET 2006
- NEW: now supports big-endian archs (IPv4 and IPv6 update)
- bugfix: Frame: require VLAN

3.21 Wed Nov 15 19:52:43 CET 2006
- NEW: added layers STP, OSPF (header only), IGMPv4 (v1 and v2),
  CDP::Address, CDP::TypeAddresses, CDP::TypeCapabilities,
  CDP::TypePortId, CDP::TypeSoftwareVersion
- NEW: Dump now support PPP links

3.20 Sun Nov 12 23:02:09 CET 2006
- NEW: support for PPPoE, PPP, PPPLCP, LLC, and begin the work for CDP

diffstat:

 net/p5-Net-Packet/Makefile         |  11 +++++++----
 net/p5-Net-Packet/distinfo         |   9 ++++-----
 net/p5-Net-Packet/patches/patch-aa |  17 -----------------
 3 files changed, 11 insertions(+), 26 deletions(-)

diffs (65 lines):

diff -r 8599fe197e31 -r c9012de8fa87 net/p5-Net-Packet/Makefile
--- a/net/p5-Net-Packet/Makefile        Wed Jan 03 14:11:18 2007 +0000
+++ b/net/p5-Net-Packet/Makefile        Wed Jan 03 14:24:35 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2006/04/06 06:22:34 reed Exp $
+# $NetBSD: Makefile,v 1.4 2007/01/03 14:24:35 adrianp Exp $
 
-DISTNAME=      Net-Packet-2.04
+DISTNAME=      Net-Packet-3.25
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -8,12 +8,15 @@
 MAINTAINER=    adrianp%NetBSD.org@localhost
 COMMENT=       Modules to assemble/disassemble network packets
 
-DEPENDS+=      p5-Net-Pcap>0.04:../../net/p5-Net-Pcap
+DEPENDS+=      p5-Net-Pcap>=0.14:../../net/p5-Net-Pcap
 DEPENDS+=      p5-IO-Interface-[0-9]*:../../net/p5-IO-Interface
 DEPENDS+=      p5-Socket6-[0-9]*:../../net/p5-Socket6
 DEPENDS+=      p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
 DEPENDS+=      p5-Net-IPv6Addr-[0-9]*:../../net/p5-Net-IPv6Addr
-DEPENDS+=      p5-Class-Gomor-Hash-[0-9]*:../../devel/p5-Class-Gomor-Hash
+DEPENDS+=      p5-Class-Gomor-[0-9]*:../../devel/p5-Class-Gomor
+DEPENDS+=      p5-Bit-Vector-[0-9]*:../../devel/p5-Bit-Vector
+DEPENDS+=      p5-Net-Write-[0-9]*:../../net/p5-Net-Write
+DEPENDS+=      p5-Net-Libdnet-[0-9]*:../../net/p5-Net-Libdnet
 
 PKG_INSTALLATION_TYPES=                overwrite pkgviews
 BUILDLINK_API_DEPENDS.libpcap+=        libpcap>=0.9.3nb2
diff -r 8599fe197e31 -r c9012de8fa87 net/p5-Net-Packet/distinfo
--- a/net/p5-Net-Packet/distinfo        Wed Jan 03 14:11:18 2007 +0000
+++ b/net/p5-Net-Packet/distinfo        Wed Jan 03 14:24:35 2007 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/02/19 22:43:59 wiz Exp $
+$NetBSD: distinfo,v 1.3 2007/01/03 14:24:35 adrianp Exp $
 
-SHA1 (Net-Packet-2.04.tar.gz) = 38bdcf453d4e7665dea98414d6ece2b1a4a4e0ca
-RMD160 (Net-Packet-2.04.tar.gz) = c5bb9638a7e926733d8381cfee3db7e23f1bcf1a
-Size (Net-Packet-2.04.tar.gz) = 50984 bytes
-SHA1 (patch-aa) = 9389b7426f55f4a4a9e1d91e8a7086bb3a374acd
+SHA1 (Net-Packet-3.25.tar.gz) = e3502fb19ed466941e3de3be468b39333ea2b152
+RMD160 (Net-Packet-3.25.tar.gz) = b3d9914ad3b3a24bb601c25a02ba63d7ff6562e5
+Size (Net-Packet-3.25.tar.gz) = 68833 bytes
diff -r 8599fe197e31 -r c9012de8fa87 net/p5-Net-Packet/patches/patch-aa
--- a/net/p5-Net-Packet/patches/patch-aa        Wed Jan 03 14:11:18 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/02/19 22:43:59 wiz Exp $
-
---- Makefile.PL.orig   2005-05-22 19:08:20.000000000 +0000
-+++ Makefile.PL
-@@ -15,12 +15,6 @@ my ($lib) = $file =~ /^(.*)\//;
- 
- sub _getPcapHPath { (-d "$inc/pcap") ? "[$inc/pcap]" : "[$inc]" }
- 
--unless (-f "$inc/pcap-int.h" || -f "$inc/pcap/pcap-int.h") {
--   die("*** Cannot find pcap-int.h . Get it from your installed libpcap ".
--       "source distribution and copy it to: ". _getPcapHPath().
--       " (near pcap.h)\n");
--}
--
- $inc = "-I$inc -I$inc/pcap";
- $lib = "-L$lib";
- 



Home | Main Index | Thread Index | Old Index