Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4E9C51A921F for ; Wed, 18 Nov 2020 13:06:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AFCFE84DA1; Wed, 18 Nov 2020 13:06:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EAE7684CE3 for ; Wed, 18 Nov 2020 13:06:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id b9jbzxVTbblK for ; Wed, 18 Nov 2020 13:06:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 232AB84CD8 for ; Wed, 18 Nov 2020 13:06:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C846FA9D; Wed, 18 Nov 2020 13:06:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160570480533760" MIME-Version: 1.0 Date: Wed, 18 Nov 2020 13:06:45 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/gnupg2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20201118130645.1C846FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160570480533760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Nov 18 13:06:45 UTC 2020 Modified Files: pkgsrc/security/gnupg2: Makefile PLIST distinfo Log Message: gnupg2: updated to 2.2.24 Noteworthy changes in version 2.2.24 ------------------------------------ * Allow Unicode file names on Windows almost everywhere. Note that it is still not possible to use Unicode strings on the command line. This change also fixes a regression in 2.2.22 related to non-ascii file names. * Fix localized time printing on Windows. * gpg: New command --quick-revoke-sig. * gpg: Do not use weak digest algos if selected by recipient preference during sign+encrypt. * gpg: Switch to AES256 for symmetric encryption in de-vs mode. * gpg: Silence weak digest warnings with --quiet. * gpg: Print new status line CANCELED_BY_USER for a cancel during symmetric encryption. * gpg: Fix the encrypt+sign hash algo preference selection for ECDSA. This is in particular needed for keys created from existing smartcard based keys. * agent: Fix secret key import of GnuPG 2.3 generated Ed25519 keys. * agent: Keep some permissions of private-keys-v1.d. * dirmngr: Align sks-keyservers.netCA.pem use between ntbtls and gnutls builds. * dirmngr: Fix the pool keyserver case for a single host in the pool. * scd: Fix the use case of verify_chv2 by CHECKPIN. * scd: Various improvements to the ccid-driver. * scd: Minor fixes for Yubikey * gpgconf: New option --show-versions. * w32: Install gpg-check-pattern and example profiles. Install Windows subsystem variant of gpgconf (gpgconf-w32). * i18n: Complete overhaul and completion of the Italian translation. Thanks to Denis Renzi. * Require Libgcrypt 1.8 because 1.7 has long reached end-of-life. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 pkgsrc/security/gnupg2/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/gnupg2/PLIST cvs rdiff -u -r1.63 -r1.64 pkgsrc/security/gnupg2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160570480533760 Content-Disposition: inline Content-Length: 2887 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/gnupg2/Makefile diff -u pkgsrc/security/gnupg2/Makefile:1.118 pkgsrc/security/gnupg2/Makefile:1.119 --- pkgsrc/security/gnupg2/Makefile:1.118 Thu Nov 5 09:09:02 2020 +++ pkgsrc/security/gnupg2/Makefile Wed Nov 18 13:06:44 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.118 2020/11/05 09:09:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.119 2020/11/18 13:06:44 adam Exp $ -DISTNAME= gnupg-2.2.23 +DISTNAME= gnupg-2.2.24 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ MASTER_SITES+= http://mirrors.dotsrc.org/gcrypt/gnupg/ Index: pkgsrc/security/gnupg2/PLIST diff -u pkgsrc/security/gnupg2/PLIST:1.10 pkgsrc/security/gnupg2/PLIST:1.11 --- pkgsrc/security/gnupg2/PLIST:1.10 Sat Sep 5 10:25:52 2020 +++ pkgsrc/security/gnupg2/PLIST Wed Nov 18 13:06:44 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2020/09/05 10:25:52 js Exp $ +@comment $NetBSD: PLIST,v 1.11 2020/11/18 13:06:44 adam Exp $ bin/dirmngr bin/dirmngr-client bin/g13 @@ -52,7 +52,9 @@ share/doc/gnupg/KEYSERVER share/doc/gnupg/OpenPGP share/doc/gnupg/README share/doc/gnupg/TRANSLATE +share/doc/gnupg/examples/Automatic.prf share/doc/gnupg/examples/README +share/doc/gnupg/examples/VS-NfD.prf share/doc/gnupg/examples/debug.prf share/doc/gnupg/examples/gpgconf.conf share/doc/gnupg/examples/pwpattern.list @@ -66,7 +68,6 @@ share/doc/gnupg/examples/systemd-user/gp share/doc/gnupg/examples/systemd-user/gpg-agent.service share/doc/gnupg/examples/systemd-user/gpg-agent.socket share/doc/gnupg/examples/trustlist.txt -share/doc/gnupg/examples/vsnfd.prf share/gnupg/distsigkey.gpg share/gnupg/help.be.txt share/gnupg/help.ca.txt Index: pkgsrc/security/gnupg2/distinfo diff -u pkgsrc/security/gnupg2/distinfo:1.63 pkgsrc/security/gnupg2/distinfo:1.64 --- pkgsrc/security/gnupg2/distinfo:1.63 Sat Sep 5 10:25:52 2020 +++ pkgsrc/security/gnupg2/distinfo Wed Nov 18 13:06:44 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.63 2020/09/05 10:25:52 js Exp $ +$NetBSD: distinfo,v 1.64 2020/11/18 13:06:44 adam Exp $ -SHA1 (gnupg-2.2.23.tar.bz2) = bd949b4af7426e4afc13667d678503063c6aa4b5 -RMD160 (gnupg-2.2.23.tar.bz2) = 48385f7d85dba9d002323032538f35a108fe266e -SHA512 (gnupg-2.2.23.tar.bz2) = 736b39628f7e4adc650b3f9937c81f27e9ad41e77f5345dc54262c91c1cf7004243fa7f932313bcde955e0e9b3f1afc639bac18023ae878b1d26e3c5a3cabb90 -Size (gnupg-2.2.23.tar.bz2) = 7099806 bytes +SHA1 (gnupg-2.2.24.tar.bz2) = 2e8e29fdc06710d1e7f6f4b87098b96e058797fe +RMD160 (gnupg-2.2.24.tar.bz2) = 6d69ede08c5607714ecbe90bb3fe5c8c6a91b038 +SHA512 (gnupg-2.2.24.tar.bz2) = b72fb12da95c1c62f013e1ffdbf2983b4185f0de59edba6061209904e5f63525e23a406529fafcd1b0b50ccbad45980c1db293601e8db84d5cbf65a7228834fb +Size (gnupg-2.2.24.tar.bz2) = 7196489 bytes SHA1 (patch-common_sysutils.c) = 569c12e21172c1521284922244b2f4f361c945d6 --_----------=_160570480533760--