From 584750454fc61b717ce899605f6f24eb312cfa79 Mon Sep 17 00:00:00 2001 From: Elvin Efendi Date: Thu, 28 Feb 2019 21:16:49 -0500 Subject: [PATCH] bump luajit version to v2.1-20190228 that has fix for https://github.com/openresty/luajit2/issues/42 --- images/nginx/Makefile | 2 +- images/nginx/rootfs/build.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/images/nginx/Makefile b/images/nginx/Makefile index 471850ffa..4561c80bd 100644 --- a/images/nginx/Makefile +++ b/images/nginx/Makefile @@ -13,7 +13,7 @@ # limitations under the License. # 0.0.0 shouldn't clobber any released builds -TAG ?= 0.80 +TAG ?= 0.81 REGISTRY ?= quay.io/kubernetes-ingress-controller ARCH ?= $(shell go env GOARCH) DOCKER ?= docker diff --git a/images/nginx/rootfs/build.sh b/images/nginx/rootfs/build.sh index 885fef5cb..143946127 100755 --- a/images/nginx/rootfs/build.sh +++ b/images/nginx/rootfs/build.sh @@ -39,7 +39,7 @@ export LUA_UPSTREAM_VERSION=0.07 export NGINX_INFLUXDB_VERSION=0e2cb6cbf850a29c81e44be9e33d9a15d45c50e8 export GEOIP2_VERSION=3.2 export NGINX_AJP_VERSION=bf6cd93f2098b59260de8d494f0f4b1f11a84627 -export LUAJIT_VERSION=0e646b54e1368acb2e39d89014ae649207f4d0a0 +export LUAJIT_VERSION=2.1-20190228 export BUILD_PATH=/tmp/build @@ -209,8 +209,8 @@ get_src 89cedd6466801bfef20499689ebb34ecf17a2e60a34cd06e13c0204ea1775588 \ get_src d81b33129c6fb5203b571fa4d8394823bf473d8872c0357a1d0f14420b1483bd \ "https://github.com/cloudflare/lua-resty-cookie/archive/v0.1.0.tar.gz" -get_src 69914f80665a1c26f22c66768ee2467689c615a5d3e255b3e99a1ef65c769b3d \ - "https://github.com/openresty/luajit2/archive/$LUAJIT_VERSION.tar.gz" +get_src 369bc5b37f0de1cfdab6f5691a7c6438d12214ba3adbf681ce2cebb59932d6b6 \ + "https://github.com/openresty/luajit2/archive/v$LUAJIT_VERSION.tar.gz" get_src c673fcee37c1c4794f921b6710b09e8a0e1e58117aa788f798507d033f737192 \ "https://github.com/influxdata/nginx-influxdb-module/archive/$NGINX_INFLUXDB_VERSION.tar.gz"