svn commit: r461349 - head/www/unit

Sergey A. Osokin osa at FreeBSD.org
Sat Feb 10 00:10:53 UTC 2018


Author: osa
Date: Sat Feb 10 00:10:52 2018
New Revision: 461349
URL: https://svnweb.freebsd.org/changeset/ports/461349

Log:
  Upgrade from 0.4 to 0.6.
  
  <ChangeLog>
  
  *) Bugfix: the main process died when the "type" application option
     contained version; the bug had appeared in 0.5.
  
  *) Change: the "workers" application option was removed, the "processes"
     application option should be used instead.
  
  *) Feature: the "processes" application option with prefork and dynamic
     process management support.
  
  *) Feature: Perl application module.
  
  *) Bugfix: in reading client request body; the bug had appeared in 0.3.
  
  *) Bugfix: some Python applications might not work due to missing
     "wsgi.errors" environ variable.
  
  *) Bugfix: HTTP chunked responses might be encoded incorrectly on 32-bit
     platforms.
  
  *) Bugfix: infinite looping in HTTP parser.
  
  *) Bugfix: segmentation fault in router.
  
  </ChangeLog>

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

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Sat Feb 10 00:09:56 2018	(r461348)
+++ head/www/unit/Makefile	Sat Feb 10 00:10:52 2018	(r461349)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unit
-PORTVERSION=	0.4
+PORTVERSION=	0.6
 CATEGORIES=	www
 MASTER_SITES=	https://unit.nginx.org/download/
 

Modified: head/www/unit/distinfo
==============================================================================
--- head/www/unit/distinfo	Sat Feb 10 00:09:56 2018	(r461348)
+++ head/www/unit/distinfo	Sat Feb 10 00:10:52 2018	(r461349)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516659548
-SHA256 (unit-0.4.tar.gz) = 5c106f9a2bbed5abadd97a529922df4376ae1062caa9701945c760233292e91c
-SIZE (unit-0.4.tar.gz) = 364110
+TIMESTAMP = 1518221102
+SHA256 (unit-0.6.tar.gz) = 7fe9300de46ea34ed892be620431e86a4e0e9b29e81e420e9889de95892c0c9c
+SIZE (unit-0.6.tar.gz) = 377107


More information about the svn-ports-head mailing list