5 Commits

6 changed files with 26 additions and 10 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 29 16:54:59 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 3.10.2:
* Fix missing prototypes in getopt.h and getopt.c
* 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)
- drop libnettle-powerpc64-skip-AES-GCM-test.patch
-------------------------------------------------------------------
Thu Jan 9 15:39:31 UTC 2025 - Pedro Monreal <pmonreal@suse.com>
- Disable the gcm regression test as it fails in virtual
environments for the ppc64le architecture.
* Add libnettle-powerpc64-skip-AES-GCM-test.patch
-------------------------------------------------------------------
Thu Jan 2 08:34:18 UTC 2025 - Pedro Monreal <pmonreal@suse.com>

View File

@@ -2,6 +2,7 @@
# spec file for package libnettle
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +20,7 @@
%define soname 8
%define hogweed_soname 6
Name: libnettle
Version: 3.10.1
Version: 3.10.2
Release: 0
Summary: Cryptographic Library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -30,7 +31,6 @@ Source1: https://ftp.gnu.org/gnu/nettle/nettle-%{version}.tar.gz.sig
Source2: %{name}.keyring
Source3: baselibs.conf
Source4: %{name}-rpmlintrc
BuildRequires: autoconf
BuildRequires: fipscheck
BuildRequires: gmp-devel >= 6.1.0
BuildRequires: m4
@@ -96,7 +96,6 @@ operations using the nettle library.
%autosetup -p1 -n nettle-%{version}
%build
autoreconf -fiv
%configure \
--disable-static \
--enable-shared \
@@ -134,10 +133,8 @@ done
%{_bindir}/fipshmac %{buildroot}%{_libdir}/libhogweed.so.%{hogweed_soname}
}}
%post -n libnettle%{soname} -p /sbin/ldconfig
%postun -n libnettle%{soname} -p /sbin/ldconfig
%post -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
%postun -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
%ldconfig_scriptlets -n libnettle%{soname}
%ldconfig_scriptlets -n libhogweed%{hogweed_soname}
%check
%make_build check

Binary file not shown.

Binary file not shown.

3
nettle-3.10.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe9ff51cb1f2abb5e65a6b8c10a92da0ab5ab6eaf26e7fc2b675c45f1fb519b5
size 2644644

BIN
nettle-3.10.2.tar.gz.sig Normal file

Binary file not shown.