summaryrefslogtreecommitdiffstats
path: root/package/polarssl/polarssl-shared-and-static-library.patch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-10-07 09:18:16 -0300
committerPeter Korsgaard <peter@korsgaard.com>2013-10-07 22:08:27 +0200
commitfdd37332bc274a4c461604af1265719b735f0d34 (patch)
treece1cc324a147c82012ed7754c189076387823ef1 /package/polarssl/polarssl-shared-and-static-library.patch
parentd4a389324cf3b018b9eb29e0b21d2711098edb01 (diff)
downloadbuildroot-fdd37332bc274a4c461604af1265719b735f0d34.tar.gz
buildroot-fdd37332bc274a4c461604af1265719b735f0d34.zip
polarssl: security bump to version 1.2.9
Fixes PolarSSL SA 2013-05. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/polarssl/polarssl-shared-and-static-library.patch')
-rw-r--r--package/polarssl/polarssl-shared-and-static-library.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/polarssl/polarssl-shared-and-static-library.patch b/package/polarssl/polarssl-shared-and-static-library.patch
index f376c1e9ff..47511b24d5 100644
--- a/package/polarssl/polarssl-shared-and-static-library.patch
+++ b/package/polarssl/polarssl-shared-and-static-library.patch
@@ -9,7 +9,7 @@ This patch adds the USE_STATIC_POLARSSL_LIBRARY (which defaults to ON)
in addition to the existing USE_SHARED_POLARSSL_LIBRARY (which
defaults to OFF). Both options can be manipulated independently.
-[Gustavo: update for polarssl 1.2.8]
+[Gustavo: update for polarssl 1.2.9]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
@@ -34,7 +34,7 @@ diff -Nura polarssl-1.2.3.orig/library/CMakeLists.txt polarssl-1.2.3/library/CMa
+if(USE_SHARED_POLARSSL_LIBRARY)
add_library(polarssl SHARED ${src})
- set_target_properties(polarssl PROPERTIES VERSION 1.2.8 SOVERSION 2)
+ set_target_properties(polarssl PROPERTIES VERSION 1.2.9 SOVERSION 3)
+set_target_properties(polarssl PROPERTIES OUTPUT_NAME polarssl)
+
+endif(USE_SHARED_POLARSSL_LIBRARY)
OpenPOWER on IntegriCloud