svn commit: r492403 - head/www/unit
Sergey A. Osokin
osa at FreeBSD.org
Fri Feb 8 01:06:41 UTC 2019
Author: osa
Date: Fri Feb 8 01:06:40 2019
New Revision: 492403
URL: https://svnweb.freebsd.org/changeset/ports/492403
Log:
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>
Modified:
head/www/unit/Makefile
head/www/unit/distinfo
Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile Fri Feb 8 01:04:53 2019 (r492402)
+++ head/www/unit/Makefile Fri Feb 8 01:06:40 2019 (r492403)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= unit
-PORTVERSION= 1.7
+PORTVERSION= 1.7.1
CATEGORIES= www
MASTER_SITES= https://unit.nginx.org/download/
Modified: head/www/unit/distinfo
==============================================================================
--- head/www/unit/distinfo Fri Feb 8 01:04:53 2019 (r492402)
+++ head/www/unit/distinfo Fri Feb 8 01:06:40 2019 (r492403)
@@ -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-all
mailing list