public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. bccde9948bbf5cee53da5f89ee90c202ca7ed8b0
Date: Tue, 15 Feb 2022 17:42:57 +0000	[thread overview]
Message-ID: <4JypMk2MBBz2xgZ@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 15170 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  bccde9948bbf5cee53da5f89ee90c202ca7ed8b0 (commit)
       via  215a205a13454413e00df65c6404de6cb2acfbf6 (commit)
       via  af20e3bbdc1a447ff421dad82f11002aaba9f422 (commit)
       via  64b72c4038cc40c02f089adc2b38fcb69472465a (commit)
       via  049b21c8e6ef9d965fc62e4e43302adae6ddc86e (commit)
       via  aed06a32c36ca1a7e519bb24f36470cc75336be4 (commit)
       via  fb3e1c82c8b5e12314e87ea4641479bd1f4052fd (commit)
      from  bbca73d467bace690a1418c6c6c7202db8c8fd63 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bccde9948bbf5cee53da5f89ee90c202ca7ed8b0
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date:   Tue Feb 15 16:57:00 2022 +0000

    Core Update 165: Ship libarchive
    
    Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>

commit 215a205a13454413e00df65c6404de6cb2acfbf6
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Tue Feb 15 10:36:56 2022 +0100

    libarchive: Update to version 3.6.0
    
    - Update from 3.5.2 to 3.6.0
    - Update of rootfile
    - Changelog
       Libarchive 3.6.0 is a feature and bugfix release.
         New features:
    	    tar: new option "--no-read-sparse" (#1614)
    	    tar: threads support for zstd (#1567)
    	    RAR reader: filter support (#1503)
    	    RAR5 reader: self-extracting archive support (#1585)
    	    ZIP reader: zstd decompression support (#1518)
         Other notable bugfixes and improvements:
    	    tar: respect "--ignore-zeros" in c, r and u modes (#1620)
    	    reduced size of application binaries (#1625)
    	    internal code optimizations
       Libarchive 3.5.3 is a security release
         Security Fixes:
    	    extended fix for following symlinks when processing the fixup list
                  (#1566, #1617, CVE-2021-31566)
    	    fix invalid memory access and out of bounds read in RAR5 reader
                  (#1491, #1492, #1493, CVE-2021-36976)
    
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
    Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

commit af20e3bbdc1a447ff421dad82f11002aaba9f422
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Tue Feb 15 10:37:13 2022 +0100

    stunnel: Update to version 5.62
    
    - Update from 5.58 to 5.62
    - Update of rootfile
    - Changelog
       ### Version 5.62, 2022.01.17, urgency: MEDIUM
    	* New features
    	  - Added a bash completion script.
    	* Bugfixes
    	  - Fixed a transfer() loop bug.
       ### Version 5.61, 2021.12.22, urgency: LOW
    	* New features sponsored by the University of Maryland
    	  - Added new "protocol = capwin" and "protocol = capwinctrl"
    	    configuration file options.
    	* New features for the Windows platform
    	  - Added client mode allowing authenticated users to view
    	    logs, reconfigure and terminate running stunnel services.
    	  - Added support for multiple GUI and service instances
    	    distinguised by the location of stunnel.conf.
    	  - Improved log window scrolling.
    	  - Added a new 'Pause auto-scroll' GUI checkbox.
    	  - Double click on the icon tray replaced with single click.
    	  - OpenSSL DLLs updated to version 3.0.1.
    	* Other new features
    	  - Rewritten the testing framework in python (thx to
    	    Peter Pentchev for inspiration and initial framework).
    	  - Added support for missing SSL_set_options() values.
    	  - Updated stunnel.spec to support RHEL8.
    	* Bugfixes
    	  - Fixed OpenSSL 3.0 build.
    	  - Fixed reloading configuration with
    	    "systemctl reload stunnel.service".
    	  - Fixed incorrect messages logged for OpenSSL errors.
    	  - Fixed printing IPv6 socket option defaults on FreeBSD.
       ### Version 5.60, 2021.08.16, urgency: LOW
    	* New features
    	  - New 'sessionResume' service-level option to allow
    	    or disallow session resumption
    	  - Added support for the new SSL_set_options() values.
    	  - Download fresh ca-certs.pem for each new release.
    	* Bugfixes
    	  - Fixed 'redirect' with 'protocol'.  This combination is
    	    not supported by 'smtp', 'pop3' and 'imap' protocols.
    	  - Enforced minimum WIN32 log window size.
    	  - Fixed support for password-protected private keys with
    	    OpenSSL 3.0 (thx to Dmitry Belyavskiy).
       ### Version 5.59, 2021.04.05, urgency: HIGH
    	* Security bugfixes
    	  - OpenSSL DLLs updated to version 1.1.1k.
    	* New features
    	  - Client-side "protocol = ldap" support (thx to Bart
    	    Dopheide and Seth Grover).
    	* Bugfixes
    	  - The test suite fixed not to require external connectivity.
    	  - Fixed paths in generated manuals (thx to Tatsuki Makino).
    	  - Fixed configuration reload when compression is used.
    	  - Fixed compilation with early releases of OpenSSL 1.1.1.
    
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
    Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

commit 64b72c4038cc40c02f089adc2b38fcb69472465a
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date:   Tue Feb 15 16:44:56 2022 +0000

    Core Update 165: Ship lcms2
    
    Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>

commit 049b21c8e6ef9d965fc62e4e43302adae6ddc86e
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Wed Feb 9 22:29:01 2022 +0100

    lcms2: Update to version 2.13.1
    
    - Update from 2.12 to 2.13.1
    - Update of rootfile
    - Changelog
       2.13.1 Hot fix
         Fix for pure white going gray in grayscale transforms.
       2.13 Featured release
         Added support for premultiplied alpha
         tifficc can now handle alpha channels, both unassociated and premultiplied
         Better documentation
         CGATS parser can now deal with very long strings
         Added Projects for Visual Studio 2020
         Travis CI discontinued, GitHub actions used instead
         Added a very preliminar meson build script (thanks to xclaesse)
         Added ARM64 target to visual studio 2019 (thanks to gaborkertesz-linaro)
         Added thread safe code to get time
         Added automatic linear space detection
         Added cmsGetStageContextID function
         Added cmsDetectRGBProfileGamma function
         configure now accepts --without-fastfloat to turn plugin off
         autogen.sh has now a --distclean toggle to get rid of all autotools generated files
         Checked to work on STM32 Cortex-A, Cortex-M families
         Bug & typos fixing (thanks to many reporters and contributors)
    
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
    Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

commit aed06a32c36ca1a7e519bb24f36470cc75336be4
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date:   Tue Feb 15 16:43:43 2022 +0000

    Core Update 165: Ship iana-etc
    
    Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>

commit fb3e1c82c8b5e12314e87ea4641479bd1f4052fd
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Tue Feb 15 10:36:42 2022 +0100

    iana-etc: Update to version 20220207
    
    - Update from 2.30 (2011) to 20220207
    - Update of rootfile not required
    - After version 2.30 the files from iana are no longer versioned. A git repository is
       available (also used by LFS) which creates the required files by an automated script.
       So the lfs just needs to copy across the services and protocols files to /etc
    - There is no Changelog
    
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
    Acked-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/common/lcms2                                 |  2 +-
 config/rootfiles/common/libarchive                            |  2 +-
 config/rootfiles/{oldcore/123 => core/165}/filelists/iana-etc |  0
 config/rootfiles/{oldcore/110 => core/165}/filelists/lcms2    |  0
 .../rootfiles/{oldcore/104 => core/165}/filelists/libarchive  |  0
 config/rootfiles/packages/stunnel                             |  1 +
 lfs/iana-etc                                                  | 11 +++++------
 lfs/lcms2                                                     |  4 ++--
 lfs/libarchive                                                |  4 ++--
 lfs/stunnel                                                   | 11 +++++------
 10 files changed, 17 insertions(+), 18 deletions(-)
 copy config/rootfiles/{oldcore/123 => core/165}/filelists/iana-etc (100%)
 copy config/rootfiles/{oldcore/110 => core/165}/filelists/lcms2 (100%)
 copy config/rootfiles/{oldcore/104 => core/165}/filelists/libarchive (100%)

Difference in files:
diff --git a/config/rootfiles/common/lcms2 b/config/rootfiles/common/lcms2
index 5a7d2f276..17300a91a 100644
--- a/config/rootfiles/common/lcms2
+++ b/config/rootfiles/common/lcms2
@@ -8,7 +8,7 @@
 #usr/lib/liblcms2.la
 #usr/lib/liblcms2.so
 usr/lib/liblcms2.so.2
-usr/lib/liblcms2.so.2.0.12
+usr/lib/liblcms2.so.2.0.13
 #usr/lib/pkgconfig/lcms2.pc
 #usr/share/man/man1/jpgicc.1
 #usr/share/man/man1/linkicc.1
diff --git a/config/rootfiles/common/libarchive b/config/rootfiles/common/libarchive
index e1c76269b..c939d74f4 100644
--- a/config/rootfiles/common/libarchive
+++ b/config/rootfiles/common/libarchive
@@ -6,7 +6,7 @@
 #usr/lib/libarchive.la
 #usr/lib/libarchive.so
 usr/lib/libarchive.so.13
-usr/lib/libarchive.so.13.5.2
+usr/lib/libarchive.so.13.6.0
 #usr/lib/pkgconfig/libarchive.pc
 #usr/share/man/man1/bsdcat.1
 #usr/share/man/man1/bsdcpio.1
diff --git a/config/rootfiles/core/165/filelists/iana-etc b/config/rootfiles/core/165/filelists/iana-etc
new file mode 120000
index 000000000..1f3d54dbd
--- /dev/null
+++ b/config/rootfiles/core/165/filelists/iana-etc
@@ -0,0 +1 @@
+../../../common/iana-etc
\ No newline at end of file
diff --git a/config/rootfiles/core/165/filelists/lcms2 b/config/rootfiles/core/165/filelists/lcms2
new file mode 120000
index 000000000..f72a39451
--- /dev/null
+++ b/config/rootfiles/core/165/filelists/lcms2
@@ -0,0 +1 @@
+../../../common/lcms2
\ No newline at end of file
diff --git a/config/rootfiles/core/165/filelists/libarchive b/config/rootfiles/core/165/filelists/libarchive
new file mode 120000
index 000000000..551f1f743
--- /dev/null
+++ b/config/rootfiles/core/165/filelists/libarchive
@@ -0,0 +1 @@
+../../../common/libarchive
\ No newline at end of file
diff --git a/config/rootfiles/packages/stunnel b/config/rootfiles/packages/stunnel
index 0882ef4de..c44cbc90c 100644
--- a/config/rootfiles/packages/stunnel
+++ b/config/rootfiles/packages/stunnel
@@ -7,6 +7,7 @@ usr/bin/stunnel
 #usr/lib/stunnel
 #usr/lib/stunnel/libstunnel.la
 usr/lib/stunnel/libstunnel.so
+#usr/share/bash-completion/completions/stunnel.bash
 #usr/share/doc/stunnel
 #usr/share/doc/stunnel/AUTHORS.md
 #usr/share/doc/stunnel/BUGS.md
diff --git a/lfs/iana-etc b/lfs/iana-etc
index 8b7156f12..ddcdc9242 100644
--- a/lfs/iana-etc
+++ b/lfs/iana-etc
@@ -24,10 +24,10 @@
 
 include Config
 
-VER        = 2.30
+VER        = 20220207
 
 THISAPP    = iana-etc-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3ba3afb1d1b261383d247f46cb135ee8
+$(DL_FILE)_MD5 = 81d865ce7fe4240d5abed48c3ca5fa9f
 
 install : $(TARGET)
 
@@ -69,8 +69,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
-	cd $(DIR_APP) && make install
+	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
+	cp -avf $(DIR_APP)/{services,protocols} /etc/
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)
diff --git a/lfs/lcms2 b/lfs/lcms2
index 751ff47d3..590810f92 100644
--- a/lfs/lcms2
+++ b/lfs/lcms2
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.12
+VER        = 2.13.1
 
 THISAPP    = lcms2-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8cb583c8447461896320b43ea9a688e0
+$(DL_FILE)_MD5 = 47a99e781b89c958a773e2012e81ae8c
 
 install : $(TARGET)
 
diff --git a/lfs/libarchive b/lfs/libarchive
index a9618c2b5..29bde8d60 100644
--- a/lfs/libarchive
+++ b/lfs/libarchive
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.5.2
+VER        = 3.6.0
 
 THISAPP    = libarchive-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2ba9f1f8c169aa9caf8e2d34dde323be
+$(DL_FILE)_MD5 = 93f96acdb9e7277278edb154e5d76e49
 
 install : $(TARGET)
 
diff --git a/lfs/stunnel b/lfs/stunnel
index 9df9b96a3..948f51ca0 100644
--- a/lfs/stunnel
+++ b/lfs/stunnel
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info(a)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,17 +24,16 @@
 
 include Config
 
+VER        = 5.62
 SUMMARY    = Universal TLS Tunnel
 
-VER        = 5.58
-
 THISAPP    = stunnel-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = stunnel
-PAK_VER    = 7
+PAK_VER    = 8
 
 DEPS       =
 
@@ -48,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = aed41cff61d622ff6c8706e9d75c53b7
+$(DL_FILE)_MD5 = e8cafad72a75252ff85210c0cef77f19
 
 install : $(TARGET)
 
@@ -58,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
 	@$(PAK)
 
 ###############################################################################


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2022-02-15 17:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4JypMk2MBBz2xgZ@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox