diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-01-22 07:53:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-01-22 07:53:53 +0000 |
commit | 05541aed285fee53ad6c5455554dee2621beb054 (patch) | |
tree | f81475b71518cf47b866b030de2b72bf4025b75a /security/pgp6 | |
parent | Update to 0.7. (diff) |
- set new MAINTAINER
rabbi@abditum.com (Len Sassaman) wrote:
I'm interested in taking over the maintainer role for PGP 6.5.8. Ian
Goldberg and I wrote some patches a while ago which correct the known
problems in it. It still has its uses, particularly with older scripts,
and the internal crypto is more easily auditable than GnuPG. I believe it
should be still accessible through the ports tree.
Notes
Notes:
svn path=/head/; revision=98753
Diffstat (limited to 'security/pgp6')
-rw-r--r-- | security/pgp6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 3840771e8f49..c880f15a5621 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.no.pgpi.org/pub/pgp/${PORTVERSION:R}/${PORTVERSION}/ \ ftp://ftp.ru.pgpi.org/pub/pgp/${PORTVERSION:R}/${PORTVERSION}/ DISTNAME= pgpsrc658unix -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rabbi@abditum.com COMMENT= Public-Key encryption for the masses WRKSRC= ${WRKDIR}/pgpsrc @@ -34,7 +34,7 @@ LATEST_LINK= pgp6 #.if ${OSVERSION} >= 500113 #BROKEN= "Does not compile" #.endif -FORBIDDEN= "documented exploits exist; port will be removed if not fixed in early 2004" +FORBIDDEN= "documented exploits exist; patches will be supplied by maintainer" # the distfile is actually a tar of three compressed tars and their # signatures |