mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
- (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
|
20000831
|
||||||
- (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
|
- (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
|
||||||
<acox@cv.telegroup.com>
|
<acox@cv.telegroup.com>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%define oversion 2.2.0p1
|
%define oversion 2.2.0p1
|
||||||
|
|
||||||
# Version of ssh-askpass
|
# 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)
|
# Do we want to disable building of x11-askpass? (1=yes 0=no)
|
||||||
%define no_x11_askpass 0
|
%define no_x11_askpass 0
|
||||||
@ -17,7 +17,7 @@ Release: 1
|
|||||||
Packager: Damien Miller <djm@mindrot.org>
|
Packager: Damien Miller <djm@mindrot.org>
|
||||||
URL: http://www.openssh.com/
|
URL: http://www.openssh.com/
|
||||||
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{oversion}.tar.gz
|
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
|
Copyright: BSD
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
BuildRoot: /tmp/openssh-%{version}-buildroot
|
BuildRoot: /tmp/openssh-%{version}-buildroot
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "config.h"
|
#include "includes.h"
|
||||||
|
|
||||||
#ifdef HAVE_NEXT
|
#ifdef HAVE_NEXT
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user