summaryrefslogtreecommitdiffstats
path: root/package/openssl/Makefile
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-04-08 02:13:30 +0000
committerTim Yardley <lst@openwrt.org>2007-04-08 02:13:30 +0000
commitc39de67e803dc5585dc5b24a3af372104c85854e (patch)
tree4d4aba931f795c388634eaaae81281431bc7b541 /package/openssl/Makefile
parentf114756689f36bbcba1d28e054145675aaf75655 (diff)
downloadmaster-31e0f0ae-c39de67e803dc5585dc5b24a3af372104c85854e.tar.gz
master-31e0f0ae-c39de67e803dc5585dc5b24a3af372104c85854e.tar.bz2
master-31e0f0ae-c39de67e803dc5585dc5b24a3af372104c85854e.zip
move openssl to 0.9.8e
SVN-Revision: 6892
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r--package/openssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index b097c1b37f..82f8c2de7e 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -9,15 +9,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openssl
-PKG_VERSION:=0.9.8d
-PKG_RELEASE:=2
+PKG_VERSION:=0.9.8e
+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:=8ed1853538e1d05a1f5ada61ebf8bffa
+PKG_MD5SUM:=3a7ff24f6ea5cd711984722ad654b927
include $(INCLUDE_DIR)/package.mk