2 Commits

4 changed files with 19 additions and 6 deletions

BIN
1.4.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
1.4.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Mar 23 19:56:49 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.4.2:
* Fix bug where the hash is incomplete and possiblity corrupt when
the bitrate is not a multiple of the word size
* support for architectures that do not allow misaligned memory
* performance optimizations
- run tests
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 19 09:38:40 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Wed Jul 19 09:38:40 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -2,6 +2,7 @@
# spec file for package libkeccak # spec file for package libkeccak
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +19,7 @@
%define lname libkeccak1 %define lname libkeccak1
Name: libkeccak Name: libkeccak
Version: 1.4 Version: 1.4.2
Release: 0 Release: 0
Summary: Keccak family hashing library, including SHA-3 Summary: Keccak family hashing library, including SHA-3
License: ISC License: ISC
@@ -78,8 +79,10 @@ fi
# packaged via macro # packaged via macro
rm -rvf %buildroot%_datadir/licenses/%name rm -rvf %buildroot%_datadir/licenses/%name
%post -n %lname -p /sbin/ldconfig %check
%postun -n %lname -p /sbin/ldconfig %make_build check
%ldconfig_scriptlets -n %lname
%files devel %files devel
%doc DEPENDENCIES README TODO %doc DEPENDENCIES README TODO