From: Michael Tremer Date: Sat, 17 Apr 2010 08:56:53 +0000 (+0200) Subject: tcpdump: Update to 4.1.1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69dbe38dd8da93eb7bd8ec11dd644c8e59f1d2ef;p=ipfire-3.x.git tcpdump: Update to 4.1.1. --- diff --git a/pkgs/core/tcpdump/patches/tcpdump-4.0.0-ipv6-build.patch b/pkgs/core/tcpdump/patches/tcpdump-4.0.0-ipv6-build.patch deleted file mode 100644 index ebce9ee72..000000000 --- a/pkgs/core/tcpdump/patches/tcpdump-4.0.0-ipv6-build.patch +++ /dev/null @@ -1,16 +0,0 @@ -=== modified file 'print-enc.c' ---- a/print-enc.c 2008-11-04 16:24:30 +0000 -+++ b/print-enc.c 2008-11-04 16:45:04 +0000 -@@ -77,9 +77,11 @@ - case AF_INET: - ip_print(gndo, p, length); - break; -+#ifdef INET6 - case AF_INET6: - ip6_print(p, length); - break; -+#endif /*INET6*/ - } - - out: - diff --git a/pkgs/core/tcpdump/tcpdump.nm b/pkgs/core/tcpdump/tcpdump.nm index a473bf050..15541d806 100644 --- a/pkgs/core/tcpdump/tcpdump.nm +++ b/pkgs/core/tcpdump/tcpdump.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include PKG_NAME = tcpdump -PKG_VER = 4.0.0 +PKG_VER = 4.1.1 PKG_REL = 0 PKG_MAINTAINER = @@ -46,3 +46,7 @@ endef PKG_TARBALL = $(THISAPP).tar.gz CFLAGS += -fno-strict-aliasing + +CONFIGURE_OPTIONS += \ + --with-crypto \ + --without-smi