diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-04 18:30:56 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-04 18:30:56 +0000 |
commit | 96c9a8df7b34c32b927adfb75d2254cec0212675 (patch) | |
tree | 29b0387fa611712b3211fb818deedcc30c16aceb /package/openssl/Makefile | |
parent | 96f07ad552fc5e490b49ed36e74be51f379ec92f (diff) | |
download | upstream-96c9a8df7b34c32b927adfb75d2254cec0212675.tar.gz upstream-96c9a8df7b34c32b927adfb75d2254cec0212675.tar.bz2 upstream-96c9a8df7b34c32b927adfb75d2254cec0212675.zip |
[package] update openssl to 0.9.8k (#4846)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15106 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a2de0e0ca4..6428552a42 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=0.9.8j +PKG_VERSION:=0.9.8k PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -17,7 +17,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:=a5cb5f6c3d11affb387ecf7a997cac0c +PKG_MD5SUM:=e555c6d58d276aec7fdc53363e338ab3 PKG_BUILD_DEPENDS:=ocf-crypto-headers |