auto-admin: Update to 0.8.3.32
auto-select-sound-device: Display choices and prompt for default device
auto-sound-driver-setup: Call auto-select-sound-device
gnutls: update to 3.8.11.
* Version 3.8.11 (released 2025-11-18)
** libgnutls: Fix stack overwrite in gnutls_pkcs11_token_init
Reported by Luigino Camastra from Aisle Research. [GNUTLS-SA-2025-11-18,
CVSS: low] [CVE-2025-9820]
** libgnutls: MAC algorithms for PSK binders is now configurable
The previous implementation assumed HMAC-SHA256 to calculate the
PSK binders. With the new gnutls_psk_allocate_client_credentials2()
and gnutls_psk_allocate_server_credentials2() functions, the
application can use other MAC algorithms such as HMAC-SHA384.
** libgnutls: Expose a new function to provide the maximum record send size
A new function gnutls_record_get_max_send_size() has been added to
determine the maximum size of a TLS record to be sent to the peer.
** libgnutls: Expose a new function to update keys without sending a KeyUpdate
[25 lines not shown]
Pull up following revision(s) (requested by jmcneill in ticket #1193):
sys/arch/evbppc/wii/dev/rtcsram.c: revision 1.2
sys/arch/evbppc/wii/dev/exi.c: revision 1.2
sys/arch/evbppc/wii/dev/exi.h: revision 1.2
wii: Explicitly set EXI frequency when selecting a device.
Pull up following revision(s) (requested by gutteridge in ticket #93):
sys/kern/sys_memfd.c: revision 1.13
lib/libc/sys/memfd_create.2: revision 1.2
lib/libc/sys/memfd_create.2: revision 1.3
sys/sys/mman.h: revision 1.66
memfd_create(2): add close-on-fork support
memfd_create.2: note this system call was added in NetBSD 11
Pullup the following, requested by mrg in ticket #91:
external/mit/xorg-server/dist/test/scripts/xephyr-glamor-gles2-piglit.sh up to 1.1.1.1
external/mit/xorg-server/dist/test/bugs/bug1354.c up to 1.1.1.1
external/mit/xorg-server/dist/test/bugs/meson.build up to 1.1.1.1
external/mit/xorg-server/dist/glamor/glamor_glx_provider.c up to 1.1.1.1
external/mit/xorg-server/dist/glamor/glamor_glx_provider.h up to 1.1.1.1
external/mit/xorg-server/dist/COPYING up to 1.1.1.7
external/mit/xorg-server/dist/ChangeLog up to 1.1.1.30
external/mit/xorg-server/dist/Makefile.in up to 1.1.1.19
external/mit/xorg-server/dist/aclocal.m4 up to 1.1.1.24
external/mit/xorg-server/dist/compile up to 1.1.1.14
external/mit/xorg-server/dist/configure up to 1.23
external/mit/xorg-server/dist/configure.ac up to 1.25
external/mit/xorg-server/dist/depcomp up to 1.1.1.12
external/mit/xorg-server/dist/install-sh up to 1.1.1.13
external/mit/xorg-server/dist/meson.build up to 1.1.1.20
external/mit/xorg-server/dist/missing up to 1.1.1.12
external/mit/xorg-server/dist/test-driver up to 1.1.1.10
[158 lines not shown]
Pull up following revision(s) (requested by mrg in ticket #91):
external/mit/xf86-video-intel/dist/src/sna/sna_video.h: revision 1.3
external/mit/xf86-video-intel-2014/dist/src/sna/sna_video.h: revision 1.2
external/mit/xf86-video-ati/dist/src/radeon_video.c: revision 1.4
external/mit/xf86-video-geode/dist/src/geode_fourcc.h: revision 1.2
external/mit/xf86-video-ati-kms/dist/src/radeon_textured_video.c: revision 1.2
make build with xorg-server 21.1.20, which now publishes some
new FOURCC_* defines that in some cases match but via different
methods, or conflict entirely (hi ati.)
Pull up following revision(s) (requested by jmcneill in ticket #1191):
sys/arch/evbppc/wii/machdep.c: revision 1.12
sys/arch/evbppc/wii/mainbus.c: revision 1.5
sys/arch/evbppc/wii/dev/gecko.c: revision 1.1
sys/arch/evbppc/wii/dev/gecko.h: revision 1.1
sys/arch/evbppc/wii/dev/exi.c: revision 1.3
sys/arch/evbppc/wii/dev/exi.h: revision 1.3
sys/arch/evbppc/conf/files.wii: revision 1.8
sys/arch/evbppc/conf/WII: revision 1.11
sys/arch/evbppc/wii/dev/exireg.h: revision 1.1
wii: Add support for using a USB Gecko as serial console.
The USB Gecko is a Wii/Gamecube development tool which connects to the
GameCube memory slot of the Wii and a USB port of a computer. The USB
port exposes an FTDI serial port on the computer side of the connection.
EXI commands sent from the Wii to the USB Gecko can read and write bytes.
[5 lines not shown]
Pull up following revision(s) (requested by jmcneill in ticket #89):
sys/arch/evbppc/wii/machdep.c: revision 1.12
sys/arch/evbppc/wii/mainbus.c: revision 1.5
sys/arch/evbppc/wii/dev/gecko.c: revision 1.1
sys/arch/evbppc/wii/dev/gecko.h: revision 1.1
sys/arch/evbppc/wii/dev/exi.c: revision 1.3
sys/arch/evbppc/wii/dev/exi.h: revision 1.3
sys/arch/evbppc/conf/files.wii: revision 1.8
sys/arch/evbppc/conf/WII: revision 1.11
sys/arch/evbppc/wii/dev/exireg.h: revision 1.1
wii: Add support for using a USB Gecko as serial console.
The USB Gecko is a Wii/Gamecube development tool which connects to the
GameCube memory slot of the Wii and a USB port of a computer. The USB
port exposes an FTDI serial port on the computer side of the connection.
EXI commands sent from the Wii to the USB Gecko can read and write bytes.
[5 lines not shown]
Fix build errors in case of defined(M68K_MMU_HP).
XXX: _BIT() macro in <sys/cdefs.h> returns (__UINTMAX_TYPE__) so all
`PTE*` macro in <m68k/mmu_*.h> should have explicit (uint32_t) casts?
Import swiftshader
SwiftShader is a high-performance CPU-based implementation
of the Vulkan graphics API. Its goal is to provide hardware
independence for advanced 3D graphics.
py-xarray: updated to 2025.11.0
v2025.11.0 (Nov 17, 2025)
This release changes the default for ``keep_attrs`` such that attributes are
preserved by default, adds support for :py:class:`DataTree` in top-level
functions, and contains several memory and performance improvements as well as
a number of bug fixes.
py-barman: updated to 3.16.2
3.16.2 (2025-11-04)
Bugfixes
- Improve barman-cloud delete workaround to inspect error message content
Some S3-compatible storages return an "InvalidRequest" error instead of
"MissingContentMD5" during delete operations. Since we cannot rely on the error code
alone, this updates the logic to also inspect the error message text to detect
MissingContentMD5-like issues and apply the appropriate fallback.
References: BAR-947.
3.16.1 (2025-10-14)
Notable changes
[164 lines not shown]
wireshark: updated to 4.6.1
4.6.1
Bug Fixes
wnpa-sec-2025-05 BPv7 dissector crash. Issue 20770.
wnpa-sec-2025-06 Kafka dissector crash. Issue 20823.
The following bugs have been fixed:
L2CAP dissector doesn’t understand retransmission mode. Issue 2241.
DNS HIP dissector labels PK algorithm as HIT length. Issue 20768.
clang-cl error in "packet-zbee-direct.c" Issue 20776.
Writing to an LZ4-compressed output file might fail. Issue 20779.
endian.h conflics with libc for building plugins. Issue 20786.
TShark crash caused by Lua plugin. Issue 20794.
Wireshark stalls for a few seconds when selecting specific messages. Issue 20797.
TLS Abbreviated Handshake Using New Session Ticket. Issue 20802.
Custom websocket dissector does not run. Issue 20803.
WINREG QueryValue triggers dissector bug in packet-dcerpc.c. Issue 20813.
[10 lines not shown]