pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libgcrypt



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  5 06:08:38 UTC 2025

Modified Files:
        pkgsrc/security/libgcrypt: Makefile distinfo

Log Message:
libgcrypt: updated to 1.11.2

Noteworthy changes in version 1.11.2 (2025-08-04)

 * Bug fixes:

   - Fix link errors in regression test t-thread-local on some
     platforms (e.g. NetBSD).

   - Add missing file to allow building for RISC-V.

   - Support secp256k1 by KEM API.  GnuPG has recently switched to use
     the KEM interface and a few folks are using this curve.

   - Fix a missing initialization in RSA's generate_fips.

 * Other:

   - Silence GCC 15 warnings

   - Provide a prototype for __udiv_qrnnd for PowerPC and Alpha which
     is required due to GCC-15 changes.

   - Add missing abi versions and machine tags for PowerPC assembly
     with GCC-15.

   - Use '.rodata' section for read-only data of poly1305-p10le.

 * Interface changes relative to the 1.11.1 release:
   GCRY_KEM_RAW_P256R1                   NEW enum.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/security/libgcrypt/Makefile
cvs rdiff -u -r1.101 -r1.102 pkgsrc/security/libgcrypt/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/libgcrypt/Makefile
diff -u pkgsrc/security/libgcrypt/Makefile:1.120 pkgsrc/security/libgcrypt/Makefile:1.121
--- pkgsrc/security/libgcrypt/Makefile:1.120    Sun Jul 13 17:27:11 2025
+++ pkgsrc/security/libgcrypt/Makefile  Tue Aug  5 06:08:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.120 2025/07/13 17:27:11 rillig Exp $
+# $NetBSD: Makefile,v 1.121 2025/08/05 06:08:38 adam Exp $
 
-DISTNAME=      libgcrypt-1.11.1
+DISTNAME=      libgcrypt-1.11.2
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GNUPG:=libgcrypt/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/security/libgcrypt/distinfo
diff -u pkgsrc/security/libgcrypt/distinfo:1.101 pkgsrc/security/libgcrypt/distinfo:1.102
--- pkgsrc/security/libgcrypt/distinfo:1.101    Fri May  9 14:05:32 2025
+++ pkgsrc/security/libgcrypt/distinfo  Tue Aug  5 06:08:38 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.101 2025/05/09 14:05:32 adam Exp $
+$NetBSD: distinfo,v 1.102 2025/08/05 06:08:38 adam Exp $
 
-BLAKE2s (libgcrypt-1.11.1.tar.bz2) = 313c810b678091db36aa06afc14a823c28f05182e30a7b59b8fd2b65c877da55
-SHA512 (libgcrypt-1.11.1.tar.bz2) = 85846d62ce785e4250a2bf8a2b13ec24837e48ab8e10d537ad4a18d650d2cca747f82fd1501feab47ad3114b9593b36c9fa7a892f48139e2a71ef61295a47678
-Size (libgcrypt-1.11.1.tar.bz2) = 4233557 bytes
+BLAKE2s (libgcrypt-1.11.2.tar.bz2) = fa7f567dc55b97302991972de130b85737ebb48c115f432d06a0be8a24926049
+SHA512 (libgcrypt-1.11.2.tar.bz2) = b706cea602cc8f0896e57ce979643bf78974b05faec27c1b053b773c57d8b04250e30e95a4ef5899e1df981d01d8d08f0a36e10b5820a5ec4183e74c02e5f1f0
+Size (libgcrypt-1.11.2.tar.bz2) = 4237802 bytes
 SHA1 (patch-cipher_aria.c) = 7e574b13872ea0610bf8b4abd699ffbc9dabc09a
 SHA1 (patch-cipher_rijndael-arm.S) = ef3cb7f481022440780eb48ae31cbfad0a3ec115
 SHA1 (patch-config.h.in) = 93dddd3db484230f23450aa9d02564fe11efbc6b



Home | Main Index | Thread Index | Old Index