Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2019 18:40:00 +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: r517605 - head/www/unit
Message-ID:  <201911141840.xAEIe0iJ029347@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Thu Nov 14 18:40:00 2019
New Revision: 517605
URL: https://svnweb.freebsd.org/changeset/ports/517605

Log:
  Update from 1.12.0 to 1.13.0.
  
  <ChangeLog>
  
  *) Feature: basic support for HTTP reverse proxying.
  
  *) Feature: compatibility with Python 3.8.
  
  *) Bugfix: memory leak in Python application processes when the close
     handler was used.
  
  *) Bugfix: threads in Python applications might not work correctly.
  
  *) Bugfix: Ruby on Rails applications might not work on Ruby 2.6.
  
  *) Bugfix: backtraces for uncaught exceptions in Python 3 might be
     logged with significant delays.
  
  *) Bugfix: explicit setting a namespaces isolation option to false might
     have enabled it.
  
  </ChangeLog>

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

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Thu Nov 14 17:48:21 2019	(r517604)
+++ head/www/unit/Makefile	Thu Nov 14 18:40:00 2019	(r517605)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unit
-PORTVERSION=	1.12.0
+PORTVERSION=	1.13.0
 CATEGORIES=	www
 MASTER_SITES=	https://unit.nginx.org/download/
 

Modified: head/www/unit/distinfo
==============================================================================
--- head/www/unit/distinfo	Thu Nov 14 17:48:21 2019	(r517604)
+++ head/www/unit/distinfo	Thu Nov 14 18:40:00 2019	(r517605)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570190993
-SHA256 (unit-1.12.0.tar.gz) = 03388fb39b2e589c85d4bccb6d5a0e99098d250f0ecb5be668b416cc478d17d1
-SIZE (unit-1.12.0.tar.gz) = 681661
+TIMESTAMP = 1573756483
+SHA256 (unit-1.13.0.tar.gz) = 6a0297a8fc503d213cc8dca551a428baf51eca1d1ea6dc2407001d4691105e6e
+SIZE (unit-1.13.0.tar.gz) = 693159



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