Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2019 12:12:55 +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: r513764 - head/www/unit
Message-ID:  <201910041212.x94CCtpm025528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Fri Oct  4 12:12:55 2019
New Revision: 513764
URL: https://svnweb.freebsd.org/changeset/ports/513764

Log:
  Update from 1.11.0 to 1.12.0.
  
  <ChangeLog>
  
  *) Feature: compatibility with PHP 7.4.
  
  *) Bugfix: descriptors leak on process creation; the bug had appeared in
     1.11.0.
  
  *) Bugfix: TLS connection might be closed prematurely while sending
     response.
  
  *) Bugfix: segmentation fault might have occurred if an irregular file
     was requested.
  
  </ChangeLog>

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

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Fri Oct  4 11:29:33 2019	(r513763)
+++ head/www/unit/Makefile	Fri Oct  4 12:12:55 2019	(r513764)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unit
-PORTVERSION=	1.11.0
+PORTVERSION=	1.12.0
 CATEGORIES=	www
 MASTER_SITES=	https://unit.nginx.org/download/
 

Modified: head/www/unit/distinfo
==============================================================================
--- head/www/unit/distinfo	Fri Oct  4 11:29:33 2019	(r513763)
+++ head/www/unit/distinfo	Fri Oct  4 12:12:55 2019	(r513764)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568920490
-SHA256 (unit-1.11.0.tar.gz) = da52e884743a08a3ee202ebd1cc21154ac527427d195f0edc003c26e0779b5ca
-SIZE (unit-1.11.0.tar.gz) = 681333
+TIMESTAMP = 1570190993
+SHA256 (unit-1.12.0.tar.gz) = 03388fb39b2e589c85d4bccb6d5a0e99098d250f0ecb5be668b416cc478d17d1
+SIZE (unit-1.12.0.tar.gz) = 681661



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