FreeBSD/src f3b59bfsys/dev/bce if_bce.c

bce: Fix SYSCTL_IN error check in bce_sysctl_nvram_write()

The condition after SYSCTL_IN was inverted: success (error == 0) returned
immediately and skipped the NVRAM write path, while failure fell through.
Return only when SYSCTL_IN fails.

Signed-off-by: Weixie Cui <cuiweixie at gmail.com>
Reviewed-by: ngie
Pull-Request: https://github.com/freebsd/freebsd-src/pull/2113
DeltaFile
+1-1sys/dev/bce/if_bce.c
+1-11 files

FreeBSD/ports 61f8e4ceditors/fresh distinfo Makefile.crates

editors/fresh: Update to 0.2.21
DeltaFile
+193-329editors/fresh/distinfo
+95-163editors/fresh/Makefile.crates
+1-2editors/fresh/Makefile
+289-4943 files

FreeBSD/ports 1986eddtextproc/adoc-mode.el Makefile

textproc/adoc-mode.el: Take maintainership

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1textproc/adoc-mode.el/Makefile
+1-11 files

FreeBSD/ports 7bcb543devel/magit Makefile

devel/magit: Take maintainership

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1devel/magit/Makefile
+1-11 files

FreeBSD/ports 552daf3misc/compat.el Makefile

misc/compat.el: Take maintainership

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1misc/compat.el/Makefile
+1-11 files

FreeBSD/ports f571646editors/with-editor Makefile

editors/with-editor: Take maintainership

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1editors/with-editor/Makefile
+1-11 files

FreeBSD/ports 974505adevel/llama.el Makefile

devel/llama.el: Take maintainership

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1devel/llama.el/Makefile
+1-11 files

FreeBSD/ports 80a8ed1devel/cond-let Makefile

devel/cond-let: Take maintainership

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1devel/cond-let/Makefile
+1-11 files

FreeBSD/ports ad1ca0adevel/ghub Makefile

devel/ghub: Take maintainership

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1devel/ghub/Makefile
+1-11 files

FreeBSD/ports 7afaf3fwww/pound distinfo Makefile

www/pound: the port had been updated to version 4.22

Change the comment about supported Lua versions into
the actual specification.

Requested by:   maintainer
DeltaFile
+3-3www/pound/distinfo
+2-2www/pound/Makefile
+5-52 files

FreeBSD/src 7d069d7sys/compat/linuxkpi/common/include/linux hardirq.h highmem.h

LinuxKPI: add supporting #includes

Compiling drm-kmod on !X86 does not include asm/smp.h which includes
preempt.h on FreeBSD.  In order to compile drm-kmod on other
architectures add the secondary #includes for preempt.h to
spinlock.h and hardirq.h (which now also gets included from highmem.h)
to connect the #include chain.

Sponsored by:   The FreeBSD Foundation
PR:             279864
Reviewed by:    jhibbits, emaste
Differential Revision: https://reviews.freebsd.org/D55974

(cherry picked from commit 1d18872c2519d7ca726ddc49735180ab1d8916e0)
(cherry picked from commit 29dce45d8c50ea5858dc91a4294e83b8d72a2f80)
DeltaFile
+1-0sys/compat/linuxkpi/common/include/linux/hardirq.h
+1-0sys/compat/linuxkpi/common/include/linux/highmem.h
+1-0sys/compat/linuxkpi/common/include/linux/spinlock.h
+3-03 files

FreeBSD/src d5d08desys/kern subr_sbuf.c

sbuf: make assertion message a lot more useable

Saying that we are called with an (un)finished or corrupted sbuf
is like saying "error" (though [un]finished is an extra hint).

Add the pointer to the sbuf so one could easily check it,
add the flags we are checking so one could see quickly about
a possible state mismatch.

Given we already dereference the pointer in the KASSERT there is no
extra harm adding it to the message.

Found while:    testing lindebugfs changes
Sponsored by:   The FreeBSD Foundation
Reviewed by:    jhb
Differential Revision: https://reviews.freebsd.org/D55919

