diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | INSTALL | 3 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | configure.in | 3 | ||||
-rw-r--r-- | packages/redhat/openssh.spec | 2 |
5 files changed, 10 insertions, 3 deletions
@@ -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 | ||
7 | 20000124 | 10 | 20000124 |
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 |
@@ -30,8 +30,7 @@ http://www.gnome.org/ | |||
30 | Alternatly Jim Knoble <jmknoble@pobox.com> has written an excellent X11 | 30 | Alternatly Jim Knoble <jmknoble@pobox.com> has written an excellent X11 |
31 | passphrase requester. This is maintained seperatly at: | 31 | passphrase requester. This is maintained seperatly at: |
32 | 32 | ||
33 | http://www.pobox.com/~jmknoble/jmk/ | 33 | http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html |
34 | |||
35 | 34 | ||
36 | If you are planning to use OpenSSH on a Unix which lacks a Kernel random | 35 | If you are planning to use OpenSSH on a Unix which lacks a Kernel random |
37 | number generator (/dev/urandom), you will need to install the Entropy | 36 | number generator (/dev/urandom), you will need to install the Entropy |
@@ -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 | ;; |
130 | esac | 133 | esac |
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} | |||
10 | Release: 1 | 10 | Release: 1 |
11 | Packager: Damien Miller <djm@ibs.com.au> | 11 | Packager: Damien Miller <djm@ibs.com.au> |
12 | Source0: http://violet.ibs.com.au/openssh/files/openssh-%{oversion}.tar.gz | 12 | Source0: http://violet.ibs.com.au/openssh/files/openssh-%{oversion}.tar.gz |
13 | Source1: http://www.pobox.com/~jmknoble/jmk/x11-ssh-askpass-%{aversion}.tar.gz | 13 | Source1: http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz |
14 | Copyright: BSD | 14 | Copyright: BSD |
15 | Group: Applications/Internet | 15 | Group: Applications/Internet |
16 | BuildRoot: /tmp/openssh-%{version}-buildroot | 16 | BuildRoot: /tmp/openssh-%{version}-buildroot |