Skip to content

Commit

Permalink
polarssl: security bump to version 1.2.6
Browse files Browse the repository at this point in the history
Fixes CVE-2013-0169.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  • Loading branch information
gustavoz authored and jacmet committed Apr 1, 2013
1 parent e8f853b commit ce0703b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/polarssl/polarssl-shared-and-static-library.patch
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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 in addition to the existing USE_SHARED_POLARSSL_LIBRARY (which
defaults to OFF). Both options can be manipulated independently. defaults to OFF). Both options can be manipulated independently.


[Gustavo: update for polarssl 1.2.5] [Gustavo: update for polarssl 1.2.6]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>


Expand All @@ -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) +if(USE_SHARED_POLARSSL_LIBRARY)


add_library(polarssl SHARED ${src}) add_library(polarssl SHARED ${src})
set_target_properties(polarssl PROPERTIES VERSION 1.2.5 SOVERSION 2) set_target_properties(polarssl PROPERTIES VERSION 1.2.6 SOVERSION 2)
+set_target_properties(polarssl PROPERTIES OUTPUT_NAME polarssl) +set_target_properties(polarssl PROPERTIES OUTPUT_NAME polarssl)
+ +
+endif(USE_SHARED_POLARSSL_LIBRARY) +endif(USE_SHARED_POLARSSL_LIBRARY)
Expand Down
2 changes: 1 addition & 1 deletion package/polarssl/polarssl.mk
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
POLARSSL_SITE = https://polarssl.org/download POLARSSL_SITE = https://polarssl.org/download
POLARSSL_VERSION = 1.2.5 POLARSSL_VERSION = 1.2.6
POLARSSL_SOURCE = polarssl-$(POLARSSL_VERSION)-gpl.tgz POLARSSL_SOURCE = polarssl-$(POLARSSL_VERSION)-gpl.tgz
POLARSSL_CONF_OPT = \ POLARSSL_CONF_OPT = \
-DUSE_SHARED_POLARSSL_LIBRARY=ON \ -DUSE_SHARED_POLARSSL_LIBRARY=ON \
Expand Down

0 comments on commit ce0703b

Please sign in to comment.