]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
nettle: Update to version 3.10.2
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 4 Jul 2025 10:14:39 +0000 (12:14 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Jul 2025 11:06:51 +0000 (11:06 +0000)
- Update from version 3.10.1 to 3.10.2
- Update of rootfile
- Changelog
    3.10.2
* Fix missing prototypes in getopt.h and getopt.c, affecting
  non-glibc systems, and causing compile errors with C23
  compilers that require prototypes, e.g., gcc-15.
* For powerpc64, avoid using v9 (ISA v3.0) instructions
  lxvb16x, lxv and stxv in powerpc64/p8/ files.
* For powerpc64, add configure check for __VSX__, and disable
  use of assembly if not defined. Nettle's powerpc64 assembly
  requires at least v7 (ISA v2.06).

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

index 7558ebc81eeb007163897ccb508721602fbf3046..267d1eef3600324fb02a5bea2211fbcb22d4a5be 100644 (file)
@@ -79,9 +79,9 @@
 #usr/include/nettle/yarrow.h
 usr/lib/libhogweed.so
 usr/lib/libhogweed.so.6
-usr/lib/libhogweed.so.6.10
+usr/lib/libhogweed.so.6.11
 #usr/lib/libnettle.so
 usr/lib/libnettle.so.8
-usr/lib/libnettle.so.8.10
+usr/lib/libnettle.so.8.11
 #usr/lib/pkgconfig/hogweed.pc
 #usr/lib/pkgconfig/nettle.pc
index 44b4904ee2853cf3177b5051e691c7d7f74decee..193bcb178be669e14c61d3bb9de01a90def68ea7 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.10.1
+VER        = 3.10.2
 
 THISAPP    = nettle-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = da2e82e647904e855a0e0bd1efee3b610b33de1a722f5d652deeca083d1983c5ee66754233a0917d3bb91bb5a527a3e80cd5fe18f7c25986076b2388910995b5
+$(DL_FILE)_BLAKE2 = 2bcd54c97d793238a9c6527f0ba4851dd9e5b53c80abc1ed012ef53e9dbed1fc47c474ca7c29a2c0a989830e45f85eb61db4752dd8b8487cffc8559f43788c89
 
 install : $(TARGET)