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 db76475 CI: add more patchs about Tengine(2.3.2 < version < 2.3.3).
(#1830)
db76475 is described below
commit db76475bd979a060b678940540c882ac723b839b
Author: wonglend <[email protected]>
AuthorDate: Mon Jul 13 21:56:11 2020 +0800
CI: add more patchs about Tengine(2.3.2 < version < 2.3.3). (#1830)
* feature: merge upstream tengine (2.3.2 < version < 2.3.3) patch: `Delete
unused variable`
* feature: merge upstream tengine (2.3.2 < version < 2.3.3) patch: `POST
request with keepalive peer cause 400 response`
* feature: merge upstream tengine (2.3.2 < version < 2.3.3) patch: `Memory
content leak in nginx "rewrite" implementation`
* bugfix: remove misc `--add-dynamic-module` for tengine since we do not
set `load_module` in nginx.conf
* feature: fetch and apply upstream alibaba/tengine patches for
.travis/linux_tengine_runner.sh.
---
.travis/linux_tengine_runner.sh | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.travis/linux_tengine_runner.sh b/.travis/linux_tengine_runner.sh
index 2f11aa5..e5e81e9 100755
--- a/.travis/linux_tengine_runner.sh
+++ b/.travis/linux_tengine_runner.sh
@@ -118,6 +118,11 @@ tengine_install() {
wget -P patches
https://raw.githubusercontent.com/totemofwolf/tengine/feature/patches/tengine-2.3.2-delete_unused_variable.patch
wget -P patches
https://raw.githubusercontent.com/totemofwolf/tengine/feature/patches/tengine-2.3.2-keepalive_post_request_status.patch
wget -P patches
https://raw.githubusercontent.com/totemofwolf/tengine/feature/patches/tengine-2.3.2-tolerate_backslash_zero_in_uri.patch
+ wget -P patches
https://raw.githubusercontent.com/totemofwolf/tengine/feature/patches/tengine-2.3.2-avoid-limit_req_zone-directive-in-multiple-variables.patch
+ wget -P patches
https://raw.githubusercontent.com/totemofwolf/tengine/feature/patches/tengine-2.3.2-segmentation-fault-in-master-process.patch
+ wget -P patches
https://raw.githubusercontent.com/totemofwolf/tengine/feature/patches/tengine-2.3.2-support-dtls-offload.patch
+ wget -P patches
https://raw.githubusercontent.com/totemofwolf/tengine/feature/patches/tengine-2.3.2-support-prometheus-to-upstream_check_module.patch
+ wget -P patches
https://raw.githubusercontent.com/totemofwolf/tengine/feature/patches/tengine-2.3.2-vnswrr-adaptated-to-dynamic_resolve.patch
cd bundle/tengine-2.3.2
patch -p1 < ../../patches/nginx-1.17.4-always_enable_cc_feature_tests.patch
@@ -148,6 +153,11 @@ tengine_install() {
patch -p1 < ../../patches/tengine-2.3.2-delete_unused_variable.patch
patch -p1 < ../../patches/tengine-2.3.2-keepalive_post_request_status.patch
patch -p1 <
../../patches/tengine-2.3.2-tolerate_backslash_zero_in_uri.patch
+ patch -p1 <
../../patches/tengine-2.3.2-avoid-limit_req_zone-directive-in-multiple-variables.patch
+ patch -p1 <
../../patches/tengine-2.3.2-segmentation-fault-in-master-process.patch
+ patch -p1 < ../../patches/tengine-2.3.2-support-dtls-offload.patch
+ patch -p1 <
../../patches/tengine-2.3.2-support-prometheus-to-upstream_check_module.patch
+ patch -p1 <
../../patches/tengine-2.3.2-vnswrr-adaptated-to-dynamic_resolve.patch
cd -
# patching end