1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

security/gnupg: Update to 2.3.3

Changes:
 * agent: Fix segv in GET_PASSPHRASE (regression).  [#5577]

  * dirmngr: Fix Let's Encrypt certificate chain validation.  [#5639]

  * gpg: Change default and maximum AEAD chunk size to 4 MiB.
    [ad3dabc9fb]

  * gpg: Print a warning when importing a bad cv25519 secret key.
    [#5464]

  * gpg: Fix --list-packets for undecryptable AEAD packets.  [#5584]

  * gpg: Verify backsigs for v5 keys correctly.  [#5628]

  * keyboxd: Fix checksum computation for no UBID entry on disk.
    [#5573]

  * keyboxd: Fix "invalid object" error with cv448 keys.  [#5609]

  * dirmngr: New option --ignore-cert.  [4b3e9a44b5]

  * agent: Fix calibrate_get_time use of clock_gettime.  [#5623]

  * Silence process spawning diagnostics on Windows. [f2b01025c3]

  * Support a gpgconf.ctl file under Unix and use this for the
    regression tests.  [#5999]

  * The Windows installer now also installs the new keyboxd.
    (Put "use-keyboxd" into common.conf to use a fast SQLite
     database instead of the pubring.kbx file.)

  Release-info: https://dev.gnupg.org/T5565
This commit is contained in:
Adam Weinberger 2021-10-13 08:54:57 -06:00
parent 630698fe99
commit b57a65540f
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= gnupg
PORTVERSION= 2.3.2
PORTVERSION= 2.3.3
CATEGORIES= security
MASTER_SITES= GNUPG
@ -74,4 +74,8 @@ post-install:
${MV} ${STAGEDIR}${PREFIX}/bin/gpgsplit ${STAGEDIR}${PREFIX}/bin/gpgsplit2
${MV} ${STAGEDIR}${DATADIR}/help*.txt ${STAGEDIR}${DOCSDIR}
# Necessary because of --enable-gpg-is-gpg2
pre-test:
${LN} -s gpg ${WRKSRC}/bin/gpg2
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1629828600
SHA256 (gnupg-2.3.2.tar.bz2) = e1d953e0e296072fca284215103ef168885eaac596c4660c5039a36a83e3041b
SIZE (gnupg-2.3.2.tar.bz2) = 7589445
TIMESTAMP = 1634135268
SHA256 (gnupg-2.3.3.tar.bz2) = 5789b86da6a1a6752efb38598f16a77af51170a8494039c3842b085032e8e937
SIZE (gnupg-2.3.3.tar.bz2) = 7590874