diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-06-05 21:45:44 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-06-05 21:45:44 +0000 |
commit | 312a176995ecf1b1b97a048451e4ff28b4336f85 (patch) | |
tree | 35bb1a48e376fa165920b7e3229c536cd5c78916 | |
parent | c753704704bdb73ed4b86e84837d0aa2bcb5ed09 (diff) | |
download | upstream-312a176995ecf1b1b97a048451e4ff28b4336f85.tar.gz upstream-312a176995ecf1b1b97a048451e4ff28b4336f85.tar.bz2 upstream-312a176995ecf1b1b97a048451e4ff28b4336f85.zip |
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 <martin.strbacka@nic.cz>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41027 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/openssl/Makefile | 4 |
1 files 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 |