summaryrefslogtreecommitdiff
path: root/net/tcpdump/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-06-15 21:02:03 +0000
committeradam <adam@pkgsrc.org>2013-06-15 21:02:03 +0000
commit43d5a139508a19165fcfa8d04621ec1710dc4d1f (patch)
tree3c470ce99d8c2aa66960e6b970640523e0244d88 /net/tcpdump/patches
parent292d5ee432e29cd70cec5a430972f875419ea421 (diff)
downloadpkgsrc-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/tcpdump/patches')
-rw-r--r--net/tcpdump/patches/patch-ah6
1 files changed, 3 insertions, 3 deletions
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)