Dominique Leuenberger 2024-05-09 15:28:43 +00:00 committed by Git OBS Bridge
commit c209d1dd5d
3 changed files with 19 additions and 0 deletions

13
ecryptfs-fix-gcc14.patch Normal file
View File

@ -0,0 +1,13 @@
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:");

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 6 15:38:04 UTC 2024 - Marcus Meissner <meissner@suse.com>
- ecryptfs-fix-gcc14.patch: fix build with gcc14
-------------------------------------------------------------------
Thu Feb 22 11:29:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -39,6 +39,7 @@ Patch0: ecryptfs-setup-swap-SuSE.patch
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