From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] nettle: Update to version 3.10.1 Date: Sat, 11 Jan 2025 15:43:31 +0100 Message-ID: <20250111144333.3363359-8-adolf.belka@ipfire.org> In-Reply-To: <20250111144333.3363359-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8017628087377631755==" List-Id: --===============8017628087377631755== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 --- config/rootfiles/common/nettle | 4 ++-- lfs/nettle | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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 = # +# Copyright (C) 2007-2025 IPFire Team = # # = # # 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 @@ =20 include Config =20 -VER =3D 3.10 +VER =3D 3.10.1 =20 THISAPP =3D nettle-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D edf0ba6375f06e2dd4b1e3ed4bab5f592ac04a36f748ce0461bbec= 32622eb3d5f96f89350926c24b5bbbf37dbe14a1ad64bba5df7cb7ad5987ec634573aabbb5 +$(DL_FILE)_BLAKE2 =3D da2e82e647904e855a0e0bd1efee3b610b33de1a722f5d652deeca= 083d1983c5ee66754233a0917d3bb91bb5a527a3e80cd5fe18f7c25986076b2388910995b5 =20 install : $(TARGET) =20 --=20 2.47.1 --===============8017628087377631755==--