Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2024 17:45:59 GMT
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 933f47565aae - main - www/nginx-devel: update from 1.27.2 to 1.27.3
Message-ID:  <202411261745.4AQHjxOi018177@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=933f47565aaeca8dca7d49639461b9e894983f59

commit 933f47565aaeca8dca7d49639461b9e894983f59
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2024-11-26 17:45:32 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2024-11-26 17:45:32 +0000

    www/nginx-devel: update from 1.27.2 to 1.27.3
    
    <ChangeLog>
    
    *) Feature: the "server" directive in the "upstream" block supports the
       "resolve" parameter.
    
    *) Feature: the "resolver" and "resolver_timeout" directives in the
       "upstream" block.
    
    *) Feature: SmarterMail specific mode support for IMAP LOGIN with
       untagged CAPABILITY response in the mail proxy module.
    
    *) Change: now TLSv1 and TLSv1.1 protocols are disabled by default.
    
    *) Change: an IPv6 address in square brackets and no port can be
       specified in the "proxy_bind", "fastcgi_bind", "grpc_bind",
       "memcached_bind", "scgi_bind", and "uwsgi_bind" directives, and as
       client address in ngx_http_realip_module.
    
    *) Bugfix: in the ngx_http_mp4_module.
       Thanks to Nils Bars.
    
    *) Bugfix: the "so_keepalive" parameter of the "listen" directive might
       be handled incorrectly on DragonFly BSD.
    
    *) Bugfix: in the "proxy_store" directive.
    
    </ChangeLog>
---
 www/nginx-devel/Makefile | 3 +--
 www/nginx-devel/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index f805c6d3e505..59973fbae16c 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1,6 +1,5 @@
 PORTNAME?=	nginx
-PORTVERSION=	1.27.2
-PORTREVISION=	6
+PORTVERSION=	1.27.3
 CATEGORIES=	www
 MASTER_SITES=	https://nginx.org/download/ \
 		LOCAL/osa
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index f6eb89c8931f..272acfa32ef9 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1732227264
-SHA256 (nginx-1.27.2.tar.gz) = a91ecfc3a0b3a2c1413afca627bd886d76e0414b81cad0fb7872a9655a1b25fa
-SIZE (nginx-1.27.2.tar.gz) = 1258098
+TIMESTAMP = 1732643005
+SHA256 (nginx-1.27.3.tar.gz) = ba23a9568f442036b61cd0e29bd66a47b90634efa91e0b2cf2d719057a9b7903
+SIZE (nginx-1.27.3.tar.gz) = 1271526
 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
 SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208
 SHA256 (ngx_http_redis-0.3.9.tar.gz) = 21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411261745.4AQHjxOi018177>