From owner-svn-ports-all@freebsd.org Mon May 15 22:24:15 2017 Return-Path: Delivered-To: svn-ports-all@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 6153FD6EF30; Mon, 15 May 2017 22:24:15 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 182DC209; Mon, 15 May 2017 22:24:15 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4FMOEs3063261; Mon, 15 May 2017 22:24:14 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4FMODb0063258; Mon, 15 May 2017 22:24:13 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705152224.v4FMODb0063258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 15 May 2017 22:24:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440980 - head/security/gnupg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2017 22:24:15 -0000 Author: adamw Date: Mon May 15 22:24:13 2017 New Revision: 440980 URL: https://svnweb.freebsd.org/changeset/ports/440980 Log: Update to 2.1.21, which in particular fixes a keyring corruption bug. * gpg,gpgsm: Fix corruption of old style keyring.gpg files. This bug was introduced with version 2.1.20. Note that the default pubring.kbx format was not affected. * gpg,dirmngr: Removed the skeleton config file support. The system's standard methods for providing default configuration files should be used instead. * w32: The Windows installer now allows installion of GnuPG without Administrator permissions. * gpg: Fixed import filter property match bug. * scd: Removed Linux support for Cardman 4040 PCMCIA reader. * scd: Fixed some corner case bugs in resume/suspend handling. * Many minor bug fixes and code cleanup. MFH: 2017Q2 Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo head/security/gnupg/pkg-plist Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Mon May 15 22:22:50 2017 (r440979) +++ head/security/gnupg/Makefile Mon May 15 22:24:13 2017 (r440980) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.20 +PORTVERSION= 2.1.21 CATEGORIES= security MASTER_SITES= GNUPG Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Mon May 15 22:22:50 2017 (r440979) +++ head/security/gnupg/distinfo Mon May 15 22:24:13 2017 (r440980) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491252314 -SHA256 (gnupg-2.1.20.tar.bz2) = 24cf9a69369be64a9f6f8cc11a1be33ab7780ad77a6a1b93719438f49f69960d -SIZE (gnupg-2.1.20.tar.bz2) = 6456128 +TIMESTAMP = 1494886846 +SHA256 (gnupg-2.1.21.tar.bz2) = 7aead8a8ba75b69866f583b6c747d91414d523bfdfbe9a8e0fe026b16ba427dd +SIZE (gnupg-2.1.21.tar.bz2) = 6472887 Modified: head/security/gnupg/pkg-plist ============================================================================== --- head/security/gnupg/pkg-plist Mon May 15 22:22:50 2017 (r440979) +++ head/security/gnupg/pkg-plist Mon May 15 22:24:13 2017 (r440980) @@ -88,9 +88,7 @@ sbin/applygnupgdefaults %%PORTDOCS%%%%DOCSDIR%%/help.txt %%PORTDOCS%%%%DOCSDIR%%/help.zh_CN.txt %%PORTDOCS%%%%DOCSDIR%%/help.zh_TW.txt -%%DATADIR%%/dirmngr-conf.skel %%DATADIR%%/distsigkey.gpg -%%DATADIR%%/gpg-conf.skel %%DATADIR%%/sks-keyservers.netCA.pem %%NLS%%share/locale/ca/LC_MESSAGES/gnupg2.mo %%NLS%%share/locale/cs/LC_MESSAGES/gnupg2.mo