diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-20 12:49:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-20 12:49:54 +0000 |
commit | 555492e41a38ad5ca1fcffb0394c947b1a6b61d4 (patch) | |
tree | 9bc9e7a36bde49ebe4aa543017c80864339c70b4 /package/libs/polarssl/Makefile | |
parent | f0d73a4381b1f3a6f8714bfd46a62a515b4f53b0 (diff) | |
download | upstream-555492e41a38ad5ca1fcffb0394c947b1a6b61d4.tar.gz upstream-555492e41a38ad5ca1fcffb0394c947b1a6b61d4.tar.bz2 upstream-555492e41a38ad5ca1fcffb0394c947b1a6b61d4.zip |
polarssl: patch CVE-2015-1182
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44060
Diffstat (limited to 'package/libs/polarssl/Makefile')
-rw-r--r-- | package/libs/polarssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile index 18e0f44fe9..384853e29c 100644 --- a/package/libs/polarssl/Makefile +++ b/package/libs/polarssl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2013 OpenWrt.org +# Copyright (C) 2011-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:=polarssl PKG_VERSION:=1.3.9 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz |