mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 09:53:16 +00:00
ChangeLog: https://downloads.apache.org/httpd/CHANGES_2.4.53 Security fixes: CVE-2022-23943 CVE-2022-22721 CVE-2022-22720 CVE-2022-22719 Refresh patches. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
27 lines
748 B
Diff
27 lines
748 B
Diff
From d9993cbc33565c0acd29b0127d651dafa2a16975 Mon Sep 17 00:00:00 2001
|
|
From: Paul Eggleton <paul.eggleton@linux.intel.com>
|
|
Date: Tue, 17 Jul 2012 11:27:39 +0100
|
|
Subject: [PATCH] apache2: do not use relative path for gen_test_char
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
---
|
|
server/Makefile.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/server/Makefile.in b/server/Makefile.in
|
|
index 8c0c396..3544f55 100644
|
|
--- a/server/Makefile.in
|
|
+++ b/server/Makefile.in
|
|
@@ -29,7 +29,7 @@ gen_test_char: $(gen_test_char_OBJECTS)
|
|
$(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)
|
|
|
|
test_char.h: gen_test_char
|
|
- ./gen_test_char > test_char.h
|
|
+ gen_test_char > test_char.h
|
|
|
|
util.lo: test_char.h
|
|
|
|
--
|
|
2.25.1
|
|
|