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 | b9825247c206beaf7cf846b5aa946f71fafae5d6 (patch) | |
tree | abbfc15bf597f9abf7f27b0fb3af8178d7fdb15d /package/libs/polarssl/Makefile | |
parent | 6ae77556dc41dd03ad8833466a571e7aedd33b60 (diff) | |
download | upstream-b9825247c206beaf7cf846b5aa946f71fafae5d6.tar.gz upstream-b9825247c206beaf7cf846b5aa946f71fafae5d6.tar.bz2 upstream-b9825247c206beaf7cf846b5aa946f71fafae5d6.zip |
polarssl: update to version 1.3.4 and add openssl compat patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39930
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 |