pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nginx nginx: Update LUA module to 0.10.19



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0cb005bc6aa
branches:  trunk
changeset: 441601:a0cb005bc6aa
user:      otis <otis%pkgsrc.org@localhost>
date:      Fri Nov 06 22:54:17 2020 +0000

description:
nginx: Update LUA module to 0.10.19

diffstat:

 www/nginx/Makefile   |   4 ++--
 www/nginx/distinfo   |  10 +++++-----
 www/nginx/options.mk |   4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r 2e646cd91c50 -r a0cb005bc6aa www/nginx/Makefile
--- a/www/nginx/Makefile        Fri Nov 06 22:21:35 2020 +0000
+++ b/www/nginx/Makefile        Fri Nov 06 22:54:17 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.93 2020/11/05 09:09:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.94 2020/11/06 22:54:17 otis Exp $
 
 DISTNAME=      nginx-1.18.0
 
 MAINTAINER=    joerg%NetBSD.org@localhost
 
-PKGREVISION= 5
+PKGREVISION= 6
 .include "../../www/nginx/Makefile.common"
diff -r 2e646cd91c50 -r a0cb005bc6aa www/nginx/distinfo
--- a/www/nginx/distinfo        Fri Nov 06 22:21:35 2020 +0000
+++ b/www/nginx/distinfo        Fri Nov 06 22:54:17 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.79 2020/10/28 20:21:34 otis Exp $
+$NetBSD: distinfo,v 1.80 2020/11/06 22:54:17 otis Exp $
 
 SHA1 (array-var-nginx-module-0.05.tar.gz) = c69fac77814947009ab783a471783b3c95a63a26
 RMD160 (array-var-nginx-module-0.05.tar.gz) = 89bd4efc04864e3e90781588a337338951ec8733
@@ -20,10 +20,10 @@
 RMD160 (headers-more-nginx-module-0.33.tar.gz) = fb27195a722e81f533016e693b5a6616fd6b4f72
 SHA512 (headers-more-nginx-module-0.33.tar.gz) = 13165b1b8d4be281b8bd2404fa48d456013d560bace094c81da08a35dc6a4f025a809a3ae3a42be6bbf67abbcbe41e0730aba06f905220f3baeb01e1192a7d37
 Size (headers-more-nginx-module-0.33.tar.gz) = 28130 bytes
-SHA1 (lua-nginx-module-0.10.17.tar.gz) = da7a5a91cfe3baca42b2ce1922569417629ab914
-RMD160 (lua-nginx-module-0.10.17.tar.gz) = a9a23cfa60aed91795d897ab29be73565eb10ff8
-SHA512 (lua-nginx-module-0.10.17.tar.gz) = 0d14cb92572b215238dd83d60bb4789b77f0bf6b9452fc8b8473bcc652342280ed32d783eb619665fd7f22f6cf6efea9b95f6f6d6a4613553a02b74b95f88d8a
-Size (lua-nginx-module-0.10.17.tar.gz) = 652431 bytes
+SHA1 (lua-nginx-module-0.10.19.tar.gz) = 1fa72fe33f6aa9884e5baf4724f112ac0a157da2
+RMD160 (lua-nginx-module-0.10.19.tar.gz) = cd8171fcadbd8f77692ab63b35d7ec66ca66983b
+SHA512 (lua-nginx-module-0.10.19.tar.gz) = 6b258bdcb45f99f9cec3df14fa6747704ab1f0005f8a2ccd4440f8ec477e3dcbf6026e1acffc9d5fecb79605248168a77bd2a26d67c98c7d5cc336f9474ef68c
+Size (lua-nginx-module-0.10.19.tar.gz) = 666942 bytes
 SHA1 (naxsi-1.2.tar.gz) = 4060c6c15668d59e76790e5850fceef7ce8c11d5
 RMD160 (naxsi-1.2.tar.gz) = 8d55803633efc679ecf1c0e6d9efe4f464346d9f
 SHA512 (naxsi-1.2.tar.gz) = 517849b9578d4ffb13b88f17d4c6818ed3b1970165609a2100daa35eb0a9327fe225710bf543be5aedad1d6078f2d4a8b5982738b12aaf51380fa71976b93885
diff -r 2e646cd91c50 -r a0cb005bc6aa www/nginx/options.mk
--- a/www/nginx/options.mk      Fri Nov 06 22:21:35 2020 +0000
+++ b/www/nginx/options.mk      Fri Nov 06 22:54:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.62 2020/10/28 20:21:34 otis Exp $
+# $NetBSD: options.mk,v 1.63 2020/11/06 22:54:17 otis Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.nginx
 PKG_SUPPORTED_OPTIONS= array-var auth-request dav debug echo encrypted-session \
@@ -135,7 +135,7 @@
 CONFIGURE_ARGS+=       --add-module=../${LUA_DISTNAME}
 .endif
 .if !empty(PKG_OPTIONS:Mluajit) || make(makesum) || make(mdi)
-LUA_VERSION=           0.10.17
+LUA_VERSION=           0.10.19
 LUA_DISTNAME=          lua-nginx-module-${LUA_VERSION}
 LUA_DISTFILE=          ${LUA_DISTNAME}.tar.gz
 SITES.${LUA_DISTFILE}= -https://github.com/openresty/lua-nginx-module/archive/v${LUA_VERSION}.tar.gz



Home | Main Index | Thread Index | Old Index