From owner-svn-ports-all@freebsd.org Thu Oct 25 21:03:47 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 72B1C10C700A; Thu, 25 Oct 2018 21:03:47 +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 27E9F73209; Thu, 25 Oct 2018 21:03:47 +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 0932C174C5; Thu, 25 Oct 2018 21:03:47 +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 w9PL3k9C049935; Thu, 25 Oct 2018 21:03:46 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9PL3kBs049933; Thu, 25 Oct 2018 21:03:46 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201810252103.w9PL3kBs049933@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 Oct 2018 21:03:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482992 - head/www/unit X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/www/unit X-SVN-Commit-Revision: 482992 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.29 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 Oct 2018 21:03:47 -0000 Author: osa Date: Thu Oct 25 21:03:46 2018 New Revision: 482992 URL: https://svnweb.freebsd.org/changeset/ports/482992 Log: Upgrade from 1.4 to 1.5. *) Change: the "type" of application object for Go was changed to "external". *) Feature: initial version of Node.js package with basic HTTP request-response support. *) Feature: compatibility with LibreSSL. *) Feature: --libdir and --incdir ./configure options to install libunit headers and static library. *) Bugfix: connection might be closed prematurely while sending response; the bug had appeared in 1.3. *) Bugfix: application processes might have stopped handling requests, producing "last message send failed: Resource temporarily unavailable" alerts in log; the bug had appeared in 1.4. *) Bugfix: Go applications didn't work when Unit was built with musl C library. Modified: head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Thu Oct 25 20:32:12 2018 (r482991) +++ head/www/unit/Makefile Thu Oct 25 21:03:46 2018 (r482992) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Thu Oct 25 20:32:12 2018 (r482991) +++ head/www/unit/distinfo Thu Oct 25 21:03:46 2018 (r482992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537625178 -SHA256 (unit-1.4.tar.gz) = 86313596e758a33b2afe118458b6c307b8ff7732a3a32fbd04c9050631ba6f3f -SIZE (unit-1.4.tar.gz) = 428941 +TIMESTAMP = 1540501233 +SHA256 (unit-1.5.tar.gz) = 726d862a3d94e95aaf16471a81c02e16d37b05b17f0d889a1c123acc621cc3cd +SIZE (unit-1.5.tar.gz) = 437636