summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog27
-rw-r--r--contrib/caldera/openssh.spec2
-rw-r--r--contrib/redhat/openssh.spec2
-rw-r--r--contrib/suse/openssh.spec2
4 files changed, 29 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b3d94b16..80f662167 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,31 @@
4 - (djm) Rework search for OpenSSL location. Skip directories which don't 4 - (djm) Rework search for OpenSSL location. Skip directories which don't
5 exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO 5 exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
6 with its limit of 6 -L options. 6 with its limit of 6 -L options.
7 - OpenBSD CVS Sync:
8 - reinhard@cvs.openbsd.org 2001/02/17 08:24:40
9 [sftp.1]
10 typo
11 - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
12 [ssh.c]
13 cleanup -V output; noted by millert
14 - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
15 [sshd.8]
16 it's the OpenSSH one
17 - markus@cvs.openbsd.org 2001/02/18 11:33:54
18 [dispatch.c]
19 typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
20 - markus@cvs.openbsd.org 2001/02/19 02:53:32
21 [compat.c compat.h serverloop.c]
22 ssh-1.2.{18-22} has broken handling of ignore messages; report from
23 itojun@
24 - markus@cvs.openbsd.org 2001/02/19 03:35:23
25 [version.h]
26 OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
27 - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
28 [scp.c]
29 np is changed by recursion; vinschen@redhat.com
30 - Update versions in RPM spec files
31 - Release 2.5.1p1
7 32
820010218 3320010218
9 - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice 34 - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
@@ -4045,4 +4070,4 @@
4045 - Wrote replacements for strlcpy and mkdtemp 4070 - Wrote replacements for strlcpy and mkdtemp
4046 - Released 1.0pre1 4071 - Released 1.0pre1
4047 4072
4048$Id: ChangeLog,v 1.802 2001/02/19 01:56:39 djm Exp $ 4073$Id: ChangeLog,v 1.803 2001/02/19 10:51:49 djm Exp $
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec
index 8aaac5c14..674a370b1 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.0p1 2%define oversion 2.5.1p1
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 8ce0063d7..b09a9aaa5 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.0p1 2%define oversion 2.5.1p1
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 d1ce4ae9b..549b6ad78 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.0p1 3Version: 2.5.1p1
4URL: http://www.openssh.com/ 4URL: http://www.openssh.com/
5Release: 1 5Release: 1
6Source0: openssh-%{version}.tar.gz 6Source0: openssh-%{version}.tar.gz