Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 2021 01:00:13 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: 336e344f0f64 - main - www/nginx-devel: update from 1.21.0 to 1.21.1.
Message-ID:  <202107070100.16710DaE019860@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=336e344f0f649a7a73e085d713b61f7d05d45dcd

commit 336e344f0f649a7a73e085d713b61f7d05d45dcd
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2021-07-07 00:59:31 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2021-07-07 01:00:00 +0000

    www/nginx-devel: update from 1.21.0 to 1.21.1.
    
    <Changelog>
    
    *) Change: now nginx always returns an error for the CONNECT method.
    
    *) Change: now nginx always returns an error if both "Content-Length"
       and "Transfer-Encoding" header lines are present in the request.
    
    *) Change: now nginx always returns an error if spaces or control
       characters are used in the request line.
    
    *) Change: now nginx always returns an error if spaces or control
       characters are used in a header name.
    
    *) Change: now nginx always returns an error if spaces or control
       characters are used in the "Host" request header line.
    
    *) Change: optimization of configuration testing when using many
       listening sockets.
    
    *) Bugfix: nginx did not escape """, "<", ">", "\", "^", "`", "{", "|",
       and "}" characters when proxying with changed URI.
    
    *) Bugfix: SSL variables might be empty when used in logs; the bug had
       appeared in 1.19.5.
    
    *) Bugfix: keepalive connections with gRPC backends might not be closed
       after receiving a GOAWAY frame.
    
    *) Bugfix: reduced memory consumption for long-lived requests when
       proxying with more than 64 buffers.
    
    </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 89912d98732d..1a6df9aa88fa 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1,8 +1,7 @@
 # Created by: Sergey A. Osokin <osa@FreeBSD.org>
 
 PORTNAME?=	nginx
-PORTVERSION=	1.21.0
-PORTREVISION=	2
+PORTVERSION=	1.21.1
 CATEGORIES=	www
 MASTER_SITES=	https://nginx.org/download/ \
 		LOCAL/osa
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index 68979436f04e..1a7e286f8493 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1624972070
-SHA256 (nginx-1.21.0.tar.gz) = fe192a4bac2bd3a769e8695cb9fe14a00e57eaceb919095347a83b5b2afc0771
-SIZE (nginx-1.21.0.tar.gz) = 1063682
+TIMESTAMP = 1625598717
+SHA256 (nginx-1.21.1.tar.gz) = 68ba0311342115163a0354cad34f90c05a7e8bf689dc498abf07899eda155560
+SIZE (nginx-1.21.1.tar.gz) = 1064925
 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
 SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208
 SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19



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