From dc679b6c028fbb7d1dc879d685c6140b655a3de7 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Wed, 5 Oct 2016 13:26:10 -0400 Subject: [PATCH] stunnel: change distfile location, bump maintainer --- srcpkgs/stunnel/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/stunnel/template b/srcpkgs/stunnel/template index 5db3cc52faa..f4bdad78294 100644 --- a/srcpkgs/stunnel/template +++ b/srcpkgs/stunnel/template @@ -7,10 +7,10 @@ configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr" hostmakedepends="perl" makedepends="libressl-devel" short_desc="SSL encryption wrapper" -maintainer="Christian Neukirchen " +maintainer="Toyam Cox " license="GPL-2" homepage="https://www.stunnel.org/" -distfiles="https://www.stunnel.org/downloads/${pkgname}-${version}.tar.gz" +distfiles="https://www.stunnel.org/downloads/archive/5.x/${pkgname}-${version}.tar.gz" checksum=a746b71ab3dc6c23eacb0daf7342467870e43ac933430905eb1b1d050bbae0b7 post_install() { @@ -18,3 +18,9 @@ post_install() { vsconf tools/stunnel.conf-sample rm -r ${DESTDIR}/etc/stunnel ${DESTDIR}/usr/share/doc/stunnel } + +# REMARKS: +# What. A. Pain. What a total pain. +# Using the archive is the only way to get builds to keep working after the +# new version is out. LibreSSL patches for stunnel 5.35 don't yet work. Not +# enough is made conditional.