summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2019-04-15 11:39:38 +0800
committerArmin Kuster <akuster808@gmail.com>2019-09-02 19:53:53 -0700
commita42f773baae90558c4a2e9f207579db7edb830a5 (patch)
treed76db6c29d7a485f0151c47cbbb845ed853b1675 /meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch
parent63acd997e6eb92e59ef84a1598d90279a794549c (diff)
downloadmeta-openembedded-a42f773baae90558c4a2e9f207579db7edb830a5.tar.gz
apache2: upgrade 2.4.34 -> 2.4.39
* Drop apache2-native recipe. Add native to BBCLASSEXTEND in apache2 recipe. * Refresh patches. Drop CVE-2018-11763.patch and apache-configure_perlbin.patch * Cleanup recipe file. Remove obsolete code. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> [Bug fix only update: Includes CVES: CVE-2018-17189 CVE-2018-17199 CVE-2019-0190 CVE-2019-0220 CVE-2019-0196 CVE-2019-0197 CVE-2019-0215 CVE-2019-0217 CVE-2019-0211 ] Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch b/meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch
deleted file mode 100644
index a2bc6e02c..000000000
--- a/meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1From 5412077c398dec74321388fe6e593a44c4c80de6 Mon Sep 17 00:00:00 2001
2From: echo <fei.geng@windriver.com>
3Date: Tue, 28 Apr 2009 03:11:06 +0000
4Subject: [PATCH] Fix perl install directory to /usr/bin
5
6Upstream-Status: Inappropriate [configuration]
7
8---
9 configure.in | 5 +----
10 1 file changed, 1 insertion(+), 4 deletions(-)
11
12diff --git a/configure.in b/configure.in
13index d828512..be7bd25 100644
14--- a/configure.in
15+++ b/configure.in
16@@ -855,10 +855,7 @@ AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf",
17 AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types",
18 [Location of the MIME types config file, relative to the Apache root directory])
19
20-perlbin=`$ac_aux_dir/PrintPath perl`
21-if test "x$perlbin" = "x"; then
22- perlbin="/replace/with/path/to/perl/interpreter"
23-fi
24+perlbin='/usr/bin/perl'
25 AC_SUBST(perlbin)
26
27 dnl If we are running on BSD/OS, we need to use the BSD .include syntax.