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 | 9b164dd29ecb36f78ba826239be27ea7f7c890fb (patch) | |
tree | c6772388a20c10d7b5a167f536332b3134043d1a /package/libs/polarssl/Makefile | |
parent | ad05c6e1e537956502928516d9ff31d1cc3a1c6b (diff) | |
download | master-187ad058-9b164dd29ecb36f78ba826239be27ea7f7c890fb.tar.gz master-187ad058-9b164dd29ecb36f78ba826239be27ea7f7c890fb.tar.bz2 master-187ad058-9b164dd29ecb36f78ba826239be27ea7f7c890fb.zip |
polarssl: patch CVE-2015-1182
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44060 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |