aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2005-06-10 21:44:46 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2005-06-10 21:44:46 +0000
commitf077e755aaf6866eac864bd796944cbfe362e2a3 (patch)
treea4bdb8e44ce4d5755ba60a72d6e739324afebdb2 /UPDATING
parent8dcfd3da34900ca743948f825061df44fea4ea27 (diff)
downloadports-f077e755aaf6866eac864bd796944cbfe362e2a3.tar.gz
ports-f077e755aaf6866eac864bd796944cbfe362e2a3.zip
Add update entry for ftp/wget. Only SSL users may be affected.
Notes
Notes: svn path=/head/; revision=137234
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 04cc51f42b7d..34c88cf57bb6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20050610:
+ AFFECTS: users of ftp/wget built with SSL (default)
+ AUTHOR: sf@FreeBSD.org
+
+ wget 1.10 now authenticates certificate of remote host before making a
+ SSL connection. To make it work, you should have working CA root
+ certificates list in /etc/ssl/cert.pem.
+
+ If you don't have it there are options:
+ a) install security/ca-roots port and you have done.
+ b) install ftp/curl port and symlink it to /etc/ssl/cert.pem.
+ ln -s /usr/local/share/curl/curl-ca-bundle.crt /etc/ssl/cert.pem
+ c) put your favorite one into certain place.
+
20050601:
AFFECTS: users of devel/perforce
AUTHOR: lth@FreeBSD.org