mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08: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
|
||||
to silence compiler warning, from vinschen at redhat.com.
|
||||
- (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
|
||||
- (tim) [session.c] Logout records were not updated on systems with
|
||||
@ -3852,4 +3855,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.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
|
||||
- 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 $
|
||||
|
@ -17,7 +17,7 @@
|
||||
#old cvs stuff. please update before use. may be deprecated.
|
||||
%define use_stable 1
|
||||
%if %{use_stable}
|
||||
%define version 4.3p1
|
||||
%define version 4.3p2
|
||||
%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.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
|
||||
|
||||
# OpenSSH privilege separation requires a user & group ID
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
|
||||
Name: openssh
|
||||
Version: 4.3p1
|
||||
Version: 4.3p2
|
||||
URL: http://www.openssh.com/
|
||||
Release: 1
|
||||
Source0: openssh-%{version}.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user