- (djm) Pick up Jim's new X11-askpass

- (djm) Release 2.2.0p1
This commit is contained in:
Damien Miller 2000-09-01 14:14:37 +11:00
parent efcd54a51d
commit 50f14f8747
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
20000901
- (djm) Pick up Jim's new X11-askpass
- (djm) Release 2.2.0p1
20000831
- (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
<acox@cv.telegroup.com>

View File

@ -2,7 +2,7 @@
%define oversion 2.2.0p1
# Version of ssh-askpass
%define aversion 1.0
%define aversion 1.0.1
# Do we want to disable building of x11-askpass? (1=yes 0=no)
%define no_x11_askpass 0
@ -17,7 +17,7 @@ Release: 1
Packager: Damien Miller <djm@mindrot.org>
URL: http://www.openssh.com/
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{oversion}.tar.gz
Source1: http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/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

View File

@ -1,4 +1,4 @@
#include "config.h"
#include "includes.h"
#ifdef HAVE_NEXT
#include <errno.h>