diff options
author | Yi Zhao <yi.zhao@eng.windriver.com> | 2025-03-27 21:23:23 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-04-13 14:07:57 -0400 |
commit | b9d0a654048c7bdd8543ff4db66768426ff4387b (patch) | |
tree | cc6e84c9e276374504df09f0d5e2acefa09e36a9 /recipes-ids/samhain/files/0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch | |
parent | 2dc22272672a466040ccafb5b407b4c4d0ea3b26 (diff) | |
download | meta-security-b9d0a654048c7bdd8543ff4db66768426ff4387b.tar.gz |
samhain: upgrade 4.4.10 -> 4.5.2
ChangeLog:
https://fossies.org/linux/samhain/docs/Changelog
* Refresh patches
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-ids/samhain/files/0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch')
-rw-r--r-- | recipes-ids/samhain/files/0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-ids/samhain/files/0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch b/recipes-ids/samhain/files/0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch new file mode 100644 index 0000000..f2691e7 --- /dev/null +++ b/recipes-ids/samhain/files/0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch | |||
@@ -0,0 +1,28 @@ | |||
1 | From 7fc1f0a8d4c6a109f7e86853a9136a008c68808a Mon Sep 17 00:00:00 2001 | ||
2 | From: Jackie Huang <jackie.huang@windriver.com> | ||
3 | Date: Thu, 14 Sep 2017 13:26:55 +0800 | ||
4 | Subject: [PATCH] Add LDFLAGS variable for compiling samhain_setpwd | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | |||
8 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | ||
9 | --- | ||
10 | Makefile.in | 2 +- | ||
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
12 | |||
13 | diff --git a/Makefile.in b/Makefile.in | ||
14 | index ade0638..1806159 100644 | ||
15 | --- a/Makefile.in | ||
16 | +++ b/Makefile.in | ||
17 | @@ -1159,7 +1159,7 @@ sh_tiger_i.o: $(srcsrc)/$(TIGER_SRC) Makefile config_xor.h | ||
18 | samhain_setpwd: encode config_xor.h $(srcsrc)/samhain_setpwd.c | ||
19 | @echo '$(COMPILE) -o samhain_setpwd $(srcsrc)/samhain_setpwd.c'; \ | ||
20 | ./encode $(XOR_CODE) $(srcsrc)/samhain_setpwd.c; \ | ||
21 | - $(COMPILE) -o samhain_setpwd x_samhain_setpwd.c; \ | ||
22 | + $(COMPILE) $(LDFLAGS) -o samhain_setpwd x_samhain_setpwd.c; \ | ||
23 | rm x_samhain_setpwd.c | ||
24 | |||
25 | samhain_stealth: encode config_xor.h $(srcsrc)/samhain_stealth.c | ||
26 | -- | ||
27 | 2.34.1 | ||
28 | |||