diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpdump/Makefile | 7 | ||||
-rw-r--r-- | net/tcpdump/distinfo | 10 | ||||
-rw-r--r-- | net/tcpdump/patches/patch-ah | 12 |
3 files changed, 13 insertions, 16 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 84c190b61f0..d6c89029528 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2013/02/06 19:31:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.33 2013/02/06 19:45:26 jperkin Exp $ -DISTNAME= tcpdump-4.1.1 -PKGREVISION= 1 +DISTNAME= tcpdump-4.3.0 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ @@ -14,8 +13,6 @@ GNU_CONFIGURE= yes .include "options.mk" -# not strictly needed -BUILDLINK_API_DEPENDS.libpcap+= libpcap>=1.1.1 .include "../../net/libpcap/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/tcpdump/distinfo b/net/tcpdump/distinfo index 7225201d482..4845d9e3f0e 100644 --- a/net/tcpdump/distinfo +++ b/net/tcpdump/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2011/02/11 12:13:13 adam Exp $ +$NetBSD: distinfo,v 1.19 2013/02/06 19:45:26 jperkin Exp $ -SHA1 (tcpdump-4.1.1.tar.gz) = 8f356cbc781192ecb527623d68db90e06aa9d4b9 -RMD160 (tcpdump-4.1.1.tar.gz) = 97ac07582f26c4126b09de1dcca6851ad02352d1 -Size (tcpdump-4.1.1.tar.gz) = 1587392 bytes -SHA1 (patch-ah) = c3adfebd0c763583ae9609e07fc816972eb223c0 +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 diff --git a/net/tcpdump/patches/patch-ah b/net/tcpdump/patches/patch-ah index 2486467862e..3357da3ce85 100644 --- a/net/tcpdump/patches/patch-ah +++ b/net/tcpdump/patches/patch-ah @@ -1,20 +1,20 @@ -$NetBSD: patch-ah,v 1.2 2011/02/11 12:13:13 adam Exp $ +$NetBSD: patch-ah,v 1.3 2013/02/06 19:45:26 jperkin Exp $ Fix VERSION dependency, or install will fail on case-insensitive file-system. Don't install another copy. ---- Makefile.in.orig 2008-09-01 06:44:11.000000000 +0400 -+++ Makefile.in 2009-05-20 11:08:24.000000000 +0400 -@@ -389,7 +389,7 @@ strsep.o: $(srcdir)/missing/strsep.c +--- Makefile.in.orig 2012-06-12 16:56:20.000000000 +0000 ++++ Makefile.in +@@ -395,7 +395,7 @@ strsep.o: $(srcdir)/missing/strsep.c version.o: version.c - $(CC) $(CFLAGS) -c version.c + $(CC) $(FULL_CFLAGS) -c version.c -version.c: $(srcdir)/VERSION +version.c: VERSION @rm -f $@ if grep GIT ${srcdir}/VERSION >/dev/null; then \ read ver <${srcdir}/VERSION; \ -@@ -403,7 +403,6 @@ install: all +@@ -409,7 +409,6 @@ install: all [ -d $(DESTDIR)$(sbindir) ] || \ (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir)) $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG) |