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 a95c8b978137d435d4b734b03371c7fc7f2930b1 (commit) via 83cee5f02ead8d296bc874651f6f36a07e581df7 (commit) via 9ec0fca91d237fffe686b2a23fa5cd1dac731fd3 (commit) from 88ba9a24801338f5421cace9ae99db31be1f0889 (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 a95c8b978137d435d4b734b03371c7fc7f2930b1 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Apr 21 13:52:01 2020 +0000
core144: ship /etc/os-release
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 83cee5f02ead8d296bc874651f6f36a07e581df7 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Apr 21 13:50:43 2020 +0000
core144: add openssl
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 9ec0fca91d237fffe686b2a23fa5cd1dac731fd3 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Apr 21 15:43:38 2020 +0200
openssl: update to 1.1.1g
CVE-2020-1967 (OpenSSL advisory) [High severity] 21 April 2020: Server or client applications that call the SSL_check_chain() function during or after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the "signature_algorithms_cert" TLS extension. The crash occurs if an invalid or unrecognised signature algorithm is received from the peer. This could be exploited by a malicious peer in a Denial of Service attack. https://www.openssl.org/news/secadv/20200421.txt
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/144/filelists/files | 1 + .../rootfiles/{oldcore/100 => core/144}/filelists/i586/openssl-sse2 | 0 config/rootfiles/{oldcore/100 => core/144}/filelists/openssl | 0 config/rootfiles/core/144/update.sh | 2 +- lfs/openssl | 4 ++-- 5 files changed, 4 insertions(+), 3 deletions(-) copy config/rootfiles/{oldcore/100 => core/144}/filelists/i586/openssl-sse2 (100%) copy config/rootfiles/{oldcore/100 => core/144}/filelists/openssl (100%)
Difference in files: diff --git a/config/rootfiles/core/144/filelists/files b/config/rootfiles/core/144/filelists/files index ead2c54b7..555fb38bc 100644 --- a/config/rootfiles/core/144/filelists/files +++ b/config/rootfiles/core/144/filelists/files @@ -1,3 +1,4 @@ +etc/os-release etc/system-release etc/issue srv/web/ipfire/cgi-bin/credits.cgi diff --git a/config/rootfiles/core/144/filelists/i586/openssl-sse2 b/config/rootfiles/core/144/filelists/i586/openssl-sse2 new file mode 120000 index 000000000..f424713d6 --- /dev/null +++ b/config/rootfiles/core/144/filelists/i586/openssl-sse2 @@ -0,0 +1 @@ +../../../../common/i586/openssl-sse2 \ No newline at end of file diff --git a/config/rootfiles/core/144/filelists/openssl b/config/rootfiles/core/144/filelists/openssl new file mode 120000 index 000000000..e011a9266 --- /dev/null +++ b/config/rootfiles/core/144/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/config/rootfiles/core/144/update.sh b/config/rootfiles/core/144/update.sh index 861d90fac..8449418f0 100644 --- a/config/rootfiles/core/144/update.sh +++ b/config/rootfiles/core/144/update.sh @@ -74,7 +74,7 @@ useradd -c 'dhcpcd privsep user' \ /usr/local/bin/filesystem-cleanup
# This update needs a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot
# Finish /etc/init.d/fireinfo start diff --git a/lfs/openssl b/lfs/openssl index 06b999a15..8fe3c2856 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@
include Config
-VER = 1.1.1f +VER = 1.1.1g
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -87,7 +87,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 3f486f2f4435ef14b81814dbbc7b48bb +$(DL_FILE)_MD5 = 76766e98997660138cdaf13a187bd234
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree