diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-14 15:05:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-14 15:05:46 +0000 |
commit | c8457cf43a0e80d0e7d3af633418da5cce1444d5 (patch) | |
tree | 3fd30cc54cebacee3dfbc48269f0e318a05d0d80 /package/libs/polarssl/Makefile | |
parent | 92007525b8c5956923c62c4fe0da339f172ace7e (diff) | |
download | upstream-c8457cf43a0e80d0e7d3af633418da5cce1444d5.tar.gz upstream-c8457cf43a0e80d0e7d3af633418da5cce1444d5.tar.bz2 upstream-c8457cf43a0e80d0e7d3af633418da5cce1444d5.zip |
polarssl: update to version 1.3.4 and add openssl compat patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39930 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/polarssl/Makefile')
-rw-r--r-- | package/libs/polarssl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile index 209281e406..b59605d793 100644 --- a/package/libs/polarssl/Makefile +++ b/package/libs/polarssl/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=polarssl -PKG_VERSION:=1.2.9 +PKG_VERSION:=1.3.4 PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz PKG_SOURCE_URL:=https://polarssl.org/code/releases -PKG_MD5SUM:=3d8e01537e747d7997993c70f2e108db +PKG_MD5SUM:=30a75c5f171be49f805f3bf64a0af054 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk @@ -35,6 +35,7 @@ $(call Package/polarssl/Default) SECTION:=libs CATEGORY:=Libraries TITLE+= (library) + ABI_VERSION:=$(PKG_VERSION) endef define Package/libpolarssl/description |