FreeBSD/ports dd8ebb4audio/ncpamixer distinfo Makefile

audio/ncpamixer: update 1.3.3.5 → 1.3.7

Reported by:    portscout
DeltaFile
+3-3audio/ncpamixer/distinfo
+3-2audio/ncpamixer/Makefile
+6-52 files

FreeBSD/ports 2f5789eaudio/qxgedit distinfo Makefile

audio/qxgedit: update 0.9.11 → 0.9.12

Reported by:    portscout
DeltaFile
+3-3audio/qxgedit/distinfo
+1-1audio/qxgedit/Makefile
+4-42 files

FreeBSD/ports 183dfedaudio/qmidinet distinfo Makefile

audio/qmidinet: update 0.9.11 → 0.9.12

Reported by:    portscout
DeltaFile
+3-3audio/qmidinet/distinfo
+1-1audio/qmidinet/Makefile
+4-42 files

FreeBSD/ports 424607bmisc/py-torch-geometric distinfo Makefile

misc/py-torch-geometric: update 2.4.0 → 2.5.1

Reported by:    portscout
DeltaFile
+3-3misc/py-torch-geometric/distinfo
+1-1misc/py-torch-geometric/Makefile
+4-42 files

FreeBSD/ports a5f28b6audio/qsynth distinfo Makefile

audio/qsynth: update 0.9.12 → 0.9.13

Reported by:    portscout
DeltaFile
+3-3audio/qsynth/distinfo
+1-1audio/qsynth/Makefile
+4-42 files

FreeBSD/src 6561c0eusr.bin/diff diff.1

diff: Improve history section.

Reviewed by:    gbe
Differential Revision:  https://reviews.freebsd.org/D44409
DeltaFile
+8-6usr.bin/diff/diff.1
+8-61 files

FreeBSD/ports 1a86930net/dhcp6 pkg-plist Makefile

net/dhcp6: Move man pages to share/man

Approved by:    portmgr (blanket)
DeltaFile
+6-6net/dhcp6/pkg-plist
+2-1net/dhcp6/Makefile
+8-72 files

FreeBSD/ports fd78f1bdevel/subversion-lts pkg-plist Makefile

devel/subversion-lts: Move man pages to share/man

Approved by:    portmgr (blanket)
DeltaFile
+10-10devel/subversion-lts/pkg-plist
+2-1devel/subversion-lts/Makefile
+12-112 files

FreeBSD/ports 8143c93games/xnethack pkg-plist Makefile, games/xnethack/files patch-sys-unix-Makefile.doc

games/xnethack: Move man pages to share/man

Approved by:    portmgr (blanket)
DeltaFile
+4-4games/xnethack/pkg-plist
+1-1games/xnethack/files/patch-sys-unix-Makefile.doc
+1-0games/xnethack/Makefile
+6-53 files

FreeBSD/ports ad14f0bnet/cvsync pkg-plist Makefile, net/cvsync/files patch-mk-base.mk

net/cvsync: Move man pages to share/man

Approved by:    portmgr (blanket)
DeltaFile
+7-7net/cvsync/pkg-plist
+1-1net/cvsync/files/patch-mk-base.mk
+1-0net/cvsync/Makefile
+9-83 files

FreeBSD/ports 28601d8net/xrdp pkg-plist Makefile, net/xrdp-devel pkg-plist Makefile

net/xrdp*: Move man pages to share/man

Approved by:    portmgr (blanket)
DeltaFile
+11-11net/xrdp-devel/pkg-plist
+10-10net/xrdp/pkg-plist
+2-1net/xrdp-devel/Makefile
+2-0net/xrdp/Makefile
+25-224 files

FreeBSD/ports 12dae37net/freeradius3 pkg-plist Makefile

net/freeradius3: Move man pages to share/man

Approved by:    portmgr (blanket)
DeltaFile
+41-40net/freeradius3/pkg-plist
+2-0net/freeradius3/Makefile
+43-402 files

FreeBSD/ports ad29b37graphics/egl-wayland Makefile

graphics/egl-wayland: drop maintainership after 706898afef6c
DeltaFile
+1-1graphics/egl-wayland/Makefile
+1-11 files

FreeBSD/ports 64399b5graphics/eglexternalplatform Makefile

graphics/eglexternalplatform: drop maintainership after 706898afef6c
DeltaFile
+1-1graphics/eglexternalplatform/Makefile
+1-11 files

FreeBSD/ports 9f87727graphics/mesa-devel distinfo Makefile

graphics/mesa-devel: update to 24.0.b.3326

Changes:        https://gitlab.freedesktop.org/mesa/mesa/-/compare/f424ef18010...84e8a295a09
DeltaFile
+3-3graphics/mesa-devel/distinfo
+2-2graphics/mesa-devel/Makefile
+5-52 files

FreeBSD/ports 706898ax11-servers/xwayland-devel Makefile distinfo

x11-servers/xwayland-devel: update to 21.0.99.1.841

Changes:        https://gitlab.freedesktop.org/xorg/xserver/-/compare/005912d82...052909ab9
DeltaFile
+3-7x11-servers/xwayland-devel/Makefile
+3-3x11-servers/xwayland-devel/distinfo
+6-102 files

FreeBSD/ports 439a5dbdevel/ruby-build distinfo Makefile

devel/ruby-build: Update to 20240318

