Brings in several fixes for FreeBSD issues, see the commit logs
on GitHub for details.
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D25915
- MFWMANAGER to add mstfwmanager and mstarchive tools;
- ADAB to add mstreg and mstlink tools;
- STATIC to reduce the final packages size brings by libboost dependency;
- Prepare the upcoming -lite sub port.
PR: 242038
Approved by: hselasky (maintainer timeout)
Sponsored by: Netflix
While I'm here:
* Backport a runtime fix for environments that don't have sysutils/screen
installed but have TERM set to "screen".
* Reduce patching by switching manpages to the preferred share/man location.
* Rebase and document the patch that avoids hardcoded paths to w3mimgdisplay
(which is supplied via www/w3m-img).
Changelog:
https://github.com/ranger/ranger/blob/v1.9.3/CHANGELOG.md
PR: 247938
Submitted by: Greg Fitzgerald <gregf@hugops.pw> (based on)
Approved by: maintainer timeout (3+ weeks)
MFH: No (contains more additions/improvements than bugfixes)
Changelog:
Fixed issues:
- Fix node view output not rendering
- Fix noisy cache warnings on startup
- Logs in Node View are broken since 3.3.0
- Allow a Rundeck server to be set as primary.
- Update dependencies
- Fixes when to execute a job using “Remote URL options” #6275
- Scheduled jobs not running when using Remote URL options and enforcing from allowed values
- replace ehcache2 with jcache/ehcache3
- Update snakeyaml to 1.26
- Reduce console messages in standalone war launch
- Docker - Add / on rundeck/jaas/file/required
- Fix#6239 acls not imported during fs conversion upgrading from 3.2 to 3.3
- Fix activity list options scrolling in FireFox
- Fix log viewer and adhoc command page in FireFox ESR(68)
- Fixes API call using asterisk #6069
- Set ehcache missing cache strategy to ‘create’ to avoid warnings
- Project ACL’s are gone after upgrading to v3.3
- Rundeck 3.3.0 - log viewer broken in Firefox
- Rundeck 3.3.0 node filter broken in Firefox
- Fix URI parse message on Windows for log4j2 config file
- Log4j2 path parse error message on Windows startup
- Open additional modules for reflective access to avoid illegal reflective access warnings
- Starting Rundeck with a JDK 11+ runtime reports Illegal reflective access errors
- Add the ability to send webhook notifications in json format
- Updates an existing plugin when using plugin upload GUI instead of reporting error
- Ignore the unsupported exception thrown when posix file permissions are set
- Output Viewer Safari style fixes
- Ansi color 24 bit support, Fix#6198 bold mode plus 256 color should work
- Add ability to configure object storage plugin with a region
- Add region configuration to object store plugin
- Enhance YAML multiline export functionality
- Performance enhancement for job takeover process
- Misinterpreted ANSI escape sequence
- UI glitch in Jobs activity when using long options names
PR: 248414
Submitted by: Daniel Tihanyi <daniel.tihanyi@tetragir.com> (maintainer)
Add a u-boot port for QEMU's 64-bit RISC-V config. A simple u-boot
payload is provided that can be specified on the command line. It runs
in supervisor mode, and should be paired with OpenSBI.
Reviewed by: manu
Approved by: u-boot (manu)
Differential Revision: https://reviews.freebsd.org/D25737
I added this in 2013 because it was needed in order to have MSG_NOSIGNAL
defined; having that improved performance by avoiding the need go mask
and unmask SIGPIPE repeately.
From src r248932 onwards (aka. 10.0-RELEASE and later) __BSD_VISIBLE is
no longer needed for this; since FreeBSD 9.x and earlier are no longer
supported, there is no point keeping the workaround.
Gem that allows you to encrypt a Chef Data Bag Item using the public keys of a
list of chef nodes. This allows only those chef nodes to decrypt the encrypted
values.
WWW: https://github.com/chef/chef-vault
Chef Utils gem contains common code and mixins for the core Chef Infra Ruby
gems. This is intended to be a "core" or "foundations" library for the chef
ecosystem (and external related gems) which allows the use of core code and
utility functions of the chef gem without requiring all the heaviness of the
chef gem.
WWW: https://github.com/chef/chef/tree/master/chef-utils