- (djm) Pick up Jim's new X11-askpass
- (djm) Release 2.2.0p1
This commit is contained in:
parent
efcd54a51d
commit
50f14f8747
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "config.h"
|
||||
#include "includes.h"
|
||||
|
||||
#ifdef HAVE_NEXT
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in New Issue