IABSD.fr/ports/security/step-cli

Branch :


Log

Author Commit Date CI Message
27c165cc 2024-05-07 12:08:20 mark BROKEN due to syscall problems
4a0fdc41 2023-12-09 12:15:03 step-cli: set HOME to WRKDIR to fix build in some setups, ok sthen With the last update the code generating shell completions tries to write into /root/.step/ when building ports with dpb in a proot (at least in my configuration). EACCESS is fatal in while ENOENT isn't [1]. In more usual setups, it would use the /nonexistent/.step via the homedir of _pbuild, so it would work for those. [1]: https://github.com/smallstep/cli-utils/blob/c3dd6955f2e4e285216beb6d4b3a452cdcaed5fe/step/context.go#L132-L138
01270bde 2023-12-07 11:08:28 update to step-cli-0.25.1
cccd1a71 2023-07-26 23:01:42 update to 0.24.4 update by Bryce Chidester <bryce AT cobryce DOT com>
f2d834a0 2022-10-22 12:33:23 step-cli: spell aarch64 correctly (sigh)
eafcbea8 2022-10-22 12:32:18 step-cli: mark BROKEN-arm64. Same failure as i386
fbac9344 2022-09-16 08:06:13 mark BROKEN-i386: ../../../go/pkg/mod/github.com/newrelic/go-agent/v3@v3.18.0/internal/utilization/utilization.go:214:25: undefined: sysinfo.PhysicalMemoryBytes
156e0efe 2022-09-13 19:02:07 Import step-cli-0.22.0, a tool for working with x509, oauth, jwt and otp stuff OK and tweaks sthen@