diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-04-03 20:15:32 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-04-03 20:15:32 +0000 |
commit | a7751f851a61b82d2ee512bf18d9f192ca56ae3e (patch) | |
tree | 72d5dfb385655208628a5876c0954d5c77354ef5 /package/openssl/Makefile | |
parent | aa22d6d82c97ffe0f5c4f9b9fb4112066130c700 (diff) | |
download | upstream-a7751f851a61b82d2ee512bf18d9f192ca56ae3e.tar.gz upstream-a7751f851a61b82d2ee512bf18d9f192ca56ae3e.tar.bz2 upstream-a7751f851a61b82d2ee512bf18d9f192ca56ae3e.zip |
upgrade to dnsmasq 2.22 and openssl 0.9.7f
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@546 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r-- | package/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 8b6b83a79c..e72f8f68cc 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME := openssl -PKG_VERSION := 0.9.7e +PKG_VERSION := 0.9.7f PKG_RELEASE := 1 -PKG_MD5SUM := a8777164bca38d84e5eb2b1535223474 +PKG_MD5SUM := b2d37d7eb8a5a5040d834105d5ae1a50 PKG_SOURCE_SITE := http://www.openssl.org/source PKG_SOURCE_FILE := $(PKG_NAME)-$(PKG_VERSION).tar.gz |