diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-25 18:02:01 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-25 18:02:01 +0000 |
commit | a1e2538d6d01075a7389a65e28312f0fcf07335a (patch) | |
tree | 164a831d166c0b7a9e4107e8caf4153fbc5117f0 /openwrt/package/openssl | |
parent | 0e62e53cb5d247010913707d5bc2ca0b8d02bb6f (diff) |
update openssl to 0.9.7g
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@715 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openssl')
-rw-r--r-- | openwrt/package/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/openssl/Makefile b/openwrt/package/openssl/Makefile index c33d412441..7541b412a2 100644 --- a/openwrt/package/openssl/Makefile +++ b/openwrt/package/openssl/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME := openssl -PKG_VERSION := 0.9.7f +PKG_VERSION := 0.9.7g PKG_RELEASE := 1 -PKG_MD5SUM := b2d37d7eb8a5a5040d834105d5ae1a50 +PKG_MD5SUM := 991615f73338a571b6a1be7d74906934 PKG_SOURCE_SITE := http://www.openssl.org/source PKG_SOURCE_FILE := $(PKG_NAME)-$(PKG_VERSION).tar.gz |