Created attachment 228594 [details] sysutils/jail_exporter: Update to 0.15.1 This PR updates sysutils/jail_exporter to 0.15.1. This update brings the following changes: - Fixed FreeBSD 13 compatibility - Adds support for HTTP basic authentication (see man page for details) - Fixes a typo in the man page - Removes some patches that are now merged into the upstream crates Note for the committer: I'm unable to test this build in Poudriere on my build box, as that requires building Rust which my box does not have the resources for. It used to build, but it now takes longer than 12 hours and eventually the Rust build dies due to running out of memory. -David
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=648efac422be98b880506fc68c1cab3e68214801 commit 648efac422be98b880506fc68c1cab3e68214801 Author: David O'Rourke <dor.bsd@xm0.uk> AuthorDate: 2021-10-16 20:16:48 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2021-10-16 20:21:44 +0000 sysutils/jail_exporter: Update to 0.15.1 https://github.com/phyber/jail_exporter/releases/tag/v0.15.1 PR: 259077 sysutils/jail_exporter/Makefile | 7 +- sysutils/jail_exporter/Makefile.crates | 350 ++++---- sysutils/jail_exporter/distinfo | 898 ++++++++++++--------- ...tch-cargo-crates_jail-0.1.1_src_param.rs (gone) | 29 - ...patch-cargo-crates_jail-0.1.1_src_sys.rs (gone) | 38 - ...patch-cargo-crates_rctl-0.1.0_src_lib.rs (gone) | 20 - 6 files changed, 696 insertions(+), 646 deletions(-)
Testing in 12/13 amd64/i386 jails. http://pkg.ftfl.ca/data/12amd64-default/2021-10-16_16h04m55s/logs/jail_exporter-0.15.1.log http://pkg.ftfl.ca/data/12i386-default/2021-10-16_16h04m55s/logs/jail_exporter-0.15.1.log http://pkg.ftfl.ca/data/13amd64-default/2021-10-16_16h04m55s/logs/jail_exporter-0.15.1.log http://pkg.ftfl.ca/data/13i386-default/2021-10-16_16h04m55s/logs/jail_exporter-0.15.1.log Thanks.
Sorry, that should have said *tested*, not testing.