Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2020 17:43:11 +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: r525394 - head/www/unit
Message-ID:  <202002061743.016HhBTd076793@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Thu Feb  6 17:43:11 2020
New Revision: 525394
URL: https://svnweb.freebsd.org/changeset/ports/525394

Log:
  Update from 1.14.0 to 1.15.0.
  
  <ChangeLog>
  
  *) Change: extensions of dynamically requested PHP scripts were
     restricted to ".php".
  
  *) Feature: compatibility with Ruby 2.7.
  
  *) Bugfix: segmentation fault might have occurred in the router process
     with multiple application processes under load; the bug had appeared
     in 1.14.0.
  
  *) Bugfix: receiving request body over TLS connection might have
     stalled.
  
  </ChangeLog>

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

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Thu Feb  6 17:12:08 2020	(r525393)
+++ head/www/unit/Makefile	Thu Feb  6 17:43:11 2020	(r525394)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unit
-PORTVERSION=	1.14.0
+PORTVERSION=	1.15.0
 CATEGORIES=	www
 MASTER_SITES=	https://unit.nginx.org/download/
 

Modified: head/www/unit/distinfo
==============================================================================
--- head/www/unit/distinfo	Thu Feb  6 17:12:08 2020	(r525393)
+++ head/www/unit/distinfo	Thu Feb  6 17:43:11 2020	(r525394)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577444830
-SHA256 (unit-1.14.0.tar.gz) = 418d39d0850cbb02475f0b9c2793749c51d9fa4c0a1e060487ecffbff99153b7
-SIZE (unit-1.14.0.tar.gz) = 708603
+TIMESTAMP = 1581010116
+SHA256 (unit-1.15.0.tar.gz) = f8b231d02865b5695825a2a77ecbfd0cff33c0954c0d351d2d773d7e5f6237dd
+SIZE (unit-1.15.0.tar.gz) = 712284



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