[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-238-gbfa5167
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2014-04-28 13:33:16
|
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 "armadeus".
The branch, master has been updated
via bfa516708940b73797c0d3a3c381b3900cc54d50 (commit)
from 2d2214930f392bb14ad6d53dd2fa8dfcf62d63c1 (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 bfa516708940b73797c0d3a3c381b3900cc54d50
Author: Eric Jarrige <eri...@ar...>
Date: Mon Apr 28 15:32:52 2014 +0200
[BUILDROOT] openssl: bump to version 1.0.1g to fix critical http://heartbleed.com issue
-----------------------------------------------------------------------
Summary of changes:
.../218-openssl-bump_to_version_1.0.1g.patch | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.11/218-openssl-bump_to_version_1.0.1g.patch
diff --git a/patches/buildroot/2013.11/218-openssl-bump_to_version_1.0.1g.patch b/patches/buildroot/2013.11/218-openssl-bump_to_version_1.0.1g.patch
new file mode 100644
index 0000000..713dcad
--- /dev/null
+++ b/patches/buildroot/2013.11/218-openssl-bump_to_version_1.0.1g.patch
@@ -0,0 +1,17 @@
+Fixes highly critical CVE-2014-0160. See http://heartbleed.com
+
+Signed-off-by: Baruch Siach <ba...@tk...>
+Signed-off-by: Peter Korsgaard <pe...@ko...>
+
+diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk
+--- a/package/openssl/openssl.mk
++++ b/package/openssl/openssl.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-OPENSSL_VERSION = 1.0.1e
++OPENSSL_VERSION = 1.0.1g
+ OPENSSL_SITE = http://www.openssl.org/source
+ OPENSSL_LICENSE = OpenSSL or SSLeay
+ OPENSSL_LICENSE_FILES = LICENSE
hooks/post-receive
--
armadeus
|