diff options
author | Tim Yardley <yardley@gmail.com> | 2013-02-08 19:36:06 +0000 |
---|---|---|
committer | Tim Yardley <yardley@gmail.com> | 2013-02-08 19:36:06 +0000 |
commit | b521113aa14cba4e26b381d7a30202c64b5c6ff9 (patch) | |
tree | bf03a7723575bde31a56eda1b91689a7b316ac84 /package/libs/openssl/Makefile | |
parent | 6ff973bdda5a104f36a40a6acf802bf2558acd6c (diff) | |
download | upstream-b521113aa14cba4e26b381d7a30202c64b5c6ff9.tar.gz upstream-b521113aa14cba4e26b381d7a30202c64b5c6ff9.tar.bz2 upstream-b521113aa14cba4e26b381d7a30202c64b5c6ff9.zip |
openssl: security update to 1.0.1d to address CBC TLS issue
addressing
CVE-2013-0169: 4th February 2013
Signed-off-by: Tim Yardley <yardley@gmail.com>
SVN-Revision: 35524
Diffstat (limited to 'package/libs/openssl/Makefile')
-rw-r--r-- | package/libs/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 7ee44408d2..39ec4cfd70 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=1.0.1c +PKG_VERSION:=1.0.1d PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://www.openssl.org/source/ \ ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/ \ ftp://ftp.webmonster.de/pub/openssl/source/ \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ -PKG_MD5SUM:=ae412727c8c15b67880aef7bd2999b2e +PKG_MD5SUM:=b92fc634f0f1f31a67ed4175adc5ba33 PKG_LICENSE:=SSLEAY OPENSSL PKG_LICENSE_FILES:=LICENSE |