diff options
author | Steven Barth <steven@midlink.org> | 2008-05-31 15:52:11 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-31 15:52:11 +0000 |
commit | 9a7d1bd0a0a097b64d03f4aacab3bf828ae69f12 (patch) | |
tree | f3a2ab7b55b8b136fed8a749d379c44bcc0d715d /package/openssl/Makefile | |
parent | c772f96e27534f0978682345bf74117a7550b68f (diff) | |
download | master-187ad058-9a7d1bd0a0a097b64d03f4aacab3bf828ae69f12.tar.gz master-187ad058-9a7d1bd0a0a097b64d03f4aacab3bf828ae69f12.tar.bz2 master-187ad058-9a7d1bd0a0a097b64d03f4aacab3bf828ae69f12.zip |
updated OpenSSL to 0.9.8h
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11309 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 fa11c160d3..9fca6b1498 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=0.9.8g +PKG_VERSION:=0.9.8h 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:=acf70a16359bf3658bdfb74bda1c4419 +PKG_MD5SUM:=7d3d41dafc76cf2fcb5559963b5783b3 include $(INCLUDE_DIR)/package.mk |