(cherry picked from commit 2ce06d25431a6c96ef5719165cb73e138a0ed89c)
(cherry picked from commit 40be04834308e3aa1e1cf411f87f16a34f4ff130)
DeltaFile
+2-2sys/kern/subr_sbuf.c
+2-21 files

FreeBSD/src f4e018esys/net80211 ieee80211_ht.c

net80211: fix VHT160/80P80/80 chanwidth selection in the "40-" case

Depending on the base channel ni_vht_chan2 - ni_vht_chan1 can be
negative.  Apply abs() as indicated in the comments right above
        | CCFS1 - CCFS0 | = 8  or > 16
in order to fix the channel width selection.

Sponsored by:   The FreeBSD Foundation
PR:             293645
Fixes:          4bf049bfeefd9
Reviewed by:    adrian
Differential Revision: https://reviews.freebsd.org/D55717

(cherry picked from commit 6cfd2b93e68061c7831016b91c2e308d01658764)
(cherry picked from commit 68fcf0b94c5167f89481052f358064c9b6732553)
DeltaFile
+3-2sys/net80211/ieee80211_ht.c
+3-21 files

FreeBSD/ports 891b742textproc Makefile, textproc/pdf-reader-mcp pkg-plist Makefile

textproc/pdf-reader-mcp: New port: MCP server providing tools to read PDF files
DeltaFile
+771-0textproc/pdf-reader-mcp/pkg-plist
+503-0textproc/pdf-reader-mcp/files/package-lock.json
+57-0textproc/pdf-reader-mcp/Makefile
+4-0textproc/pdf-reader-mcp/pkg-descr
+3-0textproc/pdf-reader-mcp/distinfo
+1-0textproc/Makefile
+1,339-06 files

FreeBSD/ports 5a30413misc/py-censys distinfo Makefile

misc/py-censys: update 2.2.17 → 2.2.19
DeltaFile
+3-3misc/py-censys/distinfo
+1-1misc/py-censys/Makefile
+4-42 files

FreeBSD/ports b308632science/py-dwave-preprocessing distinfo Makefile

science/py-dwave-preprocessing: update 0.6.10 → 0.6.11
DeltaFile
+3-3science/py-dwave-preprocessing/distinfo
+1-1science/py-dwave-preprocessing/Makefile
+4-42 files

FreeBSD/ports a94827bscience/py-dwave-hybrid distinfo Makefile

science/py-dwave-hybrid: update 0.6.14 → 0.6.15
DeltaFile
+3-3science/py-dwave-hybrid/distinfo
+1-1science/py-dwave-hybrid/Makefile
+4-42 files

FreeBSD/ports 3570812science/py-dwave-samplers distinfo Makefile

science/py-dwave-samplers: update 1.6.0 → 1.7.0
DeltaFile
+3-3science/py-dwave-samplers/distinfo
+1-1science/py-dwave-samplers/Makefile
+4-42 files

FreeBSD/ports b128dd7misc/py-polars-runtime Makefile

misc/py-polars-runtime: Broken with the latest rust-nightly
DeltaFile
+2-0misc/py-polars-runtime/Makefile
+2-01 files

FreeBSD/ports 55ab327misc/py-pyEDFlib distinfo Makefile

misc/py-pyEDFlib: update 0.1.40 → 0.1.42
DeltaFile
+3-3misc/py-pyEDFlib/distinfo
+1-2misc/py-pyEDFlib/Makefile
+4-52 files

FreeBSD/ports fc9ba3cjapanese/py-fugashi distinfo Makefile, japanese/py-fugashi/files patch-pyproject.toml patch-setup.py

japanese/py-fugashi: update 1.4.0 → 1.5.2
DeltaFile
+19-0japanese/py-fugashi/files/patch-pyproject.toml
+0-8japanese/py-fugashi/files/patch-setup.py
+3-3japanese/py-fugashi/distinfo
+1-2japanese/py-fugashi/Makefile
+23-134 files

FreeBSD/ports 0454415multimedia/py-pysubs2 Makefile distinfo

multimedia/py-pysubs2: update 1.7.2 → 1.8.1
DeltaFile
+3-4multimedia/py-pysubs2/Makefile
+3-3multimedia/py-pysubs2/distinfo
+6-72 files

