diff options
author | osa <osa@FreeBSD.org> | 2018-09-22 22:21:58 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2018-09-22 22:21:58 +0800 |
commit | cf1d2796aef06fc2f29f3886dfb57de26f93bd5b (patch) | |
tree | 9ec21a418549b91e4a5b7385f65fb33dbc1a2756 /www | |
parent | 6b1438a02adf2dff9751f51d2b2ba161552293f1 (diff) | |
download | freebsd-ports-gnome-cf1d2796aef06fc2f29f3886dfb57de26f93bd5b.tar.gz freebsd-ports-gnome-cf1d2796aef06fc2f29f3886dfb57de26f93bd5b.tar.zst freebsd-ports-gnome-cf1d2796aef06fc2f29f3886dfb57de26f93bd5b.zip |
Upgrade from 1.3 to 1.4.
<ChangeLog>
*) Change: the control API maps the configuration object only at
"/config/".
*) Feature: TLS support for client connections.
*) Feature: TLS certificates storage control API.
*) Feature: Unit library (libunit) to streamline language module
integration.
*) Feature: "408 Request Timeout" responses while closing HTTP
keep-alive connections.
*) Feature: improvements in OpenBSD support. Thanks to David Carlier.
*) Bugfix: a segmentation fault might have occurred after
reconfiguration.
*) Bugfix: building on systems with non-default locale might be broken.
*) Bugfix: "header_read_timeout" might not work properly.
*) Bugfix: header fields values with non-ASCII bytes might be handled
incorrectly in Python 3 module.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/unit/Makefile | 3 | ||||
-rw-r--r-- | www/unit/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/unit/Makefile b/www/unit/Makefile index 1c07108616ba..5cb4d6576a92 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ diff --git a/www/unit/distinfo b/www/unit/distinfo index 6f27dac54eb3..d9c8a3f3da2d 100644 --- a/www/unit/distinfo +++ b/www/unit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1531800451 -SHA256 (unit-1.3.tar.gz) = 024465c1a8192e8db7bbd8bed7dbfb8351e620a3b8108a268a968fcab676ac49 -SIZE (unit-1.3.tar.gz) = 401670 +TIMESTAMP = 1537625178 +SHA256 (unit-1.4.tar.gz) = 86313596e758a33b2afe118458b6c307b8ff7732a3a32fbd04c9050631ba6f3f +SIZE (unit-1.4.tar.gz) = 428941 |