[package] update polarssl to 0.12.1 (#5956)
authorFlorian Fainelli <florian@openwrt.org>
Mon, 5 Oct 2009 17:59:18 +0000 (17:59 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 5 Oct 2009 17:59:18 +0000 (17:59 +0000)
SVN-Revision: 17910

libs/polarssl/Makefile

index d759dcddf0306db8e51dde872e60e9918bc2cf20..a23095fc24c4b4c82b07bfec03a0bdee0bf0e15f 100644 (file)
@@ -1,5 +1,5 @@
 # 
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2006 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:=0.12.0
+PKG_VERSION:=0.12.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz
 PKG_SOURCE_URL:=http://polarssl.org/code/releases/
-PKG_MD5SUM:=585db0934ee507ff818be74305103e70
+PKG_MD5SUM:=08bc85a19bbe65493076b9968b421e80
 
 include $(INCLUDE_DIR)/package.mk