From 6163350eb97774e7f780d5cc9df6164a6803aa0c Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 12 Feb 2006 16:48:56 +1100 Subject: - (dtucker) [README version.h contrib/caldera/openssh.spec contrib/redhat/openssh.spec contrib/suse/openssh.spec] Bump version strings to match 4.3p2 release. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 924293b66..9b05205b8 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -See http://www.openssh.com/txt/release-4.3 for the release notes. +See http://www.openssh.com/txt/release-4.3p2 for the release notes. - A Japanese translation of this document and of the OpenSSH FAQ is - available at http://www.unixuser.org/~haruyama/security/openssh/index.html @@ -62,4 +62,4 @@ References - [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 [7] http://www.openssh.com/faq.html -$Id: README,v 1.61 2005/12/01 11:21:04 dtucker Exp $ +$Id: README,v 1.62 2006/02/12 05:48:56 dtucker Exp $ -- cgit v1.2.3 From 9fdeb66f67ebdadc1d558736bce99a7d4909713c Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 1 Sep 2006 21:32:53 +1000 Subject: - (dtucker) [README contrib/{caldera,redhat,suse}/openssh.spec] Crank versions. --- ChangeLog | 4 +++- README | 4 ++-- contrib/caldera/openssh.spec | 4 ++-- contrib/redhat/openssh.spec | 2 +- contrib/suse/openssh.spec | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/ChangeLog b/ChangeLog index 0cbd4b627..fb9f971a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,8 @@ Stops sftp from segfaulting when attempting to get a nonexistent file on Cygwin (previous versions of OpenSSH didn't use the native glob). Partly from and tested by Corinna Vinschen. + - (dtucker) [README contrib/{caldera,redhat,suse}/openssh.spec] Crank + versions. 20060831 - (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ] @@ -5375,4 +5377,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4524 2006/09/01 10:29:10 dtucker Exp $ +$Id: ChangeLog,v 1.4525 2006/09/01 11:32:53 dtucker Exp $ diff --git a/README b/README index 9b05205b8..d0bacc564 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -See http://www.openssh.com/txt/release-4.3p2 for the release notes. +See http://www.openssh.com/txt/release-4.4 for the release notes. - A Japanese translation of this document and of the OpenSSH FAQ is - available at http://www.unixuser.org/~haruyama/security/openssh/index.html @@ -62,4 +62,4 @@ References - [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 [7] http://www.openssh.com/faq.html -$Id: README,v 1.62 2006/02/12 05:48:56 dtucker Exp $ +$Id: README,v 1.63 2006/09/01 11:32:53 dtucker Exp $ diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index 77fc51897..60d0fb311 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec @@ -17,7 +17,7 @@ #old cvs stuff. please update before use. may be deprecated. %define use_stable 1 %if %{use_stable} - %define version 4.3p2 + %define version 4.4p1 %define cvs %{nil} %define release 1 %else @@ -357,4 +357,4 @@ fi * Mon Jan 01 1998 ... Template Version: 1.31 -$Id: openssh.spec,v 1.57 2006/02/12 05:48:56 dtucker Exp $ +$Id: openssh.spec,v 1.58 2006/09/01 11:32:53 dtucker Exp $ diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index cbdf7bbc7..58be31f4c 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -1,4 +1,4 @@ -%define ver 4.3p2 +%define ver 4.4p1 %define rel 1 # OpenSSH privilege separation requires a user & group ID diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index b49e78c65..8c1da610c 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec @@ -13,7 +13,7 @@ Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation Name: openssh -Version: 4.3p2 +Version: 4.4p1 URL: http://www.openssh.com/ Release: 1 Source0: openssh-%{version}.tar.gz -- cgit v1.2.3 From c2820c5822a974e21b82d45739abdaeaee5e183e Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 7 Nov 2006 23:25:45 +1100 Subject: - (dtucker) [README contrib/{caldera,redhat,contrib}/openssh.spec] Bump versions. --- ChangeLog | 4 +++- README | 4 ++-- contrib/caldera/openssh.spec | 4 ++-- contrib/redhat/openssh.spec | 2 +- contrib/suse/openssh.spec | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/ChangeLog b/ChangeLog index 075ba5359..7ec76986a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ correctly check for bad signatures in the monitor, otherwise the monitor and the unpriv process can get out of sync. with dtucker@, ok djm@, dtucker@ + - (dtucker) [README contrib/{caldera,redhat,contrib}/openssh.spec] Bump + versions. 20061105 - (djm) OpenBSD CVS Sync @@ -2602,4 +2604,4 @@ OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ -$Id: ChangeLog,v 1.4586 2006/11/07 12:16:08 dtucker Exp $ +$Id: ChangeLog,v 1.4587 2006/11/07 12:25:45 dtucker Exp $ diff --git a/README b/README index d0bacc564..fb53b554b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -See http://www.openssh.com/txt/release-4.4 for the release notes. +See http://www.openssh.com/txt/release-4.5 for the release notes. - A Japanese translation of this document and of the OpenSSH FAQ is - available at http://www.unixuser.org/~haruyama/security/openssh/index.html @@ -62,4 +62,4 @@ References - [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 [7] http://www.openssh.com/faq.html -$Id: README,v 1.63 2006/09/01 11:32:53 dtucker Exp $ +$Id: README,v 1.64 2006/11/07 12:25:45 dtucker Exp $ diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index 60d0fb311..15d95195b 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec @@ -17,7 +17,7 @@ #old cvs stuff. please update before use. may be deprecated. %define use_stable 1 %if %{use_stable} - %define version 4.4p1 + %define version 4.5p1 %define cvs %{nil} %define release 1 %else @@ -357,4 +357,4 @@ fi * Mon Jan 01 1998 ... Template Version: 1.31 -$Id: openssh.spec,v 1.58 2006/09/01 11:32:53 dtucker Exp $ +$Id: openssh.spec,v 1.59 2006/11/07 12:25:45 dtucker Exp $ diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 58be31f4c..52e867623 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -1,4 +1,4 @@ -%define ver 4.4p1 +%define ver 4.5p1 %define rel 1 # OpenSSH privilege separation requires a user & group ID diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index 8c1da610c..797964cd2 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec @@ -13,7 +13,7 @@ Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation Name: openssh -Version: 4.4p1 +Version: 4.5p1 URL: http://www.openssh.com/ Release: 1 Source0: openssh-%{version}.tar.gz -- cgit v1.2.3 From 4ee72c71e31226c81743439fe1ed2b521b5ddb7e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 6 Mar 2007 21:27:55 +1100 Subject: - (djm) [README] correct link to release notes --- ChangeLog | 3 ++- README | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/ChangeLog b/ChangeLog index 2cea0124e..f2b96c37b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ openssh-4.6; "please" deraadt@ - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] [contrib/suse/openssh.spec] crank spec files for release + - (djm) [README] correct link to release notes - (djm) Release 4.6p1 20070304 @@ -2815,4 +2816,4 @@ OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ -$Id: ChangeLog,v 1.4635 2007/03/06 10:24:00 djm Exp $ +$Id: ChangeLog,v 1.4635.2.1 2007/03/06 10:27:55 djm Exp $ diff --git a/README b/README index fb53b554b..0c732cffe 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -See http://www.openssh.com/txt/release-4.5 for the release notes. +See http://www.openssh.com/txt/release-4.6 for the release notes. - A Japanese translation of this document and of the OpenSSH FAQ is - available at http://www.unixuser.org/~haruyama/security/openssh/index.html @@ -62,4 +62,4 @@ References - [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 [7] http://www.openssh.com/faq.html -$Id: README,v 1.64 2006/11/07 12:25:45 dtucker Exp $ +$Id: README,v 1.64.4.1 2007/03/06 10:27:56 djm Exp $ -- cgit v1.2.3