diff options
author | itojun <itojun> | 2001-06-18 09:56:26 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-06-18 09:56:26 +0000 |
commit | c0bd12f5dabc91216a0b10e5a6a3854a3d6f8862 (patch) | |
tree | 50afce294821d81a389a00262ec6a9f5845e75be | |
parent | c4424ea5e39d382ed6eb5313f105cccd4e9e0fc2 (diff) | |
download | pkgsrc-c0bd12f5dabc91216a0b10e5a6a3854a3d6f8862.tar.gz |
upgrade to portable openssh 2.9p2. should fix "cookies" file deletion bug
when X11 forwarding = yes.
20010617
- (djm) Pull in small fix from -CURRENT for session.c:
typo, use pid not s->pid, mstone@cs.loyola.edu
20010615
- (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
around grantpt().
20010614
- (bal) Applied X11 Cookie Patch. X11 Cookie behavior has changed to
no longer use /tmp/ssh-XXXXX/
20010528
- (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
Patch by Corinna Vinschen <vinschen@redhat.com>
20010512
- (bal) Patch to partial sync up contrib/solaris/ packaging software.
Patch by pete <ninjaz@webexpress.com>
20010509
- (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
<wayne@blorf.net>
- (bal) ./configure support to disable SIA on OSF1. Patch by
Chris Adams <cmadams@hiwaay.net>
- (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
<nakaji@tutrp.tut.ac.jp>
20010508
- (bal) Fixed configure test for USE_SIA.
20010506
- (djm) Update config.guess and config.sub with latest versions (from
ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
Suggested by Jason Mader <jason@ncac.gwu.edu>
20010504
- (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
- (bal) Avoid socket file security issues in ssh-agent for Cygwin.
Patch by Egor Duda <deo@logos-m.ru>
20010430
- (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
- (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
-rw-r--r-- | security/openssh/Makefile | 4 | ||||
-rw-r--r-- | security/openssh/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 66cf1367861..2240ac659f3 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2001/05/22 09:46:16 abs Exp $ +# $NetBSD: Makefile,v 1.51 2001/06/18 09:56:26 itojun Exp $ -DISTNAME= openssh-2.9p1 +DISTNAME= openssh-2.9p2 CATEGORIES= security MASTER_SITES= ftp://gd.tuwien.ac.at/OpenBSD/OpenSSH/portable/ \ ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \ diff --git a/security/openssh/distinfo b/security/openssh/distinfo index dd15f32dadc..1172a4b0305 100644 --- a/security/openssh/distinfo +++ b/security/openssh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/05/14 16:32:33 itojun Exp $ +$NetBSD: distinfo,v 1.4 2001/06/18 09:56:27 itojun Exp $ -SHA1 (openssh-2.9p1.tar.gz) = 445c6272b3b9f42fdec037da962d65091b3b2ddb -Size (openssh-2.9p1.tar.gz) = 658444 bytes +SHA1 (openssh-2.9p2.tar.gz) = add432005b43f71ccf964bb77b37291273dd4ceb +Size (openssh-2.9p2.tar.gz) = 662590 bytes SHA1 (patch-ah) = e0d6462760888270849a18834f03a0adf6b1bccb |