From a1f3205c684843293e57c50163919676ce6f18a2 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Wed, 4 Jun 2025 09:53:59 +0000 Subject: [PATCH 1/3] kong/3.9.1 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- kong.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kong.yaml b/kong.yaml index 3412afc6ea6..3b6d7951ab0 100644 --- a/kong.yaml +++ b/kong.yaml @@ -1,7 +1,7 @@ package: name: kong - version: 3.9.0 - epoch: 4 + version: "3.9.1" + epoch: 0 description: "The Kong Gateway - an API Gateway built on Nginx and OpenResty" copyright: - license: Apache-2.0 @@ -43,7 +43,7 @@ pipeline: with: repository: https://github.com/Kong/kong tag: ${{package.version}} - expected-commit: 0118b3c220681d4f0327540ae1a5e8f271081bf6 + expected-commit: b724fc7154de3a9971e33490097d5ea2c1bae93b - uses: patch with: From 77ba3e52d39c61b081370c9918dc7274f5fe97b8 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Fri, 6 Jun 2025 13:49:49 -0400 Subject: [PATCH 2/3] kong: refresh openssl.patch --- kong/openssl.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kong/openssl.patch b/kong/openssl.patch index 922e50fad16..c1e2bddf20f 100644 --- a/kong/openssl.patch +++ b/kong/openssl.patch @@ -67,10 +67,10 @@ index 10515f8..f8cc445 100644 # The Bazel rules doesn't export the `libexpat.so` file, # it only exports something like `libexpat.so.1.6.0`, -@@ -115,8 +113,6 @@ fi +@@ -121,8 +119,6 @@ fi # some distros has BINPRM_BUF_SIZE smaller than the shebang generated, # which is usually more than 160 bytes - $host_luajit $root_path/$LUAROCKS_HOST/bin/luarocks \$private_rocks_args \$@ \\ + $host_lua $root_path/$LUAROCKS_HOST/bin/luarocks \$private_rocks_args \$@ \\ - OPENSSL_DIR=$OPENSSL_DIR \\ - CRYPTO_DIR=$OPENSSL_DIR \\ EXPAT_DIR=$EXPAT_DIR \\ From 4ea9a5ee31a508270091e94a5825b8d0b86fe1e4 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Mon, 9 Jun 2025 10:43:54 -0400 Subject: [PATCH 3/3] kong: don't generate cmd:resty dependency --- kong.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kong.yaml b/kong.yaml index 3b6d7951ab0..657d12364d6 100644 --- a/kong.yaml +++ b/kong.yaml @@ -5,6 +5,10 @@ package: description: "The Kong Gateway - an API Gateway built on Nginx and OpenResty" copyright: - license: Apache-2.0 + options: + # `kong` ships its own `resty` binary, so we don't want it to generate a + # dependency on cmd:resty + no-commands: true dependencies: runtime: - perl