mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
tcpdump: switch to libressl.
This commit is contained in:
parent
88d717b3d2
commit
0214ff0a08
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'tcpdump'
|
# Template file for 'tcpdump'
|
||||||
pkgname=tcpdump
|
pkgname=tcpdump
|
||||||
version=4.5.1
|
version=4.5.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6"
|
configure_args="--enable-ipv6"
|
||||||
makedepends="libpcap-devel openssl-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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue