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:   adam
Date:           Fri Apr 16 07:09:35 UTC 2021

Modified Files:
        pkgsrc/www/nginx: distinfo options.mk

Log Message:
nginx: updated nginx_http_push_module to 1.2.8

1.2.8 (Apr. 12 2021)
 feature: nchan_subscriber_info locations for receiving customizable info from
      subscribers of a given channel.
 fix: incorrect lgging of disconnected subscribers with 400 error instead of 499
      (bug introduced in v1.2.7)
 feature: add $nchan_channel_subscriber_last_seen, $nchan_channel_subscriber_count
      and $nchan_channel_message_count variables
 fix: GCC 10 compatibility


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/www/nginx/distinfo
cvs rdiff -u -r1.68 -r1.69 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/distinfo
diff -u pkgsrc/www/nginx/distinfo:1.84 pkgsrc/www/nginx/distinfo:1.85
--- pkgsrc/www/nginx/distinfo:1.84      Wed Apr  7 13:09:13 2021
+++ pkgsrc/www/nginx/distinfo   Fri Apr 16 07:09:34 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.84 2021/04/07 13:09:13 tpaul Exp $
+$NetBSD: distinfo,v 1.85 2021/04/16 07:09:34 adam Exp $
 
 SHA1 (array-var-nginx-module-0.05.tar.gz) = c69fac77814947009ab783a471783b3c95a63a26
 RMD160 (array-var-nginx-module-0.05.tar.gz) = 89bd4efc04864e3e90781588a337338951ec8733
@@ -40,10 +40,10 @@ SHA1 (nginx-rtmp-module-1.2.1.tar.gz) = 
 RMD160 (nginx-rtmp-module-1.2.1.tar.gz) = 5fc0b4ac0b2c0a6d70957a5256754db8a9e934cf
 SHA512 (nginx-rtmp-module-1.2.1.tar.gz) = 4a0af5e9afa4deb0b53de8de7ddb2cfa6430d372e1ef9e421f01b509548bd134d427345442ac1ce667338cc2a1484dc2ab732e316e878ac7d3537dc527d5f922
 Size (nginx-rtmp-module-1.2.1.tar.gz) = 519919 bytes
-SHA1 (nginx_http_push_module-1.2.7.tar.gz) = 55b61d12f7f66176ff859d7cc9933b9912db85b4
-RMD160 (nginx_http_push_module-1.2.7.tar.gz) = 13dcd7dba0c88f1d6c74e008f1e8c3d96b8b4e42
-SHA512 (nginx_http_push_module-1.2.7.tar.gz) = d8b0e79c2b9cf4dd0b3ba8bfeeca86795b1206ec2a468829e6fd20c2286c9a8f75ad135424590cfb3a9d9cded5cefde4f19ba9e36d63a0ff95487d7139732bd9
-Size (nginx_http_push_module-1.2.7.tar.gz) = 673406 bytes
+SHA1 (nginx_http_push_module-1.2.8.tar.gz) = 1593ae77fc8dd98bc4a9ba2fb78675fd0dedf9d9
+RMD160 (nginx_http_push_module-1.2.8.tar.gz) = d59a130768a63280b86f760af0cedf7066fdd2f9
+SHA512 (nginx_http_push_module-1.2.8.tar.gz) = bea5ce8669f43f752a42f5988125ac1beb7c7904e780605f7706bbb03e9ab4f30a2bcbcddac5bc1c67cff4d92f798023ec320e8d9a2db47953f9f7b08b5ad882
+Size (nginx_http_push_module-1.2.8.tar.gz) = 681604 bytes
 SHA1 (ngx_cache_purge-2.5.1.tar.gz) = 12069184d255a99a5039a7e9b1299945c6767acc
 RMD160 (ngx_cache_purge-2.5.1.tar.gz) = 35848113b920593bc99d34b1dfffd4292ce02c58
 SHA512 (ngx_cache_purge-2.5.1.tar.gz) = 3ad37b4a251fb85a9a384f87fea5ca640166e3d7173c6ed9a857b191ae5f2e93819483b5d423fcafe8a10239b571677b342cc2d2d5d62315816f1316d7d5bb76

Index: pkgsrc/www/nginx/options.mk
diff -u pkgsrc/www/nginx/options.mk:1.68 pkgsrc/www/nginx/options.mk:1.69
--- pkgsrc/www/nginx/options.mk:1.68    Wed Apr  7 13:09:13 2021
+++ pkgsrc/www/nginx/options.mk Fri Apr 16 07:09:34 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.68 2021/04/07 13:09:13 tpaul Exp $
+# $NetBSD: options.mk,v 1.69 2021/04/16 07:09:34 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.nginx
 PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug
@@ -211,7 +211,7 @@ CONFIGURE_ARGS+=    --without-http_uwsgi_mo
 .endif
 
 .if !empty(PKG_OPTIONS:Mpush) || make(makesum) || make(mdi) || make(distclean)
-PUSH_VERSION=          1.2.7
+PUSH_VERSION=          1.2.8
 PUSH_DISTNAME=         nginx_http_push_module-${PUSH_VERSION}
 PUSH_DISTFILE=         ${PUSH_DISTNAME}.tar.gz
 SITES.${PUSH_DISTFILE}=        -${MASTER_SITE_GITHUB:=slact/nchan/archive/}v${PUSH_VERSION}.tar.gz



Home | Main Index | Thread Index | Old Index