These are stripped down versions of the legacy Marionette Collective libraries
that are used to facilitate hosting Ruby based MCollective Agents within the
Golang daemon as well as interact with a Choria network from the Ruby API and
mco CLI
It's not possible to run the old MCollective daemon using this code or the
resulting gem.
This fork was made off version 2.12.0 of The Marionette Collective and have
diverged since then, the changes made are not compatible with legacy
MCollective.
WWW: http://rubygems.org/gems/choria-mcorpc-support
With hat: puppet
Actually update sysutils/puppetserver7 from a copy of sysutils/puppetserver6
and a few minor tweaks.
While here, prepare sysutils/puppetserver6 for allowing to migrate the Puppet
CA in case users of the previous version of Puppet want to migrate it before
switching to Puppet 7.
With hat: puppet
sustained_inodes.c: In function 'sinodes_pid_inodes':
sustained_inodes.c:224: error: 'struct kinfo_file' has no member named 'kf_un'
sustained_inodes.c:225: error: 'struct kinfo_file' has no member named 'kf_un'
MFH: 2020Q4
When the kernel is built with INVARIANTS we also need to build ZFS
with INVARIANTS. Additionally, the knob for this has been broken out
from WITH_DEBUG=true to WITH_INVARIANTS=true in the OpenZFS build
system. We add an INVARIANTS option to the port for this, and enable
the DEBUG and INVARIANTS options by default on 13-CURRENT to ensure
that a default configuration builds openzfs-kmod with the correct
options.
Users building their 13-CURRENT kernel without INVARIANTS will need to
disable the INVARIANTS option in the port manually. I'm not aware of a
better way to implement this decision at the moment.
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D27442
Tuesday, 1 December 2020.
Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.20.4 Plasma
5.20 was released in October 2020 with many feature refinements and new modules
to complete the desktop experience.
This release adds a month’s worth of new translations and fixes from KDE’s
contributors. The bugfixes are typically small but important and include:
* Use plasma theme icons in kickoff leave view.
* Weight main categories properly.
* Discover: Display title in application page.
Changelog:
https://kde.org/announcements/plasma-5.20.3-5.20.4-changelog/
- Bump the port to radmind 1.15.3 with a compatibility shim
for ASN1_STRING_get0_data on OpenSSL < 1.1.0
- This patch also switches to using gmake to fix an issue with the man pages
not building on FreeBSD 11.4 (even though they build fine on 12 & 13).
PR: 251495
Submitted by: mikeg@bsd-box.net (maintainer)
Changelog:
- new commands: sha3sum and watchdog
- new command features:
- sed -s flag
- cpio --no-preserve-owner now affects archive creation
- Elliott added tar -I and multi-type find -type a,b,c support
- Mark Salyzyn added xargs -P to run parallel job
- the ps and top commands now autodetect pid length
- top adjusts units for memory display based on system size
- toysh and mkroot: lots of new work on toysh: 29 commits to sh.c since
last release, adding 1500 lines and deleting 700, plus a bunch of
sh.tests entries). Implemented since last release:
- wildcards
- case/esac and select
- brace expansion sequences (ala {1..10..2} and {a..z})
- the remaining variable slice types ${a#y} ${a%y} ${a^y} ${a,y} ${a/search/replace}
- the "source" shell builtin
- the start of job control
- several bugfixes
PR: 251507
Submitted by: Vidar Karlsen (maintainer)