kitty: update to 0.47.2
Packaging updates:
- upstream fixed explicit_zero(3) bug for NetBSD
- fixed crashing when rendering a colored emoji on NetBSD
Upstream updates:
0.47.2
- Allow dragging to move scrollbar after clicking on track when
scrollbar_jump_on_click is enabled
- macOS: Fix regression in 0.47.0 that broke passing Cmd+C on to
terminal applications when no text is selected
- kitten @ set-background-image: Fix --layout=configured changing
layout to centered instead
- Splits layout: add an equalize action and an equalize_on_close
option to redistribute split space proportionally
- Fix matching var/env on tabs not working as expected
- When watching for changed config files do not recursively watch all
sub directories of the directory containing the config file
[20 lines not shown]
Upgrade routinator to version 0.15.2.
Pkgsrc changes:
* Update cargo-depends.mk, update checksums.
* Patch out use of IFF_NOTRAILERS from the 'nix' crate, ref.
https://github.com/NLnetLabs/routinator/issues/1104
Upstream changes:
Release v0.15.2 -- 'Irgendwas ist immer'
Security fixes
* Changed how transient errors when accepting incoming HTTP and
RTR connections are handled: instead of exiting, a warning is
printed and the error is ignored. ([#1099])
This issue was assigned [CVE-2026-49232].
* Extended the check for illegal path components in rsync URIs to
also include the authority and module parts. (via [rpki-rs#370])
This fixes a path traversal vulnerability that has been assigned
[40 lines not shown]
Update to version 9.2.0602.
Changes:
- patch 9.2.0602: popup: No opacity when background not set for Popup group
- translation(it): Update Italian man page
- runtime(doc): Fix paypal link
- runtime(doc): Add gtk4-slow doc tag
- CI: Bump actions/checkout in the github-actions group across 1 directory
- runtime(doc): document that +multi_byte is always enabled
- patch 9.2.0601: matchfuzzypos() returns garbage positions for long candidates
- runtime(odin): update syntax/indent scripts
- runtime(nsis): Update NSIS plugin
- runtime(javascript): add 'Symbol' as a type; add 'void' as a reserved word
- patch 9.2.0600: clientserver method needs to be given as argument
- patch 9.2.0599: popup: title set with popup_setoptions() is not shown
- patch 9.2.0598: tests: Test_statusline() is flaky
- patch 9.2.0597: [security]: possible code execution with python complete
- patch 9.2.0596: cmdline completion popup cannot be scrolled with the mouse
- patch 9.2.0595: MS-Windows: Wrong buffer size calculation for gvimext
- patch 9.2.0594: Use-after-free with ":wqall" and a running terminal job
net/powerdns: Update to 5.1.1
5.1.1
Released: 8th of June 2026
This is release 5.1.1 of the Authoritative Server. It contains an important bugfix for users of the LMDB backend.
Please review the Upgrade Notes before upgrading from versions < 5.0.x.
Bug Fixes
lmdb: correctly update timestamps in non-split domain table mode
5.1.0
Released: 3rd of June 2026
This is release 5.1.0 of the Authoritative Server. It provides many small new features and improvements, as well as bug fixes.
Please review the Upgrade Notes before upgrading from versions < 5.0.x.
New Features
make Lua records immutable by default
Implement a cors flag to set allowed origin in webserver
[20 lines not shown]
net/dnscontrol: Update to v4.41.0
Changelog
Major features:
df8e1f3: NEW PROVIDER: Netnod primary DNS (#4191) (@vilhelmprytz)
Provider-specific changes:
7a079bc: AZURE_PRIVATE_DNS: Fix more tests (#4336) (@TomOnTime)
5c73b3c: AZURE_PRIVATE_DNS: support init command (#4274) (@TomOnTime)
ce47334: HEDNS: Add RP record support (#4343) (@rblenkinsopp)
23004ec: ROUTE53: Add missing R53_ALIAS target record types (#4337) (@tresni)
900ad67: ROUTE53: Initial AWS European Sovereign Cloud support (#4342) (@istenrot)
Documentation:
bc84a47: DOCS: Use the "-args" flag with "go test" when appropriate (#4341) (@TomOnTime)
Dependencies:
db01b64: CHORE: Update dependencies (#4344) (@TomOnTime)
Other changes and improvements:
e6f22cb: BUG: Fix CAA_BUILDER type declarations (#4339) (@thelegy)
480a6f4: CHORE: Linting (#4338) (@TomOnTime)
net/ddns-route53: Update to 2.15.0
Add configurable WAN IP providers by @crazy-max in #1369
Built-in WAN IP defaults now use AWS CheckIP and Cloudflare by @crazy-max in #1364
Refactor WAN IP providers and client transport handling by @crazy-max in #1364
Log startup config as structured debug field by @crazy-max in #1370
Modernize config defaults and remove obsolete utl helpers by @crazy-max in #1366
Document AWS shared credentials file support by @crazy-max in #1367
Fix docs download links to use latest stable git tag by @crazy-max in #1363
Go 1.26 by @crazy-max in #1361
MkDocs Materials 9.7.5 by @crazy-max in #1362
Bump github.com/alecthomas/kong to 1.15.0 in #1352
Bump github.com/aws/aws-sdk-go-v2 dependencies in #1320 #1371
github.com/aws/aws-sdk-go-v2 to 1.41.5
github.com/aws/aws-sdk-go-v2/config to 1.32.15
github.com/aws/aws-sdk-go-v2/credentials to 1.19.14
github.com/aws/aws-sdk-go-v2/service/route53 to 1.62.5
Bump github.com/crazy-max/gonfig to 0.8.0 in #1350
Bump github.com/dromara/carbon/v2 to 2.6.16 in #1321
[3 lines not shown]
(sysutils/R-processx) Updated 3.8.5 to 3.9.0
# processx 3.9.0
* New experimental `pipeline` R6 class for running two or more processes
connected by kernel-level pipes, like a Unix shell pipeline
(`cmd1 | cmd2 | cmd3`). Data flows directly between child processes
without passing through R. Works on Unix and Windows (#280).
* New "Process cleanup" article.
* New `linux_pdeathsig` argument to `process$new()`: on Linux, the child
process receives the specified signal when the parent R process exits.
Set to `TRUE` for `SIGTERM`, or pass an integer signal number directly
(e.g. `tools::SIGKILL`). Ignored on non-Linux platforms (#36).
* New `process$get_end_time()` method returns the time when the process
exited as a `POSIXct`, or `NULL` if it is still running (#218).
[50 lines not shown]
zsh-autosuggestions: update to 0.7.1.
## v0.7.1
- Clear POSTDISPLAY instead of unsetting (#634)
- Always reset async file descriptor after consuming it (#630)
- Always use builtin `exec` (#628)
- Add `history-beginning-search-*-end` widgets to clear widget list (#619)
- Switch CI from Circle CI to GitHub Actions