mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
[DEPS] Add zstd v1.5.6 and zstd-nginx-module v0.1.1 to dependencies
This commit is contained in:
parent
95df521ba6
commit
67ff7475aa
2 changed files with 16 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
- [FEATURE] Add `stream` support in `Kubernetes` integration
|
||||
- [DOCS] Added Swarm deprecated notice in the documentation
|
||||
- [DEPS] Updated libmaxminddb version to v1.12.2
|
||||
- [DEPS] Added zstd version v1.5.6
|
||||
- [DEPS] Added zstd-nginx-module version v0.1.1+
|
||||
|
||||
## v1.6.0-rc1 - 2025/01/10
|
||||
|
||||
|
|
|
|||
|
|
@ -271,6 +271,20 @@
|
|||
"url": "https://github.com/madler/zlib.git",
|
||||
"commit": "51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf",
|
||||
"post_install": "rm -r src/deps/src/zlib/doc src/deps/src/zlib/examples"
|
||||
},
|
||||
{
|
||||
"id": "zstd",
|
||||
"name": "zstd v1.5.6",
|
||||
"url": "https://github.com/facebook/zstd.git",
|
||||
"commit": "794ea1b0afca0f020f4e57b6732332231fb23c70",
|
||||
"post_install": "rm -r src/deps/src/zstd/tests"
|
||||
},
|
||||
{
|
||||
"id": "zstd-nginx-module",
|
||||
"name": "zstd-nginx-module v0.1.1 (1 commit after just in case)",
|
||||
"url": "https://github.com/tokers/zstd-nginx-module.git",
|
||||
"commit": "f4ba115e0b0eaecde545e5f37db6aa18917d8f4b",
|
||||
"post_install": "rm -r src/deps/src/zstd-nginx-module/tests"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue