- Use preformatted manpages on SCO, report from Gary E. Miller

<gem@rellim.com>
 - New URL for x11-ssh-askpass.
This commit is contained in:
Damien Miller 2000-01-26 12:15:30 +11:00
parent fa51a83f54
commit 0e1cf7caa7
5 changed files with 10 additions and 3 deletions

View File

@ -3,6 +3,9 @@
<andre.lucas@dial.pipex.com> <andre.lucas@dial.pipex.com>
- Reorder PAM initialisation so it does not mess up lastlog. Reported - Reorder PAM initialisation so it does not mess up lastlog. Reported
by Andre Lucas <andre.lucas@dial.pipex.com> by Andre Lucas <andre.lucas@dial.pipex.com>
- Use preformatted manpages on SCO, report from Gary E. Miller
<gem@rellim.com>
- New URL for x11-ssh-askpass.
20000124 20000124
- Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number

View File

@ -30,8 +30,7 @@ http://www.gnome.org/
Alternatly Jim Knoble <jmknoble@pobox.com> has written an excellent X11 Alternatly Jim Knoble <jmknoble@pobox.com> has written an excellent X11
passphrase requester. This is maintained seperatly at: passphrase requester. This is maintained seperatly at:
http://www.pobox.com/~jmknoble/jmk/ http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
If you are planning to use OpenSSH on a Unix which lacks a Kernel random If you are planning to use OpenSSH on a Unix which lacks a Kernel random
number generator (/dev/urandom), you will need to install the Entropy number generator (/dev/urandom), you will need to install the Entropy

2
TODO
View File

@ -8,3 +8,5 @@
lack of u_intXX_t types. There must be a better way. lack of u_intXX_t types. There must be a better way.
- Move all compatability cruft (bsd-*, fake-*) into subordinate library - Move all compatability cruft (bsd-*, fake-*) into subordinate library
- Cleanup configure.in

View File

@ -125,6 +125,9 @@ case "$host" in
AC_DEFINE(USE_UTMPX) AC_DEFINE(USE_UTMPX)
;; ;;
*-*-sysv*) *-*-sysv*)
AC_DEFINE(USE_UTMPX)
MANTYPE='$(CATMAN)'
mansubdir=cat
LIBS="$LIBS -lgen -lsocket" LIBS="$LIBS -lgen -lsocket"
;; ;;
esac esac

View File

@ -10,7 +10,7 @@ Version: %{oversion}
Release: 1 Release: 1
Packager: Damien Miller <djm@ibs.com.au> Packager: Damien Miller <djm@ibs.com.au>
Source0: http://violet.ibs.com.au/openssh/files/openssh-%{oversion}.tar.gz Source0: http://violet.ibs.com.au/openssh/files/openssh-%{oversion}.tar.gz
Source1: http://www.pobox.com/~jmknoble/jmk/x11-ssh-askpass-%{aversion}.tar.gz Source1: http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
Copyright: BSD Copyright: BSD
Group: Applications/Internet Group: Applications/Internet
BuildRoot: /tmp/openssh-%{version}-buildroot BuildRoot: /tmp/openssh-%{version}-buildroot