FreeBSD/ports f3686e4www/firefox-esr Makefile, www/firefox-esr/files patch-bug1962139-c27-ffmpeg8

www/firefox-esr: make legacy firefox compatible with current ffmpeg

Import patch from upstream
  https://bugzilla.mozilla.org/show_bug.cgi?id=1962139

PR:                             291974
Reported By:    Yusuf Yaman

(cherry picked from commit e7234a76a58bc02514fe14534753fab0debe7958)
DeltaFile
+15,936-0www/firefox-esr/files/patch-bug1962139-c27-ffmpeg8
+1-0www/firefox-esr/Makefile
+15,937-02 files

FreeBSD/ports e7234a7www/firefox-esr Makefile, www/firefox-esr/files patch-bug1962139-c27-ffmpeg8

www/firefox-esr: make legacy firefox compatible with current ffmpeg

Import patch from upstream
  https://bugzilla.mozilla.org/show_bug.cgi?id=1962139

PR:                             291974
Reported By:    Yusuf Yaman
DeltaFile
+15,936-0www/firefox-esr/files/patch-bug1962139-c27-ffmpeg8
+1-1www/firefox-esr/Makefile
+15,937-12 files

LLVM/project c726fffllvm/lib/Transforms/InstCombine InstCombineAndOrXor.cpp, llvm/test/Transforms/InstCombine and.ll binop-cast.ll

