Date: Sat, 7 Dec 2019 17:14:29 +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: r519219 - head/security/gnupg Message-ID: <201912071714.xB7HETEU016776@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Dec 7 17:14:28 2019 New Revision: 519219 URL: https://svnweb.freebsd.org/changeset/ports/519219 Log: gnupg: Update to 2.2.19 * gpg: Fix double free when decrypting for hidden recipients. Regression in 2.2.18. [#4762]. * gpg: Use auto-key-locate for encryption even for mail addressed given with angle brackets. [#4726] * gpgsm: Add special case for certain expired intermediate certificates. [#4696] Release-info: https://dev.gnupg.org/T4768 Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Sat Dec 7 17:11:53 2019 (r519218) +++ head/security/gnupg/Makefile Sat Dec 7 17:14:28 2019 (r519219) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.18 +PORTVERSION= 2.2.19 CATEGORIES= security MASTER_SITES= GNUPG Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Sat Dec 7 17:11:53 2019 (r519218) +++ head/security/gnupg/distinfo Sat Dec 7 17:14:28 2019 (r519219) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574737329 -SHA256 (gnupg-2.2.18.tar.bz2) = 30d37ce2ca55b2b9b61480b2a175a3b22066ab41cd3f84688448919b566dec0a -SIZE (gnupg-2.2.18.tar.bz2) = 6740621 +TIMESTAMP = 1575737839 +SHA256 (gnupg-2.2.19.tar.bz2) = 242554c0e06f3a83c420b052f750b65ead711cc3fddddb5e7274fcdbb4e9dec0 +SIZE (gnupg-2.2.19.tar.bz2) = 6754972
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912071714.xB7HETEU016776>