FreeBSD/src e32e126contrib/xz ChangeLog THANKS, contrib/xz/src/common tuklib_integer.h

MFV: xz 5.8.3.

Security:       CVE-2026-34743

(cherry picked from commit f81c1f4339cd20ea89dad51c0f7d96e0e34313a9)
DeltaFile
+477-0contrib/xz/ChangeLog
+21-0contrib/xz/src/liblzma/common/index.c
+9-10contrib/xz/src/common/tuklib_integer.h
+7-3lib/liblzma/config.h
+10-0contrib/xz/src/xz/main.c
+5-0contrib/xz/THANKS
+529-139 files not shown
+541-2215 files

FreeBSD/src 7176f76contrib/xz ChangeLog THANKS, contrib/xz/src/common tuklib_integer.h

MFV: xz 5.8.3.

Security:       CVE-2026-34743

(cherry picked from commit f81c1f4339cd20ea89dad51c0f7d96e0e34313a9)
DeltaFile
+477-0contrib/xz/ChangeLog
+21-0contrib/xz/src/liblzma/common/index.c
+9-10contrib/xz/src/common/tuklib_integer.h
+7-3lib/liblzma/config.h
+10-0contrib/xz/src/xz/main.c
+5-0contrib/xz/THANKS
+529-139 files not shown
+541-2215 files

FreeBSD/ports 5995ca0devel/jenkins distinfo Makefile

devel/jenkins: Update to 2.557

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

FreeBSD/src f81c1f4contrib/xz ChangeLog THANKS, contrib/xz/src/common tuklib_integer.h

MFV: xz 5.8.3.

Security:       CVE-2026-34743
MFC after:      3 days
DeltaFile
+477-0contrib/xz/ChangeLog
+21-0contrib/xz/src/liblzma/common/index.c
+9-10contrib/xz/src/common/tuklib_integer.h
+10-0contrib/xz/src/xz/main.c
+7-3lib/liblzma/config.h
+5-0contrib/xz/THANKS
+529-139 files not shown
+541-2215 files

FreeBSD/src 788f701. ChangeLog THANKS, src/common tuklib_integer.h tuklib_mbstr_wrap.h

Vendor import of xz 5.8.3 (trimmed)
DeltaFile
+477-0ChangeLog
+21-0src/liblzma/common/index.c
+9-10src/common/tuklib_integer.h
+10-0src/xz/main.c
+5-0THANKS
+2-2src/common/tuklib_mbstr_wrap.h
+524-129 files not shown
+535-2015 files

FreeBSD/ports 22c4f59devel/manuals Makefile

devel/manuals: desktop-file-utils *is* needed

Re-add USES=desktop-file-utils to unbreak build.  No PORTREVISION bump
because te build was broken.

Fixes:          9bbc918dbb5e7b795f926e275dbae7070a696aa6
DeltaFile
+1-1devel/manuals/Makefile
+1-11 files

FreeBSD/ports 0cc5372net-im/deltachat-desktop pkg-plist distinfo, net-im/deltachat-desktop/files/packagejsons pnpm-lock.yaml package.json

net-im/deltachat-desktop: Update to 2.48.0
DeltaFile
+278-704net-im/deltachat-desktop/files/packagejsons/pnpm-lock.yaml
+48-80net-im/deltachat-desktop/pkg-plist
+5-5net-im/deltachat-desktop/distinfo
+6-3net-im/deltachat-desktop/files/packagejsons/package.json
+3-3net-im/deltachat-desktop/Makefile
+1-4net-im/deltachat-desktop/files/packagejsons/packages/frontend/package.json
+341-7994 files not shown
+347-80610 files

FreeBSD/ports fae043dnet/deltachat-rpc-server distinfo Makefile.crates

net/deltachat-rpc-server: Update to 2.48.0
DeltaFile
+73-67net/deltachat-rpc-server/distinfo
+35-32net/deltachat-rpc-server/Makefile.crates
+2-2net/deltachat-rpc-server/Makefile
+110-1013 files