aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-04-23 09:22:02 +0000
committerJonas Gorski <jogo@openwrt.org>2013-04-23 09:22:02 +0000
commite3f1a02861c5829c2e0c6d9160857ca2e4c18b3f (patch)
treeb3e37cffcda55e9b6ff39f4181850f1c3d8a2895 /package/libs/polarssl
parent0c7596f67508c181e283f6d758886229e8569ab2 (diff)
downloadupstream-e3f1a02861c5829c2e0c6d9160857ca2e4c18b3f.tar.gz
upstream-e3f1a02861c5829c2e0c6d9160857ca2e4c18b3f.tar.bz2
upstream-e3f1a02861c5829c2e0c6d9160857ca2e4c18b3f.zip
polarssl: update to 1.2.6
Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36396 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/polarssl')
-rw-r--r--package/libs/polarssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile
index a66402c986..2a8a33c07c 100644
--- a/package/libs/polarssl/Makefile
+++ b/package/libs/polarssl/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2011 OpenWrt.org
+# Copyright (C) 2011-2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=polarssl
-PKG_VERSION:=1.2.5
+PKG_VERSION:=1.2.6
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz
PKG_SOURCE_URL:=https://polarssl.org/code/releases
-PKG_MD5SUM:=f42dd79cd85384ac9ad482caa665ac8f
+PKG_MD5SUM:=e00d55ddda1e68a16af766dd92d69ce6
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk