pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/nginx
Module Name: pkgsrc
Committed By: otis
Date: Fri Nov 6 22:54:17 UTC 2020
Modified Files:
pkgsrc/www/nginx: Makefile distinfo options.mk
Log Message:
nginx: Update LUA module to 0.10.19
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/www/nginx/Makefile
cvs rdiff -u -r1.79 -r1.80 pkgsrc/www/nginx/distinfo
cvs rdiff -u -r1.62 -r1.63 pkgsrc/www/nginx/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/nginx/Makefile
diff -u pkgsrc/www/nginx/Makefile:1.93 pkgsrc/www/nginx/Makefile:1.94
--- pkgsrc/www/nginx/Makefile:1.93 Thu Nov 5 09:09:21 2020
+++ pkgsrc/www/nginx/Makefile Fri Nov 6 22:54:17 2020
@@ -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"
Index: pkgsrc/www/nginx/distinfo
diff -u pkgsrc/www/nginx/distinfo:1.79 pkgsrc/www/nginx/distinfo:1.80
--- pkgsrc/www/nginx/distinfo:1.79 Wed Oct 28 20:21:34 2020
+++ pkgsrc/www/nginx/distinfo Fri Nov 6 22:54:17 2020
@@ -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 @@ SHA1 (headers-more-nginx-module-0.33.tar
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
Index: pkgsrc/www/nginx/options.mk
diff -u pkgsrc/www/nginx/options.mk:1.62 pkgsrc/www/nginx/options.mk:1.63
--- pkgsrc/www/nginx/options.mk:1.62 Wed Oct 28 20:21:34 2020
+++ pkgsrc/www/nginx/options.mk Fri Nov 6 22:54:17 2020
@@ -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_ENV+= LUAJIT_INC=${PREFIX}/in
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