diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-11-12 10:39:10 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-11-12 10:39:10 +0000 |
commit | 7ab7619ffa3dd289ea9907f8ef7eeb120505b786 (patch) | |
tree | fbc4ee2418a3a4a59ed09f6f9edc9f96c0d5969d /package/openssl/Makefile | |
parent | cdd55b59a1c381abf420b844fddeb2f9695b6b8c (diff) | |
download | upstream-7ab7619ffa3dd289ea9907f8ef7eeb120505b786.tar.gz upstream-7ab7619ffa3dd289ea9907f8ef7eeb120505b786.tar.bz2 upstream-7ab7619ffa3dd289ea9907f8ef7eeb120505b786.zip |
update openssl to 0.9.8l -- thanks puchu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18398 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r-- | package/openssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index e6788172d1..23695fcc2f 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -8,15 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=0.9.8k -PKG_RELEASE:=2 +PKG_VERSION:=0.9.8l +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/cryptography/libs/openssl/source/ \ ftp://ftp.webmonster.de/pub/openssl/source/ \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ -PKG_MD5SUM:=e555c6d58d276aec7fdc53363e338ab3 +PKG_MD5SUM:=05a0ece1372392a2cf310ebb96333025 PKG_BUILD_DEPENDS:=ocf-crypto-headers |