stunnel: update to 5.08.
This commit is contained in:
parent
dcd84de33d
commit
43c090f85e
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'stunnel'
|
# Template file for 'stunnel'
|
||||||
pkgname=stunnel
|
pkgname=stunnel
|
||||||
version=5.07
|
version=5.08
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr/include"
|
configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr"
|
||||||
makedepends="libressl-devel"
|
makedepends="libressl-devel"
|
||||||
short_desc="SSL encryption wrapper"
|
short_desc="SSL encryption wrapper"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
@ -12,8 +12,10 @@ homepage="https://www.stunnel.org/"
|
||||||
update_site="https://www.stunnel.org/downloads.html"
|
update_site="https://www.stunnel.org/downloads.html"
|
||||||
update_ignore="*b*"
|
update_ignore="*b*"
|
||||||
distfiles="https://www.stunnel.org/downloads/$pkgname-$version.tar.gz"
|
distfiles="https://www.stunnel.org/downloads/$pkgname-$version.tar.gz"
|
||||||
checksum=505c6c63c4a20fc0cce8c35ef1ab7626c7b01071e3fca4ac6ea417afe8065309
|
checksum=830b21d24cd237e96f4d7993be43553d4eba4d3cfa2660faa78dec8d41d314fc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8
|
rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8
|
||||||
|
vsconf tools/stunnel.conf-sample
|
||||||
|
rm -r ${DESTDIR}/etc/stunnel ${DESTDIR}/usr/share/doc/stunnel
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue