Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
1b45cac09a | |||
f0d13d128c |
BIN
1.4.2.tar.gz
(Stored with Git LFS)
Normal file
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)
BIN
1.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
# spec file for package libkeccak
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +19,7 @@
|
||||
|
||||
%define lname libkeccak1
|
||||
Name: libkeccak
|
||||
Version: 1.4
|
||||
Version: 1.4.2
|
||||
Release: 0
|
||||
Summary: Keccak family hashing library, including SHA-3
|
||||
License: ISC
|
||||
@@ -78,8 +79,10 @@ fi
|
||||
# packaged via macro
|
||||
rm -rvf %buildroot%_datadir/licenses/%name
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files devel
|
||||
%doc DEPENDENCIES README TODO
|
||||
|
Reference in New Issue
Block a user