From owner-svn-ports-all@freebsd.org Tue Mar 26 00:05:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54AE41551A01; Tue, 26 Mar 2019 00:05:13 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB2878CE95; Tue, 26 Mar 2019 00:05:12 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D71C0F610; Tue, 26 Mar 2019 00:05:12 +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 x2Q05Cep003346; Tue, 26 Mar 2019 00:05:12 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2Q05Cqw003344; Tue, 26 Mar 2019 00:05:12 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201903260005.x2Q05Cqw003344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 26 Mar 2019 00:05:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496862 - head/security/gnupg X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/security/gnupg X-SVN-Commit-Revision: 496862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EB2878CE95 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 26 Mar 2019 00:05:13 -0000 Author: adamw Date: Tue Mar 26 00:05:12 2019 New Revision: 496862 URL: https://svnweb.freebsd.org/changeset/ports/496862 Log: Update gnupg to 2.2.14, pet portlint, and remove a redundant readline dependency. * gpg: Allow import of PGP desktop exported secret keys. Also avoid importing secret keys if the secret keyblock is not valid. [#4392] * gpg: Do not error out on version 5 keys in the local keyring. * gpg: Make invalid primary key algo obvious in key listings. * sm: Do not mark a certificate in a key listing as de-vs compliant if its use for a signature will not be possible. * sm: Fix certificate creation with key on card. * sm: Create rsa3072 bit certificates by default. * sm: Print Yubikey attestation extensions with --dump-cert. * agent: Fix cancellation handling for scdaemon. * agent: Support --mode=ssh option for CLEAR_PASSPHRASE. [#4340] * scd: Fix flushing of the CA-FPR DOs in app-openpgp. * scd: Avoid a conflict error with the "undefined" app. * dirmngr: Add CSRF protection exception for protonmail. * dirmngr: Fix build problems with gcc 9 in libdns. * gpgconf: New option --show-socket for use wity --launch. * gpgtar: Make option -C work for archive creation. Release-info: https://dev.gnupg.org/T4412 PR: 236777 Submitted by: Yasuhiro Kimura Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Mon Mar 25 23:59:03 2019 (r496861) +++ head/security/gnupg/Makefile Tue Mar 26 00:05:12 2019 (r496862) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.13 +PORTVERSION= 2.2.14 CATEGORIES= security MASTER_SITES= GNUPG @@ -22,10 +22,11 @@ BUILD_DEPENDS= libassuan>=2.5.1:security/libassuan \ libgpg-error>=1.16:security/libgpg-error RUN_DEPENDS= pinentry:security/pinentry +USES= compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2 + CONFLICTS= gnupg-2.0.* dirmngr-[0-9]* CPE_VENDOR= gnupg -USES= compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2 CONFIGURE_ARGS= --disable-ntbtls --disable-wks-tools \ --enable-gpg-is-gpg2 --enable-symcryptrun GNU_CONFIGURE= yes @@ -51,7 +52,6 @@ LARGE_RSA_CONFIGURE_ENABLE= large-secmem LDAP_CONFIGURE_WITH= ldap=${LOCALBASE} LDAP_LIBS= -L${LOCALBASE}/lib LDAP_USE= OPENLDAP=yes -LDAP_USES= readline NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Mon Mar 25 23:59:03 2019 (r496861) +++ head/security/gnupg/distinfo Tue Mar 26 00:05:12 2019 (r496862) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550024153 -SHA256 (gnupg-2.2.13.tar.bz2) = 76c787a955f9e6e0ead47c9be700bfb9d454f955a7b7c7e697aa719bac7b11d8 -SIZE (gnupg-2.2.13.tar.bz2) = 6702712 +TIMESTAMP = 1553557269 +SHA256 (gnupg-2.2.14.tar.bz2) = 1bf9ed46dc1ec5d8cfa13ba1ad47f94981f3b6a7ec16ad9123cc2549c4cbf87b +SIZE (gnupg-2.2.14.tar.bz2) = 6707735