Commit Graph

303 Commits (137fa1c4241c5bdab9408d2eeb9b5f4560568ace)

Author SHA1 Message Date
耗子 137fa1c424
Revert "Update patches/nginx/1.29.0/nginx-1.29.0-stream_proxy_protocol_v2.patch"
This reverts commit d33a36677c.
2 weeks ago
耗子 d33a36677c
Update patches/nginx/1.29.0/nginx-1.29.0-stream_proxy_protocol_v2.patch
Co-authored-by: Chase Hiltz <70911039+pchaseh@users.noreply.github.com>
2 weeks ago
耗子 431bdfe4d1
fix: add quic_ssl_lua_yield patch 4 weeks ago
耗子 cebe9188fd
Merge remote-tracking branch 'openresty/master'
# Conflicts:
#	util/mirror-tarballs
#	util/ver
1 month ago
swananan 7adc4f85a1
bugfix: improve HTTP/3 SSL Lua callback yield handling. 2 months ago
耗子 f7cf7325bc
Merge remote-tracking branch 'openresty/master' 2 months ago
耗子 fa89229595
feat: sync patches for 1.29.0 2 months ago
lijunlong ac93bda9b4 feature: check in openssl-3.5.0-sess_set_get_cb_yield.patch. 2 months ago
耗子 3111d772ce
fix: stream proxy patch 2 months ago
耗子 2d2a909b06
feature: add patch for ngx_mail_proxy_module 2 months ago
耗子 b6efbec3d2
feature: merge master 3 months ago
耗子 2abcaedab8
Merge branch 'openresty:master' into master 3 months ago
iYism 335b4e284e
refactor: organize patches directory by nginx version.
Restructure the patches directory to group patch files under subdirectories
named by their corresponding Nginx version (e.g., patches/nginx/1.27.1/).
This improves readability, maintainability, and scalability of the patch
management system, making it easier to locate and manage version-specific
patches.

- Created subdirectories for each Nginx version.
- Moved existing patch files into their respective version directories.
- Ensured no changes to patch file contents or functionality.

This change enhances the project's organization without affecting runtime behavior.
3 months ago
耗子 f375d99c39
fix: server_header patch 3 months ago
耗子 852665bec7
feature: bump nginx to 1.28.0 3 months ago
耗子 a6097d4edc
fix: remove unnecessary CVE-2025-23419 patch 4 months ago
耗子 22377d5aaa
feature: update nginx to v1.27.5. 4 months ago
lijunlong 5fdebe76b6 feature: add upstream proxy protocol v2 for stream module.
Co-author: chenri_shen@163.com
4 months ago
lijunlong 177ba250cc feature: check in openssl-3.4.1-sess_set_get_cb_yield.patch. 5 months ago
lijunlong 4ad3978ec8 bugfix: apply patch CVE-2025-23419.patch 6 months ago
lijunlong 279c5cf91a bugfix: fixed nginx-1.27.1-stream_ssl_preread_no_skip.patch. 7 months ago
Bo Xu 54c70cc1de
bugfix: make HTTP3 server headers also use openresty instead of nginx. 7 months ago
lijunlong 67aff27ddc feature: check in patch LuaJIT2-20241104.patch for apple. 9 months ago
lijunlong 8c37412c31 disable win32 in nginx-1.27.1-proc_exit_handler.patch. 10 months ago
lijunlong 5ef14281cd feature: add openssl-3.0.15-sess_set_get_cb_yield.patch. 11 months ago
耗子 efc930249e
feat: bump openssl-1.1.1f-sess_set_get_cb_yield.patch to 3.0.12. 11 months ago
lijunlong c58d90ce11 patch: add NGX_HAVE_PROC_EXIT for proc_exit_handler. 12 months ago
lijunlong 27303d2fd0 feature: add proc_exit_handler. 12 months ago
lijunlong 9fb4098d72
feature: add patches for nginx-1.27.1. (#999) 1 year ago
Johnny Wang 4da52a0574
patches: added initialize_quic_transport_id_variable.patch for nginx >= 1.27.0. (#993) 1 year ago
lijunlong cc86d58043 feature: more patch for balancer_pool_max_retry. 1 year ago
kurt 3636b199e5
bugfix: respect max retry after using balancer pool.
Signed-off-by: tzssangglass <tzssangglass@gmail.com>
1 year ago
Johnny Wang cdd227a4f6
feature: upgrade the nginx core to 1.27.0. 1 year ago
lijunlong 9c9495b6f9
bugfix: backport fixes for CVE-2024-24989 and CVE-2024-24990. 1 year ago
lijunlong aecf396061
feature: add patch for nginx-1.25.3. 2 years ago
Johnny Wang 2f97ded92b
bugfix: applied the patch for secrity advisory to NGINX cores (CVE-2023-44487). (#931) 2 years ago
swananan d086dbcfc5
bugfix: make no_error_pages patch more accurate to ensure work properly on macOS. 2 years ago
swananan 6278b1aeae feature: upgrade nginx core to 1.25.1 which supports HTTP3. 2 years ago
fesily d0a77980eb
patches: add privileged agent thread pool (#847) 3 years ago
lijunlong ae42a6bd86
upgrade nginx core to 1.23.0. (#839) 3 years ago
Johnny Wang a7142a8934
bugfix: fixed typo in no-pool patch of 1.21.4. (#799) 4 years ago
Johnny Wang 7e1cf985cf
bugfix: check if the worker_connections is 0 before privileged agent spawning. (#786)
The core dump may occur during initialization

    Program terminated with signal SIGSEGV, Segmentation fault.
    #0  0x0000000000441711 in ngx_event_process_init (cycle=0x1e93cc0) at src/event/ngx_event.c:807
    801         i = cycle->connection_n;
    802         next = NULL;
    803
    804         do {
    805             i--;
    806
    807             c[i].data = next;
    #1  0x000000000044abb9 in ngx_worker_process_init (cycle=cycle@entry=0x1e93cc0, worker=worker@entry=-1) at src/os/unix/ngx_process_cycle.c:968
4 years ago
lijunlong 7df6239881 upgrade the nginx core to 1.21.4. 4 years ago
Johnny Wang 5c7ad29352
upgrade the nginx core to 1.21.3. (#779) 4 years ago
Zhefeng Chen 9fa420424a patches: added the nginx-1.19.9-ssl_client_hello_cb_yield patch. 4 years ago
Johnny Wang 1befa30baa
upgraded ngx_http_redis module to 0.3.9. (#754) 4 years ago
wangyao c93ef77262
change: introduce a new patch for privileged agent process connections. (#751) 4 years ago
Yao Wang 174f72b95c feature: add config ability for privileged connections number. 4 years ago
Johnny Wang 4b5ec7edd7
bugfix: applied the patch for security advisory to NGINX cores >= 0.6.18 and <= 1.20.0 (CVE-2021-23017). (#739) 4 years ago
Johnny Wang 1562e11be5
upgraded the nginx core to 1.19.9. (#717) 4 years ago