diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-04 18:30:56 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-04 18:30:56 +0000 |
commit | b3ce8c96a5b3dc77c60632f55f648b106ea062f5 (patch) | |
tree | 29b0387fa611712b3211fb818deedcc30c16aceb /package/openssl/Makefile | |
parent | 5b691e051a0384e6bb650eac4aaaf7d7d977c25f (diff) |
[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 |