diff options
author | itojun <itojun> | 2002-05-24 04:11:47 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-05-24 04:11:47 +0000 |
commit | b88ea804e30f3f1c7c7727132e0e027e9761c97a (patch) | |
tree | e6ea4c9901252a7a548d4e30afaaa554ff596d60 /security/openssh | |
parent | d617a9b41053bb4c56acb1078c84a9ae0e193eb5 (diff) | |
download | pkgsrc-b88ea804e30f3f1c7c7727132e0e027e9761c97a.tar.gz |
upgrade to 3.2.3p1.
- a defect in the BSD_AUTH access control handling for
OpenBSD and BSD/OS systems:
Under certain conditions, on systems using YP with netgroups
in the password database, it is possible that sshd does ACL
checks for the requested user name but uses the password
database entry of a different user for authentication. This
means that denied users might authenticate successfully while
permitted users could be locked out (OpenBSD PR 2659).
- login/tty problems on Solaris (bug #245)
- build problems on Cygwin systems
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 6 | ||||
-rw-r--r-- | security/openssh/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 97711fb174b..66c94073941 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2002/05/23 09:35:10 itojun Exp $ +# $NetBSD: Makefile,v 1.71 2002/05/24 04:11:47 itojun Exp $ -DISTNAME= openssh-3.2.2p1 -PKGNAME= openssh-3.2.2.1 +DISTNAME= openssh-3.2.3p1 +PKGNAME= openssh-3.2.3.1 SVR4_PKGNAME= ossh CATEGORIES= security MASTER_SITES= ftp://gd.tuwien.ac.at/opsys/OpenBSD/OpenSSH/portable/ \ diff --git a/security/openssh/distinfo b/security/openssh/distinfo index 6b606825a40..816c82163c5 100644 --- a/security/openssh/distinfo +++ b/security/openssh/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2002/05/19 07:43:23 itojun Exp $ +$NetBSD: distinfo,v 1.17 2002/05/24 04:11:47 itojun Exp $ -SHA1 (openssh-3.2.2p1.tar.gz) = 4873ba08bc067aa82e56e056189513eebf7be463 -Size (openssh-3.2.2p1.tar.gz) = 822567 bytes +SHA1 (openssh-3.2.3p1.tar.gz) = 537d8401d04e2a41fcfc7489f779cb669b1aea15 +Size (openssh-3.2.3p1.tar.gz) = 823051 bytes SHA1 (patch-aa) = 719c2780e1f5a97e2f731feac39b8bdab4d8cf7b SHA1 (patch-ab) = 4b7b8455ac4ce7a6fcaffb9d40aac98e8c42fedf SHA1 (patch-ah) = e77a6b29294727c6507da10c71092e4f2bf5b71f |