Date: Wed, 20 Jun 2018 03:30:00 +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: r472840 - head/www/mini_httpd Message-ID: <201806200330.w5K3U005023018@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: leres Date: Wed Jun 20 03:30:00 2018 New Revision: 472840 URL: https://svnweb.freebsd.org/changeset/ports/472840 Log: Update to 1.29: - Allow CGI to handle HTTP methods besides GET/HEAD/POST. Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D15918 Modified: head/www/mini_httpd/Makefile head/www/mini_httpd/distinfo Modified: head/www/mini_httpd/Makefile ============================================================================== --- head/www/mini_httpd/Makefile Wed Jun 20 03:12:57 2018 (r472839) +++ head/www/mini_httpd/Makefile Wed Jun 20 03:30:00 2018 (r472840) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mini_httpd -PORTVERSION= 1.28 +PORTVERSION= 1.29 CATEGORIES= www ipv6 MASTER_SITES= https://www.acme.com/software/mini_httpd/ Modified: head/www/mini_httpd/distinfo ============================================================================== --- head/www/mini_httpd/distinfo Wed Jun 20 03:12:57 2018 (r472839) +++ head/www/mini_httpd/distinfo Wed Jun 20 03:30:00 2018 (r472840) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517878208 -SHA256 (mini_httpd-1.28.tar.gz) = d4ea88a0493a2794ea62ac5a2aaf6825c8b064405959a22af3c04b587e87d971 -SIZE (mini_httpd-1.28.tar.gz) = 43759 +TIMESTAMP = 1529456298 +SHA256 (mini_httpd-1.29.tar.gz) = bdbd6226cbd105f537f67b5ad93ea69856426274bc5ada5124cca2785592ea6e +SIZE (mini_httpd-1.29.tar.gz) = 43830
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806200330.w5K3U005023018>