]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libgcrypt: Update to version 1.12.2
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 26 Apr 2026 11:44:10 +0000 (13:44 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Apr 2026 10:17:24 +0000 (10:17 +0000)
- Update from version 1.12.0 to 1.12.2
- Update of rootfile
- Changelog
    1.12.2
 * Bug fixes:
   - Fix possible ECDH buffer overwrite with zeroes.  [T8211]
   - Add a missing bounds check to the Dilithium context handling.
     [T8208]
   - Add point validation when using the new KEM interface.  [T8212]
 * Other:
   - Fix the dead-code of stronger_key_check for RSA.  [T8171]
    1.12.1
 * Bug fixes:
   - Fix for aSmartOS (Solaris) build problem due to AVX2 changes.
     [T8071]
   - Fix a regression in gcry_mpi_ec_curve_point.  [T8080]
   - Make sure to have MPI limbs pre-allocated in ECC and fix
     Weierstrass curve use with PUBKEY_FLAG_PARAM.  [T8094]
 * Other:
    - Add MPI configuration for NetBSD m68k.  [T8069]

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libgcrypt
lfs/libgcrypt

index 968c30cf4d07fc0cb54a634a26091286117b4ac3..5dc0138339db6418a2c8dbf2ba3d26f627fe53b4 100644 (file)
@@ -5,7 +5,7 @@
 #usr/lib/libgcrypt.la
 #usr/lib/libgcrypt.so
 usr/lib/libgcrypt.so.20
-usr/lib/libgcrypt.so.20.7.0
+usr/lib/libgcrypt.so.20.7.2
 #usr/lib/pkgconfig/libgcrypt.pc
 #usr/share/aclocal/libgcrypt.m4
 #usr/share/info/gcrypt.info
index 2ddac800e6425166d1733a18d6feb7bf54ec93fc..75ef9e8ffcd20c4e7e1ac13b1b00fabe4d916e55 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.12.0
+VER        = 1.12.2
 
 THISAPP    = libgcrypt-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 2d600fb5288aed426d99fdd5628dd7382108301371f0d6488d5911f62519802e2b4b53181196955d084b5f11a71e4673b4064db407e1cc55eadc15610faf660c
+$(DL_FILE)_BLAKE2 = f52a10acdbf56a5adc927e22508a30d131a001e8f559d55c72d4ccfea4a514ef7983ab3f985af798c06a9c188639f21c54f1cc0ec6cba968172ddc6bd21ae0bd
 
 install : $(TARGET)