(cherry picked from commit 0ca02bcae8f6d4e9e11cd4b5a60ad786b9c7a174)
DeltaFile
+3-3devel/ruby-build/distinfo
+1-1devel/ruby-build/Makefile
+4-42 files

FreeBSD/ports 0ca02bcdevel/ruby-build distinfo Makefile

devel/ruby-build: Update to 20240318
DeltaFile
+3-3devel/ruby-build/distinfo
+1-1devel/ruby-build/Makefile
+4-42 files

FreeBSD/src 785600dusr.sbin/kldxref elf.c ef.c

kldxref: Properly handle reading strings near the end of an ELF file

If a string is at or near the end of an input file and the amount of
remaining data in the file is smaller than the maximum string size,
the pread(2) system call would return a short read which is treated as
an error.  Instead, add a new helper function for reading a string
which permits short reads so long as the data read from the file
contains a terminated string.

Reported by:    jrtc27
Reviewed by:    jrtc27
Sponsored by:   University of Cambridge, Google, Inc.
Differential Revision:  https://reviews.freebsd.org/D44419
DeltaFile
+18-0usr.sbin/kldxref/elf.c
+1-8usr.sbin/kldxref/ef.c
+1-8usr.sbin/kldxref/ef_obj.c
+4-0usr.sbin/kldxref/ef.h
+24-164 files

FreeBSD/ports 5618eb4math/py-slepc4py distinfo Makefile

math/py-slepc4py: update 3.20.1 → 3.20.2

Reported by:    portscout
DeltaFile
+3-3math/py-slepc4py/distinfo
+1-1math/py-slepc4py/Makefile
+4-42 files

FreeBSD/ports 0d4e388math/slepc distinfo Makefile

math/slepc: update 3.20.1 → 3.20.2

Reported by:    portscout
DeltaFile
+3-3math/slepc/distinfo
+2-2math/slepc/Makefile
+2-2math/slepc/pkg-plist
+7-73 files

FreeBSD/src a8eb3b3stand/forth loader.4th

loader.4th dictthreshold too small

The dictthreshold in stand/forth/loader.4th is too small
resulting in full dictionary.

Reviewed by:    stevek, imp
Sponsored by:   Juniper Networks, Inc.
Differential Revision:  https://reviews.freebsd.org/D44414
DeltaFile
+2-2stand/forth/loader.4th
+2-21 files

FreeBSD/src 01f3abbstand/uboot Makefile

uboot/Makefile move BINDIR

Set BINDIR before we include bsd.init.mk
so we can override it via local.init.mk

Reviewed by:    imp
Sponsored by:   Juniper Networks, Inc.
Differential Revision:  https://reviews.freebsd.org/D44413
DeltaFile
+2-1stand/uboot/Makefile
+2-11 files

FreeBSD/src 8f13abbusr.sbin/nfsd nfsd.8

nfsd.8: Document ways to minimize Copy operation times

For NFSv4.2, a Copy operation can take a long time to complete.
If there is a concurrent ExchangeID or DelegReturn operation
which requires the exclusive lock on all NFSv4 state, this can
result in a stall of the nfsd server.

This patch documents ways to avoid this problem.

This is a content change.

Reviewed by:    karels, wollman, pauamma_gundo.com (manpages)
MFC after:      2 weeks
Differential Revision:  https://reviews.freebsd.org/D44395
DeltaFile
+23-1usr.sbin/nfsd/nfsd.8
+23-11 files

FreeBSD/ports b73e44asysutils/mate-power-manager pkg-plist distinfo

sysutils/mate-power-manager: updated to 1.28.1
DeltaFile
+64-5sysutils/mate-power-manager/pkg-plist
+3-3sysutils/mate-power-manager/distinfo
+1-2sysutils/mate-power-manager/Makefile
+68-103 files

FreeBSD/ports f59ddd5security/git-credential-gopass distinfo Makefile, www/py-httpcore Makefile

security/git-credential-gopass: Update to 1.15.12
DeltaFile
+7-7security/git-credential-gopass/distinfo
+11-0www/py-httpcore/files/patch-pyproject.toml
+2-3security/git-credential-gopass/Makefile
+1-1www/py-httpcore/Makefile
+21-114 files

FreeBSD/ports abd399dsysutils/mate-polkit distinfo Makefile

sysutils/mate-polkit: updated to 1.28.1
DeltaFile
+3-3sysutils/mate-polkit/distinfo
+1-2sysutils/mate-polkit/Makefile
+1-0sysutils/mate-polkit/pkg-plist
+5-53 files

FreeBSD/ports f10ec79net/libmateweather distinfo Makefile

net/libmateweather: updated to 1.28.0
DeltaFile
+3-3net/libmateweather/distinfo
+1-2net/libmateweather/Makefile
+4-52 files

FreeBSD/ports a8fc15fsecurity/vuxml/vuln 2024.xml

security/vuxml: Document www/varnish7 vuln: CVE-2023-43622
DeltaFile
+30-0security/vuxml/vuln/2024.xml
+30-01 files

FreeBSD/ports 9747ca2www/varnish7 distinfo Makefile

www/varnish7: Update to 7.4.3, fix vulnerability

Release notes:  https://varnish-cache.org/security/VSV00014.html#vsv00014
Security:       05b7180b-e571-11ee-a1c0-0050569f0b83
Approved by:    dbai@ (maintainer)
DeltaFile
+3-3www/varnish7/distinfo
+1-1www/varnish7/Makefile
+4-42 files