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 f1a58c3322701040090efd1b7949f448c3128d5a (commit) via 7a26d28aa4f4c3602970cccdf0697d555b39ef3c (commit) from ea31a62aadf428e37a686568e5b95caf0fbc07b6 (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 f1a58c3322701040090efd1b7949f448c3128d5a Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Feb 5 19:26:58 2013 +0100
openssh: Update to 6.1p1.
commit 7a26d28aa4f4c3602970cccdf0697d555b39ef3c Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Feb 5 19:01:11 2013 +0100
openssl: Update to 0.9.8y.
Fixes the "Lucky Thirteen" issue: http://www.isg.rhul.ac.uk/tls/ also known as CVE-2013-0169
http://www.openssl.org/news/secadv_20130205.txt
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/openssl | 1 - config/rootfiles/{oldcore/36 => core/66}/filelists/openssh | 0 lfs/openssh | 4 ++-- lfs/openssl | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) copy config/rootfiles/{oldcore/36 => core/66}/filelists/openssh (100%)
Difference in files: diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl index 296a0c0..bc1ac49 100644 --- a/config/rootfiles/common/openssl +++ b/config/rootfiles/common/openssl @@ -1164,7 +1164,6 @@ usr/lib/libssl.so.0.9.8 #usr/share/man/man3/md5.3 #usr/share/man/man3/mdc2.3 #usr/share/man/man3/pem.3 -#usr/share/man/man3/rand.3 #usr/share/man/man3/rc4.3 #usr/share/man/man3/ripemd.3 #usr/share/man/man3/rsa.3 diff --git a/config/rootfiles/core/66/filelists/openssh b/config/rootfiles/core/66/filelists/openssh new file mode 120000 index 0000000..d8c77fd --- /dev/null +++ b/config/rootfiles/core/66/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/lfs/openssh b/lfs/openssh index 26ac555..774e18a 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@
include Config
-VER = 6.0p1 +VER = 6.1p1
THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 3c9347aa67862881c5da3f3b1c08da7b +$(DL_FILE)_MD5 = 3345cbf4efe90ffb06a78670ab2d05d5
install : $(TARGET)
diff --git a/lfs/openssl b/lfs/openssl index 9aef173..b9d2617 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@
include Config
-VER = 0.9.8x +VER = 0.9.8y
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ee17e9bc805c8cc7d0afac3b0ef78eda +$(DL_FILE)_MD5 = 47c7fb37f78c970f1d30aa2f9e9e26d8
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree