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 4a510319ca095b27ed91c05ebbe703c3faa434fe (commit) from a016c0ce6a1daa791353c8bb54383fb9b71be6ef (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 4a510319ca095b27ed91c05ebbe703c3faa434fe Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Nov 2 15:29:01 2017 +0000
openssl: Update to 1.0.2m
* bn_sqrx8x_internal carry bug on x86_64 (CVE-2017-3736) * Malformed X.509 IPAddressFamily could cause OOB read (CVE-2017-3735)
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: .../rootfiles/{oldcore/100 => core/116}/filelists/i586/openssl-sse2 | 0 config/rootfiles/core/116/filelists/openssl | 1 + lfs/openssl | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/100 => core/116}/filelists/i586/openssl-sse2 (100%) create mode 120000 config/rootfiles/core/116/filelists/openssl
Difference in files: diff --git a/config/rootfiles/core/116/filelists/i586/openssl-sse2 b/config/rootfiles/core/116/filelists/i586/openssl-sse2 new file mode 120000 index 0000000..f424713 --- /dev/null +++ b/config/rootfiles/core/116/filelists/i586/openssl-sse2 @@ -0,0 +1 @@ +../../../../common/i586/openssl-sse2 \ No newline at end of file diff --git a/config/rootfiles/core/116/filelists/openssl b/config/rootfiles/core/116/filelists/openssl new file mode 120000 index 0000000..100ab21 --- /dev/null +++ b/config/rootfiles/core/116/filelists/openssl @@ -0,0 +1 @@ +../../../openssl \ No newline at end of file diff --git a/lfs/openssl b/lfs/openssl index b613ed7..8782e1e 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@
include Config
-VER = 1.0.2l +VER = 1.0.2m
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -94,7 +94,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = f85123cd390e864dfbe517e7616e6566 +$(DL_FILE)_MD5 = 10e9e37f492094b9ef296f68f24a7666
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree