summaryrefslogtreecommitdiff
path: root/www/caddy
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2017-09-04 17:56:18 +0000
committerbsiegert <bsiegert@pkgsrc.org>2017-09-04 17:56:18 +0000
commitd9011a014f49a0837b43e781cffce570beff3ea2 (patch)
tree05f43d41ce0e6a925e2d88c7b83942169d947641 /www/caddy
parent39cf84a7712e0afb749e51e30b11315c39bea795 (diff)
downloadpkgsrc-d9011a014f49a0837b43e781cffce570beff3ea2.tar.gz
Update Caddy to 0.10.7.
0.10.7 This release introduces 3 new HTTP plugins: awses, jekyll, and forwardproxy, and supports SIGUSR2 for graceful binary upgrades. Read the release blog post for more information. A huge thanks to our sponsors for making continued development possible, and for keeping this release of Caddy free for everyone to use: Minio, Uptime Robot, and Sourcegraph! Change list: - Built with Go 1.9 - New 3rd-party plugin HTTP directives: jekyll, awses, forwardproxy - Different exit codes - Plan 9 support - Graceful binary upgrades with SIGUSR2 - internal: Support X-Accel-Redir without paths to protect - templates: Can execute templates loaded by other middleware - A few really good bug fixes 0.10.6 This is a hotfix for 0.10.5's fastcgi directive which invokes a runtime error on 32-bit and ARM architectures, due to a known, documented bug in Go. We don't run tests on 32-bit or ARM (yet) which would have been the only way to catch this error in an automated fashion. Sorry about that. Enjoy this release! It's the best one yet. 0.10.5 It's been kind of a crummy week for a lot of people, but here's some good news: Caddy 0.10.5 is out! This release fixes subtle issues that were present in proxying WebSockets or FastCGI connections. We've also improved MITM detection for iOS clients. There is a new header-based load balancing policy. On top of these changes, of note are these: The requestid directive has been renamed to request_id to be more consistent with other directives and subdirectives. There is a new default timeout in town: the idle timeout now has a default value of 5 minutes. Unlike the previous default timeouts, we don't expect this will negatively impact anyone. There is generally no good use for idle connections, and if you have a good use for them, you can disable this timeout in your Caddyfile. (We've tested this timeout on several kinds of sites for months and have had zero problems, only improvements in memory and FD usage.) This release is compatible with three new 3rd-party plugins! The http.cache plugin acts as a caching layer of middleware, which can drastically improve performance of serving your site. http.nobots attempts to dissuade bots from accessing your site. http.webdav was extracted from the filemanager plugin and enables webdav serving. As usual, a HUGE thanks to contributors who made this possible! Most of these changes were implemented by contributors to the project, while the maintainers have been busy working on improved proxy middleware and other things (that hopefully we can reveal soon). Our community is fantastic, and we and all Caddy users appreciate you. Thank you! Full change log: - Renamed requestid directive to request_id - Set default idle timeout of 5 minutes - New 3rd-party plugin directives: cache, nobots, webdav - New Unix timestamp placeholder {when_unix} - Improved MITM detection on iOS clients - errors, log: Fix log rolling parsing - gzip: Convert any ETag header to weak etag - fastcgi: Reverted persistent connections (issue #1736) - proxy: Added header loaded balancing policy - proxy: Fix hang on chunked WebSockets (e.g. with HomeAssistant) - Several other bug fixes and minor internal improvements
Diffstat (limited to 'www/caddy')
-rw-r--r--www/caddy/Makefile4
-rw-r--r--www/caddy/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/www/caddy/Makefile b/www/caddy/Makefile
index 07b4c00ad3c..bebafc13555 100644
--- a/www/caddy/Makefile
+++ b/www/caddy/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2017/07/22 19:32:41 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/09/04 17:56:18 bsiegert Exp $
DISTNAME= caddy-${GITHUB_TAG:S/v//}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=mholt/}
-GITHUB_TAG= v0.10.4
+GITHUB_TAG= v0.10.7
MAINTAINER= bsiegert@NetBSD.org
HOMEPAGE= ${MASTER_SITE_GITHUB:=mholt/caddy/}
diff --git a/www/caddy/distinfo b/www/caddy/distinfo
index f9794529c74..97bb3f46ea6 100644
--- a/www/caddy/distinfo
+++ b/www/caddy/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/07/11 20:26:41 bsiegert Exp $
+$NetBSD: distinfo,v 1.2 2017/09/04 17:56:18 bsiegert Exp $
-SHA1 (caddy-0.10.4.tar.gz) = 57d08090bfacdfca19ba8f172d7dbea85a573721
-RMD160 (caddy-0.10.4.tar.gz) = 4cf456f04210b49d8203e843a10ba741fbd6c214
-SHA512 (caddy-0.10.4.tar.gz) = 5d291efcf68247a30983c3f1d4def418014680cf70f971f93acb108a2a7aaf072133755f23fb55011bc4dbf4ed62a4d3d7939083736a922a2829787e6ed92adc
-Size (caddy-0.10.4.tar.gz) = 2635680 bytes
+SHA1 (caddy-0.10.7.tar.gz) = 4825e9811bf2254c57873f211b72e1552291bc08
+RMD160 (caddy-0.10.7.tar.gz) = 4a098f1122b15e4f7dda917b91b4f773731f7e15
+SHA512 (caddy-0.10.7.tar.gz) = ef580c3e5e04cb42a05aef037e70b670abcb484fa9b82f2fb84a0bbdb059af7c5cdb99349f6d728e43ce2562c1f8eccf16e00d7552e45dce52c75ef1c62dad16
+Size (caddy-0.10.7.tar.gz) = 2680089 bytes