diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-19 14:05:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-19 14:05:53 +0000 |
commit | 5a7ac3d04453eeb6650f52d4d9ce4ab5c7172d25 (patch) | |
tree | 6615594949bf6d801c9242e05860267071469dae /package/openssl/Makefile | |
parent | 26b3c316349c5e4158405efd763916a49220b3ba (diff) | |
download | upstream-5a7ac3d04453eeb6650f52d4d9ce4ab5c7172d25.tar.gz upstream-5a7ac3d04453eeb6650f52d4d9ce4ab5c7172d25.tar.bz2 upstream-5a7ac3d04453eeb6650f52d4d9ce4ab5c7172d25.zip |
openssl: update to v1.0.1a (CVE-2012-2110)
SVN-Revision: 31346
Diffstat (limited to 'package/openssl/Makefile')
-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 424bd39625..b9b9b3102a 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.0.1a 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:=134f168bc2a8333f19f81d684841710b +PKG_MD5SUM:=a0104320c0997cd33e18b8ea798609d1 PKG_BUILD_DEPENDS:=ocf-crypto-headers PKG_CONFIG_DEPENDS:=CONFIG_OPENSSL_ENGINE |