FreeBSD/ports 937e699net/gnome-connections pkg-plist distinfo

net/gnome-connections: update to 50.0 and unbreak

Update gnome-connections to release 50.0 and remove BROKEN=

  50.0 - 13 Mar, 2026
  ====================
  Changes since 50.rc
    - Added/Updated translations:
       - Danish

  50.rc - 02 Mar, 2026
  ====================
  Changes since 50.beta
    - Update gtk-frdp
       - Grab keyboard for FrdpDisplay
       - Pass Win keys only when keyboard is grabbed
       - Fix crash when copying clipboard data
       - Fix flags for CB_FORMAT_LIST message
    - Added/Updated translations:

    [131 lines not shown]
DeltaFile
+20-1net/gnome-connections/pkg-plist
+3-3net/gnome-connections/distinfo
+1-5net/gnome-connections/Makefile
+24-93 files

FreeBSD/ports 51bf5dcgraphics/mesa-devel Makefile, graphics/mesa-devel/files patch-libdrm-2.4.131

graphics/mesa-devel: unbreak on AMD GPUs after 6e724a055fd5

Revert one more upstream change to work around the old libdrm.
https://gitlab.freedesktop.org/mesa/mesa/-/work_items/15477

PR:     295291
DeltaFile
+12-0graphics/mesa-devel/files/patch-libdrm-2.4.131
+1-0graphics/mesa-devel/Makefile
+13-02 files

FreeBSD/src b999544sys/amd64/linux linux_vdso_gtod.c, sys/amd64/linux32 linux32_vdso_gtod.c

linux: Fix some problems with header pollution

- Avoid including sys/proc.h in linux_vdso_gtod.c.  It's not needed, but
  the implicit inclusion of sys/param.h via sys/ucred.h->bsm/audit.h was
  bringing in some required definitions.
- Include a couple of required headers: sys/time.h (for struct bintime),
  and limits.h (for INT_MAX).
- Move some helpers from linux.h, which depend on sys/param.h for NODEV,
  to the one CU where they're actually used.

No functional change intended.

Reviewed by:    imp, kib, emaste
MFC after:      2 weeks
Differential Revision:  https://reviews.freebsd.org/D56982
DeltaFile
+0-50sys/compat/linux/linux.h
+46-0sys/compat/linux/linux_stats.c
+3-1sys/i386/linux/linux_vdso_gtod.c
+3-1sys/arm64/linux/linux_vdso_gtod.c
+3-1sys/amd64/linux32/linux32_vdso_gtod.c
+3-1sys/amd64/linux/linux_vdso_gtod.c
+58-546 files

FreeBSD/src 73ec43arelease/tools ec2-small.conf basic-cloudinit.conf

Cloud releases: More firstboot_pkg_upgrade

Update a couple more cloudware images which I forgot about earlier.

Approved by:    re (cperciva)
Reviewed by:    ziaee
Fixes: 464a351267dc ("Cloud releases: Switch to firstboot_pkg_upgrade")
Differential Revision:  https://reviews.freebsd.org/D57006

(cherry picked from commit 4080419d9a2d88d44d20baaf3ea01934561819c1)
(cherry picked from commit 1ae97c95d025277fb542936b0a2686180dd4a7b7)
DeltaFile
+6-3release/tools/ec2-small.conf
+4-3release/tools/basic-cloudinit.conf
+10-62 files

FreeBSD/src 10c4498release/tools ec2-base.conf azure.conf

Cloud releases: Switch to firstboot_pkg_upgrade

Cloud images are deployed with base system packages. Introduce a
firstboot package auto updater to patch the base system on first boot.

Approved by:    re (cperciva)
MFC after:              1 hour
MFC to:                 stable/15
Reviewed by:            cperciva
Sponsored by:           Google Cloud
Differential Revision:  https://reviews.freebsd.org/D56890

(cherry picked from commit 464a351267dc0d1843b919dd72ad1c70c24815ce)
(cherry picked from commit 0bb2b2a45f3c0c147d7c55e010be45e55af8df87)
DeltaFile
+6-3release/tools/ec2-base.conf
+3-2release/tools/azure.conf
+3-2release/tools/gce.conf
+12-73 files

