Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2018 05:50:57 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472354 - head/www/thttpd
Message-ID:  <201806140550.w5E5ovSk038037@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806140550.w5E5ovSk038037>