From 70f6a96b46787cf2307574ef6f979154522833c1 Mon Sep 17 00:00:00 2001 From: Erik Kapfer Date: Wed, 30 Sep 2020 15:06:07 +0200 Subject: [PATCH] stunnel: Update to version 5.56 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 Signed-off-by: Michael Tremer --- config/rootfiles/packages/stunnel | 27 +++++++++++++-------------- lfs/stunnel | 8 ++++---- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/config/rootfiles/packages/stunnel b/config/rootfiles/packages/stunnel index 6ec82dacda..3ade5792bc 100644 --- a/config/rootfiles/packages/stunnel +++ b/config/rootfiles/packages/stunnel @@ -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 diff --git a/lfs/stunnel b/lfs/stunnel index c7e8608c3a..1ddb2a9632 100644 --- a/lfs/stunnel +++ b/lfs/stunnel @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # 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) -- 2.39.2