- 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
Родитель fa51a83f54
Коммит 0e1cf7caa7
5 изменённых файлов: 10 добавлений и 3 удалений

Просмотреть файл

@ -3,6 +3,9 @@
<andre.lucas@dial.pipex.com>
- Reorder PAM initialisation so it does not mess up lastlog. Reported
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
- Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number

Просмотреть файл

@ -30,8 +30,7 @@ http://www.gnome.org/
Alternatly Jim Knoble <jmknoble@pobox.com> has written an excellent X11
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
number generator (/dev/urandom), you will need to install the Entropy

2
TODO
Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

@ -10,7 +10,7 @@ Version: %{oversion}
Release: 1
Packager: Damien Miller <djm@ibs.com.au>
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
Group: Applications/Internet
BuildRoot: /tmp/openssh-%{version}-buildroot