FreeBSD/src ac2daabsys/conf newvers.sh

15.1: Update to BETA3

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+1-1sys/conf/newvers.sh
+1-11 files

FreeBSD/src a02091dshare/man/man7 freebsd-base.7

freebsd-base.7: Document adding a local repo

Approved by:    re (cperciva)
MFC after:              1 day
Discussed with:         bcr, ivy, kevans, ngie
Differential Revision:  https://reviews.freebsd.org/D56608

(cherry picked from commit c4af3f13a4e9932968d92872aaf22312a6e79e4e)
(cherry picked from commit 635743c6ec35f11434339f79222fb0a259ed8bfb)
DeltaFile
+22-1share/man/man7/freebsd-base.7
+22-11 files

FreeBSD/src 409247asys/contrib/openzfs/lib/libzfs/os/linux libzfs_mount_os.c, sys/contrib/openzfs/module/os/linux/zfs zpl_super.c zfs_vfsops.c

zfs: merge openzfs/zfs at 6330a45b0 (zfs-2.4-release) into stable/15

OpenZFS 2.4.2

Notable upstream pull request merges:
 #18208 6f14581e1 Cleanup allocation class selection
 #18235 7590972f7 Prevent range tree corruption race by updating
                  dnode_sync()
 #18255 b06caaeec range_tree: use zfs_panic_recover() for partial-overlap
                  remove
 #18258 33961142a Fix deadlock on dmu_tx_assign() from vdev_rebuild()
 #18262 02ed09106 Fix check for .cfi_negate_ra_state on aarch64
 #18263 9f92266b7 Fix redundant declaration of dsl_pool_t
 #18276 3862aadf7 Fix vdev_rebuild_range() tx commit
 #18290 a94b137aa FreeBSD: Improve dmesg kernel message prefix
 #18294 938c8c98b draid: fix data corruption after disk clear
 #18310 b40cd9191 Fix s_active leak in zfsvfs_hold() when z_unmounted is
                  true
 #18380 9b8ccbd2c draid: fix import failure after disks replacements

    [16 lines not shown]
DeltaFile
+619-118sys/contrib/openzfs/module/os/linux/zfs/zpl_super.c
+24-207sys/contrib/openzfs/module/os/linux/zfs/zfs_vfsops.c
+152-0sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/redundancy_draid_degraded2.ksh
+143-0sys/contrib/openzfs/lib/libzfs/os/linux/libzfs_mount_os.c
+136-0sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/redundancy_draid_degraded1.ksh
+126-0sys/contrib/openzfs/tests/zfs-tests/cmd/setlease.c
+1,200-325313 files not shown
+3,284-867319 files

FreeBSD/ports 7a04d20devel/nextest distinfo Makefile

devel/nextest: update 0.9.134 → 0.9.135
DeltaFile
+3-3devel/nextest/distinfo
+1-2devel/nextest/Makefile
+4-52 files

FreeBSD/ports d02be6dmisc/lean-ctx Makefile distinfo

misc/lean-ctx: update 3.5.25 → 3.6.0
DeltaFile
+2-5misc/lean-ctx/Makefile
+3-3misc/lean-ctx/distinfo
+5-82 files

FreeBSD/ports ea82850math/4ti2 distinfo Makefile

math/4ti2: update 1_6_13 → 1.6.15
DeltaFile
+3-3math/4ti2/distinfo
+3-2math/4ti2/Makefile
+6-52 files

FreeBSD/src 635743cshare/man/man7 freebsd-base.7

freebsd-base.7: Document adding a local repo

MFC after:              1 day
Discussed with:         bcr, ivy, kevans, ngie
Differential Revision:  https://reviews.freebsd.org/D56608

(cherry picked from commit c4af3f13a4e9932968d92872aaf22312a6e79e4e)
DeltaFile
+22-1share/man/man7/freebsd-base.7
+22-11 files

FreeBSD/ports 48b74femisc/github-copilot-cli pkg-plist distinfo, misc/github-copilot-cli/files package-lock.json

misc/github-copilot-cli: update 1.0.44 → 1.0.48
DeltaFile
+28-28misc/github-copilot-cli/files/package-lock.json
+0-9misc/github-copilot-cli/pkg-plist
+3-3misc/github-copilot-cli/distinfo
+1-1misc/github-copilot-cli/Makefile
+32-414 files

