aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchamptar <champetier.etienne@gmail.com>2017-12-09 09:41:25 -0800
committerGitHub <noreply@github.com>2017-12-09 09:41:25 -0800
commite2605b07f040aeb848e57ea35752979fc9bedcf4 (patch)
treeb2f546b159d99dfcc5135a4672d180dd3697a9af
parentf7bec56c1e9a18a697eab807c6d746f13413d9eb (diff)
parent6b53b45e07704a50ba94550790d95c5f45ee3be6 (diff)
Merge pull request #5248 from diizzyy/patch-111
net/stunnel: Update to 5.44
-rw-r--r--net/stunnel/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/stunnel/Makefile b/net/stunnel/Makefile
index fa2e6ae8f..132aa26a3 100644
--- a/net/stunnel/Makefile
+++ b/net/stunnel/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=stunnel
-PKG_VERSION:=5.41
+PKG_VERSION:=5.44
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0+
@@ -20,9 +20,10 @@ PKG_SOURCE_URL:= \
http://www.usenix.org.uk/mirrors/stunnel/ \
https://www.stunnel.org/downloads/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_HASH:=f05c6321ee1f6ddebacc234ccf20825971941e831b5beea6d0ce0b8e1668148f
+PKG_HASH:=990a325dbb47d77d88772dd02fbbd27d91b1fea3ece76c9ff4461eca93f12299
PKG_FIXUP:=autoreconf
+PKG_FIXUP:=patch-libtool
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
@@ -53,7 +54,8 @@ CONFIGURE_ARGS+= \
--with-threads=pthread \
--with-ssl=$(STAGING_DIR)/usr \
--disable-libwrap \
- --disable-systemd
+ --disable-systemd \
+ --disable-fips
ifeq ($(CONFIG_IPV6),n)
CONFIGURE_ARGS+= \