You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/02/22 11:59:42 UTC

[incubator-apisix] branch master updated: feature: Added privileged_agent_process.patch for tengine-2.3.2 (#912) (#1151)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 1747252  feature: Added privileged_agent_process.patch for tengine-2.3.2 (#912) (#1151)
1747252 is described below

commit 174725278a629908f508127fe3bd5b7c49f593ee
Author: wonglend <gk...@qq.com>
AuthorDate: Sat Feb 22 19:59:33 2020 +0800

    feature: Added privileged_agent_process.patch for tengine-2.3.2 (#912) (#1151)
    
    Fix #912
---
 .travis/linux_tengine_runner.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis/linux_tengine_runner.sh b/.travis/linux_tengine_runner.sh
index 9aeaf42..ea0552f 100755
--- a/.travis/linux_tengine_runner.sh
+++ b/.travis/linux_tengine_runner.sh
@@ -94,6 +94,7 @@ tengine_install() {
     wget -P patches https://raw.githubusercontent.com/openresty/openresty/master/patches/nginx-1.17.4-stream_ssl_preread_no_skip.patch
     wget -P patches https://raw.githubusercontent.com/openresty/openresty/master/patches/nginx-1.17.4-upstream_pipelining.patch
     wget -P patches https://raw.githubusercontent.com/openresty/openresty/master/patches/nginx-1.17.4-upstream_timeout_fields.patch
+    wget -P patches https://raw.githubusercontent.com/totemofwolf/openresty/master/patches/tengine-2.3.2-privileged_agent_process.patch
 
     cd bundle/tengine-2.3.2
     patch -p1 < ../../patches/nginx-1.17.4-always_enable_cc_feature_tests.patch
@@ -120,6 +121,7 @@ tengine_install() {
     patch -p1 < ../../patches/nginx-1.17.4-stream_ssl_preread_no_skip.patch
     patch -p1 < ../../patches/nginx-1.17.4-upstream_pipelining.patch
     patch -p1 < ../../patches/nginx-1.17.4-upstream_timeout_fields.patch
+    patch -p1 < ../../patches/tengine-2.3.2-privileged_agent_process.patch
 
     cd -
     # patching end