diff options
author | Colin Watson <cjwatson@debian.org> | 2018-08-24 12:49:36 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-08-24 12:49:36 +0100 |
commit | e6547182a54f0f268ee36e7c99319eeddffbaff2 (patch) | |
tree | 417527229ad3f3764ba71ea383f478a168895087 /contrib | |
parent | ed6ae9c1a014a08ff5db3d768f01f2e427eeb476 (diff) | |
parent | 71508e06fab14bc415a79a08f5535ad7bffa93d9 (diff) |
Import openssh_7.8p1.orig.tar.gz
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/aix/buildbff.sh | 16 | ||||
-rw-r--r-- | contrib/cygwin/ssh-host-config | 2 | ||||
-rw-r--r-- | contrib/cygwin/ssh-user-config | 2 | ||||
-rw-r--r-- | contrib/redhat/openssh.spec | 2 | ||||
-rw-r--r-- | contrib/solaris/README | 2 | ||||
-rw-r--r-- | contrib/suse/openssh.spec | 6 |
6 files changed, 8 insertions, 22 deletions
diff --git a/contrib/aix/buildbff.sh b/contrib/aix/buildbff.sh index 00b384dc7..55113d9d3 100755 --- a/contrib/aix/buildbff.sh +++ b/contrib/aix/buildbff.sh | |||
@@ -240,21 +240,7 @@ echo | |||
240 | 240 | ||
241 | # Generate keys unless they already exist | 241 | # Generate keys unless they already exist |
242 | echo Creating host keys if required. | 242 | echo Creating host keys if required. |
243 | if [ -f "$sysconfdir/ssh_host_key" ] ; then | 243 | $bindir/ssh-keygen -A |
244 | echo "$sysconfdir/ssh_host_key already exists, skipping." | ||
245 | else | ||
246 | $bindir/ssh-keygen -t rsa1 -f $sysconfdir/ssh_host_key -N "" | ||
247 | fi | ||
248 | if [ -f $sysconfdir/ssh_host_dsa_key ] ; then | ||
249 | echo "$sysconfdir/ssh_host_dsa_key already exists, skipping." | ||
250 | else | ||
251 | $bindir/ssh-keygen -t dsa -f $sysconfdir/ssh_host_dsa_key -N "" | ||
252 | fi | ||
253 | if [ -f $sysconfdir/ssh_host_rsa_key ] ; then | ||
254 | echo "$sysconfdir/ssh_host_rsa_key already exists, skipping." | ||
255 | else | ||
256 | $bindir/ssh-keygen -t rsa -f $sysconfdir/ssh_host_rsa_key -N "" | ||
257 | fi | ||
258 | echo | 244 | echo |
259 | 245 | ||
260 | # Set startup command depending on SRC support | 246 | # Set startup command depending on SRC support |
diff --git a/contrib/cygwin/ssh-host-config b/contrib/cygwin/ssh-host-config index db6aaa08a..261020af3 100644 --- a/contrib/cygwin/ssh-host-config +++ b/contrib/cygwin/ssh-host-config | |||
@@ -22,7 +22,7 @@ | |||
22 | 22 | ||
23 | CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh | 23 | CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh |
24 | 24 | ||
25 | # List of apps used. This is checkad for existance in csih_sanity_check | 25 | # List of apps used. This is checkad for existence in csih_sanity_check |
26 | # Don't use *any* transient commands before sourcing the csih helper script, | 26 | # Don't use *any* transient commands before sourcing the csih helper script, |
27 | # otherwise the sanity checks are short-circuited. | 27 | # otherwise the sanity checks are short-circuited. |
28 | declare -a csih_required_commands=( | 28 | declare -a csih_required_commands=( |
diff --git a/contrib/cygwin/ssh-user-config b/contrib/cygwin/ssh-user-config index 33dc0cbea..6fa4bb3ea 100644 --- a/contrib/cygwin/ssh-user-config +++ b/contrib/cygwin/ssh-user-config | |||
@@ -127,7 +127,7 @@ readonly -f check_user_homedir | |||
127 | check_user_dot_ssh_dir() { | 127 | check_user_dot_ssh_dir() { |
128 | if [ -e "${pwdhome}/.ssh" -a ! -d "${pwdhome}/.ssh" ] | 128 | if [ -e "${pwdhome}/.ssh" -a ! -d "${pwdhome}/.ssh" ] |
129 | then | 129 | then |
130 | csih_error "${pwdhome}/.ssh is existant but not a directory. Cannot create user identity files." | 130 | csih_error "${pwdhome}/.ssh is existent but not a directory. Cannot create user identity files." |
131 | fi | 131 | fi |
132 | 132 | ||
133 | if [ ! -e "${pwdhome}/.ssh" ] | 133 | if [ ! -e "${pwdhome}/.ssh" ] |
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index a0d5e2071..8e9594d9c 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -1,4 +1,4 @@ | |||
1 | %define ver 7.7p1 | 1 | %define ver 7.8p1 |
2 | %define rel 1%{?dist} | 2 | %define rel 1%{?dist} |
3 | 3 | ||
4 | # OpenSSH privilege separation requires a user & group ID | 4 | # OpenSSH privilege separation requires a user & group ID |
diff --git a/contrib/solaris/README b/contrib/solaris/README index fefdd4b53..cabecaa1a 100644 --- a/contrib/solaris/README +++ b/contrib/solaris/README | |||
@@ -5,7 +5,7 @@ SVR4 style package tools. | |||
5 | 5 | ||
6 | The build process is called a 'dummy install'.. Which means the software does | 6 | The build process is called a 'dummy install'.. Which means the software does |
7 | a "make install-nokeys DESTDIR=[fakeroot]". This way all manpages should | 7 | a "make install-nokeys DESTDIR=[fakeroot]". This way all manpages should |
8 | be handled correctly and key are defered until the first time the sshd | 8 | be handled correctly and key are deferred until the first time the sshd |
9 | is started. | 9 | is started. |
10 | 10 | ||
11 | Directions: | 11 | Directions: |
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index d9c4298f1..9a1168f01 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation | 14 | Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation |
15 | Name: openssh | 15 | Name: openssh |
16 | Version: 7.7p1 | 16 | Version: 7.8p1 |
17 | URL: https://www.openssh.com/ | 17 | URL: https://www.openssh.com/ |
18 | Release: 1 | 18 | Release: 1 |
19 | Source0: openssh-%{version}.tar.gz | 19 | Source0: openssh-%{version}.tar.gz |
@@ -56,7 +56,7 @@ arbitrary TCP/IP ports can also be forwarded over the secure channel. | |||
56 | 56 | ||
57 | OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it | 57 | OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it |
58 | up to date in terms of security and features, as well as removing all | 58 | up to date in terms of security and features, as well as removing all |
59 | patented algorithms to seperate libraries (OpenSSL). | 59 | patented algorithms to separate libraries (OpenSSL). |
60 | 60 | ||
61 | This package includes all files necessary for both the OpenSSH | 61 | This package includes all files necessary for both the OpenSSH |
62 | client and server. | 62 | client and server. |
@@ -70,7 +70,7 @@ arbitrary TCP/IP ports can also be forwarded over the secure channel. | |||
70 | 70 | ||
71 | OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it | 71 | OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it |
72 | up to date in terms of security and features, as well as removing all | 72 | up to date in terms of security and features, as well as removing all |
73 | patented algorithms to seperate libraries (OpenSSL). | 73 | patented algorithms to separate libraries (OpenSSL). |
74 | 74 | ||
75 | This package contains an X Window System passphrase dialog for OpenSSH. | 75 | This package contains an X Window System passphrase dialog for OpenSSH. |
76 | 76 | ||