FreeBSD/ports bb1b30etextproc/libfyaml pkg-plist distinfo

textproc/libfyaml: update 0.9.3 → 0.9.6
DeltaFile
+16-0textproc/libfyaml/pkg-plist
+3-3textproc/libfyaml/distinfo
+1-1textproc/libfyaml/Makefile
+20-43 files

FreeBSD/ports 5f0adfadevel/nextest distinfo Makefile

devel/nextest: update 0.9.133 → 0.9.134
DeltaFile
+141-49devel/nextest/distinfo
+71-25devel/nextest/Makefile
+212-742 files

FreeBSD/ports 7abd4fbdevel/py-ruff distinfo Makefile, devel/ruff distinfo Makefile.crates

devel/{,py-}ruff: update 0.15.12 → 0.15.13
DeltaFile
+35-33devel/ruff/distinfo
+35-33devel/py-ruff/distinfo
+17-16devel/py-ruff/Makefile
+16-15devel/ruff/Makefile.crates
+1-1devel/ruff/Makefile
+104-985 files

FreeBSD/ports e656573devel/mrc distinfo Makefile, devel/mrc/files patch-src_mrc.cpp

devel/mrc: update 1.3.16 → 1.3.17
DeltaFile
+0-12devel/mrc/files/patch-src_mrc.cpp
+3-3devel/mrc/distinfo
+1-2devel/mrc/Makefile
+4-173 files

FreeBSD/src 074c42a. RELNOTES

RELNOTES: Add an entry for commit b92b9da33006
DeltaFile
+5-0RELNOTES
+5-01 files

FreeBSD/src 1ae97c9release/tools ec2-small.conf basic-cloudinit.conf

Cloud releases: More firstboot_pkg_upgrade

Update a couple more cloudware images which I forgot about earlier.

Reviewed by:    ziaee
Fixes: 464a351267dc ("Cloud releases: Switch to firstboot_pkg_upgrade")
Differential Revision:  https://reviews.freebsd.org/D57006

(cherry picked from commit 4080419d9a2d88d44d20baaf3ea01934561819c1)
DeltaFile
+6-3release/tools/ec2-small.conf
+4-3release/tools/basic-cloudinit.conf
+10-62 files

FreeBSD/src 0bb2b2arelease/tools ec2-base.conf azure.conf

Cloud releases: Switch to firstboot_pkg_upgrade

Cloud images are deployed with base system packages. Introduce a
firstboot package auto updater to patch the base system on first boot.

MFC after:              1 hour
MFC to:                 stable/15
Reviewed by:            cperciva
Sponsored by:           Google Cloud
Differential Revision:  https://reviews.freebsd.org/D56890

(cherry picked from commit 464a351267dc0d1843b919dd72ad1c70c24815ce)
DeltaFile
+6-3release/tools/ec2-base.conf
+3-2release/tools/azure.conf
+3-2release/tools/gce.conf
+12-73 files

FreeBSD/src b92b9dasys/fs/nfs nfsproto.h, sys/fs/nfsserver nfs_nfsdport.c

nfsd: Allow vfs.nfsd.srvmaxio to be up to 4Mbytes

Without this patch, the maximum setting for
vfs.nfsd.srvmaxio was 1Mbyte.  This patch increases
that to 4Mbytes.

The same as for any setting above 128Kbytes, settings up to
4Mbytes require that kern.ipc.maxsockbuf be increased.
(A message generated after setting vfs.nfsd.srvmaxio via
the /etc/rc.conf variable nfs_server_maxio will indicate
the minimum setting, which will be somewhat greater than
four times the setting of vfs.nfsd.srvmaxio.)

Requested by:   Cedric Blancher <cedric.blancher at gmail.com>
MFC after:      2 weeks
Fixes:  13d3bd165e22 ("subr_uio.c: Remove a KASSERT() for large NFS server I/O")
DeltaFile
+3-2sys/fs/nfsserver/nfs_nfsdport.c
+3-0sys/fs/nfs/nfsproto.h
+6-22 files

FreeBSD/ports db2e300net/traefik Makefile distinfo

