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 bdac4c81d8cbcce3f363dab622dc62f440e36718 (commit) via a8366ef743742ac25bda40c57e793ae6c4662268 (commit) from b040e0fe32f7b05ac0844613e8b92b5b1cf5fc2e (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 bdac4c81d8cbcce3f363dab622dc62f440e36718 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Aug 24 22:21:08 2021 +0200
core160: add openssl
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit a8366ef743742ac25bda40c57e793ae6c4662268 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Aug 24 22:17:06 2021 +0200
openssl: update to 1.1.1k
This update fix: SM2 Decryption Buffer Overflow (CVE-2021-3711) Read buffer overruns processing ASN.1 strings (CVE-2021-3712) https://www.openssl.org/news/secadv/20210824.txt
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/openssl | 2 ++ config/rootfiles/{oldcore/100 => core/160}/filelists/openssl | 0 lfs/openssl | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) copy config/rootfiles/{oldcore/100 => core/160}/filelists/openssl (100%)
Difference in files: diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl index 989670262..89c66adf0 100644 --- a/config/rootfiles/common/openssl +++ b/config/rootfiles/common/openssl @@ -599,6 +599,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BN_RECP_CTX_free.html #usr/share/doc/openssl/html/man3/BN_RECP_CTX_new.html #usr/share/doc/openssl/html/man3/BN_RECP_CTX_set.html +#usr/share/doc/openssl/html/man3/BN_abs_is_word.html #usr/share/doc/openssl/html/man3/BN_add.html #usr/share/doc/openssl/html/man3/BN_add_word.html #usr/share/doc/openssl/html/man3/BN_bin2bn.html @@ -4570,6 +4571,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BN_RECP_CTX_free.3 #usr/share/man/man3/BN_RECP_CTX_new.3 #usr/share/man/man3/BN_RECP_CTX_set.3 +#usr/share/man/man3/BN_abs_is_word.3 #usr/share/man/man3/BN_add.3 #usr/share/man/man3/BN_add_word.3 #usr/share/man/man3/BN_bin2bn.3 diff --git a/config/rootfiles/core/160/filelists/openssl b/config/rootfiles/core/160/filelists/openssl new file mode 120000 index 000000000..e011a9266 --- /dev/null +++ b/config/rootfiles/core/160/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/lfs/openssl b/lfs/openssl index c56c24af0..e9a422315 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2021 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 = 1.1.1k +VER = 1.1.1l
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -78,7 +78,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = c4e7d95f782b08116afa27b30393dd27 +$(DL_FILE)_MD5 = ac0d4387f3ba0ad741b0580dd45f6ff3
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree