mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08:00
- (bal) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2002/05/15 21:05:29 [version.h] enter OpenSSH_3.2.2 - (bal) Caldara, Suse, and Redhat openssh.specs updated.
This commit is contained in:
parent
c5c15dde32
commit
4e67d38a7e
@ -44,6 +44,11 @@
|
||||
disable privsep and enable setuid for the 3.2.2 release
|
||||
- (bal) Fixed up PAM case. I think.
|
||||
- (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy
|
||||
- (bal) OpenBSD CVS Sync
|
||||
- markus@cvs.openbsd.org 2002/05/15 21:05:29
|
||||
[version.h]
|
||||
enter OpenSSH_3.2.2
|
||||
- (bal) Caldara, Suse, and Redhat openssh.specs updated.
|
||||
|
||||
20020514
|
||||
- (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
|
||||
@ -648,4 +653,4 @@
|
||||
- (stevesk) entropy.c: typo in debug message
|
||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||
|
||||
$Id: ChangeLog,v 1.2133 2002/05/15 21:37:34 mouring Exp $
|
||||
$Id: ChangeLog,v 1.2134 2002/05/15 21:50:14 mouring Exp $
|
||||
|
@ -1,10 +1,10 @@
|
||||
%define use-stable 1
|
||||
%if %{use-stable}
|
||||
%define version 3.2.1p1
|
||||
%define version 3.2.2
|
||||
%define cvs %{nil}
|
||||
%define release 1
|
||||
%else
|
||||
%define version 3.2.1p1
|
||||
%define version 3.2.2
|
||||
%define cvs cvs20020515
|
||||
%define release 0r1
|
||||
%endif
|
||||
@ -224,4 +224,4 @@ by Jim Knoble <jmknoble@pobox.com>.
|
||||
%ChangeLog
|
||||
* Mon Jan 01 1998 ...
|
||||
|
||||
$Id: openssh.spec,v 1.30 2002/05/14 16:03:46 tim Exp $
|
||||
$Id: openssh.spec,v 1.31 2002/05/15 21:50:15 mouring Exp $
|
||||
|
@ -1,4 +1,4 @@
|
||||
%define ver 3.2.1p1
|
||||
%define ver 3.2.2
|
||||
%define rel 1
|
||||
|
||||
# OpenSSH privilege separation requires a user & group ID
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
|
||||
Name: openssh
|
||||
Version: 3.2p1
|
||||
Version: 3.2.2
|
||||
URL: http://www.openssh.com/
|
||||
Release: 1
|
||||
Source0: openssh-%{version}.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user