pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/caddy
Module Name: pkgsrc
Committed By: bsiegert
Date: Wed Mar 14 08:41:32 UTC 2018
Modified Files:
pkgsrc/www/caddy: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/caddy/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/caddy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/caddy/Makefile
diff -u pkgsrc/www/caddy/Makefile:1.5 pkgsrc/www/caddy/Makefile:1.6
--- pkgsrc/www/caddy/Makefile:1.5 Sun Mar 4 15:52:20 2018
+++ pkgsrc/www/caddy/Makefile Wed Mar 14 08:41:32 2018
@@ -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/}
Index: pkgsrc/www/caddy/distinfo
diff -u pkgsrc/www/caddy/distinfo:1.3 pkgsrc/www/caddy/distinfo:1.4
--- pkgsrc/www/caddy/distinfo:1.3 Tue Jan 9 20:55:12 2018
+++ pkgsrc/www/caddy/distinfo Wed Mar 14 08:41:32 2018
@@ -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