svn commit: r433536 - head/security/pgp

Bernard Spil brnrd at FreeBSD.org
Tue Feb 7 08:33:20 UTC 2017


Author: brnrd
Date: Tue Feb  7 08:33:19 2017
New Revision: 433536
URL: https://svnweb.freebsd.org/changeset/ports/433536

Log:
  security/pgp: Only GnuPG 1.x supports non-OpenPGP
  
    - Make DEPRECATED message not a personal statement [1]
    - Only GnuPG 1.x supports pre-OpenPGP algoritms [2]
  
  Reported by:	mat [1], cy [2]

Modified:
  head/security/pgp/Makefile

Modified: head/security/pgp/Makefile
==============================================================================
--- head/security/pgp/Makefile	Tue Feb  7 07:56:47 2017	(r433535)
+++ head/security/pgp/Makefile	Tue Feb  7 08:33:19 2017	(r433536)
@@ -13,7 +13,8 @@ COMMENT=	PGP International version - Pub
 
 ONLY_FOR_ARCHS=	i386 amd64 sparc64
 BROKEN_amd64=	unable to validate signatures
-DEPRECATED=	Software released in 1996 has no place in the security category. Use GnuPG in stead
+DEPRECATED=	This software was last updated in 1996, use security/gnupg1 as a\
+		drop-in replacement with legacy PGP support.
 EXPIRATION_DATE=	2017-04-01
 
 WRKSRC=		${WRKDIR}/src


More information about the svn-ports-head mailing list