mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-23 13:55:13 +02:00
- (dtucker) [README version.h contrib/caldera/openssh.spec
contrib/redhat/openssh.spec contrib/suse/openssh.spec] Bump version strings to match 4.3p2 release.
This commit is contained in:
parent
2f993465d4
commit
6163350eb9
@ -2,6 +2,9 @@
|
|||||||
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned
|
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned
|
||||||
to silence compiler warning, from vinschen at redhat.com.
|
to silence compiler warning, from vinschen at redhat.com.
|
||||||
- (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.
|
- (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.
|
||||||
|
- (dtucker) [README version.h contrib/caldera/openssh.spec
|
||||||
|
contrib/redhat/openssh.spec contrib/suse/openssh.spec] Bump version
|
||||||
|
strings to match 4.3p2 release.
|
||||||
|
|
||||||
20060208
|
20060208
|
||||||
- (tim) [session.c] Logout records were not updated on systems with
|
- (tim) [session.c] Logout records were not updated on systems with
|
||||||
@ -3852,4 +3855,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4127 2006/02/12 02:37:48 tim Exp $
|
$Id: ChangeLog,v 1.4128 2006/02/12 05:48:56 dtucker Exp $
|
||||||
|
4
README
4
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
|
- A Japanese translation of this document and of the OpenSSH FAQ is
|
||||||
- available at http://www.unixuser.org/~haruyama/security/openssh/index.html
|
- 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
|
[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
|
||||||
[7] http://www.openssh.com/faq.html
|
[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 $
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#old cvs stuff. please update before use. may be deprecated.
|
#old cvs stuff. please update before use. may be deprecated.
|
||||||
%define use_stable 1
|
%define use_stable 1
|
||||||
%if %{use_stable}
|
%if %{use_stable}
|
||||||
%define version 4.3p1
|
%define version 4.3p2
|
||||||
%define cvs %{nil}
|
%define cvs %{nil}
|
||||||
%define release 1
|
%define release 1
|
||||||
%else
|
%else
|
||||||
@ -357,4 +357,4 @@ fi
|
|||||||
* Mon Jan 01 1998 ...
|
* Mon Jan 01 1998 ...
|
||||||
Template Version: 1.31
|
Template Version: 1.31
|
||||||
|
|
||||||
$Id: openssh.spec,v 1.56 2006/02/01 11:10:48 djm Exp $
|
$Id: openssh.spec,v 1.57 2006/02/12 05:48:56 dtucker Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%define ver 4.3p1
|
%define ver 4.3p2
|
||||||
%define rel 1
|
%define rel 1
|
||||||
|
|
||||||
# OpenSSH privilege separation requires a user & group ID
|
# OpenSSH privilege separation requires a user & group ID
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
|
Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: 4.3p1
|
Version: 4.3p2
|
||||||
URL: http://www.openssh.com/
|
URL: http://www.openssh.com/
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: openssh-%{version}.tar.gz
|
Source0: openssh-%{version}.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user