aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2017-03-13 16:10:59 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2017-03-13 16:10:59 +0000
commit81a787c97d63315ea0a1fd1d7266f00581318f96 (patch)
tree8408720e41f20bfcc5f8826803dd0789ca491da6 /CHANGES
parent515e3a0588ba7a99aa73ae74afd835114f43b30b (diff)
downloadports-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--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f7769ad5def5..9dd78710c67e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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