From owner-svn-ports-head@freebsd.org Sat Oct 27 17:12:40 2018 Return-Path: Delivered-To: svn-ports-head@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 4F8DB10CCF11; Sat, 27 Oct 2018 17:12:40 +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 037EB72B05; Sat, 27 Oct 2018 17:12:40 +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 D8B9613415; Sat, 27 Oct 2018 17:12:39 +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 w9RHCdDw024242; Sat, 27 Oct 2018 17:12:39 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9RHCdbs024239; Sat, 27 Oct 2018 17:12:39 GMT (envelope-from leres@FreeBSD.org) Message-Id: <201810271712.w9RHCdbs024239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Sat, 27 Oct 2018 17:12:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483152 - 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: 483152 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2018 17:12:40 -0000 Author: leres Date: Sat Oct 27 17:12:39 2018 New Revision: 483152 URL: https://svnweb.freebsd.org/changeset/ports/483152 Log: 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) MFH: 2018Q4 Security: 33c384f3-5af6-4662-9741-0acb21c7e499 Modified: head/www/mini_httpd/Makefile head/www/mini_httpd/distinfo Modified: head/www/mini_httpd/Makefile ============================================================================== --- head/www/mini_httpd/Makefile Sat Oct 27 17:04:57 2018 (r483151) +++ head/www/mini_httpd/Makefile Sat Oct 27 17:12:39 2018 (r483152) @@ -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: head/www/mini_httpd/distinfo ============================================================================== --- head/www/mini_httpd/distinfo Sat Oct 27 17:04:57 2018 (r483151) +++ head/www/mini_httpd/distinfo Sat Oct 27 17:12:39 2018 (r483152) @@ -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