aboutsummaryrefslogtreecommitdiffstats
path: root/package/openssl/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-11-03 21:26:27 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-11-03 21:26:27 +0000
commit0f1182b88dda6c079c0f8e38d3695507a649f1cc (patch)
tree88a7f51ff55a3a75f2ae3babb925d4fc471bf4f3 /package/openssl/Makefile
parent427cd658d9570a555af19a2b9492eba84bbbee74 (diff)
downloadmaster-187ad058-0f1182b88dda6c079c0f8e38d3695507a649f1cc.tar.gz
master-187ad058-0f1182b88dda6c079c0f8e38d3695507a649f1cc.tar.bz2
master-187ad058-0f1182b88dda6c079c0f8e38d3695507a649f1cc.zip
Update openssl to 0.9.8i (#4060)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13109 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r--package/openssl/Makefile4
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