diff options
author | Darren Tucker <dtucker@zip.com.au> | 2016-10-20 21:55:58 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-10-20 21:55:58 +0200 |
commit | 461f50e7ab8751d3a55e9158c44c13031db7ba1d (patch) | |
tree | 614414211c175877a5df47b4f231c8199fa0c789 /buildpkg.sh.in | |
parent | Update host key generation examples. (diff) | |
download | openssh-461f50e7ab8751d3a55e9158c44c13031db7ba1d.tar.xz openssh-461f50e7ab8751d3a55e9158c44c13031db7ba1d.zip |
Update links to https.
www.openssh.com now supports https and ftp.openbsd.org no longer
supports ftp. Make all links to these https.
Diffstat (limited to 'buildpkg.sh.in')
-rw-r--r-- | buildpkg.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildpkg.sh.in b/buildpkg.sh.in index 4b842b3f7..4ccc5f8d1 100644 --- a/buildpkg.sh.in +++ b/buildpkg.sh.in @@ -247,7 +247,7 @@ cat > pkginfo << _EOF PKG=$PKGNAME NAME="OpenSSH Portable for ${UNAME_S}" DESC="Secure Shell remote access utility; replaces telnet and rlogin/rsh." -VENDOR="OpenSSH Portable Team - http://www.openssh.com/portable.html" +VENDOR="OpenSSH Portable Team - https://www.openssh.com/portable.html" ARCH=$ARCH VERSION=$VERSION$REV CATEGORY="Security,application" |