Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 22:56:58 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494217 - in head/www: nginx nginx-devel
Message-ID:  <201902282256.x1SMuwpS054515@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Thu Feb 28 22:56:58 2019
New Revision: 494217
URL: https://svnweb.freebsd.org/changeset/ports/494217

Log:
  Update third-party lua module to its recent version 0.10.14.
  
  Bump PORTREVISION.

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/Makefile.extmod
  head/www/nginx-devel/distinfo
  head/www/nginx/Makefile
  head/www/nginx/Makefile.extmod
  head/www/nginx/distinfo

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Thu Feb 28 22:47:11 2019	(r494216)
+++ head/www/nginx-devel/Makefile	Thu Feb 28 22:56:58 2019	(r494217)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.15.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/ \
 		LOCAL/osa

Modified: head/www/nginx-devel/Makefile.extmod
==============================================================================
--- head/www/nginx-devel/Makefile.extmod	Thu Feb 28 22:47:11 2019	(r494216)
+++ head/www/nginx-devel/Makefile.extmod	Thu Feb 28 22:56:58 2019	(r494217)
@@ -193,7 +193,7 @@ LUA_IMPLIES=		DEVEL_KIT
 LUA_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit
 LUA_CONFIGURE_ENV=	LUAJIT_INC=${LOCALBASE}/include/luajit-2.0 \
 			LUAJIT_LIB=${LOCALBASE}/lib
-LUA_GH_TUPLE=		openresty:lua-nginx-module:v0.10.13:lua
+LUA_GH_TUPLE=		openresty:lua-nginx-module:v0.10.14:lua
 LUA_VARS=		DSO_EXTMODS+=lua
 
 MEMC_GH_TUPLE=		openresty:memc-nginx-module:v0.19:memc

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Thu Feb 28 22:47:11 2019	(r494216)
+++ head/www/nginx-devel/distinfo	Thu Feb 28 22:56:58 2019	(r494217)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1551393198
+TIMESTAMP = 1551394276
 SHA256 (nginx-1.15.9.tar.gz) = e4cfba989bba614cd53f3f406ac6da9f05977d6b1296e5d20a299f10c2d7ae43
 SIZE (nginx-1.15.9.tar.gz) = 1031760
 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
@@ -99,8 +99,8 @@ SHA256 (calio-iconv-nginx-module-v0.14_GH0.tar.gz) = b
 SIZE (calio-iconv-nginx-module-v0.14_GH0.tar.gz) = 13133
 SHA256 (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = cbf6fcddc00a7e30289134bdeace12565e000cc7d4efee2d2ebb8799d0b88270
 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534
-SHA256 (openresty-lua-nginx-module-v0.10.13_GH0.tar.gz) = ecea8c3d7f69dd48c6132498ddefb5d83ba9f387fa3d4da14e2abeacdfc8a3ee
-SIZE (openresty-lua-nginx-module-v0.10.13_GH0.tar.gz) = 624102
+SHA256 (openresty-lua-nginx-module-v0.10.14_GH0.tar.gz) = 9e17e086d0ac74fb72326abb7f2f8274c080b4981cbf358b026307b4088e7148
+SIZE (openresty-lua-nginx-module-v0.10.14_GH0.tar.gz) = 654097
 SHA256 (openresty-memc-nginx-module-v0.19_GH0.tar.gz) = 8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8
 SIZE (openresty-memc-nginx-module-v0.19_GH0.tar.gz) = 34654
 SHA256 (SpiderLabs-ModSecurity-nginx-ecb255a_GH0.tar.gz) = 5db295eec3936ab2bd519e13fad3bb48507ca22a6c0284a0d8dd3b07cfe8eec7

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Thu Feb 28 22:47:11 2019	(r494216)
+++ head/www/nginx/Makefile	Thu Feb 28 22:56:58 2019	(r494217)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.14.2
-PORTREVISION?=	10
+PORTREVISION?=	11
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/ \

Modified: head/www/nginx/Makefile.extmod
==============================================================================
--- head/www/nginx/Makefile.extmod	Thu Feb 28 22:47:11 2019	(r494216)
+++ head/www/nginx/Makefile.extmod	Thu Feb 28 22:56:58 2019	(r494217)
@@ -197,7 +197,7 @@ LUA_IMPLIES=		DEVEL_KIT
 LUA_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit
 LUA_CONFIGURE_ENV=	LUAJIT_INC=${LOCALBASE}/include/luajit-2.0 \
 			LUAJIT_LIB=${LOCALBASE}/lib
-LUA_GH_TUPLE=		openresty:lua-nginx-module:v0.10.14rc6:lua
+LUA_GH_TUPLE=		openresty:lua-nginx-module:v0.10.14: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	Thu Feb 28 22:47:11 2019	(r494216)
+++ head/www/nginx/distinfo	Thu Feb 28 22:56:58 2019	(r494217)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1551392759
+TIMESTAMP = 1551394327
 SHA256 (nginx-1.14.2.tar.gz) = 002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797
 SIZE (nginx-1.14.2.tar.gz) = 1015384
 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
@@ -99,8 +99,8 @@ SHA256 (calio-iconv-nginx-module-v0.14_GH0.tar.gz) = b
 SIZE (calio-iconv-nginx-module-v0.14_GH0.tar.gz) = 13133
 SHA256 (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = cbf6fcddc00a7e30289134bdeace12565e000cc7d4efee2d2ebb8799d0b88270
 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534
-SHA256 (openresty-lua-nginx-module-v0.10.14rc6_GH0.tar.gz) = 370a4ac0b74751d719d27e78bac3ba8fefacdbc15fc999e574f452d77e42b89c
-SIZE (openresty-lua-nginx-module-v0.10.14rc6_GH0.tar.gz) = 653621
+SHA256 (openresty-lua-nginx-module-v0.10.14_GH0.tar.gz) = 9e17e086d0ac74fb72326abb7f2f8274c080b4981cbf358b026307b4088e7148
+SIZE (openresty-lua-nginx-module-v0.10.14_GH0.tar.gz) = 654097
 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-71ede63_GH0.tar.gz) = 2914d2fc4b9a0007480585c742cefef345ad8f65396da1ab9cd6e203811ac723



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