Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2018 14:21:58 +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: r480388 - head/www/unit
Message-ID:  <201809221421.w8MELwob037945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Sat Sep 22 14:21:58 2018
New Revision: 480388
URL: https://svnweb.freebsd.org/changeset/ports/480388

Log:
  Upgrade from 1.3 to 1.4.
  
  <ChangeLog>
  
  *) Change: the control API maps the configuration object only at
     "/config/".
  
  *) Feature: TLS support for client connections.
  
  *) Feature: TLS certificates storage control API.
  
  *) Feature: Unit library (libunit) to streamline language module
     integration.
  
  *) Feature: "408 Request Timeout" responses while closing HTTP
     keep-alive connections.
  
  *) Feature: improvements in OpenBSD support. Thanks to David Carlier.
  
  *) Bugfix: a segmentation fault might have occurred after
     reconfiguration.
  
  *) Bugfix: building on systems with non-default locale might be broken.
  
  *) Bugfix: "header_read_timeout" might not work properly.
  
  *) Bugfix: header fields values with non-ASCII bytes might be handled
     incorrectly in Python 3 module.
  
  </ChangeLog>

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

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Sat Sep 22 14:20:19 2018	(r480387)
+++ head/www/unit/Makefile	Sat Sep 22 14:21:58 2018	(r480388)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unit
-PORTVERSION=	1.3
-PORTREVISION=	1
+PORTVERSION=	1.4
 CATEGORIES=	www
 MASTER_SITES=	https://unit.nginx.org/download/
 

Modified: head/www/unit/distinfo
==============================================================================
--- head/www/unit/distinfo	Sat Sep 22 14:20:19 2018	(r480387)
+++ head/www/unit/distinfo	Sat Sep 22 14:21:58 2018	(r480388)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531800451
-SHA256 (unit-1.3.tar.gz) = 024465c1a8192e8db7bbd8bed7dbfb8351e620a3b8108a268a968fcab676ac49
-SIZE (unit-1.3.tar.gz) = 401670
+TIMESTAMP = 1537625178
+SHA256 (unit-1.4.tar.gz) = 86313596e758a33b2afe118458b6c307b8ff7732a3a32fbd04c9050631ba6f3f
+SIZE (unit-1.4.tar.gz) = 428941



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