Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkeccak for openSUSE:Factory checked in at 2026-06-29 17:31:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkeccak (Old) and /work/SRC/openSUSE:Factory/.libkeccak.new.11887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkeccak" Mon Jun 29 17:31:40 2026 rev:10 rq:1362394 version:1.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libkeccak/libkeccak.changes 2025-03-24 13:32:10.931651042 +0100 +++ /work/SRC/openSUSE:Factory/.libkeccak.new.11887/libkeccak.changes 2026-06-29 17:33:26.340362802 +0200 @@ -1,0 +2,6 @@ +Mon Jun 29 07:12:47 UTC 2026 - Dirk Müller <[email protected]> + +- update to 1.4.3: + * Source code documentation updates; no user-visible changes + +------------------------------------------------------------------- Old: ---- 1.4.2.tar.gz New: ---- 1.4.3.tar.gz _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkeccak.spec ++++++ --- /var/tmp/diff_new_pack.kfMQJ0/_old 2026-06-29 17:33:26.916382641 +0200 +++ /var/tmp/diff_new_pack.kfMQJ0/_new 2026-06-29 17:33:26.920382779 +0200 @@ -19,7 +19,7 @@ %define lname libkeccak1 Name: libkeccak -Version: 1.4.2 +Version: 1.4.3 Release: 0 Summary: Keccak family hashing library, including SHA-3 License: ISC ++++++ 1.4.2.tar.gz -> 1.4.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkeccak/DEPENDENCIES new/libkeccak/DEPENDENCIES --- old/libkeccak/DEPENDENCIES 2024-10-06 12:17:44.000000000 +0200 +++ new/libkeccak/DEPENDENCIES 2026-02-22 14:18:47.000000000 +0100 @@ -2,7 +2,6 @@ libc - BUILD DEPENDENCIES: libc @@ -11,14 +10,12 @@ coreutils binutils - CHECK DEPENDENCIES: libc make coreutils - BENCHMARK DEPENDENCIES: libc @@ -28,7 +25,6 @@ grep (only needed for ./benchmark-flags) sed (only needed for ./benchmark-flags) - INSTALL DEPENDENCIES: make diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkeccak/digest.c new/libkeccak/digest.c --- old/libkeccak/digest.c 2024-10-06 12:17:44.000000000 +0200 +++ new/libkeccak/digest.c 2026-02-22 14:18:47.000000000 +0100 @@ -217,7 +217,7 @@ * Absorb more of the message to the Keccak sponge * without copying the data to an internal buffer * - * It is safe run zero-copy functions before non-zero-copy + * It is safe to run zero-copy functions before non-zero-copy * functions for the same state, running zero-copy functions * after non-zero-copy functions on the other hand can * cause the message to be misread @@ -317,7 +317,7 @@ * Absorb the last part of the message and squeeze the Keccak sponge * without copying the data to an internal buffer * - * It is safe run zero-copy functions before non-zero-copy + * It is safe to run zero-copy functions before non-zero-copy * functions for the same state, running zero-copy functions * after non-zero-copy functions on the other hand can * cause the message to be misread @@ -325,7 +325,7 @@ * @param state The hashing state * @param msg_ The rest of the message; will be edited; extra memory * shall be allocated such that `suffix` and a 10*1 pad (which - * is at least 2 bits long) can be added in a why the makes it's + * is at least 2 bits long) can be added in a way that makes its * length a multiple of `libkeccak_zerocopy_chunksize(state)` * @param msglen The length of the partial message * @param bits The number of bits at the end of the message not covered by `msglen` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkeccak/libkeccak.h new/libkeccak/libkeccak.h --- old/libkeccak/libkeccak.h 2024-10-06 12:17:44.000000000 +0200 +++ new/libkeccak/libkeccak.h 2026-02-22 14:18:47.000000000 +0100 @@ -155,7 +155,7 @@ * Absorb more of the message to the Keccak sponge * without copying the data to an internal buffer * - * It is safe run zero-copy functions before non-zero-copy + * It is safe to run zero-copy functions before non-zero-copy * functions for the same state, running zero-copy functions * after non-zero-copy functions on the other hand can * cause the message to be misread @@ -197,7 +197,7 @@ * Absorb the last part of the message and squeeze the Keccak sponge * without copying the data to an internal buffer * - * It is safe run zero-copy functions before non-zero-copy + * It is safe to run zero-copy functions before non-zero-copy * functions for the same state, running zero-copy functions * after non-zero-copy functions on the other hand can * cause the message to be misread @@ -205,7 +205,7 @@ * @param state The hashing state * @param msg The rest of the message; will be edited; extra memory * shall be allocated such that `suffix` and a 10*1 pad (which - * is at least 2 bits long) can be added in a why the makes it's + * is at least 2 bits long) can be added in a way that makes its * length a multiple of `libkeccak_zerocopy_chunksize(state)` * @param msglen The length of the partial message * @param bits The number of bits at the end of the message not covered by `msglen` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkeccak/test.c new/libkeccak/test.c --- old/libkeccak/test.c 2024-10-06 12:17:44.000000000 +0200 +++ new/libkeccak/test.c 2026-02-22 14:18:47.000000000 +0100 @@ -1070,8 +1070,8 @@ * @param fast_squeezes The number of fast squeezes to perform * @param squeezes The number of extra squeezes to perform in total * @param fast_digest Whether `libkeccak_digest` should do a fast squeeze rather than a slow squeeze - * @param hashsum A buffer in which we can used to store the binary hashsum - * @param hexsum A buffer in which we can used to store the hexadecimal hashsum + * @param hashsum A buffer in which we can use to store the binary hashsum + * @param hexsum A buffer in which we can use to store the hexadecimal hashsum * @param expected_answer The hashum we expect, must be in lowercase hexadecimal * @return Zero on success, -1 on error */ ++++++ _scmsync.obsinfo ++++++ mtime: 1782730452 commit: 10a629b406f7e6675fa988d6f8ec3e7823cead44e776d0e7b574208646786833 url: https://src.opensuse.org/clibs/libkeccak revision: master ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-06-29 12:54:12.000000000 +0200 @@ -0,0 +1 @@ +.osc
