From owner-svn-ports-head@freebsd.org Thu Apr 26 21:45:35 2018 Return-Path: Delivered-To: svn-ports-head@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 001ECFB9295; Thu, 26 Apr 2018 21:45:34 +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 A16BA70537; Thu, 26 Apr 2018 21:45:34 +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 9C6E21DB7E; Thu, 26 Apr 2018 21:45:34 +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 w3QLjYAI029971; Thu, 26 Apr 2018 21:45:34 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3QLjYQs029969; Thu, 26 Apr 2018 21:45:34 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201804262145.w3QLjYQs029969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Thu, 26 Apr 2018 21:45:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468387 - head/www/unit X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/www/unit X-SVN-Commit-Revision: 468387 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2018 21:45:35 -0000 Author: osa Date: Thu Apr 26 21:45:34 2018 New Revision: 468387 URL: https://svnweb.freebsd.org/changeset/ports/468387 Log: Upgrade from 1.0 to the latest bugfix release 1.1. *) Bugfix: Python applications that use the write() callable did not work. *) Bugfix: virtual environments created with Python 3.3 or above might not have worked. *) Bugfix: the request.Read() function in Go applications did not produce EOF when the whole body was read. *) Bugfix: a segmentation fault might have occurred while access log reopening. *) Bugfix: in parsing of IPv6 control socket addresses. *) Bugfix: loading of application modules was broken on OpenBSD. *) Bugfix: a segmentation fault might have occurred when there were two modules with the same type and version; the bug had appeared in 1.0. *) Bugfix: alerts "freed pointer points to non-freeble page" might have appeared in log on 32-bit platforms. Modified: head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Thu Apr 26 21:04:46 2018 (r468386) +++ head/www/unit/Makefile Thu Apr 26 21:45:34 2018 (r468387) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Thu Apr 26 21:04:46 2018 (r468386) +++ head/www/unit/distinfo Thu Apr 26 21:45:34 2018 (r468387) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523921078 -SHA256 (unit-1.0.tar.gz) = 13b250032d3aeef554f5e7f67b26dc2c01b9e51f5f392cbeca44db65488ca6f1 -SIZE (unit-1.0.tar.gz) = 394894 +TIMESTAMP = 1524778894 +SHA256 (unit-1.1.tar.gz) = 7c66365f5ea87e7e8903bac9d639676947fe2ab7aa799ce35defc426b3409ee0 +SIZE (unit-1.1.tar.gz) = 394937