tcpdump: update to 4.9.1.
Fixes CVE-2017-11108
This commit is contained in:
parent
d018e0df00
commit
8f0b718946
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tcpdump'
|
# Template file for 'tcpdump'
|
||||||
pkgname=tcpdump
|
pkgname=tcpdump
|
||||||
version=4.9.0
|
version=4.9.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 td_cv_buggygetaddrinfo=no"
|
configure_args="--enable-ipv6 td_cv_buggygetaddrinfo=no"
|
||||||
makedepends="libpcap-devel libressl-devel"
|
makedepends="libpcap-devel libressl-devel"
|
||||||
|
@ -9,9 +9,8 @@ short_desc="A tool for network monitoring and data acquisition"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-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"
|
||||||
distfiles="http://security.debian.org/debian-security/pool/updates/main/t/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
checksum=f9448cf4deb2049acf713655c736342662e652ef40dbe0a8f6f8d5b9ce5bd8f3
|
||||||
checksum=eae98121cbb1c9adbedd9a777bf2eae9fa1c1c676424a54740311c8abcee5a5e
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue