Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jul 2020 18:27:18 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542520 - in head/www: lua-resty-core lua-resty-lrucache nginx
Message-ID:  <202007181827.06IIRIQw083091@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Sat Jul 18 18:27:18 2020
New Revision: 542520
URL: https://svnweb.freebsd.org/changeset/ports/542520

Log:
  Update lua-resty-core to 0.1.19 and lua-resty-lrucache to 0.10 and its third-party module for nginx
  
  PR:		248051 248045
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/lua-resty-core/Makefile
  head/www/lua-resty-core/distinfo
  head/www/lua-resty-core/pkg-plist
  head/www/lua-resty-lrucache/Makefile
  head/www/lua-resty-lrucache/distinfo
  head/www/nginx/Makefile
  head/www/nginx/Makefile.extmod
  head/www/nginx/distinfo

Modified: head/www/lua-resty-core/Makefile
==============================================================================
--- head/www/lua-resty-core/Makefile	Sat Jul 18 18:06:55 2020	(r542519)
+++ head/www/lua-resty-core/Makefile	Sat Jul 18 18:27:18 2020	(r542520)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lua-resty-core
-PORTVERSION=	0.1.17
+PORTVERSION=	0.1.19
 DISTVERSIONPREFIX=v
 CATEGORIES=	www
 

Modified: head/www/lua-resty-core/distinfo
==============================================================================
--- head/www/lua-resty-core/distinfo	Sat Jul 18 18:06:55 2020	(r542519)
+++ head/www/lua-resty-core/distinfo	Sat Jul 18 18:27:18 2020	(r542520)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566940586
-SHA256 (openresty-lua-resty-core-v0.1.17_GH0.tar.gz) = 8f5f76d2689a3f6b0782f0a009c56a65e4c7a4382be86422c9b3549fe95b0dc4
-SIZE (openresty-lua-resty-core-v0.1.17_GH0.tar.gz) = 150985
+TIMESTAMP = 1595067648
+SHA256 (openresty-lua-resty-core-v0.1.19_GH0.tar.gz) = 040878ed9a485ca7f0f8128e4e979280bcf501af875704c8830bec6a68f128f7
+SIZE (openresty-lua-resty-core-v0.1.19_GH0.tar.gz) = 155908

Modified: head/www/lua-resty-core/pkg-plist
==============================================================================
--- head/www/lua-resty-core/pkg-plist	Sat Jul 18 18:06:55 2020	(r542519)
+++ head/www/lua-resty-core/pkg-plist	Sat Jul 18 18:27:18 2020	(r542520)
@@ -5,6 +5,7 @@
 %%LUA_MODSHAREDIR%%/ngx/pipe.lua
 %%LUA_MODSHAREDIR%%/ngx/process.lua
 %%LUA_MODSHAREDIR%%/ngx/re.lua
+%%LUA_MODSHAREDIR%%/ngx/req.lua
 %%LUA_MODSHAREDIR%%/ngx/resp.lua
 %%LUA_MODSHAREDIR%%/ngx/semaphore.lua
 %%LUA_MODSHAREDIR%%/ngx/ssl.lua

Modified: head/www/lua-resty-lrucache/Makefile
==============================================================================
--- head/www/lua-resty-lrucache/Makefile	Sat Jul 18 18:06:55 2020	(r542519)
+++ head/www/lua-resty-lrucache/Makefile	Sat Jul 18 18:27:18 2020	(r542520)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lua-resty-lrucache
-PORTVERSION=	0.09
+PORTVERSION=	0.10
 DISTVERSIONPREFIX=v
 CATEGORIES=	www
 

Modified: head/www/lua-resty-lrucache/distinfo
==============================================================================
--- head/www/lua-resty-lrucache/distinfo	Sat Jul 18 18:06:55 2020	(r542519)
+++ head/www/lua-resty-lrucache/distinfo	Sat Jul 18 18:27:18 2020	(r542520)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566944480
-SHA256 (openresty-lua-resty-lrucache-v0.09_GH0.tar.gz) = 42f0384f80b6a9b4f42f91ee688baf69165d0573347e6ea84ebed95e928211d7
-SIZE (openresty-lua-resty-lrucache-v0.09_GH0.tar.gz) = 14954
+TIMESTAMP = 1595061405
+SHA256 (openresty-lua-resty-lrucache-v0.10_GH0.tar.gz) = dae9fb572f04e7df0dabc228f21cdd8bbfa1ff88e682e983ef558585bc899de0
+SIZE (openresty-lua-resty-lrucache-v0.10_GH0.tar.gz) = 17391

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Sat Jul 18 18:06:55 2020	(r542519)
+++ head/www/nginx/Makefile	Sat Jul 18 18:27:18 2020	(r542520)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.18.0
-PORTREVISION?=	19
+PORTREVISION?=	20
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	https://nginx.org/download/ \

Modified: head/www/nginx/Makefile.extmod
==============================================================================
--- head/www/nginx/Makefile.extmod	Sat Jul 18 18:06:55 2020	(r542519)
+++ head/www/nginx/Makefile.extmod	Sat Jul 18 18:27:18 2020	(r542520)
@@ -214,7 +214,7 @@ LUA_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit-openrest
 LUA_RUN_DEPENDS=	lua-resty-core>0:www/lua-resty-core
 LUA_CONFIGURE_ENV=	LUAJIT_INC=${LOCALBASE}/include/luajit-2.1 \
 			LUAJIT_LIB=${LOCALBASE}/lib
-LUA_GH_TUPLE=		openresty:lua-nginx-module:v0.10.15:lua
+LUA_GH_TUPLE=		openresty:lua-nginx-module:v0.10.17:lua
 LUA_VARS=		DSO_EXTMODS+=lua
 
 MEMC_GH_TUPLE=		openresty:memc-nginx-module:v0.18:memc

Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo	Sat Jul 18 18:06:55 2020	(r542519)
+++ head/www/nginx/distinfo	Sat Jul 18 18:27:18 2020	(r542520)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1594850007
+TIMESTAMP = 1595061300
 SHA256 (nginx-1.18.0.tar.gz) = 4c373e7ab5bf91d34a4f11a0c9496561061ba5eee6020db272a17a7228d35f99
 SIZE (nginx-1.18.0.tar.gz) = 1039530
 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
@@ -101,8 +101,8 @@ SHA256 (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) = 
 SIZE (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) = 20617
 SHA256 (Taymindis-nginx-link-function-3.2.3_GH0.tar.gz) = 0b74d94896709aba21036ed6f9dfd63c9efc5b9921ee5892d28a4b03bd9b09bd
 SIZE (Taymindis-nginx-link-function-3.2.3_GH0.tar.gz) = 145317
-SHA256 (openresty-lua-nginx-module-v0.10.15_GH0.tar.gz) = 7d5f3439c8df56046d0564b5857fd8a30296ab1bd6df0f048aed7afb56a0a4c2
-SIZE (openresty-lua-nginx-module-v0.10.15_GH0.tar.gz) = 655110
+SHA256 (openresty-lua-nginx-module-v0.10.17_GH0.tar.gz) = 1ebdcb041ca3bd238813ef6de352285e7418e6001c41a0a260b447260e37716e
+SIZE (openresty-lua-nginx-module-v0.10.17_GH0.tar.gz) = 652431
 SHA256 (openresty-memc-nginx-module-v0.18_GH0.tar.gz) = 4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d
 SIZE (openresty-memc-nginx-module-v0.18_GH0.tar.gz) = 37113
 SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz) = c969a78659bb47c84929de0b9adc1f8c512a51ec9dd3b162cb568ae228d3d59e



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007181827.06IIRIQw083091>