summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-10-21 06:55:58 +1100
committerDarren Tucker <dtucker@zip.com.au>2016-10-21 06:55:58 +1100
commit461f50e7ab8751d3a55e9158c44c13031db7ba1d (patch)
tree614414211c175877a5df47b4f231c8199fa0c789
parentdd4e7212a6141f37742de97795e79db51e4427ad (diff)
Update links to https.
www.openssh.com now supports https and ftp.openbsd.org no longer supports ftp. Make all links to these https.
-rw-r--r--INSTALL2
-rw-r--r--PROTOCOL6
-rw-r--r--buildpkg.sh.in2
-rw-r--r--contrib/redhat/openssh.spec4
-rw-r--r--contrib/suse/openssh.spec2
5 files changed, 8 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index aea57902e..6bc80b68f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -266,4 +266,4 @@ summary data may be published.
266 266
267If you experience problems compiling, installing or running OpenSSH. 267If you experience problems compiling, installing or running OpenSSH.
268Please refer to the "reporting bugs" section of the webpage at 268Please refer to the "reporting bugs" section of the webpage at
269http://www.openssh.com/ 269https://www.openssh.com/
diff --git a/PROTOCOL b/PROTOCOL
index c6f99a31a..192da55b2 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -4,7 +4,7 @@ protocol.
4Note that OpenSSH's sftp and sftp-server implement revision 3 of the SSH 4Note that OpenSSH's sftp and sftp-server implement revision 3 of the SSH
5filexfer protocol described in: 5filexfer protocol described in:
6 6
7http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt 7https://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt
8 8
9Newer versions of the draft will not be supported, though some features 9Newer versions of the draft will not be supported, though some features
10are individually implemented as extensions described below. 10are individually implemented as extensions described below.
@@ -20,7 +20,7 @@ This is a new transport-layer MAC method using the UMAC algorithm
20(rfc4418). This method is identical to the "umac-64" method documented 20(rfc4418). This method is identical to the "umac-64" method documented
21in: 21in:
22 22
23http://www.openssh.com/txt/draft-miller-secsh-umac-01.txt 23https://www.openssh.com/txt/draft-miller-secsh-umac-01.txt
24 24
251.2. transport: Protocol 2 compression algorithm "zlib@openssh.com" 251.2. transport: Protocol 2 compression algorithm "zlib@openssh.com"
26 26
@@ -31,7 +31,7 @@ avoids exposing compression code to attacks from unauthenticated users.
31 31
32The method is documented in: 32The method is documented in:
33 33
34http://www.openssh.com/txt/draft-miller-secsh-compression-delayed-00.txt 34https://www.openssh.com/txt/draft-miller-secsh-compression-delayed-00.txt
35 35
361.3. transport: New public key algorithms "ssh-rsa-cert-v00@openssh.com", 361.3. transport: New public key algorithms "ssh-rsa-cert-v00@openssh.com",
37 "ssh-dsa-cert-v00@openssh.com", 37 "ssh-dsa-cert-v00@openssh.com",
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
247PKG=$PKGNAME 247PKG=$PKGNAME
248NAME="OpenSSH Portable for ${UNAME_S}" 248NAME="OpenSSH Portable for ${UNAME_S}"
249DESC="Secure Shell remote access utility; replaces telnet and rlogin/rsh." 249DESC="Secure Shell remote access utility; replaces telnet and rlogin/rsh."
250VENDOR="OpenSSH Portable Team - http://www.openssh.com/portable.html" 250VENDOR="OpenSSH Portable Team - https://www.openssh.com/portable.html"
251ARCH=$ARCH 251ARCH=$ARCH
252VERSION=$VERSION$REV 252VERSION=$VERSION$REV
253CATEGORY="Security,application" 253CATEGORY="Security,application"
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index fd8678f12..34bbc469a 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -72,8 +72,8 @@ Release: %{rel}rescue
72%else 72%else
73Release: %{rel} 73Release: %{rel}
74%endif 74%endif
75URL: http://www.openssh.com/portable.html 75URL: https://www.openssh.com/portable.html
76Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz 76Source0: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
77%if ! %{no_x11_askpass} 77%if ! %{no_x11_askpass}
78Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz 78Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
79%endif 79%endif
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index d2b2728d5..5b64c150f 100644
--- a/contrib/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
@@ -14,7 +14,7 @@
14Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation 14Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
15Name: openssh 15Name: openssh
16Version: 7.3p1 16Version: 7.3p1
17URL: http://www.openssh.com/ 17URL: https://www.openssh.com/
18Release: 1 18Release: 1
19Source0: openssh-%{version}.tar.gz 19Source0: openssh-%{version}.tar.gz
20Source1: x11-ssh-askpass-%{xversion}.tar.gz 20Source1: x11-ssh-askpass-%{xversion}.tar.gz