forked from pool/libnettle
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8b36dbcf47 | |||
| 4d35556367 | |||
| 7b701f348f | |||
| eb9e94867a |
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 08:34:18 UTC 2025 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Update to nettle 3.10.1:
|
||||
* 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.
|
||||
* Enable back the gcm regression test:
|
||||
- Remove libnettle-powerpc64-skip-AES-GCM-test.patch
|
||||
* Remove patches upstream:
|
||||
- libnettle-powerpc64-sha256-fix-loading-overreads.patch
|
||||
- libnettle-powerpc64-sha256-adjust-stack-offset-for-non-volatile-registers.patch
|
||||
- libnettle-powerpc64-remove-m4_unquote-sha256.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 08:07:16 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- ppcl64le: POWER10 performance enhancements for cryptography [jsc#PED-9904]
|
||||
* powerpc64/sha256: fix loading overreads by loading less and shifting
|
||||
* powerpc64/sha256: adjust stack offset for storing non-volatile registers
|
||||
* powerpc64: remove use of m4_unquote in the load step for sha256
|
||||
* Temporarily skip the gcm test: libnettle-powerpc64-skip-AES-GCM-test.patch
|
||||
* Add patches:
|
||||
- libnettle-powerpc64-sha256-fix-loading-overreads.patch
|
||||
- libnettle-powerpc64-sha256-adjust-stack-offset-for-non-volatile-registers.patch
|
||||
- libnettle-powerpc64-remove-m4_unquote-sha256.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 06:22:31 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnettle
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define soname 8
|
||||
%define hogweed_soname 6
|
||||
Name: libnettle
|
||||
Version: 3.10
|
||||
Version: 3.10.1
|
||||
Release: 0
|
||||
Summary: Cryptographic Library
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
||||
BIN
nettle-3.10.1.tar.gz
LFS
Normal file
BIN
nettle-3.10.1.tar.gz
LFS
Normal file
Binary file not shown.
BIN
nettle-3.10.1.tar.gz.sig
Normal file
BIN
nettle-3.10.1.tar.gz.sig
Normal file
Binary file not shown.
BIN
nettle-3.10.tar.gz
LFS
BIN
nettle-3.10.tar.gz
LFS
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user