diff options
author | Steven Barth <steven@midlink.org> | 2015-06-11 20:36:46 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-06-11 20:36:46 +0000 |
commit | d175ac81d9f26d6ccfc9d0468f79ce797f727940 (patch) | |
tree | bc3c132ebf9e1fa01bba7b62c206d466d87237cf /package/libs/openssl | |
parent | 50c5c4f6fe450cc9a23de6371681c4c9f63d3df8 (diff) | |
download | upstream-d175ac81d9f26d6ccfc9d0468f79ce797f727940.tar.gz upstream-d175ac81d9f26d6ccfc9d0468f79ce797f727940.tar.bz2 upstream-d175ac81d9f26d6ccfc9d0468f79ce797f727940.zip |
openssl: fixes CVE-2015-4000 CVE-2015-1788 CVE-2015-1789 CVE-2015-1790 CVE-2015-1792 CVE-2015-1791
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45947 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/openssl')
-rw-r--r-- | package/libs/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index d1519a43a9..de71033814 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl PKG_VERSION:=1.0.2b -PKG_RELEASE:=0 +PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1 |