Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Feb 2017 08:33:19 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433536 - head/security/pgp
Message-ID:  <201702070833.v178XJJG061398@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702070833.v178XJJG061398>