Date: Sun, 28 Oct 2018 07:12:33 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483230 - branches/2018Q4/www/mini_httpd Message-ID: <201810280712.w9S7CXdl061915@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810280712.w9S7CXdl061915>