Date: Thu, 26 Apr 2018 21:45:34 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468387 - head/www/unit Message-ID: <201804262145.w3QLjYQs029969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Thu Apr 26 21:45:34 2018 New Revision: 468387 URL: https://svnweb.freebsd.org/changeset/ports/468387 Log: 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> Modified: head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Thu Apr 26 21:04:46 2018 (r468386) +++ head/www/unit/Makefile Thu Apr 26 21:45:34 2018 (r468387) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Thu Apr 26 21:04:46 2018 (r468386) +++ head/www/unit/distinfo Thu Apr 26 21:45:34 2018 (r468387) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804262145.w3QLjYQs029969>