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, master has been updated via 206113d39804f4bbdcf7b7983fc7b5fb9f89afc8 (commit) via 00147edd8851805d4bb5ebc60d51bfd879ea8738 (commit) from 908a786a087e89dc3799187482de612e19af8e33 (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 206113d39804f4bbdcf7b7983fc7b5fb9f89afc8 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu May 25 21:03:59 2017 +0100
core111: Ship updated openssl
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 00147edd8851805d4bb5ebc60d51bfd879ea8738 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu May 25 20:58:54 2017 +0100
openssl: Update to 1.0.2l
This release only contains bug fixes but no security-related fixes
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: .../rootfiles/{oldcore/100 => core/111}/filelists/i586/openssl-sse2 | 0 config/rootfiles/{oldcore/100 => core/111}/filelists/openssl | 0 lfs/openssl | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/100 => core/111}/filelists/i586/openssl-sse2 (100%) copy config/rootfiles/{oldcore/100 => core/111}/filelists/openssl (100%)
Difference in files: diff --git a/config/rootfiles/core/111/filelists/i586/openssl-sse2 b/config/rootfiles/core/111/filelists/i586/openssl-sse2 new file mode 120000 index 0000000..f424713 --- /dev/null +++ b/config/rootfiles/core/111/filelists/i586/openssl-sse2 @@ -0,0 +1 @@ +../../../../common/i586/openssl-sse2 \ No newline at end of file diff --git a/config/rootfiles/core/111/filelists/openssl b/config/rootfiles/core/111/filelists/openssl new file mode 120000 index 0000000..e011a92 --- /dev/null +++ b/config/rootfiles/core/111/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/lfs/openssl b/lfs/openssl index cece007..01b4e75 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@
include Config
-VER = 1.0.2k +VER = 1.0.2l
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -87,7 +87,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = f965fc0bf01bf882b31314b61391ae65 +$(DL_FILE)_MD5 = f85123cd390e864dfbe517e7616e6566
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree