polarssl: update to 1.2.6

Signed-off-by: Russell Senior <russell@personaltelco.net>

SVN-Revision: 36396
owl
Jonas Gorski 2013-04-23 09:22:02 +00:00
parent 6ddfe0590c
commit 4f7ad789e4
1 changed files with 3 additions and 3 deletions

View File

@ -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. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=polarssl PKG_NAME:=polarssl
PKG_VERSION:=1.2.5 PKG_VERSION:=1.2.6
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz
PKG_SOURCE_URL:=https://polarssl.org/code/releases PKG_SOURCE_URL:=https://polarssl.org/code/releases
PKG_MD5SUM:=f42dd79cd85384ac9ad482caa665ac8f PKG_MD5SUM:=e00d55ddda1e68a16af766dd92d69ce6
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk include $(INCLUDE_DIR)/cmake.mk