summaryrefslogtreecommitdiff
path: root/security/openssh/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2003-09-16 13:52:30 +0000
committergrant <grant>2003-09-16 13:52:30 +0000
commit9d1e31da6be1e2314e1ed8f02b5f05e48c6389a6 (patch)
treedb9a1117fa076949bfdcbbb7375d4953ea65119f /security/openssh/Makefile
parent56750be445ec69058dfa21fae726824fb2e16720 (diff)
downloadpkgsrc-9d1e31da6be1e2314e1ed8f02b5f05e48c6389a6.tar.gz
Update openssh to 3.7p1.
Large number of changes since 3.6.1p2, the most pertinent being: * do not expand buffer before attempting to reallocate it (buffer.c) note that NetBSD-current already includes this fix. other changes include: * portability fixes * regression test fixes * add GSSAPI support and remove kerberos support from ssh1, retaining kerberos passwd auth for ssh1 and 2 * man page fixes * general bug fixes see the ChangeLog for full details.
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r--security/openssh/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index b45fcc76209..ff3124a7911 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.108 2003/09/11 04:13:02 jlam Exp $
+# $NetBSD: Makefile,v 1.109 2003/09/16 13:52:30 grant Exp $
-DISTNAME= openssh-3.6.1p2
-PKGNAME= openssh-3.6.1.2
-PKGREVISION= 1
+DISTNAME= openssh-3.7p1
+PKGNAME= openssh-3.7.1
SVR4_PKGNAME= ossh
CATEGORIES= security
MASTER_SITES= ftp://ftp7.usa.openbsd.org/pub/os/OpenBSD/OpenSSH/portable/ \