svn commit: r495213 - head/www/unit

Sergey A. Osokin osa at FreeBSD.org
Sat Mar 9 22:53:29 UTC 2019


Author: osa
Date: Sat Mar  9 22:53:28 2019
New Revision: 495213
URL: https://svnweb.freebsd.org/changeset/ports/495213

Log:
  Update from 1.7.1 to 1.8.0.
  
  <ChangeLog>
  
  *) Change: now three numbers are always used for versioning: major,
     minor, and patch versions.
  
  *) Change: now QUERY_STRING is always defined even if the request does
     not include the query component.
  
  *) Feature: basic internal request routing by Host, URI, and method.
  
  *) Feature: experimental support for Java Servlet Containers.
  
  *) Bugfix: segmentation fault might have occurred in the router process.
  
  *) Bugfix: various potential memory leaks.
  
  *) Bugfix: TLS connections might have stalled.
  
  *) Bugfix: some Perl applications might have failed to send the response
     body.
  
  *) Bugfix: some compilers with specific flags might have produced
     non-functioning builds; the bug had appeared in 1.5.
  
  *) Bugfix: Node.js package had wrong version number when installed from
     sources.
  
  </ChangeLog>

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

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Sat Mar  9 22:49:12 2019	(r495212)
+++ head/www/unit/Makefile	Sat Mar  9 22:53:28 2019	(r495213)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unit
-PORTVERSION=	1.7.1
+PORTVERSION=	1.8.0
 CATEGORIES=	www
 MASTER_SITES=	https://unit.nginx.org/download/
 

Modified: head/www/unit/distinfo
==============================================================================
--- head/www/unit/distinfo	Sat Mar  9 22:49:12 2019	(r495212)
+++ head/www/unit/distinfo	Sat Mar  9 22:53:28 2019	(r495213)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549587058
-SHA256 (unit-1.7.1.tar.gz) = e63cacb8308f625500c51440f2bc54d5a1e1b90aaa41c2c0fc7557c74a9d9e13
-SIZE (unit-1.7.1.tar.gz) = 445348
+TIMESTAMP = 1551477979
+SHA256 (unit-1.8.0.tar.gz) = abc8552af977d5984a8775b21d34dab270c1034f1cc07bc299d4d2e6d6b173e6
+SIZE (unit-1.8.0.tar.gz) = 511226


More information about the svn-ports-all mailing list