pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/gnupg2



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 14 12:38:11 UTC 2026

Modified Files:
        pkgsrc/security/gnupg2: Makefile distinfo

Log Message:
gnupg2: updated to 2.5.20

Noteworthy changes in version 2.5.20 (2026-05-13)

* New and extended features:

  - gpgsm: Implement GCM encryption.  Note that decryption works
    since version 2.3.2.
  - gpgsm: New option --attribute and server command SETATTR to
    include arbitrary signed or unsigned attributes into a signature.
    Enable only with libksba 1.7.0 or later.
  - gpgsm: Introduce system attribute _signingCertificateV2.

* Bug fixes:

  - gpg: Fix wrong assertion failure which could very rarely occur
    during key signature checking.
  - gpg: Consider certify-only keys for revocation signature check.
  - gpgsm: Fix possible double free in the CMS parser.
  - gpgsm: Fix possible too early removal of ephemeral keys.
  - gpgsm: Avoid emitting a final FAILURE status line if --status-fd
    is not used.
  - gpgsm: Fix a regression in 2.5.19 for password encrypted GCM
    data.
  - agent: Fix not using cache for pinentry loopback.
  - agent: Fix command PUT_SECRET by saving input line.
  - keyboxd: Mark keys searched but not imported via LDAP correctly
    as ephemeral.
  - scdaemon: Avoid buffer overflow with SC-HSM cards providing RSA
    keys > 2k.
  - dirmngr: Fix uninitialized use of the dns_any union in
    dns_rr_cmp.


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 pkgsrc/security/gnupg2/Makefile
cvs rdiff -u -r1.96 -r1.97 pkgsrc/security/gnupg2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gnupg2/Makefile
diff -u pkgsrc/security/gnupg2/Makefile:1.175 pkgsrc/security/gnupg2/Makefile:1.176
--- pkgsrc/security/gnupg2/Makefile:1.175       Mon Apr 27 10:51:13 2026
+++ pkgsrc/security/gnupg2/Makefile     Thu May 14 12:38:11 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.175 2026/04/27 10:51:13 adam Exp $
+# $NetBSD: Makefile,v 1.176 2026/05/14 12:38:11 adam Exp $
 
-DISTNAME=      gnupg-2.5.19
+DISTNAME=      gnupg-2.5.20
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GNUPG:=gnupg/}

Index: pkgsrc/security/gnupg2/distinfo
diff -u pkgsrc/security/gnupg2/distinfo:1.96 pkgsrc/security/gnupg2/distinfo:1.97
--- pkgsrc/security/gnupg2/distinfo:1.96        Mon Apr 27 10:51:13 2026
+++ pkgsrc/security/gnupg2/distinfo     Thu May 14 12:38:11 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.96 2026/04/27 10:51:13 adam Exp $
+$NetBSD: distinfo,v 1.97 2026/05/14 12:38:11 adam Exp $
 
-BLAKE2s (gnupg-2.5.19.tar.bz2) = fd3e31fd329478018d5f17bd20966f8294aa76230a1f786ca8b753e782800380
-SHA512 (gnupg-2.5.19.tar.bz2) = 3f20cd4cbf6cd57e458b3e5e60f9d3d06ae71ae26681257f313ba0fe3a04245560149b5b39220a7ec8fb1f94b67e47a021c72b72c55f2c3f511e32e463df87fa
-Size (gnupg-2.5.19.tar.bz2) = 8322515 bytes
+BLAKE2s (gnupg-2.5.20.tar.bz2) = 5f30632261ae8febc1b4de3a7189a1c24effa31b1e995ff61087becdb7bf01f0
+SHA512 (gnupg-2.5.20.tar.bz2) = 73e5f3020271069421c220871caffcb6ec05c52a8e12d8dcbd214ce2b14a2b22ce0030d9e1fedf25c60ec1077a33630b0a6bd1cc1043fbbaf7083b998113f90f
+Size (gnupg-2.5.20.tar.bz2) = 8327674 bytes
 SHA1 (patch-common_sysutils.c) = 569c12e21172c1521284922244b2f4f361c945d6



Home | Main Index | Thread Index | Old Index