Bug 259077 - [MAINTAINER] sysutils/jail_exporter: Update to 0.15.1
Summary: [MAINTAINER] sysutils/jail_exporter: Update to 0.15.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://github.com/phyber/jail_export...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-11 16:21 UTC by David O'Rourke
Modified: 2021-10-16 20:25 UTC (History)
2 users (show)

See Also:


Attachments
sysutils/jail_exporter: Update to 0.15.1 (85.46 KB, patch)
2021-10-11 16:21 UTC, David O'Rourke
dor.bsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David O'Rourke 2021-10-11 16:21:41 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-10-16 20:22:19 UTC
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(-)
Comment 3 Joseph Mingrone freebsd_committer freebsd_triage 2021-10-16 20:25:16 UTC
Sorry, that should have said *tested*, not testing.