diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-29 23:14:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-29 23:14:47 +0000 |
commit | 5e7f1abfe7a1ebc22bc73d11a56a2b00259b9e6f (patch) | |
tree | 35b5d95533a3d9ed442b56e8fe66ec4338a63ab9 /package/openssl/Makefile | |
parent | f011ebf4997d176b2532c871931702b0894aa3d8 (diff) | |
download | upstream-5e7f1abfe7a1ebc22bc73d11a56a2b00259b9e6f.tar.gz upstream-5e7f1abfe7a1ebc22bc73d11a56a2b00259b9e6f.tar.bz2 upstream-5e7f1abfe7a1ebc22bc73d11a56a2b00259b9e6f.zip |
[package] openssl: add patch for CVE-2010-0740 ("Record of death") vulnerability
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20592 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 e7a74905fd..9f80a98f39 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:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openssl.org/source/ \ |