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 026eafd5860ea9fa3a134003d388be356fb266d0 (commit) via 6fa97f2c9726ed2f4ac00b9231ef64aaf8907486 (commit) from cce398bca5a266a5563fa1dcb532fd2481400b21 (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 026eafd5860ea9fa3a134003d388be356fb266d0 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Oct 26 08:57:31 2023 +0000
core181: Ship OpenSSL
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 6fa97f2c9726ed2f4ac00b9231ef64aaf8907486 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Oct 26 08:57:20 2023 +0000
openssl: Update to 3.1.4
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/openssl | 1 + config/rootfiles/{oldcore/100 => core/181}/filelists/openssl | 0 lfs/openssl | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/100 => core/181}/filelists/openssl (100%)
Difference in files: diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl index 5ccb17fe1..a928389cc 100644 --- a/config/rootfiles/common/openssl +++ b/config/rootfiles/common/openssl @@ -4659,6 +4659,7 @@ usr/lib/ossl-modules/legacy.so #usr/share/man/man3/SSL_COMP_get_compression_methods.3ossl #usr/share/man/man3/SSL_COMP_get_id.3ossl #usr/share/man/man3/SSL_CONF_CTX_clear_flags.3ossl +#usr/share/man/man3/SSL_CONF_CTX_finish.3ossl #usr/share/man/man3/SSL_CONF_CTX_free.3ossl #usr/share/man/man3/SSL_CONF_CTX_new.3ossl #usr/share/man/man3/SSL_CONF_CTX_set1_prefix.3ossl diff --git a/config/rootfiles/core/181/filelists/openssl b/config/rootfiles/core/181/filelists/openssl new file mode 120000 index 000000000..e011a9266 --- /dev/null +++ b/config/rootfiles/core/181/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/lfs/openssl b/lfs/openssl index 7ac39cf0e..1a1260d05 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@
include Config
-VER = 3.1.2 +VER = 3.1.4
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -70,7 +70,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 7b4ba35df7d5680c5f13a1986e4c6abaf4592690647dcfa84d7f14c196326355e8ad0ea62f81f8269f0605f0d29f18e9def9c2158fcbe00baefabf819f82374d +$(DL_FILE)_BLAKE2 = bd6a3ef458f86dd5173e87b10432bd81c1570e1848da3c4d7a06eb021d2f67e4075421885c402f6ea792e383e756d78757c17ef060094e840ed5df6faf3d7f9e
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree