diff options
author | Dan Langille <dvl@FreeBSD.org> | 2019-08-08 22:05:50 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2019-08-08 22:05:50 +0000 |
commit | 2792f246c1c5f2cdc481ec9db758d68f561ff0ca (patch) | |
tree | fceffa28b9627913ba2ce64b0caf3326c73797bd | |
parent | sysutils/crate: Fix the accidentally changed BROKEN statement. (diff) |
Upgrade to 0.0.15
* adds PostgreSQL support
* add configurable number of DAYS to look back at certs
* better error detection and logging of errors
Notes
Notes:
svn path=/head/; revision=508410
-rw-r--r-- | sysutils/anvil/Makefile | 2 | ||||
-rw-r--r-- | sysutils/anvil/distinfo | 6 | ||||
-rw-r--r-- | sysutils/anvil/files/cert-shifter.conf.sample.in | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/anvil/Makefile b/sysutils/anvil/Makefile index 896ebb7677a6..06f757370751 100644 --- a/sysutils/anvil/Makefile +++ b/sysutils/anvil/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= anvil -PORTVERSION= 0.0.13 +PORTVERSION= 0.0.15 PORTREVISION= 1 CATEGORIES= sysutils diff --git a/sysutils/anvil/distinfo b/sysutils/anvil/distinfo index e5cfda276ce6..262e04d016e8 100644 --- a/sysutils/anvil/distinfo +++ b/sysutils/anvil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1564581702 -SHA256 (dlangille-anvil-0.0.13_GH0.tar.gz) = 8c443a8a1b888aad60c22e1f5a12ee9330c9de5515b0ff2b050448251c192e2b -SIZE (dlangille-anvil-0.0.13_GH0.tar.gz) = 79690 +TIMESTAMP = 1565301813 +SHA256 (dlangille-anvil-0.0.15_GH0.tar.gz) = a1cddad1983a1351e6bfea06db66d2bcc15f671136ce337d1402a017791bf0b3 +SIZE (dlangille-anvil-0.0.15_GH0.tar.gz) = 79891 diff --git a/sysutils/anvil/files/cert-shifter.conf.sample.in b/sysutils/anvil/files/cert-shifter.conf.sample.in index 89cb0ff9f946..71a8f052be9f 100644 --- a/sysutils/anvil/files/cert-shifter.conf.sample.in +++ b/sysutils/anvil/files/cert-shifter.conf.sample.in @@ -4,3 +4,5 @@ CERT_DST_ROOT="/var/db/certs-for-rsync" CERT_DST_CERTS="${CERT_DST_ROOT}/certs" TMP="${CERT_DST_ROOT}/tmp" + +DAYS="1" |