From owner-svn-ports-head@freebsd.org Thu Jun 14 05:50:58 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 53755100235B; Thu, 14 Jun 2018 05:50:58 +0000 (UTC) (envelope-from danfe@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 02D9774C88; Thu, 14 Jun 2018 05:50:58 +0000 (UTC) (envelope-from danfe@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 D8F8524439; Thu, 14 Jun 2018 05:50:57 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5E5ovLd038038; Thu, 14 Jun 2018 05:50:57 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5E5ovSk038037; Thu, 14 Jun 2018 05:50:57 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201806140550.w5E5ovSk038037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 14 Jun 2018 05:50:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472354 - head/www/thttpd X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/www/thttpd X-SVN-Commit-Revision: 472354 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.26 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: Thu, 14 Jun 2018 05:50:58 -0000 Author: danfe Date: Thu Jun 14 05:50:57 2018 New Revision: 472354 URL: https://svnweb.freebsd.org/changeset/ports/472354 Log: Update `www/thttpd' to version 2.29, which now allows CGI to handle HTTP methods besides GET/HEAD/POST (namely PUT, DELETE, and TRACE). Found out via: repology.org Ignored by: portscout :( Modified: head/www/thttpd/Makefile head/www/thttpd/distinfo Modified: head/www/thttpd/Makefile ============================================================================== --- head/www/thttpd/Makefile Thu Jun 14 05:49:39 2018 (r472353) +++ head/www/thttpd/Makefile Thu Jun 14 05:50:57 2018 (r472354) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thttpd -PORTVERSION= 2.28 +PORTVERSION= 2.29 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/thttpd/ Modified: head/www/thttpd/distinfo ============================================================================== --- head/www/thttpd/distinfo Thu Jun 14 05:49:39 2018 (r472353) +++ head/www/thttpd/distinfo Thu Jun 14 05:50:57 2018 (r472354) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517762580 -SHA256 (thttpd-2.28.tar.gz) = 8552f929d4ede26cb193411c1208168e169dda24ee9eb1da8f8da4f4f8e10328 -SIZE (thttpd-2.28.tar.gz) = 135754 +TIMESTAMP = 1527438412 +SHA256 (thttpd-2.29.tar.gz) = 99c09f47da326b1e7b5295c45549d2b65534dce27c44812cf7eef1441681a397 +SIZE (thttpd-2.29.tar.gz) = 133967