From owner-svn-ports-all@freebsd.org Fri Feb 9 17:32:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DA55F15ADE; Fri, 9 Feb 2018 17:32:29 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C39AD6F11E; Fri, 9 Feb 2018 17:32:28 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BEA5827E35; Fri, 9 Feb 2018 17:32:28 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w19HWSuB073069; Fri, 9 Feb 2018 17:32:28 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w19HWSeW073067; Fri, 9 Feb 2018 17:32:28 GMT (envelope-from leres@FreeBSD.org) Message-Id: <201802091732.w19HWSeW073067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Fri, 9 Feb 2018 17:32:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461322 - head/www/mini_httpd X-SVN-Group: ports-head X-SVN-Commit-Author: leres X-SVN-Commit-Paths: head/www/mini_httpd X-SVN-Commit-Revision: 461322 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2018 17:32:29 -0000 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