diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-04 20:48:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-04 20:48:55 +0000 |
commit | 8b80b876914a828b8da1439fde940fcfe49fea2c (patch) | |
tree | 043a608914245e4482c2fda1d49011044d3282a7 /sub | |
parent | 74686ff5738ed0443ab68bd1490910c8576a9c17 (diff) | |
download | lh-bootstrap-8b80b876914a828b8da1439fde940fcfe49fea2c.tar.xz |
Update bearssl and libressl
Diffstat (limited to 'sub')
-rw-r--r-- | sub/bearssl/Makefile | 4 | ||||
-rw-r--r-- | sub/dropbear/Makefile.sftp-server | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sub/bearssl/Makefile b/sub/bearssl/Makefile index 9daa1fd..99be2b6 100644 --- a/sub/bearssl/Makefile +++ b/sub/bearssl/Makefile @@ -1,7 +1,7 @@ BEARSSL_NAME := bearssl -# Version from 2017-10-31 -BEARSSL_VERSION := dddc412922f42f9c7dd6177133828be724f44424 +# Version from 2017-11-02 +BEARSSL_VERSION := 4cbe51b0d039c7afc477009cf7f327f8de9da487 BEARSSL_URLDIR := https://www.bearssl.org/git $(OUTPUT)/sources/.lh_$(BEARSSL_NAME)_dled: | $(OUTPUT)/build-build/.lh_skarnet_installed diff --git a/sub/dropbear/Makefile.sftp-server b/sub/dropbear/Makefile.sftp-server index aa10735..970ef20 100644 --- a/sub/dropbear/Makefile.sftp-server +++ b/sub/dropbear/Makefile.sftp-server @@ -27,7 +27,7 @@ $(OUTPUT)/build-host/.lh_zlib_installed: $(OUTPUT)/build-host/.lh_zlib_built $(O LIBRESSL_NAME := libressl -LIBRESSL_VERSION := 2.5.4 +LIBRESSL_VERSION := 2.5.5 LIBRESSL_URLDIR := https://ftp.openbsd.org/pub/OpenBSD/LibreSSL LIBRESSL_TAREXT := tar.gz LIBRESSL_TARLETTER := z |