From owner-svn-ports-head@freebsd.org Sat Feb 10 00:10:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74089F0E5F2; Sat, 10 Feb 2018 00:10:53 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2945D80AEE; Sat, 10 Feb 2018 00:10:53 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 243FE4418; Sat, 10 Feb 2018 00:10:53 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1A0AqqI073485; Sat, 10 Feb 2018 00:10:52 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1A0Aqh3073483; Sat, 10 Feb 2018 00:10:52 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201802100010.w1A0Aqh3073483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 10 Feb 2018 00:10:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461349 - head/www/unit X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/www/unit X-SVN-Commit-Revision: 461349 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2018 00:10:53 -0000 Author: osa Date: Sat Feb 10 00:10:52 2018 New Revision: 461349 URL: https://svnweb.freebsd.org/changeset/ports/461349 Log: Upgrade from 0.4 to 0.6. *) Bugfix: the main process died when the "type" application option contained version; the bug had appeared in 0.5. *) Change: the "workers" application option was removed, the "processes" application option should be used instead. *) Feature: the "processes" application option with prefork and dynamic process management support. *) Feature: Perl application module. *) Bugfix: in reading client request body; the bug had appeared in 0.3. *) Bugfix: some Python applications might not work due to missing "wsgi.errors" environ variable. *) Bugfix: HTTP chunked responses might be encoded incorrectly on 32-bit platforms. *) Bugfix: infinite looping in HTTP parser. *) Bugfix: segmentation fault in router. Modified: head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Sat Feb 10 00:09:56 2018 (r461348) +++ head/www/unit/Makefile Sat Feb 10 00:10:52 2018 (r461349) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 0.4 +PORTVERSION= 0.6 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Sat Feb 10 00:09:56 2018 (r461348) +++ head/www/unit/distinfo Sat Feb 10 00:10:52 2018 (r461349) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516659548 -SHA256 (unit-0.4.tar.gz) = 5c106f9a2bbed5abadd97a529922df4376ae1062caa9701945c760233292e91c -SIZE (unit-0.4.tar.gz) = 364110 +TIMESTAMP = 1518221102 +SHA256 (unit-0.6.tar.gz) = 7fe9300de46ea34ed892be620431e86a4e0e9b29e81e420e9889de95892c0c9c +SIZE (unit-0.6.tar.gz) = 377107