t_dlclose_thread: Make timeouts manifest more predictably.
And use SIGABRT to get stack traces.
PR lib/59751: dlclose is not MT-safe depending on the libraries
unloaded
Try to add rc.d example to taskchampion-sync-server
Fwiw, I am now running this sync server and syncing both locally and
remotely to it. The local (to the server) taskwarrior is 3.3.0 and is
on NetBSD 10.1, but I am also syncing a macOS 26.5.2 taskwarriror 3.4.2
instance against it. Works a treat.
www/firefox: Update to 152.0.6
* WebGL does not work. webgl.out-of-process workaround was removed.
Disable WebGL by default.
Cnangelog:
152.0.6:
New
* Smart Window includes several enhancements:
Fixed
* Fixed an issue that prevented email tracking protection from being disabled
in the redesigned Firefox Settings. (Bug 2049331)
* Fixed a hang that could occur after using a file picker dialog on macOS 26.
(Bug 2053177)
* Fixed the homepage not loading for some enterprise configurations that set
[189 lines not shown]
Update elinks-dev to v0.19.1
Issue numbers mentioned found here: <https://github.com/rkd77/elinks/issues/>
- 0.19.1
- compilation fixes for Ruby scripting #410
- Disable poll on macOS < 10.6
- bookmarks xbel did not restore positions. #415
- use after free in forms code
- NULL dereference in iframes code (crash at github) #418
- Add action move-cursor-line-end. #416
- bool option document.browse.wrap. #420
- bool options ui.clipboard.remove_leading_spaces and ui.clipboard.remove_trailing_spaces #416
- Serbian translation update
- fix in gopher #421
- 0.19.0
- print progress of curl http uploads
- do not load js scripts if ecmascript is disabled by disallow.txt or allow.txt
- 0.19.0rc1
[29 lines not shown]
py-gitpython: updated to 3.1.52
3.1.52
A security fix for
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-rwj8-pgh3-r573.
3.1.51
This is primarily a security release. It prevents additional argument-injection
paths that could allow execution of arbitrary commands or writing to arbitrary
files through unsafe Git options (GHSA-956x-8gvw-wg5v), and closes bypasses of
the existing protections using abbreviated long options or joined short options
(GHSA-2f96-g7mh-g2hx).
The release also improves support for relative worktree paths and diffs against
the empty tree, preserves stderr from failed diff processes, supports relative
configuration include paths, and includes assorted documentation, typing, test,
and CI improvements.
py-tibs: updated to 1.0.0
1.0.0
This is the first stable release. The documented public API is now intended
to remain compatible across future 1.x releases.
Backwardly incompatible changes
* Tightened automatic promotion to `Tibs` and `Mutibs`. Constructors and other
bit-sequence arguments now accept only unambiguous inputs: existing
`Tibs`/`Mutibs` objects, strings, `bytes`/`bytearray`/`memoryview`, and strict
list or tuple bit patterns containing only `True`, `False`, `0` or `1`.
Arbitrary iterables, file-like objects such as `io.BytesIO`, `array.array`,
and numeric lists such as `[1, 2, 3]` no longer silently convert through
truthiness. Use `from_bools(...)` for truthy iterables, `from_bytes(...)` for
explicit byte data, and `from_values(...)` for fixed-width numeric values.