nettle: Update to version 3.10.1

Message ID 20250111144333.3363359-8-adolf.belka@ipfire.org
State New
Headers
Series nettle: Update to version 3.10.1 |

Commit Message

Adolf Belka Jan. 11, 2025, 2:43 p.m. UTC
  - Update from version 3.10 to 3.10.1
- Update of rootfile
- Changelog
    3.10.1
	This is a maintenance release, with only a few bugfixes and
	 portability improvements.
	The new version is intended to be fully source and binary
	 compatible with Nettle-3.6. The shared library names are
	 libnettle.so.8.10 and libhogweed.so.6.10, with sonames
	 libnettle.so.8 and libhogweed.so.6.
     Bug fixes:
	* Fix buffer overread in the new sha256 assembly for
	  powerpc64, as well as a stack alignment issue.
	* Added missing nettle_mac structs for hmac-gosthash.
	* Fix configure test for valgrind, to not attempt to run
	  valgrind on executables built using memory sanitizers.
     Optimizations:
	* Improved runtime detection of cpu features for OpenBSD and
	  FreeBSD, using elf_aux_info when available. This also adds
	  runtime detection for FreeBSD on arm64. Contributed by Brad
	  Smith.

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

Patch

diff --git a/config/rootfiles/common/nettle b/config/rootfiles/common/nettle
index 26ac7bd29..7558ebc81 100644
--- a/config/rootfiles/common/nettle
+++ b/config/rootfiles/common/nettle
@@ -79,9 +79,9 @@ 
 #usr/include/nettle/yarrow.h
 usr/lib/libhogweed.so
 usr/lib/libhogweed.so.6
-usr/lib/libhogweed.so.6.9
+usr/lib/libhogweed.so.6.10
 #usr/lib/libnettle.so
 usr/lib/libnettle.so.8
-usr/lib/libnettle.so.8.9
+usr/lib/libnettle.so.8.10
 #usr/lib/pkgconfig/hogweed.pc
 #usr/lib/pkgconfig/nettle.pc
diff --git a/lfs/nettle b/lfs/nettle
index cd902b8d5..44b4904ee 100644
--- a/lfs/nettle
+++ b/lfs/nettle
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 3.10
+VER        = 3.10.1
 
 THISAPP    = nettle-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = edf0ba6375f06e2dd4b1e3ed4bab5f592ac04a36f748ce0461bbec32622eb3d5f96f89350926c24b5bbbf37dbe14a1ad64bba5df7cb7ad5987ec634573aabbb5
+$(DL_FILE)_BLAKE2 = da2e82e647904e855a0e0bd1efee3b610b33de1a722f5d652deeca083d1983c5ee66754233a0917d3bb91bb5a527a3e80cd5fe18f7c25986076b2388910995b5
 
 install : $(TARGET)