aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-05-15 08:04:44 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-05-15 08:06:31 +0200
commit9428b7ef60d905bee561df34e6560c22c8136cb1 (patch)
treec2e3e44f4bf18f97b0401588489b27c3e457508f
parent5692f7146c88d9a5f509f7452984de20c105c17e (diff)
community/stunnel: upgrade to 5.44 and enable SO_ORIGINAL_DST
Support for SO_ORIGINAL_DST will be silently disabled if linux-headers are missing at build time.
-rw-r--r--community/stunnel/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/community/stunnel/APKBUILD b/community/stunnel/APKBUILD
index 84bf293c015..4c8090ef47b 100644
--- a/community/stunnel/APKBUILD
+++ b/community/stunnel/APKBUILD
@@ -3,13 +3,14 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=stunnel
-pkgver=5.43
+pkgver=5.44
pkgrel=0
pkgdesc="SSL encryption wrapper between network client and server."
url="http://www.stunnel.org/"
arch="all"
license="GPL2+ with OpenSSL exception"
-makedepends="libressl-dev"
+# support for SO_ORIGINAL_DST will be silently disabled without linux-headers
+makedepends="libressl-dev linux-headers"
subpackages="$pkgname-doc"
install="$pkgname.pre-install"
source="http://www.stunnel.org/downloads/archive/${pkgver%.*}.x/stunnel-$pkgver.tar.gz
@@ -33,6 +34,10 @@ build() {
check() {
cd "$builddir"
+ # remove tests with expired certs
+ rm \
+ tests/recipes/012_verify_chain \
+ tests/recipes/013_CRL_file
make check
}
@@ -49,7 +54,7 @@ package() {
"$pkgdir"/usr/share/doc/$pkgname/examples/
}
-sha512sums="3158ab7573d8c548ee71aecb3f94e141bd80e123a62848945263004e28668050a8a08c904dbf61df28c4f5c1d94eb380943ab39835ccd18273a6acf05a3488a8 stunnel-5.43.tar.gz
+sha512sums="a1aa4f234926208bf1b2c9acc0bf83dc0f2c8f575bc57f5ce89b32b4e3fde0412ea0ef7c2edb364fbe0b52fdd89773fab4df53950c58797c11b7668f3e4e7638 stunnel-5.44.tar.gz
63d24daa59fb7416929915a8d17f8dda21f1702f5a2f11cb45d6ac0d91478fa892805b209fa7e181ec5910b1c5cad8c06d11c05d15868f7f7da46d87a05a5820 stunnel-libressl.patch
33e215413e08fdd5783cc76e6ba6a2342fb6d0573f801815c4d3022625e71be6c9739d47a7a61bf7c803f27911b9c92cf6ae3e522add040f83802e1aaeaee000 stunnel.initd
a72bfddeb74787d58c9fd24782d86c0498ce3530a43fbdd4ec4c4b57baa6257b6ef21005aca274b22c4a22cdbbbcee63dd3d841f458af248db9c69e8d59fa56f stunnel.conf"