Date: Fri, 20 Mar 2020 18:51:34 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528793 - head/security/gnupg Message-ID: <202003201851.02KIpYli065940@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Fri Mar 20 18:51:34 2020 New Revision: 528793 URL: https://svnweb.freebsd.org/changeset/ports/528793 Log: gnupg: Update to 2.2.20 Noteworthy changes in version 2.2.20 ==================================== * Protect the error counter against overflow to guarantee that the tools can't be tricked into returning success after an error. * gpg: Make really sure that --verify-files always returns an error. * gpg: Fix key listing --with-secret if a pattern is given. [#4061] * gpg: Fix detection of certain keys used as default-key. [#4810] * gpg: Fix default-key selection when a card is available. [#4850] * gpg: Fix key expiration and key usage for keys created with a creation date of zero. [#4670] * gpgsm: Fix import of some CR,LF terminated certificates. [#4847] * gpg: New options --include-key-block and --auto-key-import to allow encrypted replies after an initial signed message. [#4856] * gpg: Allow the use of a fingerprint with --trusted-key. [#4855] * gpg: New property "fpr" for use by --export-filter. * scdaemon: Disable the pinpad if a KDF DO is used. [#4832] * dirmngr: Improve finding OCSP certificates. [#4536] * Avoid build problems with LTO or gcc-10. [#4831] Release-info: https://dev.gnupg.org/T4860 Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Fri Mar 20 18:14:23 2020 (r528792) +++ head/security/gnupg/Makefile Fri Mar 20 18:51:34 2020 (r528793) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.19 +PORTVERSION= 2.2.20 CATEGORIES= security MASTER_SITES= GNUPG Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Fri Mar 20 18:14:23 2020 (r528792) +++ head/security/gnupg/distinfo Fri Mar 20 18:51:34 2020 (r528793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575737839 -SHA256 (gnupg-2.2.19.tar.bz2) = 242554c0e06f3a83c420b052f750b65ead711cc3fddddb5e7274fcdbb4e9dec0 -SIZE (gnupg-2.2.19.tar.bz2) = 6754972 +TIMESTAMP = 1584729314 +SHA256 (gnupg-2.2.20.tar.bz2) = 04a7c9d48b74c399168ee8270e548588ddbe52218c337703d7f06373d326ca30 +SIZE (gnupg-2.2.20.tar.bz2) = 6786913
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003201851.02KIpYli065940>