From owner-svn-ports-head@freebsd.org Tue Feb 7 08:33:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF160CC68C0; Tue, 7 Feb 2017 08:33:47 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from smtp02.qsp.nl (smtp02.qsp.nl [193.254.214.163]) by mx1.freebsd.org (Postfix) with ESMTP id 916871F2E; Tue, 7 Feb 2017 08:33:47 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from smtp02.qsp.nl (localhost [127.0.0.1]) by smtp02.qsp.nl (Postfix) with ESMTP id D9ED8FD0FF; Tue, 7 Feb 2017 09:25:30 +0100 (CET) Received: from mail.brnrd.eu (unknown [193.164.217.85]) by smtp02.qsp.nl (Postfix) with ESMTP; Tue, 7 Feb 2017 09:25:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=brnrd.eu; h=date:from:to:subject:message-id; s=default; bh=RXnRb8FyxreDCXGS9EhcG6x77V31TlyFXfnN0xJ/sRk=; b=fQvw0IfqW810x9Gi7maTiEWqsIQGmdrnDkIzt6IlVA7oCmib01H7ed+SIxNN6GHY63J+U7PEE4e2p0F832ef5Yy/IkkgbgPYs/7tNIUMrJ5N6XpIS5n1S32slaN1OVf/ao1yw7RRCqcuTZ2AUnPv1rjWlyy4glyde07zDqapGZk8s3Buhhot5lsMMDxQv1znFVzsVdXyr9d5tkT0UsuK30PnsigHPkRC5JU1nw/57Qt4x4hmhD6FNqYi76wsNnPl9v6C7Yqg5WdnZoMLVJ+XhxMHaJIj7v6TJIbJLL2UdD5PIjQralhrNcFRmJ61VaULpbMosy6LOD8vcQcDA/feIg== Received: by bachfreund.nl (OpenSMTPD) with ESMTPSA id cb4dd649 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Tue, 7 Feb 2017 09:25:29 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 07 Feb 2017 09:25:29 +0100 From: Bernard Spil To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r433225 - head/security/pgp In-Reply-To: <06eb3453-c9a1-9854-789b-1335b51979b8@FreeBSD.org> References: <201702031406.v13E6xXd008998@repo.freebsd.org> <06eb3453-c9a1-9854-789b-1335b51979b8@FreeBSD.org> Message-ID: X-Sender: brnrd@FreeBSD.org User-Agent: Roundcube Webmail/1.2.3 X-Virus-Scanned: clamav at smtp02 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2017 08:33:47 -0000 On 2017-02-06 14:14, Mathieu Arnold wrote: > Le 03/02/2017 à 15:06, Bernard Spil a écrit : >> Author: brnrd >> Date: Fri Feb 3 14:06:59 2017 >> New Revision: 433225 >> URL: https://svnweb.freebsd.org/changeset/ports/433225 >> >> Log: >> security/pgp: Mark deprecated >> >> - Security/privacy software last updated in 1996 >> has no place in security >> >> Modified: >> head/security/pgp/Makefile >> >> Modified: head/security/pgp/Makefile >> ============================================================================== >> --- head/security/pgp/Makefile Fri Feb 3 13:24:53 2017 (r433224) >> +++ head/security/pgp/Makefile Fri Feb 3 14:06:59 2017 (r433225) >> @@ -13,6 +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 > > That sounds like some kind of personal statement. Which I do not think > has its place in the ports framework. > Are there known bugs, or security flaws that have not been addressed? > Because if not, I do not see any reason to remove it. > >> +EXPIRATION_DATE= 2017-04-01 Hi Mathieu, I've looked for vulnerabilities but this software is so old that it pre-dates the databases. People needing 'pgp' may end up finding this port and using it which should be prevented. Agreed, this is more of a personal statement. I'm open for suggestions for better wording. Cheers, Bernard.