Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sha3sum for openSUSE:Factory checked in at 2026-05-05 15:16:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sha3sum (Old) and /work/SRC/openSUSE:Factory/.sha3sum.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sha3sum" Tue May 5 15:16:58 2026 rev:7 rq:1350879 version:1.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/sha3sum/sha3sum.changes 2024-04-14 12:24:45.649870411 +0200 +++ /work/SRC/openSUSE:Factory/.sha3sum.new.30200/sha3sum.changes 2026-05-05 15:18:17.950359799 +0200 @@ -1,0 +2,6 @@ +Mon May 4 15:36:25 UTC 2026 - Dirk Müller <[email protected]> + +- Update to release 1.2.4 + * Minute changes to the documentation + +------------------------------------------------------------------- Old: ---- 1.2.3.1.tar.gz New: ---- 1.2.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sha3sum.spec ++++++ --- /var/tmp/diff_new_pack.JeVHoU/_old 2026-05-05 15:18:18.530383141 +0200 +++ /var/tmp/diff_new_pack.JeVHoU/_new 2026-05-05 15:18:18.534383303 +0200 @@ -1,7 +1,7 @@ # # spec file for package sha3sum # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: sha3sum -Version: 1.2.3.1 +Version: 1.2.4 Release: 0 Summary: SHA-3 and Keccak checksum utility License: ISC ++++++ 1.2.3.1.tar.gz -> 1.2.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sha3sum/DEPENDENCIES new/sha3sum/DEPENDENCIES --- old/sha3sum/DEPENDENCIES 2023-12-07 21:58:14.000000000 +0100 +++ new/sha3sum/DEPENDENCIES 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ -RUNTIME DEPENDENCIES: - - libc - libkeccak - - -BUILD DEPENDENCIES: - - coreutils - gcc - libc - libkeccak>=1.4 - make - sed - - -DEPENDENCY SOURCES: - - libkeccak https://codeberg.org/maandree/libkeccak diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sha3sum/LICENSE new/sha3sum/LICENSE --- old/sha3sum/LICENSE 2023-12-07 21:58:14.000000000 +0100 +++ new/sha3sum/LICENSE 2026-02-23 12:00:52.000000000 +0100 @@ -1,6 +1,6 @@ ISC License -© 2013, 2014, 2015, 2017, 2020, 2022 Mattias Andrée <[email protected]> +© 2013, 2014, 2015, 2017, 2020, 2022 Mattias Andrée <[email protected]> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sha3sum/README new/sha3sum/README --- old/sha3sum/README 2023-12-07 21:58:14.000000000 +0100 +++ new/sha3sum/README 2026-02-23 12:00:52.000000000 +0100 @@ -23,7 +23,7 @@ for Keccak and its close derivatives SHA-3, SHAKE and RawSHAKE. - This utilities can generate checksums or verify the + These utilities can generate checksums or verify the checksums of files. OPTIONS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sha3sum/sha3sum.c new/sha3sum/sha3sum.c --- old/sha3sum/sha3sum.c 2023-12-07 21:58:14.000000000 +0100 +++ new/sha3sum/sha3sum.c 2026-02-23 12:00:52.000000000 +0100 @@ -27,11 +27,11 @@ main(int argc, char *argv[]) { int bits = 224, orig_argc = argc; - char **orig_argv = alloca((argc + 1) * sizeof(*argv)); + char **orig_argv = alloca(((size_t)argc + 1U) * sizeof(*argv)); struct libkeccak_generalised_spec spec; libkeccak_generalised_spec_initialise(&spec); - memcpy(orig_argv, argv, (argc + 1) * sizeof(*argv)); + memcpy(orig_argv, argv, ((size_t)argc + 1U) * sizeof(*argv)); ARGBEGIN { case 'R': diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sha3sum/xsum.man new/sha3sum/xsum.man --- old/sha3sum/xsum.man 2023-12-07 21:58:14.000000000 +0100 +++ new/sha3sum/xsum.man 2026-02-23 12:00:52.000000000 +0100 @@ -1,4 +1,4 @@ -.TH XSUM 1 sha3sum +.TH XSUM 1 SHA3SUM .SH NAME xsum - Compute and check Xsum message digests .SH SYNOPSIS @@ -37,12 +37,12 @@ .TP .B -c Read Xsum sums from the file and check them against -the files on your systems. The input files files -should be formated as the output of this program, or +the files on your system. The input files +should be formatted as the output of this program, or similarly. This is not going to work if any of the -filenames in the input files starts with a regular -blank space or horizontal tab space, or if they -contain a line feed, carriage return or form feed, +filenames in the input file start with a regular +space or horizontal tab, or if they +contain a line feed, carriage return, or form feed, unless the .B -z option is also used. @@ -55,7 +55,7 @@ Print the hashing parameters. .TP .B -x -Convert input files from hexadecimal for to binary form +Convert input files from hexadecimal form to binary form before calculating the checksums. .TP .B -z @@ -96,7 +96,7 @@ An error occurred. .SH AUTHORS Mattias Andrée -.RI < [email protected] > +.RI < [email protected] > .SH NOTES All commands in the sha3sum package allow changing the hashing parameters. However it is only intended
