Skip to content

Commit

Permalink
www/caddy: Update to 2.6.3
Browse files Browse the repository at this point in the history
Major changes:

* New trusted_proxies global option (within servers) can be used to
  specify trusted proxy IP ranges globally. This is important if relying
  on headers for client IP addresses.

* Proxied WebSocket connections are now logged with correct status code
  and "size" (bytes read + bytes written).

* The quic-go package has received significant optimizations, so HTTP/3
  should be more efficient now.
  • Loading branch information
assistcontrol committed Feb 8, 2023
1 parent 24bd5a3 commit 9ff4386
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions www/caddy/Makefile
@@ -1,7 +1,6 @@
PORTNAME= caddy
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.2
PORTREVISION= 2
DISTVERSION= 2.6.3
CATEGORIES= www
DIST_SUBDIR= caddy

Expand All @@ -12,7 +11,7 @@ WWW= https://caddyserver.com
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= cpe go:1.19,modules
USES= cpe go:modules
CPE_VENDOR= caddyserver

USE_RC_SUBR= caddy
Expand Down
10 changes: 5 additions & 5 deletions www/caddy/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1665688601
SHA256 (go/www_caddy/caddy-v2.6.2/v2.6.2.mod) = 66e3abc14121ef5b101c4eda4b796aeb885363cb5f24bc39f12f1a0d4059e860
SIZE (go/www_caddy/caddy-v2.6.2/v2.6.2.mod) = 6406
SHA256 (go/www_caddy/caddy-v2.6.2/v2.6.2.zip) = a26479dca70c6fb2e018043154c062a920085d8a6a7c24e9360edd24e16bbe17
SIZE (go/www_caddy/caddy-v2.6.2/v2.6.2.zip) = 793368
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

0 comments on commit 9ff4386

Please sign in to comment.