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:           Sun Sep 13 06:08:32 UTC 2026

Modified Files:
        pkgsrc/security/libgcrypt: Makefile distinfo

Log Message:
libgcrypt: updated to 1.12.4

Noteworthy changes in version 1.12.4 (2026-09-11)

* Bug fixes:
  * Fix build problem with some compiler versions related to SM4
    instructions.
  * Fix padding in cSHAKE found by NIST ACVP conformance vectors.
  * Fix RSA PSS handling of huge salt lengths.
  * Validate the length of hashed input for RSA PSS.
  * Improve RSA OAEP decoder correctnes by validating an all-zero
    padding.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/security/libgcrypt/Makefile
cvs rdiff -u -r1.108 -r1.109 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.126 pkgsrc/security/libgcrypt/Makefile:1.127
--- pkgsrc/security/libgcrypt/Makefile:1.126    Fri Aug 28 07:18:58 2026
+++ pkgsrc/security/libgcrypt/Makefile  Sun Sep 13 06:08:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.126 2026/08/28 07:18:58 adam Exp $
+# $NetBSD: Makefile,v 1.127 2026/09/13 06:08:32 adam Exp $
 
-DISTNAME=      libgcrypt-1.12.3
+DISTNAME=      libgcrypt-1.12.4
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GNUPG:=libgcrypt/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/security/libgcrypt/distinfo
diff -u pkgsrc/security/libgcrypt/distinfo:1.108 pkgsrc/security/libgcrypt/distinfo:1.109
--- pkgsrc/security/libgcrypt/distinfo:1.108    Thu Aug 27 05:28:02 2026
+++ pkgsrc/security/libgcrypt/distinfo  Sun Sep 13 06:08:32 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.108 2026/08/27 05:28:02 adam Exp $
+$NetBSD: distinfo,v 1.109 2026/09/13 06:08:32 adam Exp $
 
-BLAKE2s (libgcrypt-1.12.3.tar.bz2) = 134abaf0f1b8a591d91404d2aced890df2d9798acf031d3a1687ccbb29bfcbb9
-SHA512 (libgcrypt-1.12.3.tar.bz2) = 84c150730af55669e35d3d9109250ae28175da1b506de84117701464ac5c7e542163977a1eb2e5df4cdaa8c723ea759aa8c004cccc98251902482aff7f847cad
-Size (libgcrypt-1.12.3.tar.bz2) = 4472486 bytes
+BLAKE2s (libgcrypt-1.12.4.tar.bz2) = 5b509fb9dfb0fcdb5db238bd8401198d8bece99283d553ad7c37563ca791dfea
+SHA512 (libgcrypt-1.12.4.tar.bz2) = 632bac4146ba6b3d5e4672e28b1a8b276fcc8bf17961021240b080c6ea4470e46016968a39ee943d3dcd496bda5c9617bf7704bdec75be55847b738809053d8d
+Size (libgcrypt-1.12.4.tar.bz2) = 4473329 bytes
 SHA1 (patch-src_libgcrypt-config.in) = 2b791d7ebe51c52ece864b23dcbeae5354701263



Home | Main Index | Thread Index | Old Index