diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-09-07 15:55:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-09-07 15:55:28 +0000 |
commit | bac02c00022880fa3ae6c966edd88d0d55c931ae (patch) | |
tree | e80c3df7a2d14ccb1e8c2d347280f9162c7930c9 /sub/bearssl/Makefile | |
parent | 04234adb0be292193c36470121589c7007ff564e (diff) | |
download | lh-bootstrap-bac02c00022880fa3ae6c966edd88d0d55c931ae.tar.xz |
Apply some of the j_v changes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub/bearssl/Makefile')
-rw-r--r-- | sub/bearssl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sub/bearssl/Makefile b/sub/bearssl/Makefile index 84048ca..71faa0d 100644 --- a/sub/bearssl/Makefile +++ b/sub/bearssl/Makefile @@ -1,7 +1,9 @@ BEARSSL_NAME := bearssl # latest version from 2022-06-22 -BEARSSL_VERSION := 46f7dddce75227f2e40ab94d66ceb9f19ee6b1b0 +#BEARSSL_VERSION := 46f7dddce75227f2e40ab94d66ceb9f19ee6b1b0 +# latest version from 2024-06-12 +BEARSSL_VERSION := 3c040368f6791553610e362401db1efff4b4c5b8 BEARSSL_URLDIR := https://www.bearssl.org/git $(OUTPUT)/sources/.lh_$(BEARSSL_NAME)_dled: | $(OUTPUT)/build-build/.lh_skarnet_installed |