svn commit: r513764 - head/www/unit

Sergey A. Osokin osa at FreeBSD.org
Fri Oct 4 12:12:56 UTC 2019


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


More information about the svn-ports-head mailing list