From d7461a8414ef3e6191b11e4d969efbf0d45fd716 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 14 Feb 2023 15:59:27 -0500 Subject: [PATCH] www/caddy: Update to 2.6.4 Changes: This release contains a hotfix for a regression in v2.6.3 related to proxying chunked requests. We recommend that all users who do so upgrade to v2.6.4. Note that, in an effort to make error-prone configs less likely, we have deprecated the reverse proxy options: buffer_requests buffer_responses max_buffer_size and have introduced 2 new ones which take a size argument to enable buffering: request_buffers response_buffers The deprecated options will be removed in a later version of Caddy, so please start using the new parameters instead. --- www/caddy/Makefile | 3 +-- www/caddy/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/www/caddy/Makefile b/www/caddy/Makefile index a685053366355..21ad83cb049ed 100644 --- a/www/caddy/Makefile +++ b/www/caddy/Makefile @@ -1,7 +1,6 @@ PORTNAME= caddy DISTVERSIONPREFIX= v -DISTVERSION= 2.6.3 -PORTREVISION= 1 +DISTVERSION= 2.6.4 CATEGORIES= www DIST_SUBDIR= caddy diff --git a/www/caddy/distinfo b/www/caddy/distinfo index 34223ae227978..5c4a1609d1d3a 100644 --- a/www/caddy/distinfo +++ b/www/caddy/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1675899192 -SHA256 (go/www_caddy/caddy-v2.6.3/v2.6.3.mod) = 545081c965ec13acdfbda6a398b5dfecf5d8ba9f4aa1f822ae24af3a65064ebc -SIZE (go/www_caddy/caddy-v2.6.3/v2.6.3.mod) = 6247 -SHA256 (go/www_caddy/caddy-v2.6.3/v2.6.3.zip) = c877c2cd48e7afffb7e0e772159637903585a4bc1d56006209ebdcd7d8e7a976 -SIZE (go/www_caddy/caddy-v2.6.3/v2.6.3.zip) = 810296 +TIMESTAMP = 1676408144 +SHA256 (go/www_caddy/caddy-v2.6.4/v2.6.4.mod) = 48e59d631293fb4fe7b119950121397fbfeed1b77caef960c1e1ead6c6a82f75 +SIZE (go/www_caddy/caddy-v2.6.4/v2.6.4.mod) = 6247 +SHA256 (go/www_caddy/caddy-v2.6.4/v2.6.4.zip) = 1db1658b385cd2e4f6e646b2c0b22065ab0d3aaa4506d8371cec57dbe1e14f09 +SIZE (go/www_caddy/caddy-v2.6.4/v2.6.4.zip) = 810736