void-packages/srcpkgs/tcpdump/template
Michael Gehring 8f0b718946 tcpdump: update to 4.9.1.
Fixes CVE-2017-11108
2017-07-25 10:27:38 +00:00

18 lines
546 B
Bash

# Template file for 'tcpdump'
pkgname=tcpdump
version=4.9.1
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 td_cv_buggygetaddrinfo=no"
makedepends="libpcap-devel libressl-devel"
short_desc="A tool for network monitoring and data acquisition"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="3-clause-BSD"
homepage="http://www.tcpdump.org"
distfiles="http://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
checksum=f9448cf4deb2049acf713655c736342662e652ef40dbe0a8f6f8d5b9ce5bd8f3
post_install() {
vlicense LICENSE
}