diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-03-13 16:10:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-03-13 16:10:59 +0000 |
commit | 81a787c97d63315ea0a1fd1d7266f00581318f96 (patch) | |
tree | 8408720e41f20bfcc5f8826803dd0789ca491da6 /CHANGES | |
parent | 515e3a0588ba7a99aa73ae74afd835114f43b30b (diff) | |
download | ports-81a787c97d63315ea0a1fd1d7266f00581318f96.tar.gz ports-81a787c97d63315ea0a1fd1d7266f00581318f96.zip |
Add a note about make makesum verifying HTTPS certificates.
Requested by: adamw
Notes
Notes:
svn path=/head/; revision=436086
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -10,6 +10,18 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20170313: +AUTHOR: tijl@FreeBSD.org + + HTTPS certificates are now verified when "make makesum" fetches distfiles. + If this fails make sure you have a CA certificate bundle installed such as + security/ca_root_nss. If it still fails and there are other HTTPS sites + with a valid certificate consider removing the site from MASTER_SITES. + If the site cannot be removed you can disable certificate verification by + adding the following line to the port Makefile: + + FETCH_ENV= SSL_NO_VERIFY_PEER=1 SSL_NO_VERIFY_HOSTNAME=1 + 20170218: AUTHOR: kde@FreeBSD.org |