[njs] Disabled js_set at server{} and location{} levels.

2016-12-13 Thread Roman Arutyunyan
details: http://hg.nginx.org/njs/rev/b54508367550 branches: changeset: 281:b54508367550 user: Roman Arutyunyan date: Tue Dec 13 14:04:46 2016 +0300 description: Disabled js_set at server{} and location{} levels. diffstat: nginx/ngx_http_js_module.c | 2 +- nginx/ngx_stream_js_m

[njs] Version 0.1.6.

2016-12-13 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/44b524f7e313 branches: changeset: 282:44b524f7e313 user: Igor Sysoev date: Tue Dec 13 14:18:11 2016 +0300 description: Version 0.1.6. diffstat: Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines): diff -r b5450

[njs] Added tag 0.1.6 for changeset 44b524f7e313

2016-12-13 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/43582218defe branches: changeset: 283:43582218defe user: Igor Sysoev date: Tue Dec 13 14:18:40 2016 +0300 description: Added tag 0.1.6 for changeset 44b524f7e313 diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs

nodigest

2016-12-13 Thread ??????
no-digest-- Original -- From: "nginx-devel-request" Date: Tue, Dec 13, 2016 08:00 PM To: "nginx-devel"; Subject: nginx-devel Digest, Vol 86, Issue 12 Send nginx-devel mailing list submissions to nginx-devel@nginx.org To subscribe or unsubscribe via the Wor

[njs] Disabled js_include at server{} and location{} levels.

2016-12-13 Thread Roman Arutyunyan
details: http://hg.nginx.org/njs/rev/f9d2302afda1 branches: changeset: 284:f9d2302afda1 user: Roman Arutyunyan date: Tue Dec 13 17:17:25 2016 +0300 description: Disabled js_include at server{} and location{} levels. diffstat: nginx/ngx_http_js_module.c | 2 +- nginx/ngx_stream_

[njs] Replaced README contents with online documentation links.

2016-12-13 Thread Roman Arutyunyan
details: http://hg.nginx.org/njs/rev/b5e47a364c02 branches: changeset: 285:b5e47a364c02 user: Roman Arutyunyan date: Tue Dec 13 17:50:06 2016 +0300 description: Replaced README contents with online documentation links. diffstat: README | 287 +-

[nginx] release-1.11.7 tag

2016-12-13 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/25a64c864f4d branches: changeset: 6836:25a64c864f4d user: Maxim Dounin date: Tue Dec 13 18:21:23 2016 +0300 description: release-1.11.7 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff --g

[nginx] nginx-1.11.7-RELEASE

2016-12-13 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/5c8f60faf33c branches: changeset: 6835:5c8f60faf33c user: Maxim Dounin date: Tue Dec 13 18:21:23 2016 +0300 description: nginx-1.11.7-RELEASE diffstat: docs/xml/nginx/changes.xml | 94 ++ 1 files c

[nginx] The size of cmcf->phase_engine.handlers explained.

2016-12-13 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/666b2bea3cb9 branches: changeset: 6838:666b2bea3cb9 user: Ruslan Ermilov date: Tue Dec 13 22:00:49 2016 +0300 description: The size of cmcf->phase_engine.handlers explained. diffstat: src/http/ngx_http.c | 5 - 1 files changed, 4 inserti

[nginx] Version bump.

2016-12-13 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/2c62d5613992 branches: changeset: 6837:2c62d5613992 user: Ruslan Ermilov date: Tue Dec 13 22:00:42 2016 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines):

[nginx] Contrib: added 'commentstring' for vim-commentary support.

2016-12-13 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/32714e608629 branches: changeset: 6839:32714e608629 user: Armin Grodon date: Tue Dec 13 00:49:44 2016 +0100 description: Contrib: added 'commentstring' for vim-commentary support. diffstat: contrib/vim/ftplugin/nginx.vim | 1 + 1 files chang

Re: [nginx.vim][PATCH] add 'commentstring' for vim-commentary support

2016-12-13 Thread Maxim Dounin
Hello! On Tue, Dec 13, 2016 at 01:08:49AM +0100, Armin Grodon wrote: > Hi, > > this small path adds the correct comments for the widely used vim-plugin > 'commentary.vim'. > > > # HG changeset patch > # User Armin Grodon > # Date 1481586584 -3600 > # Tue Dec 13 00:49:44 2016 +0100 > # No

[PATCH] SSL: fix call to BIO_get_mem_data()

2016-12-13 Thread Piotr Sikora via nginx-devel
# HG changeset patch # User Piotr Sikora # Date 1481667570 28800 # Tue Dec 13 14:19:30 2016 -0800 # Node ID c0b6eef901895a4790db1e62d2822651977399a4 # Parent 25a64c864f4d31761eb42d39cda8b0e80277816d SSL: fix call to BIO_get_mem_data(). Fixes build with BoringSSL. Signed-off-by: Piotr Sikor

Re: [nginx] SSL: $ssl_curves (ticket #1088).

2016-12-13 Thread Piotr Sikora via nginx-devel
Hey Maxim, > details: http://hg.nginx.org/nginx/rev/e75e854657ba > branches: > changeset: 6817:e75e854657ba > user: Maxim Dounin > date: Mon Dec 05 22:23:23 2016 +0300 > description: > SSL: $ssl_curves (ticket #1088). > > The variable contains a list of curves as supported by the clie

[PATCH 1 of 2] rpm: Fixed incorrect change log day of the week

2016-12-13 Thread khara
# HG changeset patch # User Kazuhisa Hara # Date 1481688313 -32400 # Wed Dec 14 13:05:13 2016 +0900 # Node ID 9c4a4bd4be50d4002300dee737d9c0e610dbf898 # Parent 349953fceb547fa665faedc42127f61fa4d598d3 rpm: Fixed incorrect change log day of the week. rpmbuild warns of bogus dates. May 24, 20

[PATCH 2 of 2] rpm: Added support for Fedora 18 or later

2016-12-13 Thread khara
# HG changeset patch # User Kazuhisa Hara # Date 1481688579 -32400 # Wed Dec 14 13:09:39 2016 +0900 # Node ID 7d336407f7acef88043531bc23e70b407642af91 # Parent 9c4a4bd4be50d4002300dee737d9c0e610dbf898 rpm: Added support for Fedora 18 or later. For Fedora 18 and later, the same build method

Re: [PATCH 2 of 2] rpm: Added support for Fedora 18 or later

2016-12-13 Thread εŽŸε’ŒδΉ…
Hi, These two patches are for the pkg-oss repository. Could you take a look at the following patch? Thanks and regards. 2016-12-14 13:38 GMT+09:00 : > # HG changeset patch > # User Kazuhisa Hara > # Date 1481688579 -32400 > # Wed Dec 14 13:09:39 2016 +0900 > # Node ID 7d336407f7acef88043