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 f62f432a27a0e7d25fb4b9700b5ff35acef84f20 (commit) from 7b6d2972e358f7042abd3b282a2226670549119d (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 f62f432a27a0e7d25fb4b9700b5ff35acef84f20 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed May 29 11:22:22 2019 +0100
openssl: Update to 1.1.1c
Fixes CVE-2019-1543
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/openssl | 6 ++++++ config/rootfiles/{oldcore/100 => core/133}/filelists/openssl | 0 lfs/openssl | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/100 => core/133}/filelists/openssl (100%)
Difference in files: diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl index f6f3dc687..f7b92dfc8 100644 --- a/config/rootfiles/common/openssl +++ b/config/rootfiles/common/openssl @@ -1564,6 +1564,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EVP_PKEY_get0_EC_KEY.html #usr/share/doc/openssl/html/man3/EVP_PKEY_get0_RSA.html #usr/share/doc/openssl/html/man3/EVP_PKEY_get0_asn1.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_get0_engine.html #usr/share/doc/openssl/html/man3/EVP_PKEY_get0_hmac.html #usr/share/doc/openssl/html/man3/EVP_PKEY_get0_poly1305.html #usr/share/doc/openssl/html/man3/EVP_PKEY_get0_siphash.html @@ -2473,11 +2474,13 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/RSA_new.html #usr/share/doc/openssl/html/man3/RSA_new_method.html #usr/share/doc/openssl/html/man3/RSA_padding_add_PKCS1_OAEP.html +#usr/share/doc/openssl/html/man3/RSA_padding_add_PKCS1_OAEP_mgf1.html #usr/share/doc/openssl/html/man3/RSA_padding_add_PKCS1_type_1.html #usr/share/doc/openssl/html/man3/RSA_padding_add_PKCS1_type_2.html #usr/share/doc/openssl/html/man3/RSA_padding_add_SSLv23.html #usr/share/doc/openssl/html/man3/RSA_padding_add_none.html #usr/share/doc/openssl/html/man3/RSA_padding_check_PKCS1_OAEP.html +#usr/share/doc/openssl/html/man3/RSA_padding_check_PKCS1_OAEP_mgf1.html #usr/share/doc/openssl/html/man3/RSA_padding_check_PKCS1_type_1.html #usr/share/doc/openssl/html/man3/RSA_padding_check_PKCS1_type_2.html #usr/share/doc/openssl/html/man3/RSA_padding_check_SSLv23.html @@ -5478,6 +5481,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EVP_PKEY_get0_EC_KEY.3 #usr/share/man/man3/EVP_PKEY_get0_RSA.3 #usr/share/man/man3/EVP_PKEY_get0_asn1.3 +#usr/share/man/man3/EVP_PKEY_get0_engine.3 #usr/share/man/man3/EVP_PKEY_get0_hmac.3 #usr/share/man/man3/EVP_PKEY_get0_poly1305.3 #usr/share/man/man3/EVP_PKEY_get0_siphash.3 @@ -6387,11 +6391,13 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/RSA_new.3 #usr/share/man/man3/RSA_new_method.3 #usr/share/man/man3/RSA_padding_add_PKCS1_OAEP.3 +#usr/share/man/man3/RSA_padding_add_PKCS1_OAEP_mgf1.3 #usr/share/man/man3/RSA_padding_add_PKCS1_type_1.3 #usr/share/man/man3/RSA_padding_add_PKCS1_type_2.3 #usr/share/man/man3/RSA_padding_add_SSLv23.3 #usr/share/man/man3/RSA_padding_add_none.3 #usr/share/man/man3/RSA_padding_check_PKCS1_OAEP.3 +#usr/share/man/man3/RSA_padding_check_PKCS1_OAEP_mgf1.3 #usr/share/man/man3/RSA_padding_check_PKCS1_type_1.3 #usr/share/man/man3/RSA_padding_check_PKCS1_type_2.3 #usr/share/man/man3/RSA_padding_check_SSLv23.3 diff --git a/config/rootfiles/core/133/filelists/openssl b/config/rootfiles/core/133/filelists/openssl new file mode 120000 index 000000000..e011a9266 --- /dev/null +++ b/config/rootfiles/core/133/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/lfs/openssl b/lfs/openssl index f8729c2de..9f9e7a684 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@
include Config
-VER = 1.1.1b +VER = 1.1.1c
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -87,7 +87,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4532712e7bcc9414f5bce995e4e13930 +$(DL_FILE)_MD5 = 15e21da6efe8aa0e0768ffd8cd37a5f6
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree