notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
anvil Tools for distributing ssl certificates
0.0.20 sysutils on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.0.20Version of this port present on the latest quarterly branch.
Maintainer: dvl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-07-14 22:22:56
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: BSD2CLAUSE
WWW:
https://github.com/dlangille/anvil
Description:
Tools for distributing ssl certificates Designed for FreeBSD (it uses fetch, not wget or curl [yet]). It also uses sudo, with the goal of this running as non-root and only allowing the cp & mv via sudo. These tools were designed with acme.sh & Let's Encrypt in mind, but they should with with any certificates generated by any means.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (11 items)
Collapse this list.
  1. /usr/local/share/licenses/anvil-0.0.20/catalog.mk
  2. /usr/local/share/licenses/anvil-0.0.20/LICENSE
  3. /usr/local/share/licenses/anvil-0.0.20/BSD2CLAUSE
  4. @sample etc/anvil/cert-puller.conf.sample
  5. @sample etc/anvil/cert-shifter.conf.sample
  6. bin/cert-puller
  7. bin/cert-shifter
  8. @dir(,,755) /var/db/anvil
  9. @owner
  10. @group
  11. @mode
Collapse this list.
Dependency lines:
  • anvil>0:sysutils/anvil
To install the port:
cd /usr/ports/sysutils/anvil/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/anvil
  • pkg install anvil
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: anvil
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1659548055 SHA256 (dlangille-anvil-0.0.20_GH0.tar.gz) = 6da6b6a07f0002a1776c79490e60a3221639a7a6daaf3b36704f48ad581731e4 SIZE (dlangille-anvil-0.0.20_GH0.tar.gz) = 80260

Packages (timestamps in pop-ups are UTC):
anvil
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.0.200.0.200.0.180.0.200.0.20-0.0.18-
FreeBSD:13:quarterly0.0.200.0.200.0.200.0.200.0.200.0.200.0.200.0.20
FreeBSD:14:latest0.0.200.0.200.0.200.0.200.0.200.0.20-0.0.20
FreeBSD:14:quarterly0.0.200.0.20-0.0.200.0.200.0.200.0.200.0.20
FreeBSD:15:latest0.0.200.0.20n/a0.0.20n/a0.0.200.0.200.0.20
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for anvil-0.0.20: ====> Options available for the single SG1: you have to select exactly one of them FETCH=on: Use fetch CURL=off: Use curl, not fetch WGET=off: Use wget, not fetch ===> Use 'make config' to modify these settings
Options name:
sysutils_anvil
pkg-message:
For install:
After installing anvil, this is a short checklist of things to do, depending on which tools are using. For cert-puller: * adjust /usr/local/etc/anvil/cert-puller.conf * run 'cert-puller -s' to see the visudo settings you need * adjust the service configuration files (e.g. httpd.conf) if cert filenames are different from defaults. By default, anvil uses: * example.org.fullchain.cer * example.org.key * anvil does not distribute .key files. Do that manually. * install the crontab for anvil: sudo crontab -u anvil -e ### # use /bin/sh to run commands, overriding the default set by cron SHELL=/bin/sh # mail any output to here, no matter whose crontab this is MAILTO=you@example.org 7 13 * * * /usr/local/bin/cert-puller ### For cert-shifter: * adjust /usr/local/etc/anvil/cert-shifter.conf * install the crontab for anvil: sudo crontab -u anvil -e ### # use /bin/sh to run commands, overriding the default set by cron SHELL=/bin/sh # mail any output to here, no matter whose crontab this is MAILTO=you@example.org 19 20 * * * /usr/local/bin/cert-shifter ###
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dlangille/anvil/tar.gz/0.0.20?dummy=/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.0.20
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.0.20
03 Aug 2022 17:37:29
commit hash: ae45564cb03036d0f67297f710fd09c6033f6e78commit hash: ae45564cb03036d0f67297f710fd09c6033f6e78commit hash: ae45564cb03036d0f67297f710fd09c6033f6e78commit hash: ae45564cb03036d0f67297f710fd09c6033f6e78 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
sysutils/anvil: Update to 0.0.20

Better logging when there is nothing to do for a given cert.
0.0.19
10 Jun 2021 19:42:41
commit hash: ebfc1ba398996668996c4ed0f57551f0384c3949commit hash: ebfc1ba398996668996c4ed0f57551f0384c3949commit hash: ebfc1ba398996668996c4ed0f57551f0384c3949commit hash: ebfc1ba398996668996c4ed0f57551f0384c3949 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
sysutils/anvil: update to 0.0.19

Do not return 1 when doing cert-puller -s
0.0.18
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.0.18
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
0.0.18
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.0.18
10 Nov 2020 14:04:40
Revision:554836Original commit files touched by this commit
dvl search for other commits by this committer
Update to 0.0.18

Allow user to specify which services need to be restarted or reloaded.
Provide settings to allow options to be used with fetch, curl, wget. e.g. -4

re: https://github.com/dlangille/anvil/releases/tag/0.0.18
0.0.17
26 Aug 2019 13:16:24
Revision:509943Original commit files touched by this commit
dvl search for other commits by this committer
Upgrade to 0.0.17

Ignore the DAYS configuration item for cert-shifter. It is now no longer
used.

Why? Because we cannot depend upon the mtime of a directory to indicate that
it contains a new file. Instead, we must look at the certs contained within
those directories.
0.0.16
25 Aug 2019 19:04:03
Revision:509847Original commit files touched by this commit
dvl search for other commits by this committer
Update to 0.0.16

When restarted PostgreSQL, do a reload instead.
0.0.15_1
14 Aug 2019 12:16:13
Revision:508909Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories s)
0.0.15_1
08 Aug 2019 22:05:51
Revision:508410Original commit files touched by this commit
dvl search for other commits by this committer
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
0.0.13_1
03 Aug 2019 21:30:12
Revision:508032Original commit files touched by this commit
dvl search for other commits by this committer
Fixing some portlint whitespace issues.
0.0.13
31 Jul 2019 14:03:28
Revision:507712Original commit files touched by this commit
dvl search for other commits by this committer
Upgrade to 0.0.13

Provides support for apache24
Add logging if cp / mv fails
0.0.12
03 Apr 2018 21:22:55
Revision:466380Original commit files touched by this commit
dvl search for other commits by this committer
Upgrade to 0.0.12 adding support for mosquitto
0.0.11_1
06 Oct 2017 15:05:48
Revision:451386Original commit files touched by this commit
dvl search for other commits by this committer
Remove references to FETCH_TOOL

On FreeBSD, anvil can use fetch(1). No need to use curl/wget.
0.0.11
14 Aug 2017 12:11:26
Revision:447933Original commit files touched by this commit
dvl search for other commits by this committer
Upgrade to 0.0.11
0.0.10_1
11 Aug 2017 21:14:20
Revision:447790Original commit files touched by this commit
dvl search for other commits by this committer
Spell PORTREVISION
0.0.10
11 Aug 2017 19:17:48
Revision:447788Original commit files touched by this commit
dvl search for other commits by this committer
Add options to install wget or curl as run-time dependencies
0.0.10
11 Aug 2017 18:38:33
Revision:447786Original commit files touched by this commit
dvl search for other commits by this committer
Upgrade to 0.0.10
This upgrade adds support for wget & curl but the port does not provide
those options yet
0.0.9
21 Jul 2017 20:11:07
Revision:446347Original commit files touched by this commit
dvl search for other commits by this committer
Upgrade to 0.0.9

* this release adds some sanity checks
* while here, improve pkg-message
0.0.8_1
16 Jul 2017 14:08:51
Revision:446005Original commit files touched by this commit
dvl search for other commits by this committer
Improve the pkg-message now that we install multiple scripts.
Bump PORTREVISION
0.0.8
16 Jul 2017 13:38:33
Revision:446003Original commit files touched by this commit
dvl search for other commits by this committer
Upgrade to 0.0.8

Better detection of new certificates
0.0.7
15 Jul 2017 14:51:04
Revision:445878Original commit files touched by this commit
dvl search for other commits by this committer
Upgrade to 0.0.7
Change NO_BUILD spaces to a tab
0.0.6_1
15 Jul 2017 11:02:43
Revision:445869Original commit files touched by this commit
dvl search for other commits by this committer
Commit the anvil user/group (missed in original commit) so it builds
Sort pkg-plist
Bump PORTREVISION
0.0.6
14 Jul 2017 22:22:46
Revision:445832Original commit files touched by this commit
dvl search for other commits by this committer
Tools for distributing ssl certificates

Number of commits found: 26