Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2019 11:19:59 +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: r520981 - head/www/unit
Message-ID:  <201912271119.xBRBJxOi008060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Fri Dec 27 11:19:59 2019
New Revision: 520981
URL: https://svnweb.freebsd.org/changeset/ports/520981

Log:
  Update from 1.13.0 to 1.14.0.
  
  <ChangeLog>
  
  *) Change: the Go package import name changed to "unit.nginx.org/go".
  
  *) Change: Go package now links to libunit instead of including library
     sources.
  
  *) Feature: ability to change user and group for isolated applications
     when Unit daemon runs as an unprivileged user.
  
  *) Feature: request routing by source and destination addresses and
     ports.
  
  *) Bugfix: memory bloat on large responses.
  
  </ChangeLog>

Modified:
  head/www/unit/Makefile
  head/www/unit/distinfo

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Fri Dec 27 09:33:59 2019	(r520980)
+++ head/www/unit/Makefile	Fri Dec 27 11:19:59 2019	(r520981)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unit
-PORTVERSION=	1.13.0
+PORTVERSION=	1.14.0
 CATEGORIES=	www
 MASTER_SITES=	https://unit.nginx.org/download/
 

Modified: head/www/unit/distinfo
==============================================================================
--- head/www/unit/distinfo	Fri Dec 27 09:33:59 2019	(r520980)
+++ head/www/unit/distinfo	Fri Dec 27 11:19:59 2019	(r520981)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573756483
-SHA256 (unit-1.13.0.tar.gz) = 6a0297a8fc503d213cc8dca551a428baf51eca1d1ea6dc2407001d4691105e6e
-SIZE (unit-1.13.0.tar.gz) = 693159
+TIMESTAMP = 1577444830
+SHA256 (unit-1.14.0.tar.gz) = 418d39d0850cbb02475f0b9c2793749c51d9fa4c0a1e060487ecffbff99153b7
+SIZE (unit-1.14.0.tar.gz) = 708603



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