mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
tcpdump: do not use ssl
This commit is contained in:
parent
05a518f4ea
commit
42c68aabc3
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user