Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions kong.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
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
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
Expand Down Expand Up @@ -43,7 +47,7 @@ pipeline:
with:
repository: https://github.com/Kong/kong
tag: ${{package.version}}
expected-commit: 0118b3c220681d4f0327540ae1a5e8f271081bf6
expected-commit: b724fc7154de3a9971e33490097d5ea2c1bae93b

- uses: patch
with:
Expand Down
4 changes: 2 additions & 2 deletions kong/openssl.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 \\
Expand Down
Loading