[nginx] Version bump.

2021-02-20 Thread Ruslan Ermilov
details: https://hg.nginx.org/nginx/rev/5ef14498edf7 branches: changeset: :5ef14498edf7 user: Ruslan Ermilov date: Sat Feb 20 12:44:07 2021 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines)

[nginx] Configure: marked top-level make targets as phony.

2021-02-20 Thread Ruslan Ermilov
details: https://hg.nginx.org/nginx/rev/549b13cd793b branches: changeset: 7778:549b13cd793b user: Ruslan Ermilov date: Sat Feb 20 12:44:26 2021 +0300 description: Configure: marked top-level make targets as phony. Reported by Thibault Nélis. diffstat: auto/init| 2 ++ auto/i

Re: [PATCH] Define phony make targets as such.

2021-02-20 Thread Ruslan Ermilov
http://hg.nginx.org/nginx/rev/549b13cd793b On Fri, Feb 05, 2021 at 12:48:50AM +0100, Thibault Nélis wrote: > Hello, > > I just spent more time than I care to admit troubleshooting a make > issue after naively using `./configure --builddir=build` (make target > inadvertently matches this directory

Re: [PATCH] Mail: added PROXY PROTOCOL support

2021-02-20 Thread Maxim Dounin
Hello! On Tue, Jan 19, 2021 at 06:34:30PM +0300, muradm wrote: > # HG changeset patch > # User muradm > # Date 1611069863 -10800 > # Tue Jan 19 18:24:23 2021 +0300 > # Node ID 4618e767b84c5b3a7712466edb5bf37e3f0294ed > # Parent 83c4622053b02821a12d522d08eaff3ac27e65e3 Thanks for the patch

[nginx] SSL: X509_NAME_oneline() error handling.

2021-02-20 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/018a09b766ef branches: changeset: 7779:018a09b766ef user: Maxim Dounin date: Sat Feb 20 18:02:49 2021 +0300 description: SSL: X509_NAME_oneline() error handling. diffstat: src/event/ngx_event_openssl.c | 44 +

[nginx] SSL: added check for debugging.

2021-02-20 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/51e6a665523c branches: changeset: 7781:51e6a665523c user: Maxim Dounin date: Sat Feb 20 18:03:04 2021 +0300 description: SSL: added check for debugging. If debugging is not enabled, there is no need to do extra work in ngx_ssl_verify_callback(

[nginx] SSL: added missed error reporting during variables evaluation.

2021-02-20 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/3bed5797a1b7 branches: changeset: 7780:3bed5797a1b7 user: Maxim Dounin date: Sat Feb 20 18:02:54 2021 +0300 description: SSL: added missed error reporting during variables evaluation. diffstat: src/event/ngx_event_openssl.c | 17 +++