stunnel: update to 5.42

Message ID 20171031150147.5859-1-marcel.lorenz@ipfire.org
State Dropped
Headers
Series stunnel: update to 5.42 |

Commit Message

Marcel Lorenz Nov. 1, 2017, 2:01 a.m. UTC
  Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
 config/rootfiles/packages/stunnel | 6 +++---
 lfs/stunnel                       | 9 +++++----
 2 files changed, 8 insertions(+), 7 deletions(-)
  

Patch

diff --git a/config/rootfiles/packages/stunnel b/config/rootfiles/packages/stunnel
index eaf7fcece..91650166a 100644
--- a/config/rootfiles/packages/stunnel
+++ b/config/rootfiles/packages/stunnel
@@ -1,4 +1,3 @@ 
-etc/rc.d/init.d/stunnel
 etc/stunnel
 etc/stunnel/stunnel.conf
 #etc/stunnel/stunnel.conf-sample
@@ -28,14 +27,15 @@  usr/lib/stunnel/libstunnel.so
 #usr/share/doc/stunnel/examples/importCA.sh
 #usr/share/doc/stunnel/examples/script.sh
 #usr/share/doc/stunnel/examples/stunnel.init
+#usr/share/doc/stunnel/examples/stunnel.logrotate
+#usr/share/doc/stunnel/examples/stunnel.rh.init
 #usr/share/doc/stunnel/examples/stunnel.service
 #usr/share/doc/stunnel/examples/stunnel.spec
-#usr/share/doc/stunnel/stunnel.fr.html
 #usr/share/doc/stunnel/stunnel.html
 #usr/share/doc/stunnel/stunnel.pl.html
 #usr/share/man/man8/stunnel.8
-#usr/share/man/man8/stunnel.fr.8
 #usr/share/man/man8/stunnel.pl.8
 var/ipfire/backup/addons/includes/stunnel
 var/lib/stunnel
 var/lib/stunnel/run
+etc/rc.d/init.d/stunnel
diff --git a/lfs/stunnel b/lfs/stunnel
index 684e4522d..d046db65d 100644
--- a/lfs/stunnel
+++ b/lfs/stunnel
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 5.01
+VER        = 5.42
 
 THISAPP    = stunnel-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = stunnel
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 7b63266b6fa05da696729e245100da65
+$(DL_FILE)_MD5 = ad0a6c63b30ec40afc7a2326e9ce04e0
 
 install : $(TARGET)
 
@@ -80,7 +80,8 @@  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && ./configure \
 		--prefix=/usr \
 		--sysconfdir=/etc \
-		--localstatedir=/var
+		--localstatedir=/var \
+		--disable-systemd
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install