mirror of git://anongit.mindrot.org/openssh.git
- Use preformatted manpages on SCO, report from Gary E. Miller
<gem@rellim.com> - New URL for x11-ssh-askpass.
This commit is contained in:
parent
fa51a83f54
commit
0e1cf7caa7
|
@ -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
|
||||||
|
|
3
INSTALL
3
INSTALL
|
@ -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
2
TODO
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue