net/knot: Update to 3.5.5
Knot DNS 3.5.5 (2026-06-12)
Features:
knotd: support for binding wildcard addresses to a specific network interface
mod-alias: ALIAS record synthesis from locally served targets (Thanks to Bron Gondwana) !1867 (merged)
Improvements:
knotd: zone XFR freeze state is persistent across restarts by storing it in timers
knotd: optimized rescheduled DNSSEC validation
knotd: hardened manually triggered DNSSEC validation
utils: configuration detection fails if the database is empty or inaccessible
utils: LMDB reader lock table is purged even for read-only access
utils: errors when writing to stdout are reported
libs: upgraded embedded libngtcp2 to 1.23.0
doc: various improvements
[22 lines not shown]
net/mtr: Update to 0.96
WHAT'S NEW?
V0.96
Merge branch 'traviscross:master' into master
Change UDP and ICMP sockets binding to accept a source IP from the -a CLI option
Adjust MIN_PORT to match other implementations
Handle EHOSTDOWN and refine error handling better granularity
[...]
More in NEWS
shells/shellcheck: Update to v0.11.0
v0.11.0 - 2025-08-03
Added
SC2327/SC2328: Warn about capturing the output of redirected commands.
SC2329: Warn when (non-escaping) functions are never invoked.
SC2330: Warn about unsupported glob matches with [[ .. ]] in BusyBox.
SC2331: Suggest using standard -e instead of unary -a in tests.
SC2332: Warn about [ ! -o opt ] being unconditionally true in Bash.
SC3062: Warn about bashism [ -o opt ].
Optional avoid-negated-conditions: suggest replacing [ ! a -eq b ]
with [ a -ne b ], and similar for -ge/-lt/=/!=/etc (SC2335).
Precompiled binaries for Linux riscv64 (linux.riscv64)
Changed
SC2002 about Useless Use Of Cat is now disabled by default. It can be
re-enabled with --enable=useless-use-of-cat or equivalent directive.
SC2236/SC2237 about replacing [ ! -n .. ] with [ -z ] and vice versa
is now optional under avoid-negated-conditions.
SC2015 about A && B || C no longer triggers when B is a test command.
[9 lines not shown]
net/6tunnel: Update to 0.14
6tunnel-0.14 Latest
@wojtekka wojtekka released this Sep 3, 2025
Changes by Wojtek Kaniewski:
Modify test script to use Python 3.
Remove unused variables.
Stop using sockaddr for generic storage.
Add -V parameter to print version.
Changes by pgajdos:
Fix compilation with GCC 15.
net/bftpd: Update to version 6.6
Jesse Smith <jessefrgsmith at yahoo.ca> -> 6.6
- Add "211 End" reponse to SITE command's output to
make sure some FTP clients do not hang while waiting for additional
lines.
- Remove check for working GCC as it no longer works with modern versions of
GCC. Now we just check for a compiler and assume it can create binary files.
Jesse Smith <jessefrgsmith at yahoo.ca> -> 6.5
- Fixed possible denial of service attack where child
file descriptors are not cleaned up by the parent quickly enough.
Fix provided by Alexander Trifa.
Jesse Smith <jessefrgsmith at yahoo.ca> -> 6.4
- Directory listings are now shown in alphabetical order.
Permissions on files are more accurate.
[14 lines not shown]
(devel/R-devtools) Updated 2.4.5 tol 2.5.2, Fix build againt R 4.6.0 is too deep, sorry
# devtools 2.5.2
* `install()` uses a new feature of `pak::local_install_deps()` to
consider the current `.libPaths()` when resolving dependencies,
instead of consulting only `.libPaths()[1]`. This was an unintended
behavioral change introduced in 2.5.0 (#2691).
# devtools 2.5.1
* `build_readme()` no longer installs dependencies into the temporary library
(a regression introduced in 2.5.0). It now exits early if a required
dependency is missing and reports any that are out of date or at a dev
version (#2683).
* `dev_sitrep()` reports if devtools itself is out of date (#2687).
# devtools 2.5.0
[75 lines not shown]
(devel/R-pkgbuild) Updated 1.4.6 to 1.4.8
# pkgbuild 1.4.8
* New `Config/build/never-clean` `DESCRIPTION` option to avoid adding
`--preclean` to `R CMD INSTALL` (e.g., when header files have changed)
(@krlmlr, #204).
* `has_rtools()` & co. now work correctly on aarch64 Windows, when
`RTOOLS45_AARCH64_HOME` is not set (@remlapmot, #203).
* `pkg_build()` and `pkgbuild_process` now work corrently when building
binary packages from non-standard file names (#208).
# pkgbuild 1.4.7
* pkgbuild now supports R 4.5.x and Rtools45.
* `has_build_tools()` (and related functions) now do not explicitly check
[2 lines not shown]
Update the 68040 MMU mod/ref emulation fix to more accurately reflect
the hardware's behavior, from Laurent Vivier (who will incorporate this
change into the Qemu mainline).
Bump PKGREVISION to 2.
editors/vim-gtk4: import vim-gtk4-9.2.0602
Vim is an almost compatible version of the UNIX editor Vi. Many new features
have been added: multi level undo, syntax highlighting, command line history,
on-line help, filename completion, block operations, etc.
If you are building the package from source you may want to enable some
features such as a perl or python interpreter which are not enabled by
default.
This version also contains a GTK4 GUI.