From owner-svn-ports-all@freebsd.org Tue Jul 17 04:11:31 2018 Return-Path: Delivered-To: svn-ports-all@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 6833F104EC2E; Tue, 17 Jul 2018 04:11:31 +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 1CA4E730DE; Tue, 17 Jul 2018 04:11:31 +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 F1E0126459; Tue, 17 Jul 2018 04:11:30 +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 w6H4BUYa056044; Tue, 17 Jul 2018 04:11:30 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6H4BUke056042; Tue, 17 Jul 2018 04:11:30 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201807170411.w6H4BUke056042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 17 Jul 2018 04:11:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474772 - head/www/unit X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/www/unit X-SVN-Commit-Revision: 474772 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2018 04:11:31 -0000 Author: osa Date: Tue Jul 17 04:11:30 2018 New Revision: 474772 URL: https://svnweb.freebsd.org/changeset/ports/474772 Log: Upgrade from 1.2 to 1.3. *) Change: UTF-8 characters are now allowed in request header field values. *) Feature: configuration of the request body size limit. *) Feature: configuration of various HTTP connection timeouts. *) Feature: Ruby module now automatically uses Bundler where possible. *) Feature: http.Flusher interface in Go module. *) Bugfix: various issues in HTTP connection errors handling. *) Bugfix: requests with body data might be handled incorrectly in PHP module. *) Bugfix: individual PHP configuration options specified via control API were reset to previous values after the first request in application process. Modified: head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Tue Jul 17 03:44:08 2018 (r474771) +++ head/www/unit/Makefile Tue Jul 17 04:11:30 2018 (r474772) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Tue Jul 17 03:44:08 2018 (r474771) +++ head/www/unit/distinfo Tue Jul 17 04:11:30 2018 (r474772) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528659357 -SHA256 (unit-1.2.tar.gz) = d8637115b44cc1e32f4f74db302fd7871dbe480cf172285b359dc94db4ed43e0 -SIZE (unit-1.2.tar.gz) = 399085 +TIMESTAMP = 1531800451 +SHA256 (unit-1.3.tar.gz) = 024465c1a8192e8db7bbd8bed7dbfb8351e620a3b8108a268a968fcab676ac49 +SIZE (unit-1.3.tar.gz) = 401670