From owner-dev-commits-ports-main@freebsd.org Thu May 27 15:38:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9CB7063FF15; Thu, 27 May 2021 15:38:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FrX5w3WlQz3tVw; Thu, 27 May 2021 15:38:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5CDBB2685A; Thu, 27 May 2021 15:38:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14RFcSO6073455; Thu, 27 May 2021 15:38:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14RFcSOp073454; Thu, 27 May 2021 15:38:28 GMT (envelope-from git) Date: Thu, 27 May 2021 15:38:28 GMT Message-Id: <202105271538.14RFcSOp073454@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Sergey A. Osokin" Subject: git: 26c67ff01960 - main - www/unit: update from 1.23.0 to 1.24.0. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: osa X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 26c67ff019601168d8663cedd573cd09c036a28f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2021 15:38:28 -0000 The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=26c67ff019601168d8663cedd573cd09c036a28f commit 26c67ff019601168d8663cedd573cd09c036a28f Author: Sergey A. Osokin AuthorDate: 2021-05-27 15:36:50 +0000 Commit: Sergey A. Osokin 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. *) 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. --- 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