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 9797af30061946db16ab7bbca1635865d9318336 (commit) from cfd5dbf1bb5ecc572bdba60778257eddaac8d587 (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 9797af30061946db16ab7bbca1635865d9318336 Author: Peter Müller peter.mueller@ipfire.org Date: Tue May 30 23:06:53 2023 +0000
OpenSSL: Update to 3.1.1
Changelog concerning this version: https://www.openssl.org/news/cl31.txt Accompanying security advisory: https://www.openssl.org/news/secadv/20230530.txt
Signed-off-by: Peter Müller peter.mueller@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/openssl | 1 + lfs/openssl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl index 44ae2cda9..5ccb17fe1 100644 --- a/config/rootfiles/common/openssl +++ b/config/rootfiles/common/openssl @@ -3617,6 +3617,7 @@ usr/lib/ossl-modules/legacy.so #usr/share/man/man3/OSSL_CMP_MSG_http_perform.3ossl #usr/share/man/man3/OSSL_CMP_MSG_it.3ossl #usr/share/man/man3/OSSL_CMP_MSG_read.3ossl +#usr/share/man/man3/OSSL_CMP_MSG_update_recipNonce.3ossl #usr/share/man/man3/OSSL_CMP_MSG_update_transactionID.3ossl #usr/share/man/man3/OSSL_CMP_MSG_write.3ossl #usr/share/man/man3/OSSL_CMP_P10CR.3ossl diff --git a/lfs/openssl b/lfs/openssl index 214d22962..5b60c3369 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@
include Config
-VER = 3.1.0 +VER = 3.1.1
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -70,7 +70,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 9212a7fb13f6dee7746721ee406af56ae1b48ec58974c002465d2b0205839eb5ee0483383aa9924fc3e4168ebd34e1a5819480cf10aa318994d7171e54c07108 +$(DL_FILE)_BLAKE2 = 094f7e28f16de6528016fcd21df1d7382b0dbdcd80ec469d37add9c37f638c059dda3ffb4415eba890a33d146ddc9016bcc7192df101c73be5e70faf6e3b1097
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree