mail/mailpit: Update to 1.29.1
OK, looks like adding the "-usb -usbdevice mouse" option to qemu causes the panic Adrian saw.
FWIW on my POWER9 qemu box, I get a good boot even with the USB controller turned on:
Sigh. Can you share your qemu command line so we're testing using the same peripherals / CPU setup?
ok, lemme try this latest one in qemu real quick, hold.
Fourth time's the charm? Tested to work on both pSeries/POWER9 and PowerNV/POWER9 -- hopefully POWER8 is similarly functional.
net-mgmt/zabbix74-server: Update to 7.4.7
net-mgmt/zabbix7-server: Update to 7.0.23
net-mgmt/zabbix6-server: Update to 6.0.44
security/vuxml: Add munge vulnerability
security/vuxml: make newentry: Fix providers init.
net/traefik: Update to upstream release 3.6.8
Thanks for the check. I'm able to reproduce and am working on it. On initial glance, it looks like we're calling bounce_bus_dmamap_complete() on a tag that was never created with bounce_bus_dmamap_create(), and I need to find out if that's expected or something we need to trap / ignore.
x11-wm/wlmaker: update to 0.7.1
x11-wm/wlmaker: update to 0.7.1
x11-wm/wlmaker: switch to wlroots020
x11-toolkits/wlroots020: update to 0.20.0.r2
www/chromium: update to 144.0.7559.75
security/vuxml: add www/*chromium < 144.0.7559.75
net-mgmt/check_ssl_cert: update to 2.96.0
Is this going to be MFC'ed?
netinet6: Return EAFNOSUPPORT for non-IPv6 addresses in mcast sockopts.
man.cgi: update the manpages for macOS minor releases
Here is the report sorted by authors of the commit (if someone desires to check descripton and section attribution)
I continue to look for keyworkd to locate documentation commits ('Man Pages' section) . Previous relnotes have much more man entries, comparing to this version.
x11-fonts/nerd-fonts: fix maintainer
mail/thunderbird-esr: update to 140.7.2 (rc1)
mail/thunderbird: update to 147.0.2 (rc1)
mail/thunderbird-esr: update to 140.7.2 (rc1)
mail/thunderbird: update to 147.0.2 (rc1)
security/openssl-quictls: Remove expired port
www/*ngnix: use security/openssl33-quictls instead of expired security/openssl…
ports-mgmt/pkg-devel: update to 2.5.99.2
devel/cpu_features: port to powerpc*
biology/iqtree: fix build on arm64
devel/gopls: update to 0.21.1
devel/pika: builds fine on arm64
devel/cpu_features: port to powerpc*
biology/iqtree: fix build on arm64
devel/gopls: update to 0.21.1
games/brogue: update to 1.15.1
emulators/firebird-emu: rename to emulators/firebird
devel/pika: builds fine on arm64
mail/mls: do not ship compressed license file
fuz committed
R11:5ab056a5f85f: x11-fonts/nerd-fonts: split into subports (authored by Stefan Schlosser <bsdcode@disroot.org>).
x11-fonts/nerd-fonts: split into subports
fuz committed
R11:b9dad8537968: x11-fonts/nerd-fonts: update to 3.4.0 (authored by Stefan Schlosser <bsdcode@disroot.org>).
x11-fonts/nerd-fonts: update to 3.4.0
graphics/blender: update to 5.0.1
vvd committed
R11:5d672758b526: misc/nnn: Update 5.1 => 5.2 (authored by Bartek Jasicki <thindil@laeran.pl.eu.org>).
misc/nnn: Update 5.1 => 5.2
graphics/openxr: Update 1.1.54 => 1.1.57
editors/libreoffice-kab: regen distinfo
sysutils/amazon-ssm-plugin: Update to 1.2.779.0
emulators/stonx: update EmuTOS to 1.4
net-im/ejabberd: Update to 26.02
java/openjdk19: Remove expired port
Mk: unregister expired java/openjdk19
security/openssl33-quictls: Unbreak build
Ok, lets see how it goes. If it starts break again, I will put if SIZEOF_LONG==8 around the code in sys/event.h and kern/kern_umtx.c etc.
databases/redis84: New port
sysutils/opentofu: Update version 1.11.4=>1.11.5
devel/cirrus-cli: Update version 0.161.5=>0.161.6
devel/protoc-gen-go-grpc: Update to snapshot 830c909
emulators/qemu: Update version 10.2.0=>10.2.1
net-im/py-slack-sdk: Update version 3.39.0=>3.40.0
www/py-gunicorn: Update version 25.0.2=>25.0.3
devel/py-tox: Update version 4.34.1=>4.35.0
devel/py-capstone: Update version 5.0.6=>5.0.7
devel/capstone: Update version 5.0.6=>5.0.7
comms/libmodbus: Update version 3.1.11=>3.1.12
security/munge: Update version 0.5.17=>0.5.18
databases/pgroonga: Update version 4.0.2=>4.0.4
databases/mroonga: Update version 15.16=>15.17
textproc/groonga: Update version 15.1.5=>15.1.7
databases/freetds-devel: Update version 1.5.247=>1.5.250
devel/git-absorb: Update to 0.9.0
devel/aws-sdk-cpp: Update to 1.11.749
devel/aws-c-mqtt: Update to 0.13.4
devel/aws-checksums: Update to 0.2.10
devel/binaryen: Update to 126
devel/py-urwid-readline: Update to 0.15.1
emulators/emutos: Free operating system for Atari computers
Quoting part of my recent mail on :
But since there are uses of 'freebsd32.h' unconditionally on all platforms (in 'kern_umtx.c' at least), and since we also check sizes of structures, I think we should at least ensure that 'struct foo32' on a 32-bit arch is type compatible with 'struct foo' on the same arch.
And I do not see that as unsustainable, on the contrary, it is very simple to achieve: Have all 'foo32' types boil down to exactly 'foo' on 32-bit architectures, which is what we are supposed to do already for structures by compat' design. 'freebsd32_uint64_t' you introduced typically supports that. That's the why of https://reviews.freebsd.org/D55283, which fixes commit 87632ddf67b0 ("openzfs sys/types32.h: use abi_compat.h for time32_t") where defining 'time32_t' to 'in32_t' for 32-bit architectures appears to have been an arbitrary choice of yours, which in practice by luck does not change the whole size of 'struct ffclock_estimate32' because 'struct bintime32''s one does not change either as even if its field 'sec' was incorrectly sized after you commit (this is what D55283 fixes), the 'frac' one is 64-bit and 64-bit aligned on all non-x86 architectures so its offset in 'struct bintime32' stays the same.
So, again, I think the rule of thumb should just be: Type 'foo32' is compatible with 'foo' on 32-bit architectures and has same alignment. That's the only thing that makes sense if 'struct *32' are visible on 32-bit architectures.
www/nginx-devel: Update to 1.29.5
comms/meshcore-cli: Fix typo in COMMENT and bump PORTREVISION
textproc/bookokrat: Update to 0.3.4
www/nginx: Update to 1.28.2
deskutils/freeplane: Update to 1.13.1
Sorry, I am back again, I am going to take a look this weekend.