Skip to content

Commit

Permalink
www/caddy: Update to 2.6.4
Browse files Browse the repository at this point in the history
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 <size>
    response_buffers <size>

The deprecated options will be removed in a later version of Caddy, so
please start using the new parameters instead.
  • Loading branch information
assistcontrol committed Feb 14, 2023
1 parent bf8338b commit d7461a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions 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

Expand Down
10 changes: 5 additions & 5 deletions 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

0 comments on commit d7461a8

Please sign in to comment.