diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-25 18:02:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-25 18:02:01 +0000 |
commit | e964c7072ccb80cd956c47cff2d42ff13e82f301 (patch) | |
tree | 164a831d166c0b7a9e4107e8caf4153fbc5117f0 /openwrt | |
parent | 59a38868e76106aedd010faabb8d8c1444491a9a (diff) | |
download | mtk-20170518-e964c7072ccb80cd956c47cff2d42ff13e82f301.zip mtk-20170518-e964c7072ccb80cd956c47cff2d42ff13e82f301.tar.gz mtk-20170518-e964c7072ccb80cd956c47cff2d42ff13e82f301.tar.bz2 |
update openssl to 0.9.7g
SVN-Revision: 715
Diffstat (limited to 'openwrt')
-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 c33d412..7541b41 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 |