From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, next, updated. be5a3b36a70dc92e898b1f6c997f6a90a5654e56 Date: Sat, 12 May 2012 16:49:25 +0200 Message-ID: <20120512144933.8E32820144@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8482300184172713120==" List-Id: --===============8482300184172713120== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 be5a3b36a70dc92e898b1f6c997f6a90a5654e56 (commit) via d7d2dca96403baeb02b182afbb56679837f1a904 (commit) via 423d77a71fd48916b88b39d5554b37bd5743f453 (commit) from 6666803d83db59c429976e75d931dea0af19a81c (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 be5a3b36a70dc92e898b1f6c997f6a90a5654e56 Author: Arne Fitzenreiter Date: Sat May 12 15:33:42 2012 +0200 php: security update to 5.3.13 (CVE-2012-2311). commit d7d2dca96403baeb02b182afbb56679837f1a904 Author: Arne Fitzenreiter Date: Sat May 12 15:32:47 2012 +0200 openssh: update to 6.0p1. commit 423d77a71fd48916b88b39d5554b37bd5743f453 Author: Arne Fitzenreiter Date: Sat May 12 15:30:38 2012 +0200 openssl: security update to 0.9.8x (CVE-2012-2333). =20 Invalid TLS/DTLS record attack (CVE-2012-2333) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 A flaw in the OpenSSL handling of CBC mode ciphersuites in TLS 1.1, 1.2 a= nd DTLS can be exploited in a denial of service attack on both clients and servers. =20 DTLS applications are affected in all versions of OpenSSL. TLS is only affected in OpenSSL 1.0.1 and later. =20 Thanks to Codenomicon for discovering this issue using Fuzz-o-Matic fuzzi= ng as a service testing platform. =20 The fix was developed by Stephen Henson of the OpenSSL core team. =20 Affected users should upgrade to OpenSSL 1.0.1c, 1.0.0j or 0.9.8x =20 References =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 URL for this Security Advisory: http://www.openssl.org/news/secadv_20120510.txt ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/{57 =3D> 59}/filelists/php | 0 lfs/openssh | 4 ++-- lfs/openssl | 4 ++-- lfs/php | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) copy config/rootfiles/core/{57 =3D> 59}/filelists/php (100%) Difference in files: diff --git a/config/rootfiles/core/59/filelists/php b/config/rootfiles/core/5= 9/filelists/php new file mode 120000 index 0000000..1ae48d7 --- /dev/null +++ b/config/rootfiles/core/59/filelists/php @@ -0,0 +1 @@ +../../../common/php \ No newline at end of file diff --git a/lfs/openssh b/lfs/openssh index f7d129d..26ac555 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 5.9p1 +VER =3D 6.0p1 =20 THISAPP =3D openssh-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D afe17eee7e98d3b8550cc349834a85d0 +$(DL_FILE)_MD5 =3D 3c9347aa67862881c5da3f3b1c08da7b =20 install : $(TARGET) =20 diff --git a/lfs/openssl b/lfs/openssl index c58c048..9aef173 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.9.8w +VER =3D 0.9.8x =20 THISAPP =3D openssl-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 4ceb7d570e42c094b360cc7b8e848a0b +$(DL_FILE)_MD5 =3D ee17e9bc805c8cc7d0afac3b0ef78eda =20 install : $(TARGET) =20 diff --git a/lfs/php b/lfs/php index 2a883de..075d4fb 100644 --- a/lfs/php +++ b/lfs/php @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2011 IPFire Team = # +# Copyright (C) 2007-2012 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 5.3.10 +VER =3D 5.3.13 =20 THISAPP =3D php-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -42,7 +42,7 @@ $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) idn-0.1.tgz =3D $(DL_FROM)/idn-0.1.tgz Log-1.9.11.tgz =3D $(DL_FROM)/Log-1.9.11.tgz =20 -$(DL_FILE)_MD5 =3D 816259e5ca7d0a7e943e56a3bb32b17f +$(DL_FILE)_MD5 =3D 370be99c5cdc2e756c82c44d774933c8 idn-0.1.tgz_MD5 =3D ef8635ec22348325a76abd2abddca4a1 Log-1.9.11.tgz_MD5 =3D fb7c648b212f12fdb5ce1ab687793513 =20 hooks/post-receive -- IPFire 2.x development tree --===============8482300184172713120==--