tcpdump: do not use ssl

This commit is contained in:
Stefan Saraev 2012-05-07 20:59:36 +03:00
parent 05a518f4ea
commit 42c68aabc3
3 changed files with 6 additions and 3 deletions

View File

@ -32,7 +32,7 @@ sed -i -e 's/ac_cv_linux_vers=unknown/ac_cv_linux_vers=2/' configure
--host=$TARGET_NAME \ --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--with-pcap=linux \ --with-pcap=linux \
--with-crypto=yes \ --with-crypto=no \
--disable-ipv6 --disable-ipv6

View File

@ -1,2 +1,5 @@
2.1.2
- rebuild
2.1.1 2.1.1
- initial addon based on tcpdump-4.1.1 - initial addon based on tcpdump-4.1.1

View File

@ -2,9 +2,9 @@ PKG_NAME="tcpdump"
PKG_VERSION="4.1.1" PKG_VERSION="4.1.1"
PKG_SITE="http://www.tcpdump.org/" PKG_SITE="http://www.tcpdump.org/"
PKG_URL="http://www.tcpdump.org/release/tcpdump-${PKG_VERSION}.tar.gz" PKG_URL="http://www.tcpdump.org/release/tcpdump-${PKG_VERSION}.tar.gz"
PKG_REV=1 PKG_REV=2
PKG_DEPENDS="" PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain libpcap openssl" PKG_BUILD_DEPENDS="toolchain libpcap"
PKG_PRIORITY=optional PKG_PRIORITY=optional
PKG_SECTION="network/analyzer" PKG_SECTION="network/analyzer"
PKG_SHORTDESC="powerful tool for network monitoring and data acquisition" PKG_SHORTDESC="powerful tool for network monitoring and data acquisition"