Date: Thu, 25 Jan 2018 23:02:37 +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: r459969 - head/www/unit Message-ID: <201801252302.w0PN2bUJ043230@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ChangeLog> *) 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. </ChangeLog> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801252302.w0PN2bUJ043230>