collectd-unbound: a few more tweaks:
* Use the full github tag to match extracted build directory
* Use go-module.mk instead of go-package.mk. Should have read
the "PLEASE NOTE" in the latter.
* The go-collectd package may not be required, but a commented-out
reference is still here.
However, "make print-go-modules" fails with
go: no modules specified (see 'go help mod download')
which I have no ready solution for.
zino: update to version 2.3.2.
Pkgsrc changes:
* updated PLIST to match installed files.
* version-bump + checksums.
Upstream changes:
- Details about timed out SNMP requests are now logged as debug-level
messages in the `zino.tasks` logger
- Documented how to configure Zino's logging output
- Reduced default `max-repetitions` of SNMP GET-BULK operations
from 10 to 5 to avoid spurious timeouts
- Allow re-entrant use of SNMP sessions (avoiding unnecessary
`CancelledError` exceptions) ([#503]
(https://github.com/Uninett/zino/issues/503))
- Unexpected timeouts in task runs are now handled and logged
without a complete (scary-looking) traceback
doomlegacy-snapshot: Update to SVN revision 1766
- commit revision 1766
Enabled the reference_count.
There was a persistent segfault, and corruption
of some mobj lists, that seemed to be due
to deleted mobj.
The reference_count code was available and
easier than anything else I could think of.
Added SET_TARGET_REF3, to optimize transfer
of reference from lastenemy to target, and
similar operations.
This seems to stop the segfault but has
other expenses, such as the player
accumulating over 900 references, due to
making a sound in a sector.
There will be further work on this.
[122 lines not shown]
(wip/libvirt11) import libvirt-11.9.0
candidate for upgrading (sysutils/libvirt) or (wip/libvirt)
libvirt is:
+ A toolkit to interact with the virtualization capabilities of recent
versions of operating systems, see our project goals for details.
+ A long term stable C API
+ A set of bindings for common languages
+ A CIM provider for the DMTF virtualization schema
+ A QMF agent for the AMQP/QPid messaging system
libvirt supports:
+ The KVM/QEMU Linux hypervisor
+ The Xen hypervisor
+ The LXC Linux container system
+ The OpenVZ Linux container system
+ The User Mode Linux paravirtualized kernel
+ The VirtualBox hypervisor
+ The VMware ESX and GSX hypervisors
[9 lines not shown]
zino: update to version 2.3.1.
Pkgsrc changes:
* update PLIST to reflect installed files
* version-bump + checksums.
Upstream changes:
- Added `scheduler.misfire_grace_time` setting to enable control
over APScheduler options
- Dump list of running jobs to log when USR1 signal is received
- Bump `netsnmp-cffi` requirement to version 0.1.4 (to avoid frozen jobs)
- Fixed an issue where duplicate events could exist in persisted
state from older Zino versions. At Zino startup these are now
automatically resolved, keeping only the oldest (original) event
open while closing the duplicates. ([#488]
(https://github.com/Uninett/zino/issues/488))
[4 lines not shown]
py-netsnmp-cffi: upgrade to version 0.1.4.
Pkgsrc changes:
* Version + checksum updates.
Upstream changes:
Version 0.1.4:
Fixed
* Cancel pending futures/requests when session is closed, in order
to avoid stuck coroutines (#16)
go-collectd: add a draft package for go-based collectd plugins.
This one is known not to build, ref:
===> Building for go-collectd-0.6.0
collectd.org/plugin/fake
collectd.org/plugin
plugin/fake/write.go:7:11: fatal error: plugin.h: No such file or directory
7 | // #include "plugin.h"
| ^~~~~~~~~~
compilation terminated.
plugin/c.go:7:11: fatal error: plugin.h: No such file or directory
7 | // #include "plugin.h"
| ^~~~~~~~~~
compilation terminated.
*** Error code 1
Possibly due to the go compiler not using the pkgsrc wrapper
for the C compiler invocations.