[InstCombine][profcheck] Add unknown branch weights to selects created in InstCombineAndOrXor.cpp (#175269)

These select instructions were created from combinations of bitwise
operators which have no branch weight information.

Tracking issue: #147390
DeltaFile
+30-19llvm/test/Transforms/InstCombine/and.ll
+27-20llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
+19-11llvm/test/Transforms/InstCombine/binop-cast.ll
+11-3llvm/test/Transforms/InstCombine/sub-ashr-or-to-icmp-select.ll
+9-3llvm/test/Transforms/InstCombine/conditional-negation.ll
+9-3llvm/test/Transforms/InstCombine/xor-ashr.ll
+105-591 files not shown
+105-707 files

FreeBSD/ports 2107143games/corsix-th distinfo Makefile

games/corsix-th: Update to 0.69.2
DeltaFile
+3-3games/corsix-th/distinfo
+1-2games/corsix-th/Makefile
+4-52 files

FreeBSD/ports 13f7435mail/mailpit distinfo Makefile

mail/mailpit: Update to 1.28.2

MFH:            2025Q4
Security:       https://www.vuxml.org/freebsd/d822839e-ee4f-11f0-b53e-0897988a1c07.html
(cherry picked from commit edbf5446fb2de4498ce3667ef89f02d39a2fb45c)
DeltaFile
+7-7mail/mailpit/distinfo
+1-1mail/mailpit/Makefile
+8-82 files

LLVM/project 2f7e218llvm/lib/Transforms/Vectorize VPlanUtils.cpp, llvm/test/Transforms/LoopVectorize/AArch64 induction-costs.ll

[VPlan] Add missing sext(sub) SCEV fold to getSCEVExprForVPValue.

SCEV has a manual fold when doing SCEV construction from IR, that is not
integrated in the regular SCEV construction functions. Mirror the
behavior in getSCEVExprForVPValue, to match results when constructing
SCEVs from IR.

Fixes https://github.com/llvm/llvm-project/issues/174622.
DeltaFile
+255-0llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
+69-0llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
+324-02 files

FreeBSD/ports edbf544mail/mailpit distinfo Makefile

mail/mailpit: Update to 1.28.2

MFH:            2025Q4
Security:       https://www.vuxml.org/freebsd/d822839e-ee4f-11f0-b53e-0897988a1c07.html
DeltaFile
+7-7mail/mailpit/distinfo
+1-1mail/mailpit/Makefile
+8-82 files

FreeNAS/freenas b645d7csrc/middlewared/middlewared/plugins sysdataset.py

Fix
DeltaFile
+9-6src/middlewared/middlewared/plugins/sysdataset.py
+9-61 files

FreeBSD/ports aff412abiology/sra-tools Makefile

biology/sra-tools: Unbreak with extra JDK present

Cmake find_package(Java) uses the latest version found, and plist
varies depending on the version used.  Set JAVE_HOME to limit
cmake's search to the version specified in the port.  This is the
only way to control find_package() for Java versions.
DeltaFile
+3-1biology/sra-tools/Makefile
+3-11 files

FreeBSD/ports f1d1dd1net/py-bonsai Makefile distinfo, net/py-bonsai/files patch-pyproject.toml

net/py-bonsai: Update 1.5.3 => 1.5.4

Changelog:
https://github.com/noirello/bonsai/blob/v1.5.4/CHANGELOG.rst

Switch to pep.

PR:             292302
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+11-5net/py-bonsai/Makefile
+12-0net/py-bonsai/files/patch-pyproject.toml
+3-3net/py-bonsai/distinfo
+26-83 files

OpenBSD/ports TYzfuotx11/kde-applications/libkdcraw distinfo

   Fix libkdcraw-kf5-25.12.1 distinfo
VersionDeltaFile
1.53+2-2x11/kde-applications/libkdcraw/distinfo
+2-21 files

OpenBSD/ports smt6cvpdevel/quirks Makefile, devel/quirks/files Quirks.pm

   Revert libkdcraw change

   We still need libkdcraw-kf5 for krita
VersionDeltaFile
1.1780+1-2devel/quirks/files/Quirks.pm
1.1768+1-1devel/quirks/Makefile
1.3+0-2x11/kde-applications/kf6-libkdcraw/pkg/PLIST
1.107+1-0x11/kde-applications/Makefile
1.3+1-0x11/kde-applications/kf6-libkdcraw/Makefile
+4-55 files

LLVM/project fbad7d8llvm/lib/Analysis ValueTracking.cpp, llvm/test/Transforms/Attributor nofpclass.ll

ValueTracking: Fix handling of fadd with mixed denormal modes

Fix case where the input mode is IEEE, the output flushes, and the
input could be subnormal. Also improves accuracy with positive zero
case.
DeltaFile
+45-1llvm/test/Transforms/Attributor/nofpclass.ll
+4-1llvm/lib/Analysis/ValueTracking.cpp
+49-22 files

NetBSD/pkgsrc zoB14ekdoc CHANGES-2026

   doc: Updated geography/viking to 1.11
VersionDeltaFile
1.245+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 866GdNwgeography/viking PLIST Makefile

   geography/viking: Update to 1.11

   Viking 1.11 (2026-01-11)

   New features since 1.10
     * Return to OpenStreetMap (https://openstreet.org) as the Map Default.
     ** Raster tiles from https://opentopomap.org is depreciated.
     * Read support of Garmin .FIT files.
     * SF Features#135: Support Georef layer image rotation.
     * SF Features#151: Enable visual status indicator of each tile cache.
     * More support for GPX fields: URL/Link properties.
     * Support reading as much information as read in from invalid GPX files (rather than just giving up).
     * More support for KML properties: snippet, track color, name and description.
     * New TAC analysis for consecutive squares in linear directions.
     * Support daylight times and basic astronomical data using libnova.
     * Support Waypoint proximity alarms.
     * GPX Lap support read only display output in tooltips and a table view.
     * Github #148: Allow horizontal scroll on preferences.
     * GitHub #152: GeoRef Zoomed in image fast redraw.

    [22 lines not shown]
VersionDeltaFile
1.15+10-1geography/viking/PLIST
1.160+8-3geography/viking/Makefile
1.34+4-4geography/viking/distinfo
+22-83 files

FreeBSD/ports c6fdb1dmail/mlmmj distinfo Makefile

mail/mlmmj: update to 1.7.0
DeltaFile
+3-3mail/mlmmj/distinfo
+2-2mail/mlmmj/Makefile
+5-52 files

NetBSD/pkgsrc DUbLNzRpkgtools/varcache Makefile

   varcache: cache endian information
VersionDeltaFile
1.3+3-1pkgtools/varcache/Makefile
+3-11 files

FreeNAS/freenas 6842e27src/middlewared/middlewared/plugins/interface/netif_linux ethernet_settings.py, src/middlewared/middlewared/plugins/interface/netif_linux/ethtool netlink.py constants.py

fix mem leak in netif library
DeltaFile
+478-0src/middlewared/middlewared/plugins/interface/netif_linux/ethtool/netlink.py
+52-76src/middlewared/middlewared/plugins/interface/netif_linux/ethernet_settings.py
+56-0src/middlewared/middlewared/plugins/interface/netif_linux/ethtool/constants.py
+25-0src/middlewared/middlewared/plugins/interface/netif_linux/ethtool/__init__.py
+611-764 files

NetBSD/src bMNZ7Tmtools/compat compat_defs.h configure

   tools/compat: Warning fixes for linux cross-builds.

   pointed out by skrll.
VersionDeltaFile
1.132+25-19tools/compat/compat_defs.h
1.112+14-0tools/compat/configure
1.114+4-3tools/compat/configure.ac
1.63+6-0tools/compat/nbtool_config.h.in
+49-224 files

FreeNAS/freenas d5436cdsrc/middlewared/middlewared/plugins sysdataset.py, src/middlewared/middlewared/utils mount.py

Fix
DeltaFile
+29-41src/middlewared/middlewared/plugins/sysdataset.py
+47-1src/middlewared/middlewared/utils/mount.py
+76-422 files

FreeBSD/ports 78d2a39biology/sra-tools Makefile

biology/sra-tools: pin to java 17

As soon as another JDK is installed it fails the build.
This commit will make it possible to bump JAVA_DEFAULT to 21
while the maintainer looks for a solution to build this port
with other JDK versions.

PR:     292215
DeltaFile
+2-1biology/sra-tools/Makefile
+2-11 files

FreeBSD/src 9b54998. MAINTAINERS, .github CODEOWNERS

MAINTAINERS/CODEOWNERS: Add myself to mpr, mps and mpi3mr

Yea, I realize these are decaying, but I'm going to take a run at
automatically tagging reviews for github pull requests. I suspect that
tagging will help with the 'stale' issues with at least CODEOWNER.  As
better data becomes available, especailly for contrib, I'll update
things.

Sponsored by:           Netflix
DeltaFile
+3-0.github/CODEOWNERS
+3-0MAINTAINERS
+6-02 files

FreeBSD/ports 89362eblang/asn1c pkg-plist Makefile

lang/asn1c: Update 0.9.27 => 0.9.28

Changelog:
https://github.com/vlm/asn1c/releases/tag/v0.9.28

- Switch to tarball from upstream.
- Add LICENSE.
- Remove GNU_CONFIGURE_MANPREFIX - default value.
- Sort USES.
- Fix warnings from portclippy.

PR:             291348
Approved by:    vlm at lionet.info (maintainer, timeout > 1 month)
Co-authored-by: Hadi <rezaee.hadi at gmail.com>
DeltaFile
+11-8lang/asn1c/pkg-plist
+6-9lang/asn1c/Makefile
+3-3lang/asn1c/distinfo
+20-203 files

FreeBSD/src a50789dsys/powerpc/powerpc swtch32.S swtch64.S

powerpc: put the isync inside the TD_LOCK() checking loop

Fix a narrow window where the lock is unlocked but the checking CPU
hasn't flushed things appropriately.

Inside this window the CPU inside cpu_switch() will loop forever thinking
the destination thread is still blocked/locked even though it is not.

This manifests as the system hanging after starting all APs.

I've seen this reliably trigger in qemu-system-ppc64 running power9 pseries
guests; the more CPUs the more likely it triggers at boot.

PR: kern/292167
Differential Revision:  https://reviews.freebsd.org/D54478
Reviewed by:    jhibbits
MFC after:      1 week
Relnotes:       yes

(cherry picked from commit 8df2e542146801fd01675e56724eaa567d04c209)
DeltaFile
+1-1sys/powerpc/powerpc/swtch32.S
+1-1sys/powerpc/powerpc/swtch64.S
+2-22 files

FreeBSD/src e5861dccontrib/file/src apprentice.c

Merge commit faa5141b9be4 from file git (by Christos Zoulas):

  PR/656: harry.sintonen: Fix bug in byte swapping that was caused by the change to make flags uint16_t and cont_level uint8_t.

This fixes using a magic.mgc built with a different endianness than
file(1) itself, e.g. when building powerpc64 on amd64.

PR:             292079
Fixes:          ae316d1d1cff ("MFV: file 5.46.")
MFC after:      3 days

(cherry picked from commit 39047538cf5d8f26112f7b08b3c56967f70f7f94)
DeltaFile
+2-3contrib/file/src/apprentice.c
+2-31 files

OpenBSD/ports O2MFf4smail/rspamd distinfo Makefile, mail/rspamd/patches patch-cmake_Toolset_cmake patch-src_lua_lua_util_c

   update to rspamd-3.14.3
VersionDeltaFile
1.81.2.5+2-2mail/rspamd/distinfo
1.148.2.5+1-2mail/rspamd/Makefile
1.10.10.1+1-1mail/rspamd/patches/patch-cmake_Toolset_cmake
1.1.2.3+1-1mail/rspamd/patches/patch-src_lua_lua_util_c
1.62.2.4+1-0mail/rspamd/pkg/PLIST
+6-65 files

DragonFlyBSD/src b08bfb7sys/kern kern_proc.c

KERN_PROC - Fix KERN_PROC_ARGS and KERN_PROC_CWD to return length if oldptr==NULL.

Sysctl handlers still have to compute the full output, even when
oldptr == NULL. This is necessary to implement the behavior documented in
sysctl(3), that it will return the required buffer length in "oldlenp", if
"oldptr" is NULL and "oldlenp" is not NULL.
DeltaFile
+46-48sys/kern/kern_proc.c
+46-481 files

LLVM/project c6db8f4llvm/lib/Target/AArch64 AArch64InstrFormats.td

[AArch64] Remove dead tuimm5sN tablegen Operands. NFC (#174735)

I believe these were last used in https://reviews.llvm.org/D71773.
DeltaFile
+0-24llvm/lib/Target/AArch64/AArch64InstrFormats.td
+0-241 files

NetBSD/pkgsrc iXeKVxgsecurity/gnutls Makefile

   gnutls: disable GNUTLS_GAS_VERSION check for NetBSD

   This was added in 2020 for CentOS 6. This test never worked on NetBSD
   because the version number looks different there ($4 is always
   "Binutils").

   Perhaps this should be limited to Linux instead.

   Avoids a fork during Makefile parsing.
VersionDeltaFile
1.272+2-2security/gnutls/Makefile
+2-21 files

OpenBSD/ports 6ZjsA1Aeditors/vim Makefile distinfo, editors/vim/patches patch-runtime_syntax_make_vim patch-runtime_filetype_vim

   update to vim-9.1.2077
VersionDeltaFile
1.25+15-0editors/vim/pkg/PLIST
1.297+7-4editors/vim/Makefile
1.22+2-2editors/vim/patches/patch-runtime_syntax_make_vim
1.151+2-2editors/vim/distinfo
1.72+1-1editors/vim/patches/patch-runtime_filetype_vim
+27-95 files