From 2727c40d14c47954f3e916c12a1c865bf47d74a3 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 5 Jun 2014 21:45:44 +0000 Subject: [PATCH] AA: openssl: version bump to 1.0.1h backport of r41026 today appeared another serious vulnerability in openssl. More info is here http://ccsinjection.lepidum.co.jp. Users are advised to update to openssl 1.0.1h. Signed-off-by: Martin Strbacka Signed-off-by: Hauke Mehrtens SVN-Revision: 41027 --- package/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 92bc445926..68c843a58e 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=1.0.1g +PKG_VERSION:=1.0.1h PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openssl.org/source/ \ ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ -PKG_MD5SUM:=de62b43dfcd858e66a74bee1c834e959 +PKG_MD5SUM:=8d6d684a9430d5cc98a62a5d8fbda8cf PKG_LICENSE:=SSLEAY OPENSSL PKG_LICENSE_FILES:=LICENSE -- 2.30.2