libgcrypt: Update to version 1.12.4

Message ID 20260920125116.3492275-3-adolf.belka@ipfire.org
State New
Headers
Series libgcrypt: Update to version 1.12.4 |

Commit Message

Adolf Belka 20 Sep 2026, 12:51 p.m. UTC
- Update from version 1.12.3 to 1.12.4
- Update of rootfile
- Changelog
1.12.4
 * Bug fixes:
   * Fix build problem with some compiler versions related to SM4
     instructions.  [rCf0bc379e0f]
   * Fix padding in cSHAKE found by NIST ACVP conformance vectors.
     [rCf54ce47180]
   * Fix RSA PSS handling of huge salt lengths.  [T8377]
   * Validate the length of hashed input for RSA PSS.  [T8391]
   * Improve RSA OAEP decoder correctnes by validating an all-zero
     padding.  [T8390]

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/libgcrypt | 2 +-
 lfs/libgcrypt                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/config/rootfiles/common/libgcrypt b/config/rootfiles/common/libgcrypt
index 1825a29bf..01ff197b8 100644
--- a/config/rootfiles/common/libgcrypt
+++ b/config/rootfiles/common/libgcrypt
@@ -5,7 +5,7 @@ 
 #usr/lib/libgcrypt.la
 #usr/lib/libgcrypt.so
 usr/lib/libgcrypt.so.20
-usr/lib/libgcrypt.so.20.8.8
+usr/lib/libgcrypt.so.20.8.9
 #usr/lib/pkgconfig/libgcrypt.pc
 #usr/share/aclocal/libgcrypt.m4
 #usr/share/info/gcrypt.info
diff --git a/lfs/libgcrypt b/lfs/libgcrypt
index f574c63db..074e338e4 100644
--- a/lfs/libgcrypt
+++ b/lfs/libgcrypt
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 1.12.3
+VER        = 1.12.4
 
 THISAPP    = libgcrypt-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 52043c1defdbaf3ed0618bfbac13f4186dd28a4b2507a93bc24f08a7b2e66bb77014ff875801a3e39fcfbc905224f6ff1bcee43dcd53c555c32940305cfa92fe
+$(DL_FILE)_BLAKE2 = c30aed945b7050c38094258f5d4cad480e9b1fdf018378f07058542e129275d7be41cc7b512cda474d96c12c9920e0256e89242b2c2ee5dd4243e1f4bd178cb9
 
 install : $(TARGET)