Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2021 13:11:02 GMT
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8ad46e2fad4a - main - www/caddy: Update to 2.4.1
Message-ID:  <202105201311.14KDB2Gj060783@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ad46e2fad4a0f38a7a25105cd63bcf96740b20f

commit 8ad46e2fad4a0f38a7a25105cd63bcf96740b20f
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2021-05-20 13:09:54 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2021-05-20 13:10:58 +0000

    www/caddy: Update to 2.4.1
    
    Changes:
    
      A small patch release that contains a few noncritical but pleasant
      fixes (unless you're using /id/ endpoints in the admin API; then you
      should definitely get this update).
    
      admin: Reinstate internal redirect for /id/ requests
      caddyfile: Add parse error on site address with trailing {
      cmd: upgrade: inherit the permissions of the original executable
      httpcaddyfile: Fix automation policy consolidation again
      logging: Implement dial timeout for net writer
      reverseproxy: Set the headers in the replacer before handle_response
---
 www/caddy/Makefile |  2 +-
 www/caddy/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/caddy/Makefile b/www/caddy/Makefile
index de378178814c..6ecc75fd4554 100644
--- a/www/caddy/Makefile
+++ b/www/caddy/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	caddy
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.4.0
+DISTVERSION=	2.4.1
 CATEGORIES=	www
 DIST_SUBDIR=	caddy
 
diff --git a/www/caddy/distinfo b/www/caddy/distinfo
index 15022747299e..3bad1dead18d 100644
--- a/www/caddy/distinfo
+++ b/www/caddy/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1621080972
-SHA256 (go/www_caddy/caddy-v2.4.0/v2.4.0.mod) = d10b961669d6452437d525d12dcea38ed9b0f60cc969f15e956843a6343e364d
-SIZE (go/www_caddy/caddy-v2.4.0/v2.4.0.mod) = 1410
-SHA256 (go/www_caddy/caddy-v2.4.0/v2.4.0.zip) = ff2286495e47528177fc070d08135adb565c6630706af2c7e25a931b97323814
-SIZE (go/www_caddy/caddy-v2.4.0/v2.4.0.zip) = 638866
+TIMESTAMP = 1621516019
+SHA256 (go/www_caddy/caddy-v2.4.1/v2.4.1.mod) = d10b961669d6452437d525d12dcea38ed9b0f60cc969f15e956843a6343e364d
+SIZE (go/www_caddy/caddy-v2.4.1/v2.4.1.mod) = 1410
+SHA256 (go/www_caddy/caddy-v2.4.1/v2.4.1.zip) = 3889edcd7e3164507449071641420d92ca69cafc090928f81a475c4bed27f48f
+SIZE (go/www_caddy/caddy-v2.4.1/v2.4.1.zip) = 640451



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