svn commit: r492429 - branches/2019Q1/www/unit

Jochen Neumeister joneum at FreeBSD.org
Fri Feb 8 12:00:28 UTC 2019


Author: joneum
Date: Fri Feb  8 12:00:27 2019
New Revision: 492429
URL: https://svnweb.freebsd.org/changeset/ports/492429

Log:
  MFH: r492403
  
  Security update www/unit from 1.7.0 to 1.7.1.
  
  <ChangeLog>
  
  Everybody is strongly advised to update to a new version.
  
  *) Security: a heap memory buffer overflow might have been caused in the
     router process by a specially crafted request, potentially resulting
     in a segmentation fault or other unspecified behavior
     (CVE-2019-7401).
  
  *) Bugfix: install of Go module failed without prior building of Unit
     daemon; the bug had appeared in 1.7.
  
  </ChangeLog>
  
  Approved by:	ports-secteam (joneum)
  Security:		95836a0-2b3b-11e9-9838-8c164567ca3c

Modified:
  branches/2019Q1/www/unit/Makefile
  branches/2019Q1/www/unit/distinfo
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/www/unit/Makefile
==============================================================================
--- branches/2019Q1/www/unit/Makefile	Fri Feb  8 11:58:17 2019	(r492428)
+++ branches/2019Q1/www/unit/Makefile	Fri Feb  8 12:00:27 2019	(r492429)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unit
-PORTVERSION=	1.7
+PORTVERSION=	1.7.1
 CATEGORIES=	www
 MASTER_SITES=	https://unit.nginx.org/download/
 

Modified: branches/2019Q1/www/unit/distinfo
==============================================================================
--- branches/2019Q1/www/unit/distinfo	Fri Feb  8 11:58:17 2019	(r492428)
+++ branches/2019Q1/www/unit/distinfo	Fri Feb  8 12:00:27 2019	(r492429)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545350776
-SHA256 (unit-1.7.tar.gz) = f2a5c13c078423c295f9c194b003a1c96151dcd55d0a71c59186e13ee221fab8
-SIZE (unit-1.7.tar.gz) = 445144
+TIMESTAMP = 1549587058
+SHA256 (unit-1.7.1.tar.gz) = e63cacb8308f625500c51440f2bc54d5a1e1b90aaa41c2c0fc7557c74a9d9e13
+SIZE (unit-1.7.1.tar.gz) = 445348


More information about the svn-ports-branches mailing list