diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-11 03:12:51 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-11 03:12:51 +0000 |
commit | 70d895c158443c992273062b9db0f54b533fe36f (patch) | |
tree | 25d190c1e7d427287365705e9af966d3697ac32d /security | |
parent | 2a52503e539eeec1d2e31ae2150b3ab0085e5a8b (diff) | |
download | pkgsrc-70d895c158443c992273062b9db0f54b533fe36f.tar.gz |
add some comment on license change.
we need stick to 1.2.27 (use openssh).
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh6/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/ssh6/Makefile b/security/ssh6/Makefile index ce892ff8f37..721e4d85ef5 100644 --- a/security/ssh6/Makefile +++ b/security/ssh6/Makefile @@ -1,7 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2000/08/10 17:02:25 thorpej Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/11 03:12:51 itojun Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # +# We do not upgrade to 1.2.28 and beyond, intentionally. There was license +# change between 1.2.27 and 1.2.28, and the new license prohibits us from +# modifying/redistributing it. +# DISTNAME= ssh-1.2.27 PKGNAME= ssh6-1.2.27 CATEGORIES= security net |