diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/aix/pam.conf | 4 | ||||
-rw-r--r-- | contrib/caldera/openssh.spec | 4 | ||||
-rw-r--r-- | contrib/redhat/openssh.spec | 2 | ||||
-rw-r--r-- | contrib/suse/openssh.spec | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/contrib/aix/pam.conf b/contrib/aix/pam.conf index 1495f43cb..f1528b005 100644 --- a/contrib/aix/pam.conf +++ b/contrib/aix/pam.conf | |||
@@ -11,10 +11,10 @@ OTHER auth required /usr/lib/security/pam_aix | |||
11 | sshd account required /usr/lib/security/pam_aix | 11 | sshd account required /usr/lib/security/pam_aix |
12 | OTHER account required /usr/lib/security/pam_aix | 12 | OTHER account required /usr/lib/security/pam_aix |
13 | 13 | ||
14 | # Session Management | 14 | # Password Management |
15 | sshd password required /usr/lib/security/pam_aix | 15 | sshd password required /usr/lib/security/pam_aix |
16 | OTHER password required /usr/lib/security/pam_aix | 16 | OTHER password required /usr/lib/security/pam_aix |
17 | 17 | ||
18 | # Password Management | 18 | # Session Management |
19 | sshd session required /usr/lib/security/pam_aix | 19 | sshd session required /usr/lib/security/pam_aix |
20 | OTHER session required /usr/lib/security/pam_aix | 20 | OTHER session required /usr/lib/security/pam_aix |
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index 355663ed4..bfde0fefc 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec | |||
@@ -17,7 +17,7 @@ | |||
17 | #old cvs stuff. please update before use. may be deprecated. | 17 | #old cvs stuff. please update before use. may be deprecated. |
18 | %define use_stable 1 | 18 | %define use_stable 1 |
19 | %if %{use_stable} | 19 | %if %{use_stable} |
20 | %define version 4.1p1 | 20 | %define version 4.2p1 |
21 | %define cvs %{nil} | 21 | %define cvs %{nil} |
22 | %define release 1 | 22 | %define release 1 |
23 | %else | 23 | %else |
@@ -357,4 +357,4 @@ fi | |||
357 | * Mon Jan 01 1998 ... | 357 | * Mon Jan 01 1998 ... |
358 | Template Version: 1.31 | 358 | Template Version: 1.31 |
359 | 359 | ||
360 | $Id: openssh.spec,v 1.54 2005/05/25 04:43:48 djm Exp $ | 360 | $Id: openssh.spec,v 1.55 2005/09/01 09:10:49 djm Exp $ |
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 430c4d323..049b07fe4 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -1,4 +1,4 @@ | |||
1 | %define ver 4.1p1 | 1 | %define ver 4.2p1 |
2 | %define rel 1 | 2 | %define rel 1 |
3 | 3 | ||
4 | # OpenSSH privilege separation requires a user & group ID | 4 | # OpenSSH privilege separation requires a user & group ID |
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index a574d3f2f..6ad862fad 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec | |||
@@ -1,6 +1,6 @@ | |||
1 | Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation | 1 | Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation |
2 | Name: openssh | 2 | Name: openssh |
3 | Version: 4.1p1 | 3 | Version: 4.2p1 |
4 | URL: http://www.openssh.com/ | 4 | URL: http://www.openssh.com/ |
5 | Release: 1 | 5 | Release: 1 |
6 | Source0: openssh-%{version}.tar.gz | 6 | Source0: openssh-%{version}.tar.gz |