diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-12-30 22:32:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-12-30 22:32:26 +0000 |
commit | 91d749ddb68896a3cc2be92c8e9fc15fccce884f (patch) | |
tree | 41c5437f7e21595f741bf056aae3e3eb7ecfe4a2 /distrib/amd64/common | |
parent | 6176dff4710bef40ef1e3e7dc6361e90211461d8 (diff) |
Install cert.pem + ftp(1) binary that supports SSL, so the install script
can perform https fetches. While non-critical for sets (which are verified
using signify), it is an uplift for communication towards the ftp.openbsd.org
cgi which provides mirror proposals, entropy seeds, and current time.
[The install script changes are not included in this commit]
ok beck jsing rpe
Diffstat (limited to 'distrib/amd64/common')
-rw-r--r-- | distrib/amd64/common/list | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/amd64/common/list b/distrib/amd64/common/list index 26f25d519ee..75e1757b6ad 100644 --- a/distrib/amd64/common/list +++ b/distrib/amd64/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.44 2016/09/17 15:03:39 florian Exp $ +# $OpenBSD: list,v 1.45 2016/12/30 22:32:23 deraadt Exp $ SRCDIRS distrib/special @@ -48,7 +48,6 @@ LINK instbin sbin/sysctl LINK instbin sbin/umount LINK instbin usr/bin/doas LINK instbin usr/bin/encrypt -LINK instbin usr/bin/ftp LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat LINK instbin usr/bin/more usr/bin/less |