diff options
author | osa <osa@FreeBSD.org> | 2018-01-26 07:02:37 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2018-01-26 07:02:37 +0800 |
commit | 60608c1d49fcd1594ec50c804f5d89db67f07459 (patch) | |
tree | 5c81f928d2e024ac4a89e35ee328559a05138be9 /www | |
parent | d9e88b97d369f518b46e76375a564bf17132e5ce (diff) | |
download | freebsd-ports-gnome-60608c1d49fcd1594ec50c804f5d89db67f07459.tar.gz freebsd-ports-gnome-60608c1d49fcd1594ec50c804f5d89db67f07459.tar.zst freebsd-ports-gnome-60608c1d49fcd1594ec50c804f5d89db67f07459.zip |
Upgrade from 0.3 to 0.4.
PR: 225386
<ChangeLog>
*) Feature: compatibility with DragonFly BSD.
*) Feature: "configure php --lib-static" option.
*) Bugfix: HTTP request body was not passed to application; the bug had
appeared in 0.3.
*) Bugfix: HTTP large header buffers allocation and deallocation fixed;
the bug had appeared in 0.3.
*) Bugfix: some PHP applications might not work with relative "root"
path.
</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 09c6e40e87f2..9d90ab1b7eaa 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 0.3 -PORTREVISION= 1 +PORTVERSION= 0.4 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ diff --git a/www/unit/distinfo b/www/unit/distinfo index 86f7c5bca5d6..31b3bd47514e 100644 --- a/www/unit/distinfo +++ b/www/unit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1515182579 -SHA256 (unit-0.3.tar.gz) = a5a768bcdfb6de93e1264d307d094cf33362cd7d9d42928ba7729003a72467be -SIZE (unit-0.3.tar.gz) = 382964 +TIMESTAMP = 1516659548 +SHA256 (unit-0.4.tar.gz) = 5c106f9a2bbed5abadd97a529922df4376ae1062caa9701945c760233292e91c +SIZE (unit-0.4.tar.gz) = 364110 |