From: florian Date: Mon, 5 Oct 2009 17:59:18 +0000 (+0000) Subject: [package] update polarssl to 0.12.1 (#5956) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e8fa97624c1818a3cacefc651b69a0edb6c4f4c4;p=packages.git [package] update polarssl to 0.12.1 (#5956) git-svn-id: svn://svn.openwrt.org/openwrt/packages@17910 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/polarssl/Makefile b/libs/polarssl/Makefile index d759dcddf..a23095fc2 100644 --- a/libs/polarssl/Makefile +++ b/libs/polarssl/Makefile @@ -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