Date: Wed, 1 Mar 2023 17:49:58 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: d0db9ec35164 - main - */*unit*: update NGINX Unit: 1.29.0 -> 1.29.1 Message-ID: <202303011749.321Hnwsu017599@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=d0db9ec35164aa2314939d15f772b181f68be423 commit d0db9ec35164aa2314939d15f772b181f68be423 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2023-03-01 17:49:08 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2023-03-01 17:49:51 +0000 */*unit*: update NGINX Unit: 1.29.0 -> 1.29.1 <ChangeLog> *) Bugfix: stop creating world-writeable directories. *) Bugfix: memory leak related to NJS. *) Bugfix: path parsing in PHP applications. *) Bugfix: enabled UTF-8 for Python config by default to avoid applications failing in some cases. *) Bugfix: using asyncio.get_running_loop() instead of asyncio.get_event_loop() when it's available to prevent errors in some Python ASGI applications. *) Bugfix: applications that make use of various low level APIs such as pthreads could fail to work correctly. *) Bugfix: websocket endianness detection for obscure operating systems. </ChangeLog> --- www/unit-java/distinfo | 6 +++--- www/unit-ruby/Makefile | 1 - www/unit/Makefile | 1 - www/unit/distinfo | 6 +++--- www/unit/version.mk | 2 +- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/www/unit-java/distinfo b/www/unit-java/distinfo index 6d419e066e00..2099d5ed57fb 100644 --- a/www/unit-java/distinfo +++ b/www/unit-java/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1671139548 -SHA256 (unit-1.29.0.tar.gz) = 1ddb4d7c67c2da25c4bacbcace9061d417f86f55002ff6c409483feb9aea57d9 -SIZE (unit-1.29.0.tar.gz) = 903909 +TIMESTAMP = 1677692680 +SHA256 (unit-1.29.1.tar.gz) = 7d756cff8c1a40b38c313fdbe8748333ffce034a3916fa1b502d63cc10623437 +SIZE (unit-1.29.1.tar.gz) = 906654 SHA256 (classgraph-4.8.151.jar) = 4541dde48ed085345efaa5734f7bc7495c5843589a9c0a4cb9594d9c81735cec SIZE (classgraph-4.8.151.jar) = 559654 SHA256 (ecj-3.26.0.jar) = ac0ba5876eaf7ebb47749a0d1be179c51f194b9dd0b875d1c09e1b530f5a2db5 diff --git a/www/unit-ruby/Makefile b/www/unit-ruby/Makefile index d8a236ddec77..3f2dc4bc7824 100644 --- a/www/unit-ruby/Makefile +++ b/www/unit-ruby/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 PKGNAMESUFFIX= -${UNIT_MODNAME} UNIT_MODNAME= ruby${RUBY_VER} diff --git a/www/unit/Makefile b/www/unit/Makefile index 20a5e2d927ba..23826e99313c 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -1,6 +1,5 @@ PORTNAME= unit PORTVERSION= ${UNIT_VERSION} -PORTREVISION= 1 CATEGORIES= www MASTER_SITES?= https://unit.nginx.org/download/ diff --git a/www/unit/distinfo b/www/unit/distinfo index 8645dd0385e1..9f8623349734 100644 --- a/www/unit/distinfo +++ b/www/unit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671145509 -SHA256 (unit-1.29.0.tar.gz) = 1ddb4d7c67c2da25c4bacbcace9061d417f86f55002ff6c409483feb9aea57d9 -SIZE (unit-1.29.0.tar.gz) = 903909 +TIMESTAMP = 1677622904 +SHA256 (unit-1.29.1.tar.gz) = 7d756cff8c1a40b38c313fdbe8748333ffce034a3916fa1b502d63cc10623437 +SIZE (unit-1.29.1.tar.gz) = 906654 diff --git a/www/unit/version.mk b/www/unit/version.mk index a8583cac14f7..d39edbc53d7a 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.29.0 +UNIT_VERSION= 1.29.1 .endif # UNITVERSION_MK
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303011749.321Hnwsu017599>