pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update from 1.19.0 to 1.20.0. Move rc.d script definition to the main Makefile.



Module Name:	pkgsrc-wip
Committed By:	Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By:	osa
Date:		Fri Nov 13 13:47:37 2020 -0500
Changeset:	7b79668c6a514cd4d4ae35b6f6860f7a0f160c08

Modified Files:
	unit/Makefile
	unit/Makefile.common
	unit/distinfo

Log Message:
Update from 1.19.0 to 1.20.0.
Move rc.d script definition to the main Makefile.

<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>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7b79668c6a514cd4d4ae35b6f6860f7a0f160c08

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unit/Makefile        |  4 +++-
 unit/Makefile.common |  2 --
 unit/distinfo        | 10 ++++------
 3 files changed, 7 insertions(+), 9 deletions(-)

diffs:
diff --git a/unit/Makefile b/unit/Makefile
index 043d5736a8..d192c14dc2 100644
--- a/unit/Makefile
+++ b/unit/Makefile
@@ -1,7 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	unit-1.19.0
+DISTNAME=	unit-1.20.0
 
 MAINTAINER=	osa%FreeBSD.org@localhost
 
+RCD_SCRIPTS=	unit
+
 .include "../../www/unit/Makefile.common"
diff --git a/unit/Makefile.common b/unit/Makefile.common
index 627dda73e1..d4732c3768 100644
--- a/unit/Makefile.common
+++ b/unit/Makefile.common
@@ -48,8 +48,6 @@ CONFIGURE_ARGS+=	--group=${UNIT_GROUP}
 
 .include "../../www/unit/options.mk"
 
-RCD_SCRIPTS=		unit
-
 INSTALLATION_DIRS+=	sbin
 MAKE_DIRS+=		${UNIT_PIDDIR} ${UNIT_DATADIR} ${UNIT_RUNDIR}
 OWN_DIRS=		${UNIT_LOGDIR} ${UNIT_RUNDIR}
diff --git a/unit/distinfo b/unit/distinfo
index af1bdc4eab..117e12e65c 100644
--- a/unit/distinfo
+++ b/unit/distinfo
@@ -1,8 +1,6 @@
 $NetBSD$
 
-SHA1 (unit-1.19.0.tar.gz) = 2bea0d55b2249ce1990b04afcf745ef57a2eb969
-RMD160 (unit-1.19.0.tar.gz) = 9bd87f1a80636155a6e20b3aaadafc99c70f18eb
-SHA512 (unit-1.19.0.tar.gz) = 42def84da15b17a195df65122e4e419c2042e2acf5d560bb877d578d2d2ab7c2212d1e948e301dd457e4de6a1fbd9d53e020b1af24c0602f1dbf75751611e655
-Size (unit-1.19.0.tar.gz) = 761292 bytes
-SHA1 (patch-auto_sendfile) = 9a5d0caaf9ffb787d5961eaa891bbe680300a8d6
-SHA1 (patch-src_nxt__conn__write.c) = c5a70c2e18ed399bece5efcebe38f0369c7c911d
+SHA1 (unit-1.20.0.tar.gz) = f4a2d2a6b622742acd138a66008407b5f674b08f
+RMD160 (unit-1.20.0.tar.gz) = 8964e056dbe19e659b157a89d1cf39f213ffd952
+SHA512 (unit-1.20.0.tar.gz) = dd68103795acbdcd87a951c92c72f3cb74b5e622eca4e687194508b55a592ac4312de3a8ff7ddb9a5df9750363b24dca9e1b48c7ef42c78aca3a18aca6a51f42
+Size (unit-1.20.0.tar.gz) = 787607 bytes


Home | Main Index | Thread Index | Old Index