tcpdump: Bump to 4.99.1

This commit is contained in:
Tee KOBAYASHI 2022-11-14 04:42:51 +09:00 committed by xtkoba
parent 8b9ddffcc2
commit 1f19cb7286
2 changed files with 20 additions and 21 deletions

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.tcpdump.org/
TERMUX_PKG_DESCRIPTION="A powerful command-line packet analyzer"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=4.9.3
TERMUX_PKG_REVISION=4
TERMUX_PKG_VERSION=4.99.1
TERMUX_PKG_SRCURL=https://www.tcpdump.org/release/tcpdump-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=2cd47cb3d460b6ff75f4a9940f594317ad456cfbf2bd2c8e5151e16559db6410
TERMUX_PKG_SHA256=79b36985fb2703146618d87c4acde3e068b91c553fb93f021a337f175fd10ebe
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_linux_vers=3.4"
TERMUX_PKG_RM_AFTER_INSTALL="bin/tcpdump.${TERMUX_PKG_VERSION}"
TERMUX_PKG_DEPENDS="openssl, libpcap"
TERMUX_PKG_DEPENDS="libcap-ng, libpcap, openssl"

View File

@ -68,21 +68,21 @@
rm -f conftest*
@@ -5586,12 +5586,12 @@
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for extraneous pcap header directories" >&5
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for extraneous pcap header directories" >&5
$as_echo_n "checking for extraneous pcap header directories... " >&6; }
- if test \( ! -r /usr/local/include/pcap.h \) -a \
- \( ! -r /usr/include/pcap.h \); then
- if test -r /usr/local/include/pcap/pcap.h; then
- d="/usr/local/include/pcap"
- elif test -r /usr/include/pcap/pcap.h; then
- d="/usr/include/pcap"
+ if test \( ! -r @TERMUX_PREFIX@/local/include/pcap.h \) -a \
+ \( ! -r @TERMUX_PREFIX@/include/pcap.h \); then
+ if test -r @TERMUX_PREFIX@/local/include/pcap/pcap.h; then
+ d="@TERMUX_PREFIX@/local/include/pcap"
+ elif test -r @TERMUX_PREFIX@/include/pcap/pcap.h; then
+ d="@TERMUX_PREFIX@/include/pcap"
fi
fi
if test -z "$d" ; then
- if test \( ! -r /usr/local/include/pcap.h \) -a \
- \( ! -r /usr/include/pcap.h \); then
- if test -r /usr/local/include/pcap/pcap.h; then
- d="/usr/local/include/pcap"
- elif test -r /usr/include/pcap/pcap.h; then
- d="/usr/include/pcap"
+ if test \( ! -r @TERMUX_PREFIX@/local/include/pcap.h \) -a \
+ \( ! -r @TERMUX_PREFIX@/include/pcap.h \); then
+ if test -r @TERMUX_PREFIX@/local/include/pcap/pcap.h; then
+ d="@TERMUX_PREFIX@/local/include/pcap"
+ elif test -r @TERMUX_PREFIX@/include/pcap/pcap.h; then
+ d="@TERMUX_PREFIX@/include/pcap"
fi
fi
if test -z "$d" ; then