Skip to content

Commit

Permalink
chore(patches): use the patches from the Kong repository
Browse files Browse the repository at this point in the history
hutchic committed May 9, 2024
1 parent 4f12216 commit c30b35e
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ function main() {
echo '--- components downloaded ---'
echo '--- patching openresty ---'
pushd openresty-${OPENRESTY_VERSION}
for patch_file in $(ls /tmp/patches/*.patch); do
for patch_file in $(ls /tmp/kong/build/openresty/patches/*.patch); do
patch -p1 < $patch_file
done

2 changes: 1 addition & 1 deletion kong
Submodule kong updated 26 files
+1 −1 .requirements
+6 −0 CHANGELOG/unreleased/kong/11360-2.yaml
+0 −24 build/openresty/patches/LuaJIT-2.1-20220411_02.patch
+3 −3 build/openresty/patches/LuaJIT-2.1-20230410_01_patch_macro_luajit_version.patch
+4 −4 build/openresty/patches/LuaJIT-2.1-20230410_02_pass_cc_env.patch
+3 −3 build/openresty/patches/LuaJIT-2.1-20230410_03_arm64_sigill.patch
+3 −3 build/openresty/patches/LuaJIT-2.1-20230410_04_arm64_fix_HREFK.patch
+0 −12 build/openresty/patches/lua-cjson-2.1.0.10_01-empty_array.patch
+10 −10 build/openresty/patches/lua-cjson-2.1.0.11_01-handle-large-string-correctly.patch
+0 −566 build/openresty/patches/lua-resty-core-0.1.23_01-cosocket-mtls.patch
+0 −270 build/openresty/patches/lua-resty-core-0.1.23_03-make-resty.core.shdict-compatible-with-m1.patch
+0 −101 build/openresty/patches/lua-resty-core-0.1.23_04-make-resty.core.response-compatible-with-m1.patch
+3 −3 build/openresty/patches/lua-resty-core-0.1.27_01-dyn_upstream_keepalive.patch
+0 −92 build/openresty/patches/lua-resty-websocket-0.09_01-client-mtls.patch
+0 −0 build/openresty/patches/nginx-1.21.4_07-cross.patch
+1 −1 build/openresty/patches/nginx-1.21.4_08-cross-endianness-fix.patch
+0 −1,433 build/openresty/patches/ngx_lua-0.10.21_01-cosocket-mtls.patch
+0 −39 build/openresty/patches/ngx_lua-0.10.21_08-print-body-double-free.patch
+0 −261 build/openresty/patches/ngx_lua-0.10.21_09-crash-when-buffering-with-invalid-if-match-header.patch
+148 −144 build/openresty/patches/ngx_lua-0.10.25_01-dyn_upstream_keepalive.patch
+3 −3 build/openresty/patches/ngx_lua-0.10.25_02-dynamic_log_level.patch
+4 −4 build/openresty/patches/ngx_stream_lua-0.0.13_01-expose_request_struct.patch
+0 −0 build/openresty/patches/openresty_01-custom_prefix_and_cc.patch
+1 −1 build/openresty/repositories.bzl
+1 −1 kong/meta.lua
+1 −1 t/05-mlcache/00-ipc.t
1 change: 0 additions & 1 deletion patches

This file was deleted.

0 comments on commit c30b35e

Please sign in to comment.