diff options
author | adam <adam@pkgsrc.org> | 2013-06-15 21:02:03 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-06-15 21:02:03 +0000 |
commit | 43d5a139508a19165fcfa8d04621ec1710dc4d1f (patch) | |
tree | 3c470ce99d8c2aa66960e6b970640523e0244d88 /net | |
parent | 292d5ee432e29cd70cec5a430972f875419ea421 (diff) | |
download | pkgsrc-43d5a139508a19165fcfa8d04621ec1710dc4d1f.tar.gz |
Summary for 4.4.0 tcpdump release
RPKI-RTR (RFC6810) is now official (TCP Port 323)
Fix detection of OpenSSL libcrypto.
Add DNSSL (RFC6106) support.
Add "radius" as an option for -T.
Update Action codes for handle_action function according to
802.11s amendment.
Decode DHCPv6 AFTR-Name option (RFC6334).
Updates for Babel.
Fix printing of infinite lifetime in ICMPv6.
Added support for SPB, SPBM Service Identifier, and Unicast
Address sub-TLV in ISIS.
Decode RIPv2 authentication up to RFC4822.
Fix RIP Request/full table decoding issues.
On Linux systems with cap-ng.h, drop root privileges
using Linux Capabilities.
Add support for reading multiple files.
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpdump/Makefile | 5 | ||||
-rw-r--r-- | net/tcpdump/distinfo | 10 | ||||
-rw-r--r-- | net/tcpdump/patches/patch-ah | 6 |
3 files changed, 10 insertions, 11 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 9a8a6f8f3ed..8a0d7897509 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2013/02/06 23:23:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.35 2013/06/15 21:02:03 adam Exp $ -DISTNAME= tcpdump-4.3.0 -PKGREVISION= 1 +DISTNAME= tcpdump-4.4.0 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ diff --git a/net/tcpdump/distinfo b/net/tcpdump/distinfo index 4845d9e3f0e..c14cea7ed15 100644 --- a/net/tcpdump/distinfo +++ b/net/tcpdump/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2013/02/06 19:45:26 jperkin Exp $ +$NetBSD: distinfo,v 1.20 2013/06/15 21:02:03 adam Exp $ -SHA1 (tcpdump-4.3.0.tar.gz) = 5d0432e4831ca81633a6c9da732caad77d64a9ac -RMD160 (tcpdump-4.3.0.tar.gz) = f79169528e4843b9c5e2eb2c37a77048618edb9b -Size (tcpdump-4.3.0.tar.gz) = 887619 bytes -SHA1 (patch-ah) = 2e8b6f1ed6946dcc04a9417abafec10ca920c220 +SHA1 (tcpdump-4.4.0.tar.gz) = 6c1e72ae32eabb3ab823ff366a2d2f48ad4695f4 +RMD160 (tcpdump-4.4.0.tar.gz) = 06e63abbacc04f97287334a6883d331afc205663 +Size (tcpdump-4.4.0.tar.gz) = 915381 bytes +SHA1 (patch-ah) = 75dbc11440b32349014919ac04a628d8d4d8c45c diff --git a/net/tcpdump/patches/patch-ah b/net/tcpdump/patches/patch-ah index 3357da3ce85..78509d4a7b5 100644 --- a/net/tcpdump/patches/patch-ah +++ b/net/tcpdump/patches/patch-ah @@ -1,11 +1,11 @@ -$NetBSD: patch-ah,v 1.3 2013/02/06 19:45:26 jperkin Exp $ +$NetBSD: patch-ah,v 1.4 2013/06/15 21:02:03 adam Exp $ Fix VERSION dependency, or install will fail on case-insensitive file-system. Don't install another copy. --- Makefile.in.orig 2012-06-12 16:56:20.000000000 +0000 +++ Makefile.in -@@ -395,7 +395,7 @@ strsep.o: $(srcdir)/missing/strsep.c +@@ -312,7 +312,7 @@ strsep.o: $(srcdir)/missing/strsep.c version.o: version.c $(CC) $(FULL_CFLAGS) -c version.c @@ -14,7 +14,7 @@ Don't install another copy. @rm -f $@ if grep GIT ${srcdir}/VERSION >/dev/null; then \ read ver <${srcdir}/VERSION; \ -@@ -409,7 +409,6 @@ install: all +@@ -326,7 +326,6 @@ install: all [ -d $(DESTDIR)$(sbindir) ] || \ (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir)) $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG) |