summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-03-08 23:14:58 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-03-08 23:14:58 +0100
commit15d6860a28b8d7a6c54886e7784a1390c92dc077 (patch)
treeaa25beb284a2b5ae64d92b508ac750b7d36335b0
parent74234661a61b9d34a46e0e6d20012489090a08d7 (diff)
downloadembtoolkit-15d6860a28b8d7a6c54886e7784a1390c92dc077.tar.gz
embtoolkit-15d6860a28b8d7a6c54886e7784a1390c92dc077.tar.bz2
embtoolkit-15d6860a28b8d7a6c54886e7784a1390c92dc077.tar.xz
packages libressl: update to v2.1.4
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--packages/security/libressl/libressl.kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/security/libressl/libressl.kconfig b/packages/security/libressl/libressl.kconfig
index f792e01..900e7a6 100644
--- a/packages/security/libressl/libressl.kconfig
+++ b/packages/security/libressl/libressl.kconfig
@@ -35,14 +35,15 @@ choice
help
Here you can choose which version of libressl you want to use.
- config EMBTK_LIBRESSL_VERSION_2_1_1
- bool "LibreSSL-2.1.1"
+ config EMBTK_LIBRESSL_VERSION_2_1_4
+ bool "LibreSSL-2.1.4"
select EMBTK_LIBRESSL_NEED_PATCH
+ select EMBTK_LIBRESSL_NEED_AUTORECONF
endchoice
config EMBTK_LIBRESSL_VERSION_STRING
string
- default "2.1.1" if EMBTK_LIBRESSL_VERSION_2_1_1
+ default "2.1.4" if EMBTK_LIBRESSL_VERSION_2_1_4
config EMBTK_LIBRESSL_NEED_PATCH
bool