diff options
author | Steven Barth <steven@midlink.org> | 2008-05-20 18:12:08 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-20 18:12:08 +0000 |
commit | 656dec0a679c3bf21aae5937a65bf1a86624c1ad (patch) | |
tree | 2b2fe4deb9bcd9e173a6f52cf4e9c37bb10e02a1 /package/openssl/Makefile | |
parent | 10521a30cf19757b5f008886c8e29862553f68c4 (diff) | |
download | upstream-656dec0a679c3bf21aae5937a65bf1a86624c1ad.tar.gz upstream-656dec0a679c3bf21aae5937a65bf1a86624c1ad.tar.bz2 upstream-656dec0a679c3bf21aae5937a65bf1a86624c1ad.zip |
Merge branch 'openssl'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11224 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r-- | package/openssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 86c584b7eb..fa11c160d3 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=0.9.8e -PKG_RELEASE:=3 +PKG_VERSION:=0.9.8g +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:=3a7ff24f6ea5cd711984722ad654b927 +PKG_MD5SUM:=acf70a16359bf3658bdfb74bda1c4419 include $(INCLUDE_DIR)/package.mk |