summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--contrib/caldera/openssh.spec4
-rw-r--r--contrib/redhat/openssh.spec2
-rw-r--r--contrib/suse/openssh.spec2
-rw-r--r--version.h4
5 files changed, 8 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f3b860fd..6a239bb99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
2 - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done 2 - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
3 by stevesk@ 3 by stevesk@
4 - (bal) Removed 'extern int optopt;' since it is dead wood. 4 - (bal) Removed 'extern int optopt;' since it is dead wood.
5 - (bal) Updated all *.specs for 2.9.9p1 and updated version.h
5 6
620010923 720010923
7 - (bal) OpenBSD CVS Sync 8 - (bal) OpenBSD CVS Sync
@@ -6562,4 +6563,4 @@
6562 - Wrote replacements for strlcpy and mkdtemp 6563 - Wrote replacements for strlcpy and mkdtemp
6563 - Released 1.0pre1 6564 - Released 1.0pre1
6564 6565
6565$Id: ChangeLog,v 1.1558 2001/09/24 22:04:02 mouring Exp $ 6566$Id: ChangeLog,v 1.1559 2001/09/24 23:15:15 mouring Exp $
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec
index 82a0b03fb..0ae1eb922 100644
--- a/contrib/caldera/openssh.spec
+++ b/contrib/caldera/openssh.spec
@@ -1,7 +1,7 @@
1%define askpass 1.2.2 1%define askpass 1.2.2
2 2
3Name : openssh 3Name : openssh
4Version : 2.9p2 4Version : 2.9.9p1
5Release : 3 5Release : 3
6Group : System/Network 6Group : System/Network
7 7
@@ -310,4 +310,4 @@ fi
310* Mon Jan 01 1998 ... 310* Mon Jan 01 1998 ...
311Template Version: 1.31 311Template Version: 1.31
312 312
313$Id: openssh.spec,v 1.18 2001/09/18 05:12:11 djm Exp $ 313$Id: openssh.spec,v 1.19 2001/09/24 23:15:15 mouring Exp $
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index baf884691..1aa3f4481 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.9p1 2%define oversion 2.9.9p1
3 3
4# Version of ssh-askpass 4# Version of ssh-askpass
5%define aversion 1.2.4 5%define aversion 1.2.4
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index 6f2027076..276d99655 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.9p1 3Version: 2.9.9p1
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 0e7888715..7bf0b9fd5 100644
--- a/version.h
+++ b/version.h
@@ -1,3 +1,3 @@
1/* $OpenBSD: version.h,v 1.23 2001/04/24 16:43:16 markus Exp $ */ 1/* $OpenBSD: version.h,v 1.24 2001/09/24 20:31:54 markus Exp $ */
2 2
3#define SSH_VERSION "OpenSSH_2.9p1" 3#define SSH_VERSION "OpenSSH_2.9.9p1"