Date: Fri, 9 Feb 2018 17:32:28 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461322 - head/www/mini_httpd Message-ID: <201802091732.w19HWSeW073067@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: leres Date: Fri Feb 9 17:32:28 2018 New Revision: 461322 URL: https://svnweb.freebsd.org/changeset/ports/461322 Log: Update to 1.28 which fixes a buffer overflow (that will be) documented in CVE-2017-17663. Reviewed by: matthew (mentor) Approved by: matthew (mentor) MFH: 2018Q1 Security: f5524753-67b1-4c88-8114-29c2d258b383 Differential Revision: https://reviews.freebsd.org/D14218 Modified: head/www/mini_httpd/Makefile head/www/mini_httpd/distinfo Modified: head/www/mini_httpd/Makefile ============================================================================== --- head/www/mini_httpd/Makefile Fri Feb 9 17:28:33 2018 (r461321) +++ head/www/mini_httpd/Makefile Fri Feb 9 17:32:28 2018 (r461322) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mini_httpd -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= www ipv6 MASTER_SITES= https://www.acme.com/software/mini_httpd/ Modified: head/www/mini_httpd/distinfo ============================================================================== --- head/www/mini_httpd/distinfo Fri Feb 9 17:28:33 2018 (r461321) +++ head/www/mini_httpd/distinfo Fri Feb 9 17:32:28 2018 (r461322) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488912725 -SHA256 (mini_httpd-1.27.tar.gz) = e5d6041f2906f4099284e004d7641b8f06414fe54901e554bebe777e6d889d37 -SIZE (mini_httpd-1.27.tar.gz) = 43473 +TIMESTAMP = 1517878208 +SHA256 (mini_httpd-1.28.tar.gz) = d4ea88a0493a2794ea62ac5a2aaf6825c8b064405959a22af3c04b587e87d971 +SIZE (mini_httpd-1.28.tar.gz) = 43759
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802091732.w19HWSeW073067>