Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2018 04:11:30 +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: r474772 - head/www/unit
Message-ID:  <201807170411.w6H4BUke056042@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Jul 17 04:11:30 2018
New Revision: 474772
URL: https://svnweb.freebsd.org/changeset/ports/474772

Log:
  Upgrade from 1.2 to 1.3.
  
  <ChangeLog>
  
  *) Change: UTF-8 characters are now allowed in request header field
     values.
  
  *) Feature: configuration of the request body size limit.
  
  *) Feature: configuration of various HTTP connection timeouts.
  
  *) Feature: Ruby module now automatically uses Bundler where possible.
  
  *) Feature: http.Flusher interface in Go module.
  
  *) Bugfix: various issues in HTTP connection errors handling.
  
  *) Bugfix: requests with body data might be handled incorrectly in PHP
     module.
  
  *) Bugfix: individual PHP configuration options specified via control
     API were reset to previous values after the first request in
     application process.
  
  </ChangeLog>

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

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Tue Jul 17 03:44:08 2018	(r474771)
+++ head/www/unit/Makefile	Tue Jul 17 04:11:30 2018	(r474772)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unit
-PORTVERSION=	1.2
+PORTVERSION=	1.3
 CATEGORIES=	www
 MASTER_SITES=	https://unit.nginx.org/download/
 

Modified: head/www/unit/distinfo
==============================================================================
--- head/www/unit/distinfo	Tue Jul 17 03:44:08 2018	(r474771)
+++ head/www/unit/distinfo	Tue Jul 17 04:11:30 2018	(r474772)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528659357
-SHA256 (unit-1.2.tar.gz) = d8637115b44cc1e32f4f74db302fd7871dbe480cf172285b359dc94db4ed43e0
-SIZE (unit-1.2.tar.gz) = 399085
+TIMESTAMP = 1531800451
+SHA256 (unit-1.3.tar.gz) = 024465c1a8192e8db7bbd8bed7dbfb8351e620a3b8108a268a968fcab676ac49
+SIZE (unit-1.3.tar.gz) = 401670



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