Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2018 21:03:46 +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: r482992 - head/www/unit
Message-ID:  <201810252103.w9PL3kBs049933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  <ChangeLog>
  
  *) 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.
  
  </ChangeLog>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810252103.w9PL3kBs049933>