Date: Thu, 27 May 2021 15:38:28 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: 26c67ff01960 - main - www/unit: update from 1.23.0 to 1.24.0. Message-ID: <202105271538.14RFcSOp073454@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=26c67ff019601168d8663cedd573cd09c036a28f commit 26c67ff019601168d8663cedd573cd09c036a28f Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2021-05-27 15:36:50 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2021-05-27 15:38:20 +0000 www/unit: update from 1.23.0 to 1.24.0. Update distinfo file for www/unit-java. Also, remove needless "3.6+" flag for python dependency because www/unit supports all python versions. <ChangeLog> *) Change: PHP added to the default MIME type list. *) Feature: arbitrary configuration of TLS connections via OpenSSL commands. *) Feature: the ability to limit static file serving by MIME types. *) Feature: support for chrooting, rejecting symlinks, and rejecting mount point traversal on a per-request basis when serving static files. *) Feature: a loader for automatically overriding the "http" and "websocket" modules in Node.js. *) Feature: multiple "targets" in Python applications. *) Feature: compatibility with Ruby 3.0. *) Bugfix: the router process could crash while closing a TLS connection. *) Bugfix: a segmentation fault might have occurred in the PHP module if fastcgi_finish_request() was used with the "auto_globals_jit" option enabled. </ChangeLog> --- www/unit-java/distinfo | 6 +++--- www/unit-python/Makefile | 2 +- www/unit/distinfo | 6 +++--- www/unit/version.mk | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/unit-java/distinfo b/www/unit-java/distinfo index a78aeeca6fbb..818871d9e43c 100644 --- a/www/unit-java/distinfo +++ b/www/unit-java/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1616690754 -SHA256 (unit-1.23.0.tar.gz) = 40df5c5c4132bf9ca15fa82edfe0cc0daae488c2f473d6d27706d537b5859b42 -SIZE (unit-1.23.0.tar.gz) = 830417 +TIMESTAMP = 1622129045 +SHA256 (unit-1.24.0.tar.gz) = 474b369f20e36cff1735762fddf3ebe31701aa970e3827cd15814684ffff6351 +SIZE (unit-1.24.0.tar.gz) = 843468 SHA256 (classgraph-4.8.102.jar) = 6fef88241f1c165017a4fe69fb660f7b90167115f813a5a45a241b87b8b7c1b3 SIZE (classgraph-4.8.102.jar) = 530485 SHA256 (ecj-3.25.0.jar) = fa4d60cd57fa791abaef7e1817d1d596acda53d21d995230f4b7a38d779aad87 diff --git a/www/unit-python/Makefile b/www/unit-python/Makefile index cc4cd4abff6c..60968e67d707 100644 --- a/www/unit-python/Makefile +++ b/www/unit-python/Makefile @@ -6,7 +6,7 @@ UNIT_MODNAME= python${PYTHON_SUFFIX} COMMENT= Python module for NGINX Unit -USES= python:3.6+ gettext-runtime +USES= python gettext-runtime USE_PYTHON= flavors PLIST_FILES= libexec/unit/modules/${UNIT_MODNAME}.unit.so diff --git a/www/unit/distinfo b/www/unit/distinfo index f14cdff7a734..fa22ed1a270e 100644 --- a/www/unit/distinfo +++ b/www/unit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616690648 -SHA256 (unit-1.23.0.tar.gz) = 40df5c5c4132bf9ca15fa82edfe0cc0daae488c2f473d6d27706d537b5859b42 -SIZE (unit-1.23.0.tar.gz) = 830417 +TIMESTAMP = 1622128982 +SHA256 (unit-1.24.0.tar.gz) = 474b369f20e36cff1735762fddf3ebe31701aa970e3827cd15814684ffff6351 +SIZE (unit-1.24.0.tar.gz) = 843468 diff --git a/www/unit/version.mk b/www/unit/version.mk index aa6216a16895..6ad0c9ef052f 100644 --- a/www/unit/version.mk +++ b/www/unit/version.mk @@ -2,6 +2,6 @@ UNITVERSION_MK= defined # Define NGINX Unit's version. -UNIT_VERSION= 1.23.0 +UNIT_VERSION= 1.24.0 .endif # UNITVERSION_MK
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105271538.14RFcSOp073454>