net/traefik: Update to upstream release 3.7.1

Details:
- Update to 3.7.x branch, details see:
  https://github.com/traefik/traefik/releases/tag/v3.7.1
- Breaking changes are not expected, but double-checking
  the migration guide is still recommended:
  https://doc.traefik.io/traefik/v3.7/migrate/v3/#v371

MFH:            2026Q2
Security:       CVE-2026-44774
DeltaFile
+1-10net/traefik/Makefile
+3-7net/traefik/distinfo
+4-172 files

FreeBSD/ports 36d50b0devel/py-sqlfluff distinfo Makefile

devel/py-sqlfluff: Update to 4.2.1
DeltaFile
+3-3devel/py-sqlfluff/distinfo
+1-1devel/py-sqlfluff/Makefile
+4-42 files

FreeBSD/src 13d3bd1sys/kern subr_uio.c

subr_uio.c: Remove a KASSERT() for large NFS server I/O

When the NFS server is set to allow an I/O size greater
than 1Mbyte (not allowed in FreeBSD's main yet), a
KASSERT() in allocuio() can fail when:
zfs_freebsd_write()->zfs_write()->zfs_uiocopy()
->cloneuio()->allocuio()
is called for a large NFS server write.

Since the userland API callers to allocuio() already
check that the size does not exceed UIO_MAXIOV,
there does not seem to be a need to a KASSERT()
here.

Removing the KASSERT() allows NFS server writes
of greater than 1Mbyte to work, once the NFS code
is patched to allow them.

Reviewed by:    kib

    [2 lines not shown]
DeltaFile
+0-2sys/kern/subr_uio.c
+0-21 files

FreeBSD/src 4080419release/tools ec2-small.conf basic-cloudinit.conf

Cloud releases: More firstboot_pkg_upgrade

Update a couple more cloudware images which I forgot about earlier.

Reviewed by:    ziaee
Fixes: 464a351267dc ("Cloud releases: Switch to firstboot_pkg_upgrade")
Differential Revision:  https://reviews.freebsd.org/D57006
DeltaFile
+6-3release/tools/ec2-small.conf
+4-3release/tools/basic-cloudinit.conf
+10-62 files

FreeBSD/ports 3e938bfgames/ktx distinfo Makefile, games/ktx/files patch-socd

games/ktx: Update 1.45 => 1.46

Changelog:
https://github.com/QW-Group/ktx/releases/tag/1.46

Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit f540bd6bbd1635d7e167c06f990f7a9d25e7dc06)
DeltaFile
+0-192games/ktx/files/patch-socd
+15-3games/ktx/distinfo
+13-3games/ktx/Makefile
+8-0games/ktx/pkg-plist
+36-1984 files

FreeBSD/ports f540bd6games/ktx distinfo Makefile, games/ktx/files patch-socd

games/ktx: Update 1.45 => 1.46

Changelog:
https://github.com/QW-Group/ktx/releases/tag/1.46

Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+0-192games/ktx/files/patch-socd
+15-3games/ktx/distinfo
+13-3games/ktx/Makefile
+8-0games/ktx/pkg-plist
+36-1984 files

FreeBSD/src 464a351release/tools ec2-base.conf gce.conf

Cloud releases: Switch to firstboot_pkg_upgrade

Cloud images are deployed with base system packages. Introduce a
firstboot package auto updater to patch the base system on first boot.

MFC after:              1 hour
MFC to:                 stable/15
Reviewed by:            cperciva
Sponsored by:           Google Cloud
Differential Revision:  https://reviews.freebsd.org/D56890
DeltaFile
+6-3release/tools/ec2-base.conf
+3-2release/tools/gce.conf
+3-2release/tools/azure.conf
+12-73 files

FreeBSD/ports 7561a88devel/jenkins-lts distinfo Makefile

devel/jenkins-lts: Update to 2.555.2

Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3devel/jenkins-lts/distinfo
+1-1devel/jenkins-lts/Makefile
+4-42 files

FreeBSD/ports 752a72edevel/jenkins distinfo Makefile

devel/jenkins: Update to 2.564

Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3devel/jenkins/distinfo
+1-1devel/jenkins/Makefile
+4-42 files