]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
nettle: Update to version 3.10.1
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 11 Jan 2025 14:43:31 +0000 (15:43 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 24 Jan 2025 13:11:33 +0000 (14:11 +0100)
- 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>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/nettle
lfs/nettle

index 26ac7bd29e737b833ba6fd87beb046897fc87d1e..7558ebc81eeb007163897ccb508721602fbf3046 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.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
index cd902b8d5442fd2e0ba23162abbfbceb8a63429c..44b4904ee2853cf3177b5051e691c7d7f74decee 100644 (file)
@@ -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)