pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update caddy to 0.10.4.
Module Name: pkgsrc-wip
Committed By: Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By: bsiegert
Date: Sat Jul 1 13:44:11 2017 +0000
Changeset: 87c531a3cf76cad8ff20e7298a079e301733962c
Modified Files:
caddy/Makefile
caddy/distinfo
Log Message:
Update caddy to 0.10.4.
This release is our first with vendored dependencies. Together with an
updated build command, these builds should be fully reproducible,
byte-for-byte (without plugins).
A huge thank-you to our sponsors for making this possible! We hope you
enjoy this release!
Change list:
- Vendor all dependencies
- Improve MITM detection, add experimental Tor browser support
- New requestid directive to add request IDs to each request
- New HTTP plugins supported: authz, grpc, gopkg, reauth, restic
- browse: Refreshed default UI and added symlink indicators
- errors, log: Added rotate_compress directive to compress rolled logs
- markdown: Template files loaded at each request instead of just once
- proxy: Allow multiple Server header fields on downstream response
- proxy: Perform health checks by body substring
- rewrite,redir: Added 'not_starts_with' and 'not_ends_with' operators
- tls: New ca subdirective to specify CA endpoint per-site
- Several bug fixes
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=87c531a3cf76cad8ff20e7298a079e301733962c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
caddy/Makefile | 6 +++---
caddy/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs:
diff --git a/caddy/Makefile b/caddy/Makefile
index 9622458e8d..ee84403192 100644
--- a/caddy/Makefile
+++ b/caddy/Makefile
@@ -1,16 +1,16 @@
# $NetBSD$
-DISTNAME= caddy-20170530
+DISTNAME= caddy-${GITHUB_TAG:S/v//}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=mholt/}
-GITHUB_TAG= 20a047f
+GITHUB_TAG= v0.10.4
MAINTAINER= bsiegert%NetBSD.org@localhost
HOMEPAGE= ${MASTER_SITE_GITHUB:=mholt/caddy/}
COMMENT= general-purpose web server
LICENSE= apache-2.0
-GO_DIST_BASE= caddy-${GITHUB_TAG}*
+GO_DIST_BASE= ${DISTNAME}
GO_SRCPATH= github.com/mholt/caddy
GO_BUILD_PATTERN= ${GO_SRCPATH}/caddy
diff --git a/caddy/distinfo b/caddy/distinfo
index 9cdc4a6561..1e0001b18e 100644
--- a/caddy/distinfo
+++ b/caddy/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (caddy-20170530-20a047f.tar.gz) = 86b08e5c20c6c61f3033461ace8ffcbf172a9334
-RMD160 (caddy-20170530-20a047f.tar.gz) = d1cba7b618c478ada1f15cdb2165092a1263eed4
-SHA512 (caddy-20170530-20a047f.tar.gz) = c7763f7062309ea7a8ee4e8c53b495513b0a90976f0f9617a93a6c53342ba3711a8ef592aad265c08caa414d8f442875badf3107b04dc72b8d81bcf81725e051
-Size (caddy-20170530-20a047f.tar.gz) = 2629170 bytes
+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
Home |
Main Index |
Thread Index |
Old Index