stunnel: Update to version 5.56

Message ID 20200930130607.15690-1-ummeegge@ipfire.org
State Accepted
Commit 70f6a96b46787cf2307574ef6f979154522833c1
Headers
Series stunnel: Update to version 5.56 |

Commit Message

ummeegge Sept. 30, 2020, 1:06 p.m. UTC
  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>
---
 config/rootfiles/packages/stunnel | 27 +++++++++++++--------------
 lfs/stunnel                       |  8 ++++----
 2 files changed, 17 insertions(+), 18 deletions(-)
  

Comments

Michael Tremer Sept. 30, 2020, 1:29 p.m. UTC | #1
> On 30 Sep 2020, at 14:06, Erik Kapfer <ummeegge@ipfire.org> wrote:
> 
> 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>
> ---
> 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 6ec82dacd..3ade5792b 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

Any reason you removed /var/lib/stunnel?

I believe that is the directory the daemon chroots into and therefore it needs to exist, but is empty.

Best,
-Michael

> diff --git a/lfs/stunnel b/lfs/stunnel
> index c7e8608c3..1ddb2a963 100644
> --- a/lfs/stunnel
> +++ b/lfs/stunnel
> @@ -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)
> 
> -- 
> 2.12.2
>
  
ummeegge Sept. 30, 2020, 3:02 p.m. UTC | #2
Am Mittwoch, den 30.09.2020, 14:29 +0100 schrieb Michael Tremer:
> > On 30 Sep 2020, at 14:06, Erik Kapfer <ummeegge@ipfire.org> wrote:
> > 
> > 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>
> > ---
> > 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 6ec82dacd..3ade5792b 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
> 
> Any reason you removed /var/lib/stunnel?
I thought it will be presant since 'var/lib/stunnel/run' will be
produced via the ROOTFILE, so 'var/lib/stunnel' should exist ?

> 
> I believe that is the directory the daemon chroots into and therefore
> it needs to exist, but is empty.
> 
> Best,
> -Michael
> 
> > diff --git a/lfs/stunnel b/lfs/stunnel
> > index c7e8608c3..1ddb2a963 100644
> > --- a/lfs/stunnel
> > +++ b/lfs/stunnel
> > @@ -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)
> > 
> > -- 
> > 2.12.2
> >
  
Michael Tremer Sept. 30, 2020, 5:09 p.m. UTC | #3
Hello,

> On 30 Sep 2020, at 16:02, ummeegge <ummeegge@ipfire.org> wrote:
> 
> Am Mittwoch, den 30.09.2020, 14:29 +0100 schrieb Michael Tremer:
>>> On 30 Sep 2020, at 14:06, Erik Kapfer <ummeegge@ipfire.org> wrote:
>>> 
>>> 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>
>>> ---
>>> 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 6ec82dacd..3ade5792b 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
>> 
>> Any reason you removed /var/lib/stunnel?
> I thought it will be presant since 'var/lib/stunnel/run' will be
> produced via the ROOTFILE, so 'var/lib/stunnel' should exist ?

Yes, it will be created, but the required permissions won’t be put into the package and only “run” will be deleted when the package is removed.

I will add a patch to fix this and merge your patch.

Best,
-Michael

> 
>> 
>> I believe that is the directory the daemon chroots into and therefore
>> it needs to exist, but is empty.
>> 
>> Best,
>> -Michael
>> 
>>> diff --git a/lfs/stunnel b/lfs/stunnel
>>> index c7e8608c3..1ddb2a963 100644
>>> --- a/lfs/stunnel
>>> +++ b/lfs/stunnel
>>> @@ -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)
>>> 
>>> -- 
>>> 2.12.2
  
ummeegge Sept. 30, 2020, 5:22 p.m. UTC | #4
Am Mittwoch, den 30.09.2020, 18:09 +0100 schrieb Michael Tremer:
> Hello,
> 
> > On 30 Sep 2020, at 16:02, ummeegge <ummeegge@ipfire.org> wrote:
> > 
> > Am Mittwoch, den 30.09.2020, 14:29 +0100 schrieb Michael Tremer:
> > > > On 30 Sep 2020, at 14:06, Erik Kapfer <ummeegge@ipfire.org>
> > > > wrote:
> > > > 
> > > > 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>
> > > > ---
> > > > 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 6ec82dacd..3ade5792b 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
> > > 
> > > Any reason you removed /var/lib/stunnel?
> > I thought it will be presant since 'var/lib/stunnel/run' will be
> > produced via the ROOTFILE, so 'var/lib/stunnel' should exist ?
> 
> Yes, it will be created, but the required permissions won’t be put
> into the package and only “run” will be deleted when the package is
> removed.
> 
> I will add a patch to fix this and merge your patch.
Great, thanks.

Best,

Erik

> 
> Best,
> -Michael
> 
> > > I believe that is the directory the daemon chroots into and
> > > therefore
> > > it needs to exist, but is empty.
> > > 
> > > Best,
> > > -Michael
> > > 
> > > > diff --git a/lfs/stunnel b/lfs/stunnel
> > > > index c7e8608c3..1ddb2a963 100644
> > > > --- a/lfs/stunnel
> > > > +++ b/lfs/stunnel
> > > > @@ -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)
> > > > 
> > > > -- 
> > > > 2.12.2
  

Patch

diff --git a/config/rootfiles/packages/stunnel b/config/rootfiles/packages/stunnel
index 6ec82dacd..3ade5792b 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 c7e8608c3..1ddb2a963 100644
--- a/lfs/stunnel
+++ b/lfs/stunnel
@@ -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)