Date: Sat, 27 Oct 2018 17:12:39 +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: r483152 - head/www/mini_httpd Message-ID: <201810271712.w9RHCdbs024239@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810271712.w9RHCdbs024239>