- (dtucker) [README contrib/{caldera,redhat,suse}/openssh.spec] Crank
versions.
This commit is contained in:
parent
096faecdea
commit
9fdeb66f67
|
@ -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 $
|
||||
|
|
4
README
4
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 $
|
||||
|
|
|
@ -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 $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%define ver 4.3p2
|
||||
%define ver 4.4p1
|
||||
%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.3p2
|
||||
Version: 4.4p1
|
||||
URL: http://www.openssh.com/
|
||||
Release: 1
|
||||
Source0: openssh-%{version}.tar.gz
|
||||
|
|
Loading…
Reference in New Issue