diff options
author | osa <osa@FreeBSD.org> | 2018-04-27 05:45:34 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2018-04-27 05:45:34 +0800 |
commit | 85357e36de5bb8bb2bd0d9b44b83a49177ae8808 (patch) | |
tree | 968fa5e815d1bd35932faf083e04f5251ce8e6da | |
parent | 4bd87f15e430042de9525450437d705210c6b200 (diff) | |
download | freebsd-ports-gnome-85357e36de5bb8bb2bd0d9b44b83a49177ae8808.tar.gz freebsd-ports-gnome-85357e36de5bb8bb2bd0d9b44b83a49177ae8808.tar.zst freebsd-ports-gnome-85357e36de5bb8bb2bd0d9b44b83a49177ae8808.zip |
Upgrade from 1.0 to the latest bugfix release 1.1.
<ChangeLog>
*) Bugfix: Python applications that use the write() callable did not
work.
*) Bugfix: virtual environments created with Python 3.3 or above might
not have worked.
*) Bugfix: the request.Read() function in Go applications did not
produce EOF when the whole body was read.
*) Bugfix: a segmentation fault might have occurred while access log
reopening.
*) Bugfix: in parsing of IPv6 control socket addresses.
*) Bugfix: loading of application modules was broken on OpenBSD.
*) Bugfix: a segmentation fault might have occurred when there were two
modules with the same type and version; the bug had appeared in 1.0.
*) Bugfix: alerts "freed pointer points to non-freeble page" might have
appeared in log on 32-bit platforms.
</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 a5fc4390ba6d..12023df2d94a 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ diff --git a/www/unit/distinfo b/www/unit/distinfo index c3fae628198e..137e26d544fe 100644 --- a/www/unit/distinfo +++ b/www/unit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523921078 -SHA256 (unit-1.0.tar.gz) = 13b250032d3aeef554f5e7f67b26dc2c01b9e51f5f392cbeca44db65488ca6f1 -SIZE (unit-1.0.tar.gz) = 394894 +TIMESTAMP = 1524778894 +SHA256 (unit-1.1.tar.gz) = 7c66365f5ea87e7e8903bac9d639676947fe2ab7aa799ce35defc426b3409ee0 +SIZE (unit-1.1.tar.gz) = 394937 |