Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ecryptfs-utils for openSUSE:Factory checked in at 2024-05-09 17:28:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ecryptfs-utils (Old) and /work/SRC/openSUSE:Factory/.ecryptfs-utils.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ecryptfs-utils" Thu May 9 17:28:43 2024 rev:57 rq:1172770 version:111 Changes: -------- --- /work/SRC/openSUSE:Factory/ecryptfs-utils/ecryptfs-utils.changes 2024-02-22 21:01:45.134262328 +0100 +++ /work/SRC/openSUSE:Factory/.ecryptfs-utils.new.1880/ecryptfs-utils.changes 2024-05-09 17:28:44.783582780 +0200 @@ -1,0 +2,5 @@ +Mon May 6 15:38:04 UTC 2024 - Marcus Meissner <[email protected]> + +- ecryptfs-fix-gcc14.patch: fix build with gcc14 + +------------------------------------------------------------------- New: ---- ecryptfs-fix-gcc14.patch BETA DEBUG BEGIN: New: - ecryptfs-fix-gcc14.patch: fix build with gcc14 BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ecryptfs-utils.spec ++++++ --- /var/tmp/diff_new_pack.rnw09O/_old 2024-05-09 17:28:45.675615348 +0200 +++ /var/tmp/diff_new_pack.rnw09O/_new 2024-05-09 17:28:45.675615348 +0200 @@ -39,6 +39,7 @@ Patch1: ecryptfs-utils-src-utils-Makefile.patch Patch2: ecryptfs-utils-openssl11.patch Patch3: ecryptfs-usrmerge.diff +Patch4: ecryptfs-fix-gcc14.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes ++++++ ecryptfs-fix-gcc14.patch ++++++ Index: ecryptfs-utils-111/src/utils/ecryptfs_generate_tpm_key.c =================================================================== --- ecryptfs-utils-111.orig/src/utils/ecryptfs_generate_tpm_key.c +++ ecryptfs-utils-111/src/utils/ecryptfs_generate_tpm_key.c @@ -89,7 +89,7 @@ int main(int argc, char **argv) int i, c, *pcrsSelected = NULL, numPcrsSelected = 0; TSS_UUID *uuid; BYTE wellknown[] = TSS_WELL_KNOWN_SECRET; - char *tmp_pcrs; + int *tmp_pcrs; while (1) { c = getopt(argc, argv, "p:");
