diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-03 21:26:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-03 21:26:27 +0000 |
commit | b4dd33016da33fc9497c5ca74e3f0da5aa08f6f7 (patch) | |
tree | be0f3fe1c51aa6117cc75f6996b4a1ae95b0e505 /package/openssl/Makefile | |
parent | 7cedaafd0c12f4457abd7cabf38b533ac6bfe660 (diff) | |
download | upstream-b4dd33016da33fc9497c5ca74e3f0da5aa08f6f7.tar.gz upstream-b4dd33016da33fc9497c5ca74e3f0da5aa08f6f7.tar.bz2 upstream-b4dd33016da33fc9497c5ca74e3f0da5aa08f6f7.zip |
Update openssl to 0.9.8i (#4060)
SVN-Revision: 13109
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 dce7550538..ba1e38e9ea 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=0.9.8h +PKG_VERSION:=0.9.8i 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:=7d3d41dafc76cf2fcb5559963b5783b3 +PKG_MD5SUM:=561e00f18821c74b2b86c8c7786f9d8b include $(INCLUDE_DIR)/package.mk |