From owner-svn-ports-head@freebsd.org Wed Nov 22 02:04:38 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 59E16DC18DB; Wed, 22 Nov 2017 02:04:38 +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 217036719E; Wed, 22 Nov 2017 02:04:38 +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 vAM24b3Z004961; Wed, 22 Nov 2017 02:04:37 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAM24aUa004958; Wed, 22 Nov 2017 02:04:36 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201711220204.vAM24aUa004958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 22 Nov 2017 02:04:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454661 - in head/security/gnupg: . files X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head/security/gnupg: . files X-SVN-Commit-Revision: 454661 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 22 Nov 2017 02:04:38 -0000 Author: adamw Date: Wed Nov 22 02:04:36 2017 New Revision: 454661 URL: https://svnweb.freebsd.org/changeset/ports/454661 Log: Update to 2.2.3 * gpgsm: Fix initial keybox creation on Windows. [#3507] * dirmngr: Fix crash in case of a CRL loading error. [#3510] * Fix the name of the Windows registry key. [Git#4f5afaf1fd] * gpgtar: Fix wrong behaviour of --set-filename. [#3500] * gpg: Silence AKL retrieval messages. [#3504] * agent: Use clock or clock_gettime for calibration. [#3056] * agent: Improve robustness of the shutdown pending state. [Git#7ffedfab89] Deleted: head/security/gnupg/files/ Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo head/security/gnupg/pkg-plist Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Wed Nov 22 00:44:48 2017 (r454660) +++ head/security/gnupg/Makefile Wed Nov 22 02:04:36 2017 (r454661) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= security MASTER_SITES= GNUPG @@ -41,7 +41,8 @@ OPTIONS_SUB= yes LDAP_DESC= LDAP keyserver interface SCDAEMON_DESC= Enable Smartcard daemon (with libusb) SUID_GPG_DESC= Install GPG with suid -# In jail, SUID is required to avoid warning (security.bsd.unprivileged_mlock sysctl is not used in jail). +# In jail, SUID is required to avoid warning +# (security.bsd.unprivileged_mlock sysctl is not used in jail). GNUTLS_CONFIGURE_ENABLE=gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Wed Nov 22 00:44:48 2017 (r454660) +++ head/security/gnupg/distinfo Wed Nov 22 02:04:36 2017 (r454661) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510246313 -SHA256 (gnupg-2.2.2.tar.bz2) = bfb62c7412ceb3b9422c6c7134a34ff01a560f98eb981c2d96829c1517c08197 -SIZE (gnupg-2.2.2.tar.bz2) = 6546951 +TIMESTAMP = 1511315500 +SHA256 (gnupg-2.2.3.tar.bz2) = cbd37105d139f7aa74f92b6f65d136658682094b0e308666b820ae4b984084b4 +SIZE (gnupg-2.2.3.tar.bz2) = 6547069 Modified: head/security/gnupg/pkg-plist ============================================================================== --- head/security/gnupg/pkg-plist Wed Nov 22 00:44:48 2017 (r454660) +++ head/security/gnupg/pkg-plist Wed Nov 22 02:04:36 2017 (r454661) @@ -29,6 +29,7 @@ man/man1/gpg2.1.gz man/man1/gpgconf.1.gz man/man1/gpgparsemail.1.gz man/man1/gpgsm.1.gz +man/man1/gpgtar.1.gz man/man1/gpgv2.1.gz man/man1/scdaemon.1.gz man/man1/symcryptrun.1.gz