summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--contrib/redhat/openssh.spec4
-rw-r--r--next-posix.c2
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 902e9ee5f..15b1b9486 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120000901
2 - (djm) Pick up Jim's new X11-askpass
3 - (djm) Release 2.2.0p1
4
120000831 520000831
2 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox 6 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
3 <acox@cv.telegroup.com> 7 <acox@cv.telegroup.com>
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 89bdcbcd2..3df33d1a8 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -2,7 +2,7 @@
2%define oversion 2.2.0p1 2%define oversion 2.2.0p1
3 3
4# Version of ssh-askpass 4# Version of ssh-askpass
5%define aversion 1.0 5%define aversion 1.0.1
6 6
7# Do we want to disable building of x11-askpass? (1=yes 0=no) 7# Do we want to disable building of x11-askpass? (1=yes 0=no)
8%define no_x11_askpass 0 8%define no_x11_askpass 0
@@ -17,7 +17,7 @@ Release: 1
17Packager: Damien Miller <djm@mindrot.org> 17Packager: Damien Miller <djm@mindrot.org>
18URL: http://www.openssh.com/ 18URL: http://www.openssh.com/
19Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{oversion}.tar.gz 19Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{oversion}.tar.gz
20Source1: http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz 20Source1: http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
21Copyright: BSD 21Copyright: BSD
22Group: Applications/Internet 22Group: Applications/Internet
23BuildRoot: /tmp/openssh-%{version}-buildroot 23BuildRoot: /tmp/openssh-%{version}-buildroot
diff --git a/next-posix.c b/next-posix.c
index 7bb34ef00..de7723e97 100644
--- a/next-posix.c
+++ b/next-posix.c
@@ -1,4 +1,4 @@
1#include "config.h" 1#include "includes.h"
2 2
3#ifdef HAVE_NEXT 3#ifdef HAVE_NEXT
4#include <errno.h> 4#include <errno.h>