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 0ab3e07f9d96074eefb0ecbc4359f90feb520635 (commit) via 3e95f420280d49eebc07d864bc41e6ab3ea0adc3 (commit) from aec0c3102e3061d4df9002efc93e45ec50975be9 (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 0ab3e07f9d96074eefb0ecbc4359f90feb520635 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jun 11 17:05:27 2015 +0200
core91: Ship openssh after openssl has been updated
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 3e95f420280d49eebc07d864bc41e6ab3ea0adc3 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jun 11 17:03:56 2015 +0200
openssl: Update to version 1.0.2b
https://www.openssl.org/news/secadv_20150611.txt
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/{90 => 91}/filelists/i586/openssl-sse2 | 0 config/rootfiles/{oldcore/81 => core/91}/filelists/openssh | 0 config/rootfiles/{oldcore/87 => core/91}/filelists/openssl | 0 lfs/openssl | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) copy config/rootfiles/core/{90 => 91}/filelists/i586/openssl-sse2 (100%) copy config/rootfiles/{oldcore/81 => core/91}/filelists/openssh (100%) copy config/rootfiles/{oldcore/87 => core/91}/filelists/openssl (100%)
Difference in files: diff --git a/config/rootfiles/core/91/filelists/i586/openssl-sse2 b/config/rootfiles/core/91/filelists/i586/openssl-sse2 new file mode 120000 index 0000000..f424713 --- /dev/null +++ b/config/rootfiles/core/91/filelists/i586/openssl-sse2 @@ -0,0 +1 @@ +../../../../common/i586/openssl-sse2 \ No newline at end of file diff --git a/config/rootfiles/core/91/filelists/openssh b/config/rootfiles/core/91/filelists/openssh new file mode 120000 index 0000000..d8c77fd --- /dev/null +++ b/config/rootfiles/core/91/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/91/filelists/openssl b/config/rootfiles/core/91/filelists/openssl new file mode 120000 index 0000000..e011a92 --- /dev/null +++ b/config/rootfiles/core/91/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/lfs/openssl b/lfs/openssl index 455dcf1..3b9f3e1 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@
include Config
-VER = 1.0.2a +VER = 1.0.2b
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -82,7 +82,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = a06c547dac9044161a477211049f60ef +$(DL_FILE)_MD5 = 7729b259e2dea7d60b32fc3934d6984b
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree