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/dropbear | |
parent | 74686ff5738ed0443ab68bd1490910c8576a9c17 (diff) | |
download | lh-bootstrap-8b80b876914a828b8da1439fde940fcfe49fea2c.tar.xz |
Update bearssl and libressl
Diffstat (limited to 'sub/dropbear')
-rw-r--r-- | sub/dropbear/Makefile.sftp-server | 2 |
1 files changed, 1 insertions, 1 deletions
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 |