LLVM/project 4c5b1c4clang/test/Driver riscv-cpus.c, clang/test/Driver/print-enabled-extensions riscv-sifive-x180.c riscv-sifive-x160.c

[RISCV] Add `sifive-x160` and `sifive-x180` processor definitions (#186264)

This PR adds new processor definitions for two SiFive cores:
- X160
(https://www.sifive.com/document-file/sifive-intelligence-x160-gen2-product-brief):
A RV32 core with Zve32f
- X180
(https://www.sifive.com/document-file/sifive-intelligence-x180-gen2-product-brief):
A RVV-capable RV64 core

Both of them have VLEN=128.

Scheduling model supports will be added in follow-up patches.
DeltaFile
+94-0llvm/lib/Target/RISCV/RISCVProcessors.td
+71-0clang/test/Driver/print-enabled-extensions/riscv-sifive-x180.c
+59-0clang/test/Driver/print-enabled-extensions/riscv-sifive-x160.c
+10-0clang/test/Driver/riscv-cpus.c
+4-0clang/test/Misc/target-invalid-cpu-note/riscv.c
+1-0llvm/docs/ReleaseNotes.md
+239-06 files

FreeBSD/ports 91a822anet-p2p/warpinator Makefile, net/py-magic-wormhole Makefile

security/py-pynacl: update 1.5.0 → 1.6.2
DeltaFile
+18-10security/py-pynacl/Makefile
+3-3security/py-pynacl/distinfo
+2-2net-p2p/warpinator/Makefile
+2-2net/py-magic-wormhole/Makefile
+2-2security/py-paramiko/Makefile
+2-2security/py-pyaff4/Makefile
+29-2112 files not shown
+53-4418 files

HardenedBSD/src 8802fa8sys/dev/rge if_rgevar.h if_rge.c, sys/modules/zfs Makefile

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+22-21sys/modules/zfs/Makefile
+0-4sys/dev/rge/if_rgevar.h
+2-2usr.bin/backlight/backlight.8
+2-2sys/dev/rge/if_rge.c
+1-1usr.sbin/bluetooth/rtlbtfw/rtlbtfw.conf
+1-0sys/netgraph/bluetooth/drivers/ubt/ng_ubt_rtl.c
+28-301 files not shown
+29-307 files

HardenedBSD/src c24fae9sys/dev/rge if_rgevar.h if_rge.c, sys/modules/zfs Makefile

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+22-21sys/modules/zfs/Makefile
+2-2usr.bin/backlight/backlight.8
+0-4sys/dev/rge/if_rgevar.h
+2-2sys/dev/rge/if_rge.c
+1-1usr.sbin/bluetooth/rtlbtfw/rtlbtfw.conf
+1-0usr.sbin/bluetooth/rtlbtfw/main.c
+28-301 files not shown
+29-307 files

HardenedBSD/ports cfa6664deskutils/pal/files patch-src_Makefile, multimedia/ffmpeg6 Makefile pkg-plist

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+272-0multimedia/ffmpeg6/Makefile
+226-0multimedia/ffmpeg6/pkg-plist
+110-86www/chromium/files/patch-chrome_browser_about__flags.cc
+157-0security/vuxml/vuln/2026.xml
+91-5deskutils/pal/files/patch-src_Makefile
+56-0www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__exchange__data__provider.cc
+912-91502 files not shown
+3,830-2,201508 files

OpenBSD/ports 3fY2syAarchivers/lzip/clzip distinfo Makefile

   Update clzip to 1.16.
VersionDeltaFile
1.13+2-2archivers/lzip/clzip/distinfo
1.20+1-1archivers/lzip/clzip/Makefile
+3-32 files

OpenBSD/ports Ih8ykTTarchivers/lzip/plzip distinfo Makefile

   Update plzip to 1.13.
VersionDeltaFile
1.14+2-2archivers/lzip/plzip/distinfo
1.25+1-1archivers/lzip/plzip/Makefile
+3-32 files

FreeBSD/ports 3595b1bmultimedia Makefile

xamultimedia/Makefile: fix previous commit

Reported by:    vvd at freebsd.org
DeltaFile
+1-0multimedia/Makefile
+1-01 files

HardenedBSD/ports 3595b1bmultimedia Makefile

xamultimedia/Makefile: fix previous commit

Reported by:    vvd at freebsd.org
DeltaFile
+1-0multimedia/Makefile
+1-01 files

LLVM/project 8767bdbllvm/include/llvm/MC MCPseudoProbe.h

[NFC] Delete `MCPseudoProbeDecoder`'s move constructor (#186698)

`MCPseudoProbeDecoder` cannot be copeied/moved due to its address
dependence on the DummyInlineRoot member address. Explicitly delete the move constructor.
DeltaFile
+8-0llvm/include/llvm/MC/MCPseudoProbe.h
+8-01 files

FreeBSD/ports b8f87cfnet/frr10 distinfo Makefile

net/frr10: Update to 10.5.3

Changelog:      https://github.com/FRRouting/frr/releases/tag/frr-10.5.3
DeltaFile
+3-3net/frr10/distinfo
+1-1net/frr10/Makefile
+4-42 files

HardenedBSD/ports b8f87cfnet/frr10 distinfo Makefile

net/frr10: Update to 10.5.3

Changelog:      https://github.com/FRRouting/frr/releases/tag/frr-10.5.3
DeltaFile
+3-3net/frr10/distinfo
+1-1net/frr10/Makefile
+4-42 files

FreeBSD/ports 6119c28archivers/plzip distinfo Makefile

archivers/plzip: upgrade to 1.13
DeltaFile
+3-3archivers/plzip/distinfo
+1-1archivers/plzip/Makefile
+4-42 files

HardenedBSD/ports 6119c28archivers/plzip distinfo Makefile

archivers/plzip: upgrade to 1.13
DeltaFile
+3-3archivers/plzip/distinfo
+1-1archivers/plzip/Makefile
+4-42 files

LLVM/project 70cd2acllvm/docs LangRef.rst, llvm/include/llvm/IR Constants.h

Revert "[IR] Add initial support for the byte type" (#186713)

Reverts llvm/llvm-project#178666 to unblock CI.
`CodeGen/X86/byte-constants.ll` is at fault. 
Will look into it and hopefully fix it by tomorrow.
DeltaFile
+17-290llvm/lib/IR/Constants.cpp
+16-177llvm/include/llvm/IR/Constants.h
+9-106llvm/docs/LangRef.rst
+0-101llvm/test/Assembler/byte.ll
+36-37llvm/test/tools/llvm-ir2vec/entities.ll
+0-73llvm/test/Assembler/byte-invalid.ll
+78-78440 files not shown
+168-1,48846 files

GhostBSD/ports c28b420sysutils/ghostbsd-refind pkg-plist distinfo

sysutils/ghostbsd-refind: update to 0.3
DeltaFile
+11-3sysutils/ghostbsd-refind/pkg-plist
+3-3sysutils/ghostbsd-refind/distinfo
+3-3sysutils/ghostbsd-refind/Makefile
+17-93 files

LLVM/project b0df9a3orc-rt/unittests SessionTest.cpp SimpleNativeMemoryMapTest.cpp

[orc-rt] Fix unittests after 53a1e056f38. (#186711)

Updates unittests to reflect Service interface changes.
DeltaFile
+9-11orc-rt/unittests/SessionTest.cpp
+12-6orc-rt/unittests/SimpleNativeMemoryMapTest.cpp
+21-172 files

HardenedBSD/ports d612a4farchivers/lzlib distinfo Makefile

archivers/lzlib: upgrade to 1.16
DeltaFile
+3-3archivers/lzlib/distinfo
+1-1archivers/lzlib/Makefile
+4-42 files

FreeBSD/ports d612a4farchivers/lzlib distinfo Makefile

archivers/lzlib: upgrade to 1.16
DeltaFile
+3-3archivers/lzlib/distinfo
+1-1archivers/lzlib/Makefile
+4-42 files

FreeBSD/src 5f659f2sys/modules/zfs Makefile

zfs: Fix build after merge of openzfs/zfs at f8e5af53e

The change causing it is the introduction of the test over __BMI2__ in
'module/zstd/lib/common/bitstream.h'.

This is a stop-gap commit whose content needs to be upstreamed (after
possibly having been improved).

Fixes:          8a62a2a5659d ("zfs: merge openzfs/zfs at f8e5af53e")
Sponsored by:   The FreeBSD Foundation
DeltaFile
+22-21sys/modules/zfs/Makefile
+22-211 files

HardenedBSD/src 5f659f2sys/modules/zfs Makefile

zfs: Fix build after merge of openzfs/zfs at f8e5af53e

The change causing it is the introduction of the test over __BMI2__ in
'module/zstd/lib/common/bitstream.h'.

This is a stop-gap commit whose content needs to be upstreamed (after
possibly having been improved).

Fixes:          8a62a2a5659d ("zfs: merge openzfs/zfs at f8e5af53e")
Sponsored by:   The FreeBSD Foundation
DeltaFile
+22-21sys/modules/zfs/Makefile
+22-211 files

FreeBSD/ports 22199cbnet/openldap26-server Makefile distinfo, net/openldap26-server/files slapd.in

net/openldap26-server: update to 2.6.13.

While I'm there also address the following issues:

 - Add nssov overlay (PR 293531)
 - Add an option to delay slapd startup (PR 280849)
 - Support PREFIX/openldap/slapd.d/cn=config/olcDatabase=* as directory
   (PR 261792 / 258418)

PR:     258418, 261792, 280849, 293531
DeltaFile
+30-2net/openldap26-server/Makefile
+5-2net/openldap26-server/files/slapd.in
+3-3net/openldap26-server/distinfo
+6-0net/openldap26-server/pkg-plist
+44-74 files

HardenedBSD/ports 22199cbnet/openldap26-server Makefile distinfo, net/openldap26-server/files slapd.in

net/openldap26-server: update to 2.6.13.

While I'm there also address the following issues:

 - Add nssov overlay (PR 293531)
 - Add an option to delay slapd startup (PR 280849)
 - Support PREFIX/openldap/slapd.d/cn=config/olcDatabase=* as directory
   (PR 261792 / 258418)

PR:     258418, 261792, 280849, 293531
DeltaFile
+30-2net/openldap26-server/Makefile
+5-2net/openldap26-server/files/slapd.in
+3-3net/openldap26-server/distinfo
+6-0net/openldap26-server/pkg-plist
+44-74 files

LLVM/project 7aeb01fclang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/std memory, clang-tools-extra/test/clang-tidy/checkers/bugprone use-after-move.cpp

[clang-tidy][NFC] Use universal memory mock for smart ptrs (#186649)
DeltaFile
+170-0clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/std/memory
+0-45clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/replace-auto-ptr/memory.h
+1-34clang-tools-extra/test/clang-tidy/checkers/readability/redundant-smartptr-get.cpp
+1-33clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/smart-ptr/shared_ptr.h
+2-28clang-tools-extra/test/clang-tidy/checkers/bugprone/use-after-move.cpp
+1-28clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/smart-ptr/unique_ptr.h
+175-16820 files not shown
+204-32726 files

HardenedBSD/ports 978d52cmultimedia/ffmpeg6 Makefile pkg-plist, multimedia/ffmpeg6/files patch-vmaf patch-svtav1

multimedia/ffmpeg6: repocopy from FFmpeg4

PR:             293827
DeltaFile
+951-0multimedia/ffmpeg6/files/patch-vmaf
+648-0multimedia/ffmpeg6/Makefile
+472-0multimedia/ffmpeg6/files/patch-svtav1
+220-0multimedia/ffmpeg6/pkg-plist
+51-0multimedia/ffmpeg6/files/patch-libavfilter_vf__lensfun.c
+44-0multimedia/ffmpeg6/files/patch-libavformat_rtsp.c
+2,386-013 files not shown
+2,568-119 files

FreeBSD/ports ebf478fmultimedia/ffmpeg6 Makefile pkg-plist, multimedia/ffmpeg6/files patch-vmaf patch-svtav1

multimedia/ffmpeg6: upgrade to 6.1.4

Since this is a legacy version only intended to be used as a dependency
remove the options: only the previously default options are kept.

PR:             278913
DeltaFile
+0-951multimedia/ffmpeg6/files/patch-vmaf
+144-520multimedia/ffmpeg6/Makefile
+0-472multimedia/ffmpeg6/files/patch-svtav1
+63-57multimedia/ffmpeg6/pkg-plist
+14-22multimedia/ffmpeg6/files/patch-configure
+14-4multimedia/ffmpeg6/files/patch-libavcodec_libsvtav1.c
+235-2,02611 files not shown
+257-2,08817 files

FreeBSD/ports 978d52cmultimedia/ffmpeg6 Makefile pkg-plist, multimedia/ffmpeg6/files patch-vmaf patch-svtav1

multimedia/ffmpeg6: repocopy from FFmpeg4

PR:             293827
DeltaFile
+951-0multimedia/ffmpeg6/files/patch-vmaf
+648-0multimedia/ffmpeg6/Makefile
+472-0multimedia/ffmpeg6/files/patch-svtav1
+220-0multimedia/ffmpeg6/pkg-plist
+51-0multimedia/ffmpeg6/files/patch-libavfilter_vf__lensfun.c
+44-0multimedia/ffmpeg6/files/patch-libavformat_rtsp.c
+2,386-013 files not shown
+2,568-119 files

FreeBSD/ports 17ebe3ecad/opencascade740 Makefile

cad/opencascade740: drop maintainership

I never used this port, but my name stayed there after a repocopy.

PR:             293827
DeltaFile
+1-1cad/opencascade740/Makefile
+1-11 files

HardenedBSD/ports ebf478fmultimedia/ffmpeg6 Makefile pkg-plist, multimedia/ffmpeg6/files patch-vmaf patch-svtav1

multimedia/ffmpeg6: upgrade to 6.1.4

Since this is a legacy version only intended to be used as a dependency
remove the options: only the previously default options are kept.

PR:             278913
DeltaFile
+0-951multimedia/ffmpeg6/files/patch-vmaf
+144-520multimedia/ffmpeg6/Makefile
+0-472multimedia/ffmpeg6/files/patch-svtav1
+63-57multimedia/ffmpeg6/pkg-plist
+14-22multimedia/ffmpeg6/files/patch-configure
+0-18multimedia/ffmpeg6/files/patch-libavdevice_v4l2.c
+221-2,04011 files not shown
+257-2,08817 files

HardenedBSD/ports 17ebe3ecad/opencascade740 Makefile

cad/opencascade740: drop maintainership

I never used this port, but my name stayed there after a repocopy.

PR:             293827
DeltaFile
+1-1cad/opencascade740/Makefile
+1-11 files