pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/caddy Update caddy to 0.10.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5163f5e09a60
branches:  trunk
changeset: 377219:5163f5e09a60
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed Mar 14 08:41:32 2018 +0000

description:
Update caddy to 0.10.11.

This release improves automatic HTTPS in cluster configurations, internal TLS
asset management, adds service discovery support to reverse proxying, reusable
snippets for the Caddyfile, and more!

Read the details in the announcement blog post!
https://caddyserver.com/blog/caddy-0_10_11-released

A few minor "breaking" changes include how signals are handled, conflicting TLS
configurations are no longer allowed (an error is raised), and a TLS alert is
raised if SNI is used but no certificate is available, rather than serving a
default certificate.

Special thanks to Ed for helping us patch a minor path-based open redirect
possibility!

Full change log:

Reusable snippets for the Caddyfile
Updated QUIC
Auto-HTTPS certificates may be shared by multiple instances
Expand globbed values in -conf flag
Swap behavior of SIGTERM and SIGQUIT; ignore SIGHUP
9 new DNS provider plugins for the ACME DNS challenge
New placeholder for {<Response-Header} values
basicauth: Username put in {user} placeholder
fastcgi: GET requests can now send a body
proxy: Service discovery with DNS SRV load balancing
request_id: Allow reusing request ID from header field
tls: Improved efficiency of many certificates and reloads
tls: Raise error if conflicting TLS configurations collide
tls: Raise TLS alert if SNI used and no cert matched
tls: Reject OCSP responses that expire after the certificate
tls: Clients can use SNI to request a specific certificate
tls: Add option for backend to approve on-demand certificate
tls: Synchronize maintenance of shared, managed certificates
Numerous fabulous bug fixes

diffstat:

 www/caddy/Makefile |   5 ++---
 www/caddy/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 16907c6edcad -r 5163f5e09a60 www/caddy/Makefile
--- a/www/caddy/Makefile        Wed Mar 14 08:39:12 2018 +0000
+++ b/www/caddy/Makefile        Wed Mar 14 08:41:32 2018 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2018/03/04 15:52:20 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2018/03/14 08:41:32 bsiegert Exp $
 
 DISTNAME=      caddy-${GITHUB_TAG:S/v//}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mholt/}
-GITHUB_TAG=    v0.10.10
+GITHUB_TAG=    v0.10.11
 
 MAINTAINER=    bsiegert%NetBSD.org@localhost
 HOMEPAGE=      ${MASTER_SITE_GITHUB:=mholt/caddy/}
diff -r 16907c6edcad -r 5163f5e09a60 www/caddy/distinfo
--- a/www/caddy/distinfo        Wed Mar 14 08:39:12 2018 +0000
+++ b/www/caddy/distinfo        Wed Mar 14 08:41:32 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/01/09 20:55:12 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2018/03/14 08:41:32 bsiegert Exp $
 
-SHA1 (caddy-0.10.10.tar.gz) = 4a1e94085150657ba1961b69a96ad78ef0f2d8ac
-RMD160 (caddy-0.10.10.tar.gz) = 7dfc270c990d32caff02351bdd2cef1260e19704
-SHA512 (caddy-0.10.10.tar.gz) = 78152e01739ffbe6d36f5d10cab92ad0d112242d679064199c271c20fd22c24f8d51ed884ddef6d80291d15d41d4620d6431e9a6fb0e8c0eab66cc50d57d5b0d
-Size (caddy-0.10.10.tar.gz) = 2706112 bytes
+SHA1 (caddy-0.10.11.tar.gz) = 15ab2233756a474ced6a78ef43b1420e5ce717d0
+RMD160 (caddy-0.10.11.tar.gz) = 00c14040065168bdf0e1e4cea36872d990d386ff
+SHA512 (caddy-0.10.11.tar.gz) = 03539ae59f654d56ad0b441e7f67eb51135b1ffd539f9eb5953445089e72d3eab905ad9b08b001ef27e5054b760887a898b89ea85b48b4f852398b073e6e4924
+Size (caddy-0.10.11.tar.gz) = 2860871 bytes



Home | Main Index | Thread Index | Old Index