tcpdump: update to 4.5.1.

This commit is contained in:
Juan RP 2013-11-28 16:04:18 +01:00
parent 723c0b3421
commit 2b21336044

View file

@ -1,6 +1,6 @@
# Template file for 'tcpdump'
pkgname=tcpdump
version=4.4.0
version=4.5.1
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://www.tcpdump.org"
distfiles="http://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
checksum=12274bed2cb89098dadf00a022b4d40853c5108369f3b3117aedf21ec61530bd
checksum=14ab39657128f3a650aed4cf455f76c7590601087b6101c253d698f6e73f0b96
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"
@ -18,6 +18,6 @@ fi
tcpdump_package() {
pkg_install() {
vmove usr
vmove all
}
}