Update to version 9.2.0390.
Changes:
- patch 9.2.0390: filetype: some Beancount files are not recognized
- patch 9.2.0389: DECRQM still leaves stray "pp" on Apple Terminal.app
- patch 9.2.0388: strange indent in update_topline()
- patch 9.2.0387: DECRQM request may leave stray chars in terminal
- patch 9.2.0386: No scroll/scrollbar support in the tabpanel
- runtime(sh): allow "#" in special derefs
- patch 9.2.0385: Integer overflow with "ze" and large 'sidescrolloff'
- runtime(doc): fix incorrect description of 'scrolloffpad'
- runtime(graphql): Update syntax script to September 2025 spec
- patch 9.2.0384: stale Insstart after <Cmd> cursor move breaks undo
- patch 9.2.0383: [security]: runtime(netrw): shell-injection via sftp: and file: URLs
- patch 9.2.0382: Wayland: focus-stealing is non-working
- patch 9.2.0381: Vim9: Missing check_secure() in exec_instructions()
- patch 9.2.0380: completion: a few issues in completion code
- patch 9.2.0379: gui.color_approx is never used
- patch 9.2.0378: Using int as bool type in win_T struct
[31 lines not shown]
lsof: Do not include _STABLE, _RC, etc. suffixes in version comparison.
Avoid (some) unnecessary system version warnings on NetBSD. The ABI
should not change between 11.0_BETA, 11.0_RC*, 11.0, and 11.0_STABLE.
In fact it should not change between 11.0, 11.1, 11.2, and so forth.
The only exception is *.99.* (e.g. 11.99.5), where the full version
should be compared.
XXX: This could be improved to only compare the major version when
the minor version is less than 99.
lint, make: only enable strict bool mode when using GCC
The GCC precompiler marks each token whether it comes from a system
header. Lint uses this information to allow some expressions that aren't
strictly bool, such as in __predict_true and __predict_false. The Clang
preprocessor treats all tokens as not coming from system headers, thus
being too strict.
news/eilmeldung: import package
eilmeldung is a TUI RSS reader based on the awesome news-flash library.
- fast in every aspect: non-blocking terminal user interface, (neo)vim-inspired
keybindings, instant start-up and no clutter
- stands on the shoulder of giants: based on the news-flash library, eilmeldung
supports many RSS providers, is efficient and reliable
- powerful and yet easy to use out-of-the-box: sane defaults which work for
most, and yet configurable to meet anyone's requirements, from keybindings to
colors, from displayed content to RSS provider
- read news like a pro: filter and search news with an easy-to-learn powerful
query language, activate zen mode to focus on the article content and nothing
else
eilmeldung is German for breaking news
news/bulletty: add package
bulletty is a TUI feed reader and aggregator (RSS and Atom).
Read your subscriptions directly in your terminal. It downloads the entries for
offline reading so all the data is local and yours: your subscriptions,
highlights, comments, etc. All in a universal format: Markdown. Back up and
sync your data directory your own way.
Updated net/unifi to 10.1.89
Update unifi to 10.1.89
This includes a pkgsrc update to enable the use of openjdk21 as well as
openjdk17. Note that an existing installation must be running at least
8.6.9 (the current version in pkgsrc) in order to upgrade
UniFi Network Application 10.1.89
- Fixed the security issues mentioned in Security Advisory Bulletin 062.
UniFi Network Application 10.1.84
UniFi Network Application 10.1.84 enhances high availability and
system logging, adds new connectivity insights, and includes
[351 lines not shown]
Use the new FCNTL mechanism to move blocks to clean segments, rather than
duplicating the code in user space. lfs_cleanerd still decides which
segments' blocks to move but no longer identifies individual blocks
for cleaning, and does not handle file data.
libtorrent rtorrent: updated to 0.16.10
0.16.10
Adds support for gzip accepted_encoding in scgi headers and special syntax to
config files to enable logging before libtorrent initialization.