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 b1f11b0402dc6ea12078c44acb64af1a665aaafe (commit) from 1ccfb89eabe24005e3bd794d91d5db8094678a2b (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 b1f11b0402dc6ea12078c44acb64af1a665aaafe Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Apr 7 21:33:34 2014 +0200
openssl: update to 1.0.1g.
Fix for CVE-2014-0160 Add TLS padding extension workaround for broken servers. Fix for CVE-2014-0076
-----------------------------------------------------------------------
Summary of changes: lfs/openssl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/openssl b/lfs/openssl index 4d4516c..f842bb9 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2014 IPFire Team info@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 = 1.0.1f +VER = 1.0.1g
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -51,7 +51,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = f26b09c028a0541cab33da697d522b25 +$(DL_FILE)_MD5 = de62b43dfcd858e66a74bee1c834e959
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree