mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
tcpdump: update to 4.8.1
This commit is contained in:
parent
eccf160891
commit
e9cf1ba758
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'tcpdump'
|
# Template file for 'tcpdump'
|
||||||
pkgname=tcpdump
|
pkgname=tcpdump
|
||||||
version=4.8.0
|
version=4.8.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --enable-ipv6 td_cv_buggygetaddrinfo=no"
|
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@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"
|
||||||
checksum=177385d9d17d1d99ba6aa3ea63a8400a5f4c54db62b83ac6d4da56944bee623b
|
checksum=20e4341ec48fcf72abcae312ea913e6ba6b958617b2f3fb496d51f0ae88d831c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue