diff --git a/libs/polarssl/Makefile b/libs/polarssl/Makefile index 80d1f2c9b..5dc2cf438 100644 --- a/libs/polarssl/Makefile +++ b/libs/polarssl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=polarssl -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.1.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz PKG_SOURCE_URL:=http://polarssl.org/code/releases -PKG_MD5SUM:=9e0ef5090070ae95363f201851ca62f2 +PKG_MD5SUM:=fdd367e3b5ab43ed2af8ffbdfaf0fb81 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk diff --git a/libs/polarssl/patches/100-disable-testsuites.patch b/libs/polarssl/patches/100-disable-testsuites.patch index 7754ee652..b001cd6bf 100644 --- a/libs/polarssl/patches/100-disable-testsuites.patch +++ b/libs/polarssl/patches/100-disable-testsuites.patch @@ -1,6 +1,6 @@ ---- a/tests/CMakeLists.txt -+++ b/tests/CMakeLists.txt -@@ -26,25 +26,3 @@ function(add_test_suite suite_name) +--- a/tests/CMakeLists.txt 2012-05-20 18:37:02.390717106 +0200 ++++ b/tests/CMakeLists.txt 2012-05-20 18:37:12.282800152 +0200 +@@ -26,26 +26,3 @@ endfunction(add_test_suite) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-function -Wno-unused-value") @@ -12,6 +12,7 @@ -add_test_suite(cipher cipher.aes) -add_test_suite(cipher cipher.camellia) -add_test_suite(cipher cipher.des) +-add_test_suite(ctr_drbg) -add_test_suite(debug) -add_test_suite(des) -add_test_suite(dhm)