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 | b32d7ba7052746ef139f6f9d0f0909545cd3399b (patch) | |
tree | 786d011cbb6c7f57b331d52a000b41268ce47329 /package/openssl/Makefile | |
parent | fbabc211c5b7d6176cee154ec22904386b656f9b (diff) | |
download | upstream-b32d7ba7052746ef139f6f9d0f0909545cd3399b.tar.gz upstream-b32d7ba7052746ef139f6f9d0f0909545cd3399b.tar.bz2 upstream-b32d7ba7052746ef139f6f9d0f0909545cd3399b.zip |
update openssl to 0.9.8k (#4846)
SVN-Revision: 15106
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 |