Accepting request 1172770 from security
OBS-URL: https://build.opensuse.org/request/show/1172770 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ecryptfs-utils?expand=0&rev=57
This commit is contained in:
commit
c209d1dd5d
13
ecryptfs-fix-gcc14.patch
Normal file
13
ecryptfs-fix-gcc14.patch
Normal 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:");
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user