aboutsummaryrefslogtreecommitdiff
path: root/www/unit
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2021-11-18 16:58:56 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2021-11-18 16:58:56 +0000
commit9e24cfef378e1fa674dfe1a5477847e0b7933a6d (patch)
treeb08fab7718f32146e36b3bfeac3f51b0f6ee3371 /www/unit
parent3571f3c1616b7e71e9b68039bca75280ffec9afd (diff)
downloadports-9e24cfef378e1fa674dfe1a5477847e0b7933a6d.tar.gz
ports-9e24cfef378e1fa674dfe1a5477847e0b7933a6d.zip
www/unit: update from 1.25.0 to 1.26.0.
Event: FreeBSD Vendor Summit 2021 <ChangeLog> *) Change: the "share" option now specifies the entire path to the files it serves, rather than a document root directory to be prepended to the request URI. *) Feature: automatic adjustment of existing configurations to the new "share" behavior when updating from previous versions. *) Feature: variables support in the "share" option. *) Feature: multiple paths in the "share" option. *) Feature: variables support in the "chroot" option. *) Feature: PHP opcache is shared between application processes. *) Feature: request routing by the query string. *) Bugfix: the router and app processes could crash when the requests limit was reached by asynchronous or multithreaded apps. *) Bugfix: established WebSocket connections could stop reading frames from the client after the corresponding listener had been reconfigured. *) Bugfix: fixed building with glibc 2.34, notably Fedora 35. </ChangeLog>
Diffstat (limited to 'www/unit')
-rw-r--r--www/unit/distinfo6
-rw-r--r--www/unit/version.mk2
2 files changed, 4 insertions, 4 deletions
diff --git a/www/unit/distinfo b/www/unit/distinfo
index 33b3c70c34ed..e42fae9d8d5a 100644
--- a/www/unit/distinfo
+++ b/www/unit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1629393620
-SHA256 (unit-1.25.0.tar.gz) = 4ab4f05a934dd00628c0e067f7d0c5ba62bb55e9e2e7a333fa3764a180b9765d
-SIZE (unit-1.25.0.tar.gz) = 853280
+TIMESTAMP = 1637253577
+SHA256 (unit-1.26.0.tar.gz) = c04a40ab82ec0d5585a9997a484317d89e95044089d72ebccaedd2860debf6fc
+SIZE (unit-1.26.0.tar.gz) = 865556
diff --git a/www/unit/version.mk b/www/unit/version.mk
index 9c8cc93574e2..e7714c80f2d6 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.25.0
+UNIT_VERSION= 1.26.0
.endif # UNITVERSION_MK