diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-01-06 09:59:55 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-01-06 09:59:55 +0000 |
commit | 2c4d88c50332491f020aef154d6e83b4ef147d28 (patch) | |
tree | 48dc10025302015413357b02b169fa916dc06d2b /package/libs/openssl/Makefile | |
parent | 321f4a1e2c8607518833db2bfda3be26dcd47eec (diff) | |
download | upstream-2c4d88c50332491f020aef154d6e83b4ef147d28.tar.gz upstream-2c4d88c50332491f020aef154d6e83b4ef147d28.tar.bz2 upstream-2c4d88c50332491f020aef154d6e83b4ef147d28.zip |
openssl: fix CVE-2014-3569
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43858
Diffstat (limited to 'package/libs/openssl/Makefile')
-rw-r--r-- | package/libs/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index bb91e47dcc..36f0adb15a 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl PKG_VERSION:=1.0.1j -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1 |