From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. f62f432a27a0e7d25fb4b9700b5ff35acef84f20
Date: Wed, 29 May 2019 13:52:13 +0100 [thread overview]
Message-ID: <20190529125214.5E79284FDC5@people01.i.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 4766 bytes --]
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(a)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(a)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
reply other threads:[~2019-05-29 12:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190529125214.5E79284FDC5@people01.i.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox