svn commit: r520981 - head/www/unit

Sergey A. Osokin osa at FreeBSD.org
Fri Dec 27 11:19:59 UTC 2019


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


More information about the svn-ports-all mailing list