Date: Fri, 21 Dec 2018 00:09:17 +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: r487932 - in head/www/unit: . files Message-ID: <201812210009.wBL09H4h057982@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Fri Dec 21 00:09:17 2018 New Revision: 487932 URL: https://svnweb.freebsd.org/changeset/ports/487932 Log: Upgrade from 1.6 to 1.7. <ChangeLog> *) Change: now rpath is set in Ruby module only if the library was not found in default search paths; this allows to meet packaging restrictions on some systems. *) Bugfix: "disable_functions" and "disable_classes" PHP options set via Control API did not work. *) Bugfix: Promises on request data in Node.js were not triggered. *) Bugfix: various compatibility issues with Node.js applications. *) Bugfix: a segmentation fault occurred in Node.js module if application tried to read request body after request.end() was called. *) Bugfix: a segmentation fault occurred in Node.js module if application attempted to send header twice. *) Bugfix: names of response header fields in Node.js module were erroneously treated as case-sensitive. *) Bugfix: uncatched exceptions in Node.js were not logged. *) Bugfix: global install of Node.js module from sources was broken on some systems; the bug had appeared in 1.6. *) Bugfix: traceback for exceptions during initialization of Python applications might not be logged. *) Bugfix: PHP module build failed if PHP interpreter was built with thread safety enabled. </ChangeLog> Deleted: head/www/unit/files/php_zts.patch Modified: head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Fri Dec 21 00:06:34 2018 (r487931) +++ head/www/unit/Makefile Fri Dec 21 00:09:17 2018 (r487932) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.6 -PORTREVISION= 2 +PORTVERSION= 1.7 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ @@ -12,8 +11,6 @@ COMMENT?= Dynamic web application server LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE - -EXTRA_PATCHES= ${FILESDIR}/php_zts.patch:-p1 USES+= compiler:c11 cpe Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Fri Dec 21 00:06:34 2018 (r487931) +++ head/www/unit/distinfo Fri Dec 21 00:09:17 2018 (r487932) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542315914 -SHA256 (unit-1.6.tar.gz) = 24d0de255d1be0ef6420eb03fe086e02d858bd7d17c57dd803bbb2f96f2f9a53 -SIZE (unit-1.6.tar.gz) = 439244 +TIMESTAMP = 1545350776 +SHA256 (unit-1.7.tar.gz) = f2a5c13c078423c295f9c194b003a1c96151dcd55d0a71c59186e13ee221fab8 +SIZE (unit-1.7.tar.gz) = 445144
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812210009.wBL09H4h057982>