diff options
author | Steven Barth <cyrus@openwrt.org> | 2008-05-20 18:12:08 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2008-05-20 18:12:08 +0000 |
commit | f2de1dec21881b6300efbb7a636150bfe753424b (patch) | |
tree | b0d68798a50a8b7aef6771ae54fcf852a273db77 /package/openssl/Makefile | |
parent | 0f662245cbebcb364a100c6c281bcbce21cb4c84 (diff) | |
download | upstream-f2de1dec21881b6300efbb7a636150bfe753424b.tar.gz upstream-f2de1dec21881b6300efbb7a636150bfe753424b.tar.bz2 upstream-f2de1dec21881b6300efbb7a636150bfe753424b.zip |
Merge branch 'openssl'
SVN-Revision: 11224
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 |