mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
stunnel: update to 5.65.
The 5.60 distfile no longer exists. This update makes stunnel buildable.
This commit is contained in:
parent
1dc69fe71a
commit
5d85395a32
1 changed files with 8 additions and 3 deletions
|
@ -1,19 +1,24 @@
|
|||
# Template file for 'stunnel'
|
||||
pkgname=stunnel
|
||||
version=5.60
|
||||
version=5.65
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="perl"
|
||||
makedepends="openssl-devel"
|
||||
checkdepends="nmap procps-ng iproute2"
|
||||
checkdepends="nmap procps-ng iproute2 python3"
|
||||
short_desc="SSL encryption wrapper"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.stunnel.org/"
|
||||
changelog="https://www.stunnel.org/NEWS.html"
|
||||
distfiles="https://www.stunnel.org/downloads/stunnel-${version}.tar.gz"
|
||||
checksum=c45d765b1521861fea9b03b425b9dd7d48b3055128c0aec673bba5ef9b8f787d
|
||||
checksum=60c500063bd1feff2877f5726e38278c086f96c178f03f09d264a2012d6bf7fc
|
||||
|
||||
pre_check() {
|
||||
# GitHub's CI doesn't support IPv6
|
||||
rm tests/plugins/p08_ipv6.py
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8
|
||||
|
|
Loading…
Add table
Reference in a new issue