xvidcap: Avoid regressions with recent GNU toolchains.
With GCC 14 and newer, building xvidcap's internal codecs silently
fails. This results in a working package, but without any usable
codecs, which vastly impacts xvidcap's functionality.
This change fixes the silent errors.
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]