tcpdump: update to 4.6.2.
This commit is contained in:
parent
859e18604e
commit
1e1414e534
1 changed files with 3 additions and 7 deletions
|
@ -1,17 +1,13 @@
|
||||||
# Template file for 'tcpdump'
|
# Template file for 'tcpdump'
|
||||||
pkgname=tcpdump
|
pkgname=tcpdump
|
||||||
version=4.6.1
|
version=4.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6"
|
configure_args="--enable-ipv6 td_cv_buggygetaddrinfo=no"
|
||||||
makedepends="libpcap-devel libressl-devel"
|
makedepends="libpcap-devel libressl-devel"
|
||||||
short_desc="A tool for network monitoring and data acquisition"
|
short_desc="A tool for network monitoring and data acquisition"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.tcpdump.org"
|
homepage="http://www.tcpdump.org"
|
||||||
distfiles="http://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
|
||||||
checksum=4c88c2a9aeb4047074f344fc9b2b6577b219972d359e192f6d12ccf983a13fd7
|
checksum=524ee4d8e83a6c663f6879004216a9a5bcb1c68b11920d653eb87b79d008e0b8
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
configure_args+=" ac_cv_linux_vers=$(uname -r 2>&1 | sed -n -e '$s/.* //' -e '$s/\..*//p') td_cv_buggygetaddrinfo=no"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue