diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-04 21:02:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-04 21:02:24 +0000 |
commit | b060e95ffc4b1f7d607d1f110f7310048b6f286a (patch) | |
tree | fcf5c296d50e6c3b8bb34666bba0e4f9f60035d5 /package/openssl/Makefile | |
parent | ad85c8c72dc4586f7be1aad41418d43b211e847e (diff) | |
download | upstream-b060e95ffc4b1f7d607d1f110f7310048b6f286a.tar.gz upstream-b060e95ffc4b1f7d607d1f110f7310048b6f286a.tar.bz2 upstream-b060e95ffc4b1f7d607d1f110f7310048b6f286a.zip |
[package] openssl: update OCF userspace part to version 20100325
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21359 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r-- | package/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index bdeb897e62..f0bcd1d842 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl PKG_VERSION:=0.9.8m -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openssl.org/source/ \ |