FreeBSD/src 8cd4029sys/dev/mxge if_mxge.c

mxge(4): Fix a typo in a source code comment

- s/deterimine/determine/

(cherry picked from commit 14e93e3e360718f2272028fbf99775df3c192e83)
DeltaFile
+1-1sys/dev/mxge/if_mxge.c
+1-11 files

FreeBSD/src adf2614sys/dev/mxge if_mxge.c

mxge(4): Fix a typo in a source code comment

- s/deterimine/determine/

(cherry picked from commit 14e93e3e360718f2272028fbf99775df3c192e83)
DeltaFile
+1-1sys/dev/mxge/if_mxge.c
+1-11 files

FreeBSD/ports 5259bf4science/py-pygmo2 distinfo Makefile

science/py-pygmo2: update 2.19.7 → 2.19.8
DeltaFile
+3-3science/py-pygmo2/distinfo
+3-2science/py-pygmo2/Makefile
+6-52 files

FreeBSD/ports 649c31fastro/py-pyvo distinfo Makefile, astro/py-pyvo/files patch-setup.cfg

astro/py-pyvo: update 1.9.0 → 1.9.1
DeltaFile
+0-12astro/py-pyvo/files/patch-setup.cfg
+3-3astro/py-pyvo/distinfo
+2-1astro/py-pyvo/Makefile
+5-163 files

FreeBSD/ports 32f8e90net-p2p/py-libtorrent-rasterbar distinfo Makefile

net-p2p/py-libtorrent-rasterbar: update 2.0.12 → 2.0.13
DeltaFile
+3-3net-p2p/py-libtorrent-rasterbar/distinfo
+2-2net-p2p/py-libtorrent-rasterbar/Makefile
+5-52 files

FreeBSD/ports 314bf40math/py-sparsediffpy distinfo Makefile

math/py-sparsediffpy: update 0.5.0 → 0.5.1
DeltaFile
+3-3math/py-sparsediffpy/distinfo
+1-1math/py-sparsediffpy/Makefile
+4-42 files

FreeBSD/src 59b0df3sys/dev/ntsync linux_ntsync.c

linux_ntsync(9): check the file type before calling native ntsync(9)

Reported by:    Alex S <iwtcex at gmail.com>
Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+36-0sys/dev/ntsync/linux_ntsync.c
+36-01 files

FreeBSD/ports f21ed12devel/py-distlib distinfo Makefile, devel/py-distlib/files patch-pyproject.toml

devel/py-distlib: update 0.4.2 → 0.4.3
DeltaFile
+0-13devel/py-distlib/files/patch-pyproject.toml
+3-3devel/py-distlib/distinfo
+2-2devel/py-distlib/Makefile
+5-183 files

FreeBSD/ports fea4c23sysutils/py-filelock distinfo Makefile

sysutils/py-filelock: update 3.29.1 → 3.29.4
DeltaFile
+3-3sysutils/py-filelock/distinfo
+2-2sysutils/py-filelock/Makefile
+5-52 files

FreeBSD/ports a4fc6bdwww/py-slowapi Makefile distinfo

www/py-slowapi: update 0.1.9 → 0.1.10
DeltaFile
+12-4www/py-slowapi/Makefile
+3-3www/py-slowapi/distinfo
+15-72 files

FreeBSD/ports b92044dmisc/py-langchain-openai Makefile distinfo

misc/py-langchain-openai: update 1.2.2 → 1.3.2
DeltaFile
+15-3misc/py-langchain-openai/Makefile
+3-3misc/py-langchain-openai/distinfo
+18-62 files

FreeBSD/ports a2ff335misc/py-langchain Makefile distinfo

misc/py-langchain: update 1.3.4 → 1.3.9
DeltaFile
+6-2misc/py-langchain/Makefile
+3-3misc/py-langchain/distinfo
+9-52 files

FreeBSD/ports bd21aecmisc/py-langsmith distinfo Makefile

misc/py-langsmith: update 0.8.14 → 0.8.15
DeltaFile
+3-3misc/py-langsmith/distinfo
+2-2misc/py-langsmith/Makefile
+5-52 files

FreeBSD/ports b710ebcmisc/py-langchain-protocol distinfo Makefile

misc/py-langchain-protocol: update 0.0.16 → 0.0.17
DeltaFile
+3-3misc/py-langchain-protocol/distinfo
+1-1misc/py-langchain-protocol/Makefile
+4-42 files

FreeBSD/ports 17f34c7misc/py-langgraph Makefile distinfo

misc/py-langgraph: update 1.2.4 → 1.2.5
DeltaFile
+4-2misc/py-langgraph/Makefile
+3-3misc/py-langgraph/distinfo
+7-52 files

FreeBSD/ports 1886defmisc/py-langchain-anthropic Makefile distinfo

misc/py-langchain-anthropic: update 1.4.5 → 1.4.6
DeltaFile
+21-3misc/py-langchain-anthropic/Makefile
+3-3misc/py-langchain-anthropic/distinfo
+24-62 files

FreeBSD/ports 23fde4amisc/py-langchain-core distinfo Makefile

misc/py-langchain-core: update 1.4.6 → 1.4.7
DeltaFile
+3-3misc/py-langchain-core/distinfo
+2-2misc/py-langchain-core/Makefile
+5-52 files

FreeBSD/src 64467d2sys/kern vfs_subr.c, sys/sys vnode.h mount.h

vnode: move VIRF_KNOTE to v_v2flag

