diff options
author | martti <martti> | 2002-04-23 13:32:56 +0000 |
---|---|---|
committer | martti <martti> | 2002-04-23 13:32:56 +0000 |
commit | 5c7568962628312f779c27bf425a71f2863d5e14 (patch) | |
tree | cd59924b35ff8aabf8287ced185eb9a92f7edf40 /security/openssh/Makefile | |
parent | c084fda3bc90dd77f9023cef993f16b33a6f9565 (diff) | |
download | pkgsrc-5c7568962628312f779c27bf425a71f2863d5e14.tar.gz |
Updated openssh to 3.1.1
* a lot of bug fixes
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r-- | security/openssh/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index a3ce74a5b5e..9d261d45cee 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2002/03/12 06:23:07 itojun Exp $ +# $NetBSD: Makefile,v 1.65 2002/04/23 13:32:56 martti Exp $ -DISTNAME= openssh-3.0.2p1 -PKGNAME= openssh-3.0.2.1 +DISTNAME= openssh-3.1p1 +PKGNAME= openssh-3.1.1 SVR4_PKGNAME= ossh -PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://gd.tuwien.ac.at/OpenBSD/OpenSSH/portable/ \ ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \ |