Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libica for openSUSE:Factory checked in at 2026-06-02 16:09:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libica (Old) and /work/SRC/openSUSE:Factory/.libica.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libica" Tue Jun 2 16:09:23 2026 rev:47 rq:1356674 version:4.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libica/libica.changes 2026-05-18 17:49:04.430923498 +0200 +++ /work/SRC/openSUSE:Factory/.libica.new.1937/libica.changes 2026-06-02 16:10:59.067452013 +0200 @@ -1,0 +2,8 @@ +Tue Jun 2 09:58:02 UTC 2026 - Nikolay Gueorguiev <[email protected]> + +- Amended the .spec file (bsc#1265607) + * Included `--enable-internal-tests` +- Updated the `libica-FIPS-make-it-possible-to-specify-fipshmac-binary.patch` + * Changed the `hexkey` to non-zero value + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libica.spec ++++++ --- /var/tmp/diff_new_pack.F8K7E6/_old 2026-06-02 16:10:59.683477181 +0200 +++ /var/tmp/diff_new_pack.F8K7E6/_new 2026-06-02 16:10:59.687477344 +0200 @@ -1,7 +1,7 @@ # # spec file for package libica # -# Copyright (c) 2026 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 @@ -124,7 +124,7 @@ %build autoreconf --force --install %configure CPPFLAGS="-Iinclude -fPIC -DNO_FIPS_CONFIG_LOAD" CFLAGS="%{optflags} -fPIC -DNO_FIPS_CONFIG_LOAD" \ - --enable-fips --with-fips-config=fips_local.cnf + --enable-internal-tests --enable-fips --with-fips-config=fips_local.cnf %make_build clean %make_build FIPSHMAC=fipshmac BUILD_VERSION="FIPS-SUSE-%version-%release" ++++++ libica-FIPS-make-it-possible-to-specify-fipshmac-binary.patch ++++++ --- /var/tmp/diff_new_pack.F8K7E6/_old 2026-06-02 16:10:59.747479795 +0200 +++ /var/tmp/diff_new_pack.F8K7E6/_new 2026-06-02 16:10:59.751479959 +0200 @@ -24,7 +24,7 @@ +fi + +while [ -n "$1" ] ; do -+ dgst="$(openssl dgst -sha256 -mac hmac -macopt hexkey:00000000 "$1")" ++ dgst="$(openssl dgst -sha256 -mac hmac -macopt hexkey:6f72626f44654a49544954656a7369727041444f4e6976697270556b76617250 "$1")" + echo "$dgst" | sed -e 's/^.* //' > "$(dirname "$1")/.$(basename "$1")".hmac + shift +done
