stunnel: update to 5.74.
This commit is contained in:
parent
d446e1a744
commit
2a204d127a
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'stunnel'
|
# Template file for 'stunnel'
|
||||||
pkgname=stunnel
|
pkgname=stunnel
|
||||||
version=5.69
|
version=5.74
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr"
|
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
checkdepends="nmap procps-ng iproute2 python3"
|
checkdepends="nmap procps-ng iproute2 python3 python3-cryptography"
|
||||||
short_desc="SSL encryption wrapper"
|
short_desc="SSL encryption wrapper"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.stunnel.org/"
|
homepage="https://www.stunnel.org/"
|
||||||
changelog="https://www.stunnel.org/NEWS.html"
|
changelog="https://www.stunnel.org/NEWS.html"
|
||||||
distfiles="https://www.stunnel.org/archive/5.x/stunnel-${version}.tar.gz"
|
distfiles="https://www.stunnel.org/archive/5.x/stunnel-${version}.tar.gz"
|
||||||
checksum=1ff7d9f30884c75b98c8a0a4e1534fa79adcada2322635e6787337b4e38fdb81
|
checksum=9bef235ab5d24a2a8dff6485dfd782ed235f4407e9bc8716deb383fc80cd6230
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
# GitHub's CI doesn't support IPv6
|
# GitHub's CI doesn't support IPv6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue