caddy: update to 2.7.6

In this version we've made several fixes and enhancements with help from
several contributors. Most changes are small, but some notable ones:

- The templates middleware is now officially extensible (experimentally). This
  means modules can add custom functions/actions for templates to execute.
- TLS storage cleaning is now synchronized across the cluster and remembered
  across restarts. This should greatly lower costs for expensive storage
  backends like DynamoDB.
- Placeholders are now evaluated in config for certificate loaders.
- Numerous bug fixes.
This commit is contained in:
bsiegert 2024-03-16 17:09:44 +00:00
parent f9902bc9f2
commit 667b44bea9
3 changed files with 413 additions and 1561 deletions

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.80 2024/02/07 14:51:02 bsiegert Exp $
# $NetBSD: Makefile,v 1.81 2024/03/16 17:09:44 bsiegert Exp $
DISTNAME= caddy-2.7.5
PKGREVISION= 5
DISTNAME= caddy-2.7.6
CATEGORIES= www
GITHUB_TAG= v${PKGVERSION_NOREV}
MASTER_SITES= ${MASTER_SITE_GITHUB:=caddyserver/}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff