summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-12 14:23:52 +1100
committerDamien Miller <djm@mindrot.org>2001-03-12 14:23:52 +1100
commit547c27620326710ce595692d2eba6c7f84e73343 (patch)
tree85837c8f01117544a3484eacae825291cb9a0808
parent8fd372b194672a88086562eb00f576e84a44173d (diff)
- (djm) Bump portable version number for generating test RPMs
-rw-r--r--ChangeLog3
-rw-r--r--contrib/caldera/openssh.spec2
-rw-r--r--contrib/redhat/openssh.spec2
-rw-r--r--contrib/suse/openssh.spec2
-rw-r--r--version.h2
5 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d80d65de2..061133916 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,7 @@
29 [ssh-keygen.1 ssh-keygen.c] 29 [ssh-keygen.1 ssh-keygen.c]
30 remove -v again. use -B instead for bubblebabble. make -B consistent 30 remove -v again. use -B instead for bubblebabble. make -B consistent
31 with -l and make -B work with /path/to/known_hosts. ok deraadt@ 31 with -l and make -B work with /path/to/known_hosts. ok deraadt@
32 - (djm) Bump portable version number for generating test RPMs
32 33
3320010311 3420010311
34 - OpenBSD CVS Sync 35 - OpenBSD CVS Sync
@@ -4522,4 +4523,4 @@
4522 - Wrote replacements for strlcpy and mkdtemp 4523 - Wrote replacements for strlcpy and mkdtemp
4523 - Released 1.0pre1 4524 - Released 1.0pre1
4524 4525
4525$Id: ChangeLog,v 1.947 2001/03/12 03:02:17 mouring Exp $ 4526$Id: ChangeLog,v 1.948 2001/03/12 03:23:52 djm Exp $
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec
index ee665bef0..52ca4060e 100644
--- a/contrib/caldera/openssh.spec
+++ b/contrib/caldera/openssh.spec
@@ -1,5 +1,5 @@
1# Version of OpenSSH 1# Version of OpenSSH
2%define oversion 2.5.1p2 2%define oversion 2.5.1p3
3 3
4# Version of ssh-askpass 4# Version of ssh-askpass
5%define aversion 1.2.0 5%define aversion 1.2.0
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 806a05e38..1e7b21bf5 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -1,5 +1,5 @@
1# Version of OpenSSH 1# Version of OpenSSH
2%define oversion 2.5.1p2 2%define oversion 2.5.1p3
3 3
4# Version of ssh-askpass 4# Version of ssh-askpass
5%define aversion 1.2.0 5%define aversion 1.2.0
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index d3e715859..0210475d5 100644
--- a/contrib/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
@@ -1,6 +1,6 @@
1Summary: OpenSSH, a free Secure Shell (SSH) implementation 1Summary: OpenSSH, a free Secure Shell (SSH) implementation
2Name: openssh 2Name: openssh
3Version: 2.5.1p2 3Version: 2.5.1p3
4URL: http://www.openssh.com/ 4URL: http://www.openssh.com/
5Release: 1 5Release: 1
6Source0: openssh-%{version}.tar.gz 6Source0: openssh-%{version}.tar.gz
diff --git a/version.h b/version.h
index e34aea855..440a352fd 100644
--- a/version.h
+++ b/version.h
@@ -1,3 +1,3 @@
1/* $OpenBSD: version.h,v 1.19 2001/02/19 10:35:23 markus Exp $ */ 1/* $OpenBSD: version.h,v 1.19 2001/02/19 10:35:23 markus Exp $ */
2 2
3#define SSH_VERSION "OpenSSH_2.5.1p2" 3#define SSH_VERSION "OpenSSH_2.5.1p3"