diff options
author | osa <osa@FreeBSD.org> | 2018-07-17 12:11:30 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2018-07-17 12:11:30 +0800 |
commit | 5524e17022d1d767814031e0258388561841bd8a (patch) | |
tree | 9d076b787b6c733ea25b6da715909e1955c52570 | |
parent | 4be47127d6746bfc555716d7226b17f87a088a39 (diff) | |
download | freebsd-ports-gnome-5524e17022d1d767814031e0258388561841bd8a.tar.gz freebsd-ports-gnome-5524e17022d1d767814031e0258388561841bd8a.tar.zst freebsd-ports-gnome-5524e17022d1d767814031e0258388561841bd8a.zip |
Upgrade from 1.2 to 1.3.
<ChangeLog>
*) Change: UTF-8 characters are now allowed in request header field
values.
*) Feature: configuration of the request body size limit.
*) Feature: configuration of various HTTP connection timeouts.
*) Feature: Ruby module now automatically uses Bundler where possible.
*) Feature: http.Flusher interface in Go module.
*) Bugfix: various issues in HTTP connection errors handling.
*) Bugfix: requests with body data might be handled incorrectly in PHP
module.
*) Bugfix: individual PHP configuration options specified via control
API were reset to previous values after the first request in
application process.
</ChangeLog>
-rw-r--r-- | www/unit/Makefile | 2 | ||||
-rw-r--r-- | www/unit/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/unit/Makefile b/www/unit/Makefile index b77d9cffc761..384eb54383d0 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ diff --git a/www/unit/distinfo b/www/unit/distinfo index b24ba5da53be..6f27dac54eb3 100644 --- a/www/unit/distinfo +++ b/www/unit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1528659357 -SHA256 (unit-1.2.tar.gz) = d8637115b44cc1e32f4f74db302fd7871dbe480cf172285b359dc94db4ed43e0 -SIZE (unit-1.2.tar.gz) = 399085 +TIMESTAMP = 1531800451 +SHA256 (unit-1.3.tar.gz) = 024465c1a8192e8db7bbd8bed7dbfb8351e620a3b8108a268a968fcab676ac49 +SIZE (unit-1.3.tar.gz) = 401670 |