misc/vxl: Don't override build conflicts by one another
Fix port Makefile by merging two lines defining CONFLICTS_BUILD, where
the second occurrence was overriding the former.
PR: 295304
Approved by: portmgr blanket
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D57015
15.1/relnotes: Adjust EC2 entries
Remove an item about ec2-small and cloud-init which is included in
the following entry.
Add an item about ec2-small having firstboot_pkgs turned off by
default; this change speeds up the boot process by 6 seconds by not
installing zero packages.
netlink: Check for NULL return from npt_alloc()
Reviewed by: glebius, pouria
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57171
www/nginx: Update to 1.30.2
Changes with nginx 1.30.2 22 May
2026
*) Security: a heap memory buffer overflow might occur in a worker
process when using a configuration with overlapping captures in
ngx_http_rewrite_module, potentially resulting in arbitrary code
execution (CVE-2026-9256).
Thanks to Mufeed VH of Winfunc Research.
PR: 295498
Sponsored by: Netzkommune GmbH
science/meep: Use swig instead of swig40
It builds fine with swig 4.4.1 now.
It is part of the removal of devel/swig40.
PR: 291779
Approved by: portmgr (blanket)