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:           Wed Sep 15 12:37:05 UTC 2021

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

Log Message:
nginx: updated nchan module; bumped revision

1.2.10 (Aug. 25 2021)
 fix: Nchan could not be built without openssl due to hiredis dependency
      (introduced in v1.2.9)
 feature: allow no separator for http-raw-stream (thanks @sclem)

1.2.9 (Aug. 12 2021)
 feature: Redis cluster reconfiguration check timer,
      nchan_redis_cluster_check_interval setting
 fix: detect Redis cluster reconfiguration when publishing messages in "nostore" mode
 update: hiredis updated to v1.0.0
 fix: segfault on out-of-shared-memory condition for multiplexed publishers


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/www/nginx/Makefile
cvs rdiff -u -r1.87 -r1.88 pkgsrc/www/nginx/distinfo
cvs rdiff -u -r1.70 -r1.71 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.101 pkgsrc/www/nginx/Makefile:1.102
--- pkgsrc/www/nginx/Makefile:1.101     Tue Jun  1 10:53:46 2021
+++ pkgsrc/www/nginx/Makefile   Wed Sep 15 12:37:05 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.101 2021/06/01 10:53:46 adam Exp $
+# $NetBSD: Makefile,v 1.102 2021/09/15 12:37:05 adam Exp $
 
 DISTNAME=      nginx-1.20.1
+PKGREVISION=   1
 
 MAINTAINER=    joerg%NetBSD.org@localhost
 

Index: pkgsrc/www/nginx/distinfo
diff -u pkgsrc/www/nginx/distinfo:1.87 pkgsrc/www/nginx/distinfo:1.88
--- pkgsrc/www/nginx/distinfo:1.87      Tue Jun  1 10:53:46 2021
+++ pkgsrc/www/nginx/distinfo   Wed Sep 15 12:37:05 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.87 2021/06/01 10:53:46 adam Exp $
+$NetBSD: distinfo,v 1.88 2021/09/15 12:37:05 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.2.tar.gz) = 
 RMD160 (nginx-rtmp-module-1.2.2.tar.gz) = a19f42e4f15214fd11ac8f334468dc400b86b5bd
 SHA512 (nginx-rtmp-module-1.2.2.tar.gz) = 3f8c803221854c4b1a06aadc6313fbfec74bd7179c0ee51d4365b26ffa8875881a6e1e48f777a9c9efbb9170ab7478a82920d5448a2c2df485503d37bb03ab81
 Size (nginx-rtmp-module-1.2.2.tar.gz) = 519934 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 (nginx_http_push_module-1.2.10.tar.gz) = 8dd32bfbccae58d0e40d2d10b183c1479ea3a5bc
+RMD160 (nginx_http_push_module-1.2.10.tar.gz) = 00601ab439d983687b3c30796c86227fdb43069c
+SHA512 (nginx_http_push_module-1.2.10.tar.gz) = f902641cab1c4c0d95d4ac59769c46512f7b9af9e1c49fea85a724d9eb7c3cb4ec2a4fbd9df196d8e0d250b73c9b352305e4e0cbbdcc310143a85e0f7d42c6a2
+Size (nginx_http_push_module-1.2.10.tar.gz) = 713615 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.70 pkgsrc/www/nginx/options.mk:1.71
--- pkgsrc/www/nginx/options.mk:1.70    Tue Jun  1 10:53:46 2021
+++ pkgsrc/www/nginx/options.mk Wed Sep 15 12:37:05 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.70 2021/06/01 10:53:46 adam Exp $
+# $NetBSD: options.mk,v 1.71 2021/09/15 12:37:05 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.8
+PUSH_VERSION=          1.2.10
 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