Date: Mon, 23 Apr 2018 22:58:28 +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: r468145 - head/www/unit Message-ID: <201804232258.w3NMwS3M078616@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Mon Apr 23 22:58:28 2018 New Revision: 468145 URL: https://svnweb.freebsd.org/changeset/ports/468145 Log: Upgrade from 0.6 to 1.0. <ChangeLog> Changes with Unit 1.0 12 Apr 2018 *) Change: configuration object moved into "/config/" path. *) Feature: basic access logging. *) Bugfix: 503 error occurred if Go application did not write response header or body. *) Bugfix: Ruby applications that use encoding conversions might not work. *) Bugfix: various stability issues. Changes with Unit 0.7 22 Mar 2018 *) Feature: Ruby application module. *) Bugfix: in discovering modules. *) Bugfix: various race conditions on reconfiguration and during shutting down. *) Bugfix: tabs and trailing spaces were not allowed in header fields values. *) Bugfix: a segmentation fault occurred in Python module if start_response() was called outside of WSGI callable. *) Bugfix: a segmentation fault might occur in PHP module if there was an error while initialization. </ChangeLog> Modified: head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Mon Apr 23 22:53:39 2018 (r468144) +++ head/www/unit/Makefile Mon Apr 23 22:58:28 2018 (r468145) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 0.6 +PORTVERSION= 1.0 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Mon Apr 23 22:53:39 2018 (r468144) +++ head/www/unit/distinfo Mon Apr 23 22:58:28 2018 (r468145) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518221102 -SHA256 (unit-0.6.tar.gz) = 7fe9300de46ea34ed892be620431e86a4e0e9b29e81e420e9889de95892c0c9c -SIZE (unit-0.6.tar.gz) = 377107 +TIMESTAMP = 1523921078 +SHA256 (unit-1.0.tar.gz) = 13b250032d3aeef554f5e7f67b26dc2c01b9e51f5f392cbeca44db65488ca6f1 +SIZE (unit-1.0.tar.gz) = 394894
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804232258.w3NMwS3M078616>