LLVM/project d88138dbolt/test/runtime/AArch64 long-jmp-bti-plt.c

[BOLT] Fix long-jmp-bti-plt.c test (#176709)

The test checked for exact addresses in disassembly. This was failing on
some platforms.

Fix: changed test to check for regular expressions
DeltaFile
+6-6bolt/test/runtime/AArch64/long-jmp-bti-plt.c
+6-61 files

LLVM/project ff5e583llvm/test/FileCheck backref-limit.txt

[FileCheck] Add %ProtectFileCheckOutput to backref-limit.txt test. (#176705)

This test passes locally and asserts as intended, but fails on BuildBot.
DeltaFile
+1-1llvm/test/FileCheck/backref-limit.txt
+1-11 files

FreeBSD/ports b167020finance/fava distinfo Makefile

finance/fava: upgrade to 1.30.10.
DeltaFile
+3-3finance/fava/distinfo
+1-1finance/fava/Makefile
+4-42 files

LLVM/project 5104e77libc/shared/math f16fma.h, libc/src/__support/math f16fma.h CMakeLists.txt

[libc][math] Refactor f16fma to header only (#176244)

closes #175320

Part of #175313
DeltaFile
+33-0libc/src/__support/math/f16fma.h
+31-0libc/shared/math/f16fma.h
+11-1utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+10-0libc/src/__support/math/CMakeLists.txt
+2-4libc/src/math/generic/f16fma.cpp
+1-2libc/src/math/generic/CMakeLists.txt
+88-73 files not shown
+92-79 files

DragonFlyBSD/src ee47ed7. COPYRIGHT, sys/sys copyright.h

Bump copyright year
DeltaFile
+1-1COPYRIGHT
+1-1sys/sys/copyright.h
+2-22 files

LLVM/project 4885d1fclang/www builtins.py

Fix typo in clang/www/builtins.py (#174304)

`__builtin_ia32_subss` appeared in the list twice
DeltaFile
+1-1clang/www/builtins.py
+1-11 files

NetBSD/pkgsrc UdL3Wuzdoc CHANGES-2026

   Updated textproc/py-xmlschema, security/py-bandit
VersionDeltaFile
1.489+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc tQiOKQWsecurity/py-bandit distinfo Makefile

   py-bandit: updated to 1.9.3

   1.9.3

   * Limit B614 to torch.load deserializers
   * Bump docker/setup-buildx-action from 3.11.1 to 3.12.0
   * Update tox tests for Python 3.10
   * [pre-commit.ci] pre-commit autoupdate
   * Add check for hardcoded passwords in dicts.
   * Fix B608 to detect \`VALUES(\` without space
   * [pre-commit.ci] pre-commit autoupdate
   * Bump actions/checkout from 5 to 6
VersionDeltaFile
1.13+4-4security/py-bandit/distinfo
1.22+2-2security/py-bandit/Makefile
+6-62 files

NetBSD/pkgsrc XvwOFK5textproc/py-xmlschema PLIST distinfo

   py-xmlschema: updated to 4.3.1

   v4.3.1 (2026-01-17)

   * normalize_url(): workaround for issue 467 (UNC paths with Python < 3.12.5)
   * META_SCHEMA and BASE_SCHEMA paths converted to 'file' URL scheme
   * Clean optional dependencies
VersionDeltaFile
1.27+4-4textproc/py-xmlschema/PLIST
1.65+4-4textproc/py-xmlschema/distinfo
1.69+2-2textproc/py-xmlschema/Makefile
+10-103 files

NetBSD/pkgsrc K71kp9idoc CHANGES-2026 TODO

   Updated x11/py-sip-qt[56]
VersionDeltaFile
1.488+3-1doc/CHANGES-2026
1.26685+1-2doc/TODO
+4-32 files

NetBSD/pkgsrc XgeBuPLx11/py-sip-qt6 distinfo Makefile

   py-sip-qt6: updated to 13.11.0

   13.11

   Added support for Python v3.14.
   Removed support for Python v3.9.
VersionDeltaFile
1.9+4-4x11/py-sip-qt6/distinfo
1.12+2-2x11/py-sip-qt6/Makefile
+6-62 files

NetBSD/pkgsrc coweh99x11/py-sip-qt5 distinfo Makefile

   py-sip-qt5: updated to 12.18.0

   12.18

   Added support for Python v3.14.
   Removed support for Python v3.9.
VersionDeltaFile
1.11+4-4x11/py-sip-qt5/distinfo
1.20+2-2x11/py-sip-qt5/Makefile
+6-62 files

OPNSense/core fa4e1c4src/opnsense/scripts/kea kea_prefix_watcher.py

dhcp/kea: exit prefix watcher script (input validation) if no lease file exists (#9621)

DeltaFile
+5-0src/opnsense/scripts/kea/kea_prefix_watcher.py
+5-01 files

NetBSD/pkgsrc ZMrdb9vdoc CHANGES-2026

   Updated devel/meson, math/py-arviz
VersionDeltaFile
1.487+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 2ePLXUXmath/py-arviz distinfo Makefile

   py-arviz: updated 0.23.1

   0.23.1

   Patch release to handle the recent 1.8 h5netcdf release. h5netcdf now has two
   potential backends, and one must be chosen explicitly to get an install capable
   of reading/writing netcdf files.
VersionDeltaFile
1.11+4-4math/py-arviz/distinfo
1.22+2-2math/py-arviz/Makefile
+6-62 files

NetBSD/pkgsrc YJQ5wRgdevel/meson distinfo Makefile

   meson: updated to 1.10.1

   1.10.1
   Bug fixes
VersionDeltaFile
1.77+4-4devel/meson/distinfo
1.88+2-2devel/meson/Makefile
+6-62 files

LLVM/project dc26c7eclang/lib/StaticAnalyzer/Checkers StdLibraryFunctionsChecker.cpp, clang/test/Analysis std-c-library-functions-char-uchar-conv.c

[clang][analyzer] StdLibraryFunctionsChecker getcwd fix (#175794)

`StdLibraryFunctionsChecker` contained the following condition for
`getcwd`:
```
           .Case({NotNull(0),
                  ArgumentCondition(1, WithinRange, Range(1, SizeMax)),
                  ReturnValueCondition(BO_EQ, ArgNo(0))},
                 ErrnoMustNotBeChecked, GenericSuccessMsg)
```
In this case argument 1 should be not zero and return value is set to be
equal to argument 1. This would mean that return value is implicitly not
zero. But for unknown reason (probably analyzer inaccuracy) it can occur
that the return value is still assumable to be zero after this condition
was applied. This results in false positive if `ErrnoChecker` is enabled
because when the return value is 0 value of `errno` should be allowed to
be read but in this case it is not.
The bug is fixed by adding an extra (theoretically redundant) condition
for the return value to be non-zero.

Fixes #175136
DeltaFile
+50-0clang/test/Analysis/std-c-library-functions-char-uchar-conv.c
+3-3clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
+53-32 files

NetBSD/pkgsrc acKbaL6security/py-fido2 distinfo, security/py-fido2/patches patch-fido2_hid_____init____.py

   py-fido2: a better patch
VersionDeltaFile
1.4+12-5security/py-fido2/patches/patch-fido2_hid_____init____.py
1.13+2-2security/py-fido2/distinfo
+14-72 files

LLVM/project 671f3bcclang/lib/Headers larchintrin.h

[clang][LoongArch] Guard FCSR intrinsics with __loongarch_hard_float (#176545)

Link:
https://gcc.gnu.org/pipermail/gcc-patches/2025-December/703313.html
DeltaFile
+2-0clang/lib/Headers/larchintrin.h
+2-01 files

LLVM/project 0899e8allvm/test/Transforms/InstCombine simplify-demanded-fpclass-aggregates.ll simplify-demanded-fpclass.ll

InstCombine: Split aggregate tests for SimplifyDemandedFPClass to new fie (#176702)

This is a workaround; currently alive2 silently errors when trying to
verify transforms on some of these cases.
DeltaFile
+137-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-aggregates.ll
+0-132llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
+137-1322 files

OpenBSD/src SCLyLBfusr.bin/tmux window-copy.c

   Now the copy mode indicator can be changed, we need to redraw it when
   the cursor is moved. GitHub issue 4774.
VersionDeltaFile
1.381+10-1usr.bin/tmux/window-copy.c
+10-11 files

NetBSD/pkgsrc BBia74jsecurity/py-fido2 Makefile distinfo, security/py-fido2/patches patch-fido2_hid_____init____.py

   py-fido2: fix HID on NetBSD
VersionDeltaFile
1.3+9-10security/py-fido2/patches/patch-fido2_hid_____init____.py
1.16+4-1security/py-fido2/Makefile
1.12+2-1security/py-fido2/distinfo
+15-123 files

OpenBSD/ports alQREw0devel/py-identify distinfo Makefile

   Update py-identify 2.6.15 -> 2.6.16
VersionDeltaFile
1.25+2-2devel/py-identify/distinfo
1.28+1-1devel/py-identify/Makefile
+3-32 files

NetBSD/pkgsrc-wip 7a1114apowerdns-recursor distinfo cargo-depends.mk, powerdns-recursor/files/smf manifest.xml pdns_recursor.sh

powerdns-recursor: remove, used for updating pkgsrc
DeltaFile
+0-287powerdns-recursor/distinfo
+0-96powerdns-recursor/cargo-depends.mk
+0-52powerdns-recursor/Makefile
+0-30powerdns-recursor/files/smf/manifest.xml
+0-24powerdns-recursor/files/smf/pdns_recursor.sh
+0-23powerdns-recursor/COMMIT_MSG
+0-5124 files not shown
+0-54410 files

NetBSD/pkgsrc 7FnMuX5doc CHANGES-2026

   doc: Updated net/powerdns-recursor to 5.3.4
VersionDeltaFile
1.486+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc atAg8oBnet/powerdns-recursor distinfo cargo-depends.mk

   powerdns-recursor: update to 5.3.4.

   Provided by Marcin Gondek in wip.

   5.3.4
   Released: 14th of January 2026
   Improvements
   Update cxx and related cargos and avoid uuid crate.
   References: #16106, pull request 16699
   Add package urls to our SBOMs.
   References: #16217, pull request 16414
   We need a usable cargo for sdist so download (and install) rust later.
   References: pull request 16387
   Update the Rust library version when generating a tarball and fix release builds by updating the locked Rust lib version.
   References: #16155, #16167, #16180, #16188, #16380, #16392, pull request 16380, pull request 16381, pull request 16382, pull request 16397
   Do not hash (or compare) OpenTelemetry Trace EDNS value for packetcache.
   References: #16098, pull request 16378

   Bug Fixes

    [6 lines not shown]
VersionDeltaFile
1.46+34-40net/powerdns-recursor/distinfo
1.2+10-12net/powerdns-recursor/cargo-depends.mk
1.54+2-3net/powerdns-recursor/Makefile
+46-553 files

FreeBSD/ports 028fa69www/sqlpage distinfo Makefile.crates

www/sqlpage: Update to 0.42.0

Release notes:  https://github.com/sqlpage/SQLPage/releases/tag/v0.42.0
DeltaFile
+113-113www/sqlpage/distinfo
+55-55www/sqlpage/Makefile.crates
+1-1www/sqlpage/Makefile
+169-1693 files

LLVM/project 792670allvm/include/llvm/CodeGen AsmPrinter.h, llvm/lib/CodeGen MachineVerifier.cpp

[X86][WinEH] Insert nop after unwinding inline assembly (#176393)

As discussed on https://github.com/llvm/llvm-project/pull/144745, insert
a nop after unwinding inline assembly, as it may end on a call.

While the change itself is trivial, I ended up having to do two
infrastructure changes:
* The unwind flag needs to be propagated to ExtraInfo of the
MachineInstr.
* The MachineInstr needs to be passed through to emitInlineAsmEnd(), and
the method needs to be non-const.

Fixes https://github.com/llvm/llvm-project/issues/157073.
DeltaFile
+8-7llvm/include/llvm/CodeGen/AsmPrinter.h
+8-6llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
+12-0llvm/lib/Target/X86/X86MCInstLower.cpp
+2-2llvm/lib/CodeGen/MachineVerifier.cpp
+4-0llvm/lib/Target/X86/X86AsmPrinter.h
+2-1llvm/lib/Target/Mips/MipsAsmPrinter.cpp
+36-1610 files not shown
+56-2016 files

OpenBSD/ports Q0GmAjVcomms Makefile

   hook up rtl_433
VersionDeltaFile
1.92+1-0comms/Makefile
+1-01 files

OpenBSD/ports OHxO4Dpcomms/rtl_433 Makefile, comms/rtl_433/patches patch-man_man1_rtl_433_1 patch-CMakeLists_txt

   import comms/rtl_433

   cat pkg/DESCR
   rtl_433 (despite the name) is a generic data receiver, mainly for the
   433.92 MHz, 868 MHz (SRD), 315 MHz, 345 MHz, and 915 MHz ISM bands,
   utilizing rtl-sdr devices.

   Sample configurations are included to decode various transmissions
   including remote controls, car keys, tyre pressure monitoring systems,
   thermometers, weather stations and more.

   review, feedback, patch on top of my initial version, and OK with that sthen@

VersionDeltaFile
1.1+60-0comms/rtl_433/pkg/PLIST
1.1+28-0comms/rtl_433/Makefile
1.1+20-0comms/rtl_433/pkg/README
1.1+12-0comms/rtl_433/patches/patch-man_man1_rtl_433_1
1.1+10-0comms/rtl_433/patches/patch-CMakeLists_txt
1.1+7-0comms/rtl_433/pkg/DESCR
+137-08 files not shown
+139-014 files