diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-07 21:28:12 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-07 21:28:12 +0000 |
commit | d6415bf1bdeba8e8d1505f3b3bd2c4e019b486f7 (patch) | |
tree | b5b2438eb9acdc4e110dd3a73b8cc7aa8d375cbe /package | |
parent | c1316c09a18b2453c7d70c2ad5c363d6932a5737 (diff) | |
download | upstream-d6415bf1bdeba8e8d1505f3b3bd2c4e019b486f7.tar.gz upstream-d6415bf1bdeba8e8d1505f3b3bd2c4e019b486f7.tar.bz2 upstream-d6415bf1bdeba8e8d1505f3b3bd2c4e019b486f7.zip |
polarssl: update to 1.2.9
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38330
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/polarssl/Makefile | 4 | ||||
-rw-r--r-- | package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile index 6c7a8ef376..209281e406 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.8 +PKG_VERSION:=1.2.9 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:=985151639b1ca037293f06da44fbc6bc +PKG_MD5SUM:=3d8e01537e747d7997993c70f2e108db include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk diff --git a/package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch b/package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch index 027d6d8c6f..474a859cbd 100644 --- a/package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch +++ b/package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch @@ -24,7 +24,7 @@ --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c -@@ -643,7 +643,7 @@ const cipher_info_t blowfish_cbc_info = +@@ -643,7 +643,7 @@ const cipher_info_t blowfish_cbc_info = POLARSSL_CIPHER_BLOWFISH_CBC, POLARSSL_MODE_CBC, 128, @@ -33,7 +33,7 @@ 8, 8, &blowfish_info -@@ -654,7 +654,7 @@ const cipher_info_t blowfish_cfb64_info +@@ -654,7 +654,7 @@ const cipher_info_t blowfish_cfb64_info POLARSSL_CIPHER_BLOWFISH_CFB64, POLARSSL_MODE_CFB, 128, @@ -42,7 +42,7 @@ 8, 8, &blowfish_info -@@ -666,7 +666,7 @@ const cipher_info_t blowfish_ctr_info = +@@ -666,7 +666,7 @@ const cipher_info_t blowfish_ctr_info = POLARSSL_CIPHER_BLOWFISH_CTR, POLARSSL_MODE_CTR, 128, |