diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | README | 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 |
5 files changed, 12 insertions, 7 deletions
@@ -1,8 +1,13 @@ | |||
1 | 20110905 | ||
2 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | ||
3 | [contrib/suse/openssh.spec] Update version numbers. | ||
4 | |||
1 | 20110904 | 5 | 20110904 |
2 | - (djm) [regress/connect-privsep.sh regress/test-exec.sh] demote fatal | 6 | - (djm) [regress/connect-privsep.sh regress/test-exec.sh] demote fatal |
3 | regress errors for the sandbox to warnings. ok tim dtucker | 7 | regress errors for the sandbox to warnings. ok tim dtucker |
4 | - (dtucker) [ssh-keygen.c ssh-pkcs11.c] Bug #1929: add null implementations | 8 | - (dtucker) [ssh-keygen.c ssh-pkcs11.c] Bug #1929: add null implementations |
5 | ofsh-pkcs11.cpkcs_init and pkcs_terminate for building without dlopen support. | 9 | ofsh-pkcs11.cpkcs_init and pkcs_terminate for building without dlopen |
10 | support. | ||
6 | 11 | ||
7 | 20110829 | 12 | 20110829 |
8 | - (djm) [openbsd-compat/port-linux.c] Suppress logging when attempting | 13 | - (djm) [openbsd-compat/port-linux.c] Suppress logging when attempting |
@@ -1,4 +1,4 @@ | |||
1 | See http://www.openssh.com/txt/release-5.8p2 for the release notes. | 1 | See http://www.openssh.com/txt/release-5.9p1 for the release notes. |
2 | 2 | ||
3 | - A Japanese translation of this document and of the OpenSSH FAQ is | 3 | - A Japanese translation of this document and of the OpenSSH FAQ is |
4 | - available at http://www.unixuser.org/~haruyama/security/openssh/index.html | 4 | - available at http://www.unixuser.org/~haruyama/security/openssh/index.html |
@@ -62,4 +62,4 @@ References - | |||
62 | [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 | 62 | [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 |
63 | [7] http://www.openssh.com/faq.html | 63 | [7] http://www.openssh.com/faq.html |
64 | 64 | ||
65 | $Id: README,v 1.77 2011/06/03 00:35:26 dtucker Exp $ | 65 | $Id: README,v 1.78 2011/09/05 00:29:04 djm Exp $ |
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index e6f5a9333..291299179 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec | |||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
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 | %define version 5.8p2 | 19 | %define version 5.9p1 |
20 | %if %{use_stable} | 20 | %if %{use_stable} |
21 | %define cvs %{nil} | 21 | %define cvs %{nil} |
22 | %define release 1 | 22 | %define release 1 |
@@ -363,4 +363,4 @@ fi | |||
363 | * Mon Jan 01 1998 ... | 363 | * Mon Jan 01 1998 ... |
364 | Template Version: 1.31 | 364 | Template Version: 1.31 |
365 | 365 | ||
366 | $Id: openssh.spec,v 1.75 2011/06/03 00:35:26 dtucker Exp $ | 366 | $Id: openssh.spec,v 1.76 2011/09/05 00:29:06 djm Exp $ |
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 2b927f177..be6de088c 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -1,4 +1,4 @@ | |||
1 | %define ver 5.8p2 | 1 | %define ver 5.9p1 |
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 4621f548c..3a4dfea37 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: 5.8p2 | 16 | Version: 5.9p1 |
17 | URL: http://www.openssh.com/ | 17 | URL: http://www.openssh.com/ |
18 | Release: 1 | 18 | Release: 1 |
19 | Source0: openssh-%{version}.tar.gz | 19 | Source0: openssh-%{version}.tar.gz |