xlockmore: update to 5.89.
5.89
Fixing some normals in oct mode that were off and also updated
pyraminx too making consistent with my puzzle code.
Fix for xglock for NetBSD 11.99.6/x86_64 with gcc 14.3 from
Thomas Kausner wiz AT gatalith.at.
Patch for DecWindows display to fix my attempt to avoid a stack
dump on VMS. Thanks to Jouk Jansen.
Fix compilation error by simple cast in scrnsave.c for Windows
for latest mingw.
Also added migrated the Makefiles so it would build with xscreensaver-6.15.
www/py-autobahn: Remediate upstream choice to be non-portable
Upstream decided that x86-64 now means x86-64-v2, but that motion has
not been proposed, much less passed, in NetBSD and pkgsrc. Work
around this with a buildlink transform, similar to how upstream's
attempted use of -march-native is avoided.
ftp: version 20260718
Fix -Wformat-overflow issues.
Support relative URLs in HTTP Location redirection. PR bin/60346.
Don't read off end of buffer when encoding authentication header.
Forbid Location redirection to file://.
xclock: update to 1.2.1.
This release fixes the build on systems like NetBSD that support
setlocale() but not uselocale(), and adds example app-defaults
files for the new shapes configurations introduced in the 1.2.0 release.
net/librtorrent: Remediate non-POSIXy socket use
The code used AF_INET without including sys/socket.h. Add a patch to
include it. Resolves build failure on NetBSD 10 (which is a
regression from 0.16.17).
devel/ruby-simplecov: update to 1.0.2
1.0.0 (2026-07-12)
Changes are too many to write here, please refer:
<https://github.com/simplecov-ruby/simplecov/releases/tag/v1.0.0> in detail.
1.0.1 (2026-07-14)
* Code coverage for Ruby with a powerful configuration library and
* automatic merging of coverage across test suites.
1.0.2 (2026-07-18)
* Bump ruby/setup-ruby from 1.315.0 to 1.316.0 by @dependabot[bot] in #1229
* Bump step-security/harden-runner from 2.19.4 to 2.20.0 by @dependabot[bot]
in #1230
devel/ruby-io-event: upddate to 1.19.2
1.19.2 (2026-07-12)
* Use rb_process_status_for when available to construct URing process_wait
results directly from waitid, avoiding the extra reap syscall previously
needed to build a Process::Status.
devel/ruby-bindata: update to 3.0.0
3.0.0 (2026-07-13)
* Ruby 2.x now has its own separate branch.
* Namespacing now uses Ruby modules, rather than prefixes.
* Added class names to dynamically generated ints and bits.
* Forward keyword arguments. Thanks to Simon Coffey.