* [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, next, updated. be5a3b36a70dc92e898b1f6c997f6a90a5654e56
@ 2012-05-12 14:49 git
0 siblings, 0 replies; only message in thread
From: git @ 2012-05-12 14:49 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 5129 bytes --]
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 <arne_f(a)ipfire.org>
Date: Sat May 12 15:33:42 2012 +0200
php: security update to 5.3.13 (CVE-2012-2311).
commit d7d2dca96403baeb02b182afbb56679837f1a904
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat May 12 15:32:47 2012 +0200
openssh: update to 6.0p1.
commit 423d77a71fd48916b88b39d5554b37bd5743f453
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat May 12 15:30:38 2012 +0200
openssl: security update to 0.9.8x (CVE-2012-2333).
Invalid TLS/DTLS record attack (CVE-2012-2333)
===============================================
A flaw in the OpenSSL handling of CBC mode ciphersuites in TLS 1.1, 1.2 and
DTLS can be exploited in a denial of service attack on both clients and
servers.
DTLS applications are affected in all versions of OpenSSL. TLS is only
affected in OpenSSL 1.0.1 and later.
Thanks to Codenomicon for discovering this issue using Fuzz-o-Matic fuzzing
as a service testing platform.
The fix was developed by Stephen Henson of the OpenSSL core team.
Affected users should upgrade to OpenSSL 1.0.1c, 1.0.0j or 0.9.8x
References
==========
URL for this Security Advisory:
http://www.openssl.org/news/secadv_20120510.txt
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/{57 => 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 => 59}/filelists/php (100%)
Difference in files:
diff --git a/config/rootfiles/core/59/filelists/php b/config/rootfiles/core/59/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 @@
include Config
-VER = 5.9p1
+VER = 6.0p1
THISAPP = openssh-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = afe17eee7e98d3b8550cc349834a85d0
+$(DL_FILE)_MD5 = 3c9347aa67862881c5da3f3b1c08da7b
install : $(TARGET)
diff --git a/lfs/openssl b/lfs/openssl
index c58c048..9aef173 100644
--- a/lfs/openssl
+++ b/lfs/openssl
@@ -24,7 +24,7 @@
include Config
-VER = 0.9.8w
+VER = 0.9.8x
THISAPP = openssl-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4ceb7d570e42c094b360cc7b8e848a0b
+$(DL_FILE)_MD5 = ee17e9bc805c8cc7d0afac3b0ef78eda
install : $(TARGET)
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 <info(a)ipfire.org> #
+# Copyright (C) 2007-2012 IPFire Team <info(a)ipfire.org> #
# #
# 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 @@
include Config
-VER = 5.3.10
+VER = 5.3.13
THISAPP = php-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -42,7 +42,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
idn-0.1.tgz = $(DL_FROM)/idn-0.1.tgz
Log-1.9.11.tgz = $(DL_FROM)/Log-1.9.11.tgz
-$(DL_FILE)_MD5 = 816259e5ca7d0a7e943e56a3bb32b17f
+$(DL_FILE)_MD5 = 370be99c5cdc2e756c82c44d774933c8
idn-0.1.tgz_MD5 = ef8635ec22348325a76abd2abddca4a1
Log-1.9.11.tgz_MD5 = fb7c648b212f12fdb5ce1ab687793513
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-12 14:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-12 14:49 [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, next, updated. be5a3b36a70dc92e898b1f6c997f6a90a5654e56 git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox