diff options
author | itojun <itojun> | 2000-08-11 03:12:51 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-08-11 03:12:51 +0000 |
commit | ea9925da36c4d4e429c2770b8ca7a51837daa386 (patch) | |
tree | 25d190c1e7d427287365705e9af966d3697ac32d /security/ssh6 | |
parent | 677b666ef68594668f83827a0fa72247f75acadc (diff) | |
download | pkgsrc-ea9925da36c4d4e429c2770b8ca7a51837daa386.tar.gz |
add some comment on license change.
we need stick to 1.2.27 (use openssh).
Diffstat (limited to 'security/ssh6')
-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 |