Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 15:19:02 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536634 - head/www/nginx-devel
Message-ID:  <202005261519.04QFJ2Ys051732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue May 26 15:19:02 2020
New Revision: 536634
URL: https://svnweb.freebsd.org/changeset/ports/536634

Log:
  Update nginx from 1.18.0 to 1.19.0.
  
  <ChangeLog>
  
  *) Feature: client certificate validation with OCSP.
  
  *) Bugfix: "upstream sent frame for closed stream" errors might occur
     when working with gRPC backends.
  
  *) Bugfix: OCSP stapling might not work if the "resolver" directive was
     not specified.
  
  *) Bugfix: connections with incorrect HTTP/2 preface were not logged.
  
  </ChangeLog>

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/distinfo

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue May 26 15:08:57 2020	(r536633)
+++ head/www/nginx-devel/Makefile	Tue May 26 15:19:02 2020	(r536634)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.18.0
-PORTREVISION=	17
+PORTVERSION=	1.19.0
 CATEGORIES=	www
 MASTER_SITES=	https://nginx.org/download/ \
 		LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue May 26 15:08:57 2020	(r536633)
+++ head/www/nginx-devel/distinfo	Tue May 26 15:19:02 2020	(r536634)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1589904291
-SHA256 (nginx-1.18.0.tar.gz) = 4c373e7ab5bf91d34a4f11a0c9496561061ba5eee6020db272a17a7228d35f99
-SIZE (nginx-1.18.0.tar.gz) = 1039530
+TIMESTAMP = 1590505781
+SHA256 (nginx-1.19.0.tar.gz) = 44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8
+SIZE (nginx-1.19.0.tar.gz) = 1043748
 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?202005261519.04QFJ2Ys051732>