- (djm) Bump portable version number for generating test RPMs

This commit is contained in:
Damien Miller 2001-03-12 14:23:52 +11:00
parent 8fd372b194
commit 547c276203
5 changed files with 6 additions and 5 deletions

View File

@ -29,6 +29,7 @@
[ssh-keygen.1 ssh-keygen.c]
remove -v again. use -B instead for bubblebabble. make -B consistent
with -l and make -B work with /path/to/known_hosts. ok deraadt@
- (djm) Bump portable version number for generating test RPMs
20010311
- OpenBSD CVS Sync
@ -4522,4 +4523,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.947 2001/03/12 03:02:17 mouring Exp $
$Id: ChangeLog,v 1.948 2001/03/12 03:23:52 djm Exp $

View File

@ -1,5 +1,5 @@
# Version of OpenSSH
%define oversion 2.5.1p2
%define oversion 2.5.1p3
# Version of ssh-askpass
%define aversion 1.2.0

View File

@ -1,5 +1,5 @@
# Version of OpenSSH
%define oversion 2.5.1p2
%define oversion 2.5.1p3
# Version of ssh-askpass
%define aversion 1.2.0

View File

@ -1,6 +1,6 @@
Summary: OpenSSH, a free Secure Shell (SSH) implementation
Name: openssh
Version: 2.5.1p2
Version: 2.5.1p3
URL: http://www.openssh.com/
Release: 1
Source0: openssh-%{version}.tar.gz

View File

@ -1,3 +1,3 @@
/* $OpenBSD: version.h,v 1.19 2001/02/19 10:35:23 markus Exp $ */
#define SSH_VERSION "OpenSSH_2.5.1p2"
#define SSH_VERSION "OpenSSH_2.5.1p3"