The semantic of the flag has the natural march to the code scope that is
protected by the vnode lock.

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D56912
DeltaFile
+4-3sys/sys/vnode.h
+2-3sys/kern/vfs_subr.c
+2-2sys/sys/mount.h
+8-83 files

FreeBSD/src da6aa06sys/sys vnode.h rangelock.h

struct vnode: assign v_rl.resv1 as v_type and v_rl.resv2 as v_state

Use the avaliable space to introduce vnode-locked flag v_v2flag.

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D56912
DeltaFile
+8-2sys/sys/vnode.h
+4-0sys/sys/rangelock.h
+12-22 files

FreeBSD/src 3d50531sys/sys rangelock.h

sys/rangelock.h: explicitly enumerate padding at the end of the structure

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D56912
DeltaFile
+6-0sys/sys/rangelock.h
+6-01 files

FreeBSD/src 36b155asys/kern vfs_subr.c

vfs: work around the race between vget() and vnlru

Specifically, do not let vtryrecycle() to recycle a used vnode. It is
possible for a vnode to be vref-ed or vuse-ed lockless after it is held
by vhold_recycle_free(). Then, since vtryrecycle() does not recheck the
hold count, we might end up freeing vused vnode.

Since vget_finish() increments v_usecount after obtaining the vnode
lock, we would observe the hold reference anyway when the parallel
vget() is blocked waiting on the vnode lock.

PR:     281749
Reported and tested by: Steve Peurifoy <ssw01 at mathistry.net>, Vladimir Grebenshchikov <vova at zote.me>
Reviewed by:    olce
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57305
DeltaFile
+6-1sys/kern/vfs_subr.c
+6-11 files

FreeBSD/src 3eafe01libexec/rtld-elf/tests parse_integer_test.c Makefile

rtld-elf: add some tests for parse_integer()

Reviewed by:    des, dim
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57549
DeltaFile
+35-0libexec/rtld-elf/tests/parse_integer_test.c
+10-0libexec/rtld-elf/tests/Makefile
+45-02 files

FreeBSD/src 4249a9blibexec/rtld-elf rtld.c

rtld parse_integer(): support binary, octal, and hex C notations

Reviewed by:    des, dim
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57549
DeltaFile
+34-9libexec/rtld-elf/rtld.c
+34-91 files

FreeBSD/ports a0749caeditors/elementary-code distinfo pkg-plist

editors/elementary-code: Update 8.2.0 => 8.3.0

Changelog:
https://github.com/elementary/code/releases/tag/8.3.0

- Sort plist.

PR:             295363
Approved by:    Miguel Gocobachi <miguel at gocobachi.dev> (maintainer, timeout 4 weeks)
Sponsored by:   UNIS Labs
DeltaFile
+3-3editors/elementary-code/distinfo
+2-2editors/elementary-code/pkg-plist
+1-1editors/elementary-code/Makefile
+6-63 files

FreeBSD/ports c150bd8misc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.8.2 → 3.8.4
DeltaFile
+9-9misc/lean-ctx/distinfo
+4-4misc/lean-ctx/Makefile
+13-132 files

FreeBSD/ports 8867394security/susshi distinfo Makefile

security/susshi: update 0.18.1 → 0.18.2
DeltaFile
+3-3security/susshi/distinfo
+2-2security/susshi/Makefile
+5-52 files

FreeBSD/ports a303844deskutils/thokr distinfo Makefile

deskutils/thokr: update 0.4.1 → 0.5.0
DeltaFile
+353-85deskutils/thokr/distinfo
+178-44deskutils/thokr/Makefile
+531-1292 files

FreeBSD/ports 629b537sysutils/mise distinfo Makefile, sysutils/mise/files patch-cargo-crates_rattler__conda__types-0.47.0_src_platform.rs patch-cargo-crates_rattler__conda__types-0.46.4_src_platform.rs

sysutils/mise: update 2026.6.3 → 2026.6.6
DeltaFile
+107-0sysutils/mise/files/patch-cargo-crates_rattler__conda__types-0.47.0_src_platform.rs
+0-107sysutils/mise/files/patch-cargo-crates_rattler__conda__types-0.46.4_src_platform.rs
+41-41sysutils/mise/distinfo
+20-20sysutils/mise/Makefile
+168-1684 files

FreeBSD/ports d0ec8d7www/caddy Makefile distinfo

www/caddy: Update to 2.11.4 (security)

Changes:
  Security-related patches:
  - caddyhttp: Normalize Windows backslashes in path matcher (thanks
    @Vincent550102)
  - rewrite: Prevent placeholder re-expansion in injected query
    (thanks @WhiskerEnt)
  - templates: Improved stripHTML action to more reliably remove
    malformed HTML (thanks to @jmrcsnchz)
  - caddyhttp: Ignore header fields with underscores to prevent
    collisions (thanks @Vincent550102 for the report and @dunglas for
    the patch)

    NB: These security patches may be breaking if your application
    relies on the buggy behaviors.

  What's Changed:
  - reverseproxy: further prevent body closes from dial errors by

    [37 lines not shown]
DeltaFile
+10-16www/caddy/Makefile
+5-5www/caddy/distinfo
+0-4www/caddy/modules.mk
+15-253 files

FreeBSD/ports 532e241security/vuxml/vuln 2026.xml

security/vuxml: Add caddy < 2.11.4
DeltaFile
+49-0security/vuxml/vuln/2026.xml
+49-01 files