]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
tcpdump: Update to 4.1.1.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 17 Apr 2010 08:56:53 +0000 (10:56 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 17 Apr 2010 08:56:53 +0000 (10:56 +0200)
pkgs/core/tcpdump/patches/tcpdump-4.0.0-ipv6-build.patch [deleted file]
pkgs/core/tcpdump/tcpdump.nm

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 (file)
index ebce9ee..0000000
+++ /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:
-
index a473bf050fb49bced5f270bc926c05d34428a05a..15541d806a7844dc5bc9d667a93da48fef3b7484 100644 (file)
@@ -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