Date: Thu, 22 Aug 2019 21:27:39 +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: r509624 - head/www/unit Message-ID: <201908222127.x7MLRdeR029893@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Thu Aug 22 21:27:39 2019 New Revision: 509624 URL: https://svnweb.freebsd.org/changeset/ports/509624 Log: Update from 1.9.0 to 1.10.0. <ChangeLog> *) Change: matching of cookies in routes made case sensitive. *) Change: decreased log level of common errors when clients close connections. *) Change: removed the Perl module's "--include=" ./configure option. *) Feature: built-in WebSocket server implementation for Node.js module. *) Feature: splitting PATH_INFO from request URI in PHP module. *) Feature: request routing by scheme (HTTP or HTTPS). *) Feature: support for multipart requests body in Java module. *) Feature: improved API compatibility with Node.js 11.10 or later. *) Bugfix: reconfiguration failed if "listeners" or "applications" objects were missing. *) Bugfix: applying a large configuration might have failed. </ChangeLog> Modified: head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Thu Aug 22 20:00:06 2019 (r509623) +++ head/www/unit/Makefile Thu Aug 22 21:27:39 2019 (r509624) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.9.0 -PORTREVISION= 1 +PORTVERSION= 1.10.0 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Thu Aug 22 20:00:06 2019 (r509623) +++ head/www/unit/distinfo Thu Aug 22 21:27:39 2019 (r509624) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559234590 -SHA256 (unit-1.9.0.tar.gz) = bac8b34e85d6339762a05f79dd1028fad5c3dc1a4b4d6fd2584461312dd859de -SIZE (unit-1.9.0.tar.gz) = 522420 +TIMESTAMP = 1566509077 +SHA256 (unit-1.10.0.tar.gz) = bf55cc04cc80114de99f412887466a4743dd821e5ff5c02c5c7d859cb8275311 +SIZE (unit-1.10.0.tar.gz) = 564348
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908222127.x7MLRdeR029893>