Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2020 20:26:42 +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: r551732 - head/www/unit
Message-ID:  <202010082026.098KQgcx039300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Thu Oct  8 20:26:42 2020
New Revision: 551732
URL: https://svnweb.freebsd.org/changeset/ports/551732

Log:
  Update from 1.19.0 to 1.20.0.
  Remove a needless directive.
  
  <ChangeLog>
  
  *) Change: the PHP module is now initialized before chrooting; this
     enables loading all extensions from the host system.
  
  *) Change: AVIF and APNG image formats added to the default MIME type
     list.
  
  *) Change: functional tests migrated to the pytest framework.
  
  *) Feature: the Python module now fully supports applications that use
     the ASGI 3.0 server interface.
  
  *) Feature: the Python module now has a built-in WebSocket server
     implementation for applications, compatible with the HTTP & WebSocket
     ASGI Message Format 2.1 specification.
  
  *) Feature: automatic mounting of an isolated "/tmp" file system into
     chrooted application environments.
  
  *) Feature: the $host variable contains a normalized "Host" request
     value.
  
  *) Feature: the "callable" option sets Python application callable
     names.
  
  *) Feature: compatibility with PHP 8 RC 1. Thanks to Remi Collet.
  
  *) Feature: the "automount" option in the "isolation" object allows to
     turn off the automatic mounting of language module dependencies.
  
  *) Bugfix: "pass"-ing requests to upstreams from a route was broken; the
     bug had appeared in 1.19.0. Thanks to 洪志道 (Hong Zhi Dao) for
     discovering and fixing it.
  
  *) Bugfix: the router process could crash during reconfiguration.
  
  *) Bugfix: a memory leak occurring in the router process; the bug had
     appeared in 1.18.0.
  
  *) Bugfix: the "!" (non-empty) pattern was matched incorrectly; the bug
     had appeared in 1.19.0.
  
  *) Bugfix: fixed building on platforms without sendfile() support,
     notably NetBSD; the bug had appeared in 1.16.0.
  
  </ChangeLog>

Modified:
  head/www/unit/Makefile
  head/www/unit/distinfo

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Thu Oct  8 19:30:08 2020	(r551731)
+++ head/www/unit/Makefile	Thu Oct  8 20:26:42 2020	(r551732)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unit
-PORTVERSION=	1.19.0
+PORTVERSION=	1.20.0
 CATEGORIES=	www
 MASTER_SITES=	https://unit.nginx.org/download/
 
@@ -12,7 +12,6 @@ COMMENT?=	Dynamic web application server
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PATCH_STRIP=	-p1
 USES+=		compiler:c11 cpe
 
 CPE_VENDOR=	nginx

Modified: head/www/unit/distinfo
==============================================================================
--- head/www/unit/distinfo	Thu Oct  8 19:30:08 2020	(r551731)
+++ head/www/unit/distinfo	Thu Oct  8 20:26:42 2020	(r551732)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597354325
-SHA256 (unit-1.19.0.tar.gz) = 8cb849420221932685689708235efbfef2024656f856b72887ae9ff1cf75f98b
-SIZE (unit-1.19.0.tar.gz) = 761292
+TIMESTAMP = 1602178468
+SHA256 (unit-1.20.0.tar.gz) = ee39a801f83aff5dfff94336f688fd9cfbd02fee270edd8711b10be4fe298d32
+SIZE (unit-1.20.0.tar.gz) = 787607



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