]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
stunnel: Update to version 5.56
authorErik Kapfer <ummeegge@ipfire.org>
Wed, 30 Sep 2020 13:06:07 +0000 (15:06 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 30 Sep 2020 17:10:23 +0000 (17:10 +0000)
The version jump from 5.44 to 5.56 includes several 'LOW' and 'HIGH' urgent bugfixes which are also secure relevant.
A full overview of fixes and new features can be found in here --> https://www.stunnel.org/NEWS.html .

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/stunnel
lfs/stunnel

index 6ec82dacda2bb90542473e610ca819df3ed36a45..3ade5792bc270105e45993c5815b8eac37d76c55 100644 (file)
@@ -8,19 +8,18 @@ usr/bin/stunnel
 #usr/lib/stunnel/libstunnel.la
 usr/lib/stunnel/libstunnel.so
 #usr/share/doc/stunnel
-#usr/share/doc/stunnel/AUTHORS
-#usr/share/doc/stunnel/BUGS
-#usr/share/doc/stunnel/COPYING
-#usr/share/doc/stunnel/COPYRIGHT.GPL
-#usr/share/doc/stunnel/CREDITS
-#usr/share/doc/stunnel/ChangeLog
-#usr/share/doc/stunnel/INSTALL
-#usr/share/doc/stunnel/INSTALL.FIPS
-#usr/share/doc/stunnel/INSTALL.W32
-#usr/share/doc/stunnel/INSTALL.WCE
-#usr/share/doc/stunnel/PORTS
-#usr/share/doc/stunnel/README
-#usr/share/doc/stunnel/TODO
+#usr/share/doc/stunnel/AUTHORS.md
+#usr/share/doc/stunnel/BUGS.md
+#usr/share/doc/stunnel/COPYING.md
+#usr/share/doc/stunnel/COPYRIGHT.md
+#usr/share/doc/stunnel/CREDITS.md
+#usr/share/doc/stunnel/INSTALL.FIPS.md
+#usr/share/doc/stunnel/INSTALL.W32.md
+#usr/share/doc/stunnel/INSTALL.WCE.md
+#usr/share/doc/stunnel/NEWS.md
+#usr/share/doc/stunnel/PORTS.md
+#usr/share/doc/stunnel/README.md
+#usr/share/doc/stunnel/TODO.md
 #usr/share/doc/stunnel/examples
 #usr/share/doc/stunnel/examples/ca.html
 #usr/share/doc/stunnel/examples/ca.pl
@@ -37,5 +36,5 @@ usr/lib/stunnel/libstunnel.so
 #usr/share/man/man8/stunnel.8
 #usr/share/man/man8/stunnel.pl.8
 var/ipfire/backup/addons/includes/stunnel
-var/lib/stunnel
+#var/lib/stunnel
 var/lib/stunnel/run
index c7e8608c3a467b8c5ddedb75bbdc7c95a55c4593..1ddb2a96320d718a3b21df8e379f019bd29538ed 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.44
+VER        = 5.56
 
 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    = 4
+PAK_VER    = 5
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 47697dee496c80c8e352b2b705c4a571
+$(DL_FILE)_MD5 = 01b0ca9e071f582ff803a85d5ed72166
 
 install : $(TARGET)