diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | contrib/redhat/openssh.spec | 4 | ||||
-rw-r--r-- | next-posix.c | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20000901 | ||
2 | - (djm) Pick up Jim's new X11-askpass | ||
3 | - (djm) Release 2.2.0p1 | ||
4 | |||
1 | 20000831 | 5 | 20000831 |
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 | |||
17 | Packager: Damien Miller <djm@mindrot.org> | 17 | Packager: Damien Miller <djm@mindrot.org> |
18 | URL: http://www.openssh.com/ | 18 | URL: http://www.openssh.com/ |
19 | Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{oversion}.tar.gz | 19 | Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{oversion}.tar.gz |
20 | Source1: http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz | 20 | Source1: http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz |
21 | Copyright: BSD | 21 | Copyright: BSD |
22 | Group: Applications/Internet | 22 | Group: Applications/Internet |
23 | BuildRoot: /tmp/openssh-%{version}-buildroot | 23 | BuildRoot: /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> |