Date: Tue, 30 Apr 2024 22:27:17 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: 2761bb50da92 - main - */*unit*: update NGINX Unit: 1.32.0 -> 1.32.1 Message-ID: <202404302227.43UMRHgJ017074@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=2761bb50da9218e16b88c9774542141588858755 commit 2761bb50da9218e16b88c9774542141588858755 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2024-04-30 22:26:32 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2024-04-30 22:27:10 +0000 */*unit*: update NGINX Unit: 1.32.0 -> 1.32.1 <ChangeLog> *) Bugfix: NJS variables in templates may have incorrect values due to improper caching. *) Bugfix: Wasm application process hangs after receiving restart signal from the control. </ChangeLog> --- www/unit-java/distinfo | 6 +++--- www/unit-wasm/Makefile | 1 - www/unit/distinfo | 6 +++--- www/unit/version.mk | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/www/unit-java/distinfo b/www/unit-java/distinfo index bd47dd8968d0..422f047a9f7b 100644 --- a/www/unit-java/distinfo +++ b/www/unit-java/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1710284573 -SHA256 (unit-1.32.0.tar.gz) = 4b5e9be3f3990fceabf06292c2b7853667aceb71fd8de5dc67cb7fb05d247a20 -SIZE (unit-1.32.0.tar.gz) = 937300 +TIMESTAMP = 1714515235 +SHA256 (unit-1.32.1.tar.gz) = 0e440ef63a3adf9400db978a64fc84e1eb8887f61a04ccff284c3f682fb83ea2 +SIZE (unit-1.32.1.tar.gz) = 937669 SHA256 (classgraph-4.8.165.jar) = 5258d9218fc6413f4d14218a5a6e784528e349f60f48883b77de74bb478ebafd SIZE (classgraph-4.8.165.jar) = 562061 SHA256 (ecj-3.26.0.jar) = ac0ba5876eaf7ebb47749a0d1be179c51f194b9dd0b875d1c09e1b530f5a2db5 diff --git a/www/unit-wasm/Makefile b/www/unit-wasm/Makefile index 3159ac7e96cc..7dc4e2c28bdb 100644 --- a/www/unit-wasm/Makefile +++ b/www/unit-wasm/Makefile @@ -1,5 +1,4 @@ PKGNAMESUFFIX= -${UNIT_MODNAME} -PORTREVISION= 10 UNIT_MODNAME= wasm diff --git a/www/unit/distinfo b/www/unit/distinfo index a3e6d898bac9..b126e53ad55c 100644 --- a/www/unit/distinfo +++ b/www/unit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710267192 -SHA256 (unit-1.32.0.tar.gz) = 4b5e9be3f3990fceabf06292c2b7853667aceb71fd8de5dc67cb7fb05d247a20 -SIZE (unit-1.32.0.tar.gz) = 937300 +TIMESTAMP = 1714508183 +SHA256 (unit-1.32.1.tar.gz) = 0e440ef63a3adf9400db978a64fc84e1eb8887f61a04ccff284c3f682fb83ea2 +SIZE (unit-1.32.1.tar.gz) = 937669 diff --git a/www/unit/version.mk b/www/unit/version.mk index 22f5db26d111..777fee093486 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.32.0 +UNIT_VERSION= 1.32.1 .endif # UNITVERSION_MK
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404302227.43UMRHgJ017074>