summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--INSTALL3
-rw-r--r--TODO2
-rw-r--r--configure.in3
-rw-r--r--packages/redhat/openssh.spec2
5 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ce097835..4ad26aa15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
3 <andre.lucas@dial.pipex.com> 3 <andre.lucas@dial.pipex.com>
4 - Reorder PAM initialisation so it does not mess up lastlog. Reported 4 - Reorder PAM initialisation so it does not mess up lastlog. Reported
5 by Andre Lucas <andre.lucas@dial.pipex.com> 5 by Andre Lucas <andre.lucas@dial.pipex.com>
6 - Use preformatted manpages on SCO, report from Gary E. Miller
7 <gem@rellim.com>
8 - New URL for x11-ssh-askpass.
6 9
720000124 1020000124
8 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number 11 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
diff --git a/INSTALL b/INSTALL
index 95722e4d1..90bee1905 100644
--- a/INSTALL
+++ b/INSTALL
@@ -30,8 +30,7 @@ http://www.gnome.org/
30Alternatly Jim Knoble <jmknoble@pobox.com> has written an excellent X11 30Alternatly Jim Knoble <jmknoble@pobox.com> has written an excellent X11
31passphrase requester. This is maintained seperatly at: 31passphrase requester. This is maintained seperatly at:
32 32
33http://www.pobox.com/~jmknoble/jmk/ 33http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
34
35 34
36If you are planning to use OpenSSH on a Unix which lacks a Kernel random 35If you are planning to use OpenSSH on a Unix which lacks a Kernel random
37number generator (/dev/urandom), you will need to install the Entropy 36number generator (/dev/urandom), you will need to install the Entropy
diff --git a/TODO b/TODO
index 785b49066..4a92ad995 100644
--- a/TODO
+++ b/TODO
@@ -8,3 +8,5 @@
8 lack of u_intXX_t types. There must be a better way. 8 lack of u_intXX_t types. There must be a better way.
9 9
10- Move all compatability cruft (bsd-*, fake-*) into subordinate library 10- Move all compatability cruft (bsd-*, fake-*) into subordinate library
11
12- Cleanup configure.in
diff --git a/configure.in b/configure.in
index 6f5cdafc7..615a8dac3 100644
--- a/configure.in
+++ b/configure.in
@@ -125,6 +125,9 @@ case "$host" in
125 AC_DEFINE(USE_UTMPX) 125 AC_DEFINE(USE_UTMPX)
126 ;; 126 ;;
127*-*-sysv*) 127*-*-sysv*)
128 AC_DEFINE(USE_UTMPX)
129 MANTYPE='$(CATMAN)'
130 mansubdir=cat
128 LIBS="$LIBS -lgen -lsocket" 131 LIBS="$LIBS -lgen -lsocket"
129 ;; 132 ;;
130esac 133esac
diff --git a/packages/redhat/openssh.spec b/packages/redhat/openssh.spec
index 2494d0041..ece13c5b7 100644
--- a/packages/redhat/openssh.spec
+++ b/packages/redhat/openssh.spec
@@ -10,7 +10,7 @@ Version: %{oversion}
10Release: 1 10Release: 1
11Packager: Damien Miller <djm@ibs.com.au> 11Packager: Damien Miller <djm@ibs.com.au>
12Source0: http://violet.ibs.com.au/openssh/files/openssh-%{oversion}.tar.gz 12Source0: http://violet.ibs.com.au/openssh/files/openssh-%{oversion}.tar.gz
13Source1: http://www.pobox.com/~jmknoble/jmk/x11-ssh-askpass-%{aversion}.tar.gz 13Source1: http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
14Copyright: BSD 14Copyright: BSD
15Group: Applications/Internet 15Group: Applications/Internet
16BuildRoot: /tmp/openssh-%{version}-buildroot 16BuildRoot: /tmp/openssh-%{version}-buildroot