Skip to content

Commit

Permalink
Update Mozilla CA certificate store to latest (01-17-2018) for libgit…
Browse files Browse the repository at this point in the history
…2 SSL. (#26125)
  • Loading branch information
mikhail-j authored and ararslan committed Feb 20, 2018
1 parent a237986 commit abd2133
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion deps/checksums/cacert-2017-09-20.pem/md5

This file was deleted.

1 change: 0 additions & 1 deletion deps/checksums/cacert-2017-09-20.pem/sha512

This file was deleted.

1 change: 1 addition & 0 deletions deps/checksums/cacert-2018-01-17.pem/md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
df0df092f7590ce0cc636986f1ae084b
1 change: 1 addition & 0 deletions deps/checksums/cacert-2018-01-17.pem/sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4cb570be809ec4ffd44190e70f3671046eb8c820b981d06f7ae1e48b9aa486cd725f2a12cc9e39f56beacbaa48c569922f9f49bed6b582c2d1a2c8f6d28e7b8c
6 changes: 3 additions & 3 deletions deps/libgit2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ $(LIBGIT2_SRC_PATH)/libgit2-ssh-loop.patch-applied: $(LIBGIT2_SRC_PATH)/source-e
echo 1 > $@

$(build_datarootdir)/julia/cert.pem:
$(JLDOWNLOAD) $(shell pwd)/cacert-2017-09-20.pem https://curl.haxx.se/ca/cacert-2017-09-20.pem
$(JLCHECKSUM) $(shell pwd)/cacert-2017-09-20.pem
$(JLDOWNLOAD) $(shell pwd)/cacert-2018-01-17.pem https://curl.haxx.se/ca/cacert-2018-01-17.pem
$(JLCHECKSUM) $(shell pwd)/cacert-2018-01-17.pem
mkdir -p $(build_datarootdir)/julia
mv $(shell pwd)/cacert-2017-09-20.pem $@
mv $(shell pwd)/cacert-2018-01-17.pem $@

$(BUILDDIR)/$(LIBGIT2_SRC_DIR)/build-configured: \
$(LIBGIT2_SRC_PATH)/libgit2-mbedtls.patch-applied \
Expand Down

0 comments on commit abd2133

Please sign in to comment.