From owner-svn-ports-all@freebsd.org Thu Jan 25 23:02:38 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 E7795ED3B2D; Thu, 25 Jan 2018 23:02:37 +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 9A00B76B1D; Thu, 25 Jan 2018 23:02:37 +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 95053136F4; Thu, 25 Jan 2018 23:02:37 +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 w0PN2b9f043232; Thu, 25 Jan 2018 23:02:37 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0PN2bUJ043230; Thu, 25 Jan 2018 23:02:37 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201801252302.w0PN2bUJ043230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Thu, 25 Jan 2018 23:02:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459969 - head/www/unit X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/www/unit X-SVN-Commit-Revision: 459969 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.25 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: Thu, 25 Jan 2018 23:02:38 -0000 Author: osa Date: Thu Jan 25 23:02:37 2018 New Revision: 459969 URL: https://svnweb.freebsd.org/changeset/ports/459969 Log: Upgrade from 0.3 to 0.4. PR: 225386 *) Feature: compatibility with DragonFly BSD. *) Feature: "configure php --lib-static" option. *) Bugfix: HTTP request body was not passed to application; the bug had appeared in 0.3. *) Bugfix: HTTP large header buffers allocation and deallocation fixed; the bug had appeared in 0.3. *) Bugfix: some PHP applications might not work with relative "root" path. Modified: head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Thu Jan 25 23:00:29 2018 (r459968) +++ head/www/unit/Makefile Thu Jan 25 23:02:37 2018 (r459969) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 0.3 -PORTREVISION= 1 +PORTVERSION= 0.4 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Thu Jan 25 23:00:29 2018 (r459968) +++ head/www/unit/distinfo Thu Jan 25 23:02:37 2018 (r459969) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515182579 -SHA256 (unit-0.3.tar.gz) = a5a768bcdfb6de93e1264d307d094cf33362cd7d9d42928ba7729003a72467be -SIZE (unit-0.3.tar.gz) = 382964 +TIMESTAMP = 1516659548 +SHA256 (unit-0.4.tar.gz) = 5c106f9a2bbed5abadd97a529922df4376ae1062caa9701945c760233292e91c +SIZE (unit-0.4.tar.gz) = 364110