zstd patch
build-and-publish / build (Raccoon, ubuntu:26.04, NEXUS_PASS_RACCOON, NEXUS_REPO_RACCOON, NEXUS_USER_RACCOON, raccoon) (push) Successful in 3m39s
build-and-publish / build (Trixie, debian:13, NEXUS_PASS_TRIXIE, NEXUS_REPO_TRIXIE, NEXUS_USER_TRIXIE, trixie) (push) Successful in 3m26s

This commit is contained in:
theraw
2026-07-01 22:59:28 +00:00
parent 0078fdbc53
commit 730a4cc47f
4 changed files with 28 additions and 116 deletions
+8 -2
View File
@@ -54,10 +54,16 @@ export NGX_MOD_LUA_LOCK="0.09"
# https://github.com/openresty/srcache-nginx-module/tags
export NGX_MOD_LUA_SRCACHE="0.33"
# https://github.com/tokers/zstd-nginx-module/tags
# https://github.com/eilandert/zstd-nginx-module/tags
# Zstandard compression module. Chrome 123+ and Firefox 126+ send
# `Accept-Encoding: zstd`; older clients fall back to brotli/gzip.
export NGX_MOD_ZSTD="0.1.1"
# Switched from tokers/zstd-nginx-module (unmaintained since 0.1.1, 2023-10-23)
# to eilandert/zstd-nginx-module, an actively maintained fork that has already
# absorbed the flush-loop CPU-spin fix we previously carried as a local patch
# (PR #23 + PR #49 + follow-up work — see filter/ngx_http_zstd_filter_module.c
# in the fork for the "content-less flush completed" branch that supersedes
# our patch).
export NGX_MOD_ZSTD="0.90.6"
# https://github.com/zlib-ng/zlib-ng/releases
# Drop-in libz replacement with SIMD-accelerated DEFLATE. Built in --zlib-compat