From owner-svn-ports-all@freebsd.org Sun Oct 28 07:12:34 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 2175710EA4CA; Sun, 28 Oct 2018 07:12:34 +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 EBF9B735AA; Sun, 28 Oct 2018 07:12:33 +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 C5AAA1C2DC; Sun, 28 Oct 2018 07:12:33 +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 w9S7CXvm061916; Sun, 28 Oct 2018 07:12:33 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9S7CXdl061915; Sun, 28 Oct 2018 07:12:33 GMT (envelope-from leres@FreeBSD.org) Message-Id: <201810280712.w9S7CXdl061915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Sun, 28 Oct 2018 07:12:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483230 - branches/2018Q4/www/mini_httpd X-SVN-Group: ports-branches X-SVN-Commit-Author: leres X-SVN-Commit-Paths: branches/2018Q4/www/mini_httpd X-SVN-Commit-Revision: 483230 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.29 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: Sun, 28 Oct 2018 07:12:34 -0000 Author: leres Date: Sun Oct 28 07:12:33 2018 New Revision: 483230 URL: https://svnweb.freebsd.org/changeset/ports/483230 Log: MFH: r483152 Update to 1.30 which fixes a security hole that allowed arbitrary file disclosure in some circumstances. Announcement: http://acme.com/updates/archive/211.html Approved by: matthew (mentor, implicit) Security: 33c384f3-5af6-4662-9741-0acb21c7e499 Approved by: ports-secteam (riggs), matthew (mentor, implicit) Modified: branches/2018Q4/www/mini_httpd/Makefile branches/2018Q4/www/mini_httpd/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/mini_httpd/Makefile ============================================================================== --- branches/2018Q4/www/mini_httpd/Makefile Sun Oct 28 06:54:04 2018 (r483229) +++ branches/2018Q4/www/mini_httpd/Makefile Sun Oct 28 07:12:33 2018 (r483230) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mini_httpd -PORTVERSION= 1.29 +PORTVERSION= 1.30 CATEGORIES= www ipv6 MASTER_SITES= https://www.acme.com/software/mini_httpd/ Modified: branches/2018Q4/www/mini_httpd/distinfo ============================================================================== --- branches/2018Q4/www/mini_httpd/distinfo Sun Oct 28 06:54:04 2018 (r483229) +++ branches/2018Q4/www/mini_httpd/distinfo Sun Oct 28 07:12:33 2018 (r483230) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529456298 -SHA256 (mini_httpd-1.29.tar.gz) = bdbd6226cbd105f537f67b5ad93ea69856426274bc5ada5124cca2785592ea6e -SIZE (mini_httpd-1.29.tar.gz) = 43830 +TIMESTAMP = 1540593543 +SHA256 (mini_httpd-1.30.tar.gz) = 9c4481802af8dde2e164062185c279e9274525c3af93d014fdc0b80cf30bca6e +SIZE (mini_httpd-1.30.tar.gz) = 43889