From e2f485205fcc272b21ebf52610cf3b0fcf1f22ce Mon Sep 17 00:00:00 2001 From: Wangchong Zhou Date: Fri, 18 Aug 2023 16:27:23 +0800 Subject: [PATCH] chore(deps): bump lua-ffi-zlib to 0.6 and remove zlib dev packages from artifact dependency (#11373) Fix KAG-2241 --- CHANGELOG.md | 2 ++ build/package/nfpm.yaml | 2 -- kong-3.5.0-0.rockspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b42b096170f..25a9ff291305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -246,6 +246,8 @@ [#11071](https://github.com/Kong/kong/pull/11071) - Bumped lua-resty-lmdb from 1.1.0 to 1.3.0 [#11227](https://github.com/Kong/kong/pull/11227) +- Bumped lua-ffi-zlib from 0.5 to 0.6 + [#11373](https://github.com/Kong/kong/pull/11373) ### Known Issues - Some referenceable configuration fields, such as the `http_endpoint` field diff --git a/build/package/nfpm.yaml b/build/package/nfpm.yaml index 4555584993d5..2650569fc6da 100644 --- a/build/package/nfpm.yaml +++ b/build/package/nfpm.yaml @@ -52,7 +52,6 @@ overrides: - ca-certificates - libpcre3 - perl - - zlib1g-dev - libyaml-0-2 rpm: depends: @@ -61,7 +60,6 @@ overrides: - perl - perl-Time-HiRes - zlib - - zlib-devel - libyaml # Workaround for https://github.com/goreleaser/nfpm/issues/589 - ${RPM_EXTRA_DEPS} diff --git a/kong-3.5.0-0.rockspec b/kong-3.5.0-0.rockspec index 946662e8c281..64ab06413c9a 100644 --- a/kong-3.5.0-0.rockspec +++ b/kong-3.5.0-0.rockspec @@ -18,7 +18,7 @@ dependencies = { "penlight == 1.13.1", "lua-resty-http == 0.17.1", "lua-resty-jit-uuid == 0.0.7", - "lua-ffi-zlib == 0.5", + "lua-ffi-zlib == 0.6", "multipart == 0.5.9", "version == 1.0.1", "kong-lapis == 1.14.0.2",