summaryrefslogtreecommitdiff
path: root/packages/security
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-13 15:45:39 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-13 15:45:39 +0200
commite2cfe32f669b75bfcc717c6bccb84c7d253e7aec (patch)
treea9f4e0bdc4e8a941e6137e3339008d3336cd2079 /packages/security
parent3764f64f10aed27da4f742cf2de08a40005f3dd7 (diff)
downloadembtoolkit-e2cfe32f669b75bfcc717c6bccb84c7d253e7aec.tar.gz
embtoolkit-e2cfe32f669b75bfcc717c6bccb84c7d253e7aec.tar.bz2
embtoolkit-e2cfe32f669b75bfcc717c6bccb84c7d253e7aec.tar.xz
Packages: LibreSSL: update to v2.0.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/security')
-rw-r--r--packages/security/libressl/libressl.kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/security/libressl/libressl.kconfig b/packages/security/libressl/libressl.kconfig
index 3b40dec..6b9c88e 100644
--- a/packages/security/libressl/libressl.kconfig
+++ b/packages/security/libressl/libressl.kconfig
@@ -35,14 +35,14 @@ choice
help
Here you can choose which version of libressl you want to use.
- config EMBTK_LIBRESSL_VERSION_2_0_0
- bool "LibreSSL-2.0.0"
+ config EMBTK_LIBRESSL_VERSION_2_0_1
+ bool "LibreSSL-2.0.1"
select EMBTK_LIBRESSL_NEED_AUTORECONF
endchoice
config EMBTK_LIBRESSL_VERSION_STRING
string
- default "2.0.0" if EMBTK_LIBRESSL_VERSION_2_0_0
+ default "2.0.1" if EMBTK_LIBRESSL_VERSION_2_0_1
config EMBTK_LIBRESSL_NEED_PATCH
bool