LLVM/project 9bf0c49 — orc-rt/include/orc-rt/bedrock ConnectorRegistry.h, orc-rt/lib/bedrock ConnectorRegistry.cpp

[orc-rt] Simplify ConnectorRegistry::connect and ogre setup. (#226772)

ConnectorRegistry::connect and ConnectorFn now take the Session and
BootstrapInfo directly, replacing the GetAttachInfo callback and the
AttachInfo struct. The callback let the Session be built lazily, after
the connector had validated its spec, but a connection can fail after
validation anyway, so callers already had to handle discarding a Session
built for a failed connection. Build the Session first, then connect.

ogre's setup is restructured to match: makeSession detects the process
info, builds a thread-pool dispatcher and the Session, adds the host
services, then connects; runOgre waits for the detach. Errors are
reported via Session::logErrors when logging is enabled.

SocketConnectorTest now connects a real Session. Its ownership test
adopts a non-stream socket, which the connector accepts and
createSimpleRemoteCAOverSocket then rejects, rather than relying on a
failing GetAttachInfo.
DeltaFile
+60-48orc-rt/tools/ogre/ogre.cpp
+18-22orc-rt/test/unit/bedrock/sys/posix/SocketConnectorTest.cpp
+5-13orc-rt/include/orc-rt/bedrock/ConnectorRegistry.h
+4-8orc-rt/lib/bedrock/sys/posix/SocketConnector.cpp
+3-7orc-rt/lib/bedrock/ConnectorRegistry.cpp
+90-985 files

FreeBSD/ports 6a09af6 — graphics/polyclipping Makefile

graphics/polyclipping: Fix building with CMake 4

Approved by:    portmgr (fixit blanket)
DeltaFile
+1-0graphics/polyclipping/Makefile
+1-01 files

Dreckly/dreckly 66c8460 — security/gnutls distinfo Makefile, security/gnutls/patches patch-lib_crau_crau.h patch-doc_examples_tlsproxy_tlsproxy.c

gnutls: Update to 3.8.13
DeltaFile
+30-0security/gnutls/patches/patch-doc_examples_tlsproxy_tlsproxy.c
+17-2security/gnutls/options.mk
+18-1security/gnutls/PLIST
+19-0security/gnutls/patches/patch-lib_crau_crau.h
+6-6security/gnutls/Makefile
+6-4security/gnutls/distinfo
+96-131 files not shown
+103-147 files

FreeBSD/ports af3eb90 — graphics/pdfium distinfo Makefile, graphics/pdfium/files patch-testing_utils_path__service.cpp patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc

graphics/pdfium: New port: PDF rendering and manipulation library

PR:             293714
Submitted by:   Matías Pizarro <matias at pizarro.net>, geisserml <geisserml at gmail.com> (initial version)
DeltaFile
+232-0graphics/pdfium/Makefile
+78-0graphics/pdfium/files/patch-build-config-BUILDCONFIG.gn
+69-0graphics/pdfium/distinfo
+55-0graphics/pdfium/files/patch-build-config-compiler-BUILD.gn
+28-0graphics/pdfium/files/patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc
+27-0graphics/pdfium/files/patch-testing_utils_path__service.cpp
+489-016 files not shown
+746-022 files

FreeBSD/ports 6a10237 — graphics/py-pypdfium2 pkg-descr distinfo, graphics/py-pypdfium2/files patch-autorelease_bindings.py patch-pyproject.toml

graphics/py-pypdfium2: update 5.7.1 → 5.13.0
DeltaFile
+11-45graphics/py-pypdfium2/files/patch-setupsrc_base.py
+17-10graphics/py-pypdfium2/Makefile
+8-9graphics/py-pypdfium2/files/patch-pyproject.toml
+14-0graphics/py-pypdfium2/files/patch-autorelease_bindings.py
+3-3graphics/py-pypdfium2/distinfo
+1-3graphics/py-pypdfium2/pkg-descr
+54-706 files

FreeBSD/ports 909030c — cad/magic distinfo Makefile

cad/magic: Update 8.3.680 => 8.3.684

* Use https:// URI scheme for MASTER_SITES and WWW

Approved by:            yuri@ (maintainer)
Differential Revision:  https://reviews.freebsd.org/D60053
DeltaFile
+3-3cad/magic/distinfo
+3-3cad/magic/Makefile
+6-62 files

LLVM/project 689040c — llvm/include/llvm/CodeGen TargetLoweringObjectFileImpl.h, llvm/lib/CodeGen TargetLoweringObjectFileImpl.cpp

CodeGen: Remove shadowing TargetMachine members from COFF and M68k TLOFs (#226769)

TargetLoweringObjectFile::Initialize already records the TargetMachine
in a base class field.

Co-authored-by: Claude Opus 5 <noreply at anthropic.com>
DeltaFile
+0-3llvm/lib/Target/M68k/M68kTargetObjectFile.cpp
+0-2llvm/lib/Target/M68k/M68kTargetObjectFile.h
+0-1llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
+0-1llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
+0-74 files

LLVM/project e9072bd — llvm/include/llvm/TargetParser Triple.h, llvm/lib/Target/ARM ARMTargetMachine.cpp

ARM: Move abi name implied float abi to TargetParser

ARMTargetMachine overrode the default float abi based on the abi name.
Move this logic to TargetParser so the ABI will be computable without
depending on codegen.

Co-Authored-By: Claude Sonnet 5 <noreply at anthropic.com>
DeltaFile
+6-4llvm/lib/TargetParser/Triple.cpp
+1-8llvm/lib/Target/ARM/ARMTargetMachine.cpp
+4-2llvm/include/llvm/TargetParser/Triple.h
+11-143 files

FreeBSD/ports a4f6b6c — misc/py-crewai-tools Makefile

misc/py-crewai-tools: use pytest-asyncio for tests

Pull request:   https://github.com/freebsd/freebsd-ports/pull/615
Closes:         https://github.com/freebsd/freebsd-ports/pull/615
DeltaFile
+5-4misc/py-crewai-tools/Makefile
+5-41 files

NetBSD/pkgsrc tcI6Sii — databases/prometheus Makefile, sysutils/alertmanager Makefile

   prometheus: derive FE_DISTNAME from DISTNAME here too
VersionDeltaFile
1.3+2-2sysutils/alertmanager/Makefile
1.135+2-2databases/prometheus/Makefile
+4-42 files

FreeBSD/ports e0254ed — security/rauthy Makefile Makefile.crates

security/rauthy: Security update to 0.36.2

PR:             298869
Approved by:    Daniel Morante (maintainer)
Security:       2ec747aa-b97e-11f1-b09d-8447094a420f
MFH:            20263
DeltaFile
+461-531security/rauthy/distinfo
+229-264security/rauthy/Makefile.crates
+1-1security/rauthy/Makefile
+691-7963 files

Dreckly/dreckly 353cb14 — textproc/libxslt PLIST Makefile.common, textproc/libxslt/patches patch-CVE-2025-11731

libxslt: Update to 1.1.45
DeltaFile
+0-27textproc/libxslt/patches/patch-CVE-2025-11731
+5-11textproc/libxslt/Makefile
+4-5textproc/libxslt/distinfo
+2-5textproc/libxslt/Makefile.common
+2-1textproc/libxslt/PLIST
+13-495 files

NetBSD/pkgsrc zdqoHmq — security/polkit Makefile

   polkit: Fix building on FreeBSD.
VersionDeltaFile
1.63+4-1security/polkit/Makefile
+4-11 files

Dreckly/dreckly 90b9cc3 — security/polkit Makefile

polkit: Fix build on FreeBSD.
DeltaFile
+3-0security/polkit/Makefile
+3-01 files

Dreckly/dreckly 57decae — security/polkit/patches patch-src_programs_pkexec.c patch-src_polkitbackend_polkitbackendinteractiveauthority.c

polkit: Update to 127
DeltaFile
+0-66security/polkit/patches/patch-src_polkitbackend_polkitbackendjsauthority.cpp
+40-0security/polkit/patches/patch-src_polkitagent_polkitagenthelper-pam.c
+0-31security/polkit/patches/patch-test_mocklibc_src_grp.c
+0-30security/polkit/patches/patch-test_mocklibc_src_netdb.c
+0-29security/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority.c
+0-26security/polkit/patches/patch-src_programs_pkexec.c
+40-1829 files not shown
+118-25115 files

OpenBSD/ports KLT25wf — print/qpdf Makefile distinfo, print/qpdf/patches patch-CMakeLists_txt

   Update to qpdf-12.4.2.
VersionDeltaFile
1.66+2-2print/qpdf/distinfo
1.11+1-1print/qpdf/patches/patch-CMakeLists_txt
1.82+1-1print/qpdf/Makefile
+4-43 files

FreeBSD/ports 252efbb — misc/claude-code Makefile distinfo

misc/claude-code: update 2.1.282 → 2.1.283
DeltaFile
+5-5misc/claude-code/distinfo
+1-1misc/claude-code/Makefile
+6-62 files

FreeBSD/ports a9c3bd5 — misc Makefile, misc/agtop pkg-descr Makefile

misc/agtop: New port: Terminal UI for monitoring AI coding agents

Pull request:   https://github.com/freebsd/freebsd-ports/pull/583
Closes:         https://github.com/freebsd/freebsd-ports/pull/583
DeltaFile
+497-0misc/agtop/distinfo
+247-0misc/agtop/Makefile.crates
+19-0misc/agtop/Makefile
+14-0misc/agtop/pkg-descr
+1-0misc/Makefile
+778-05 files

OpenBSD/ports 2Sjmd04 — textproc/gtk-doc distinfo Makefile, textproc/gtk-doc/pkg PLIST

   Update to gtk-doc-1.37.0.
VersionDeltaFile
1.80+6-5textproc/gtk-doc/Makefile
1.34+2-2textproc/gtk-doc/distinfo
1.32+4-0textproc/gtk-doc/pkg/PLIST
+12-73 files

Dreckly/dreckly 1a88c9c — security/gnupg2 Makefile

gnupg2: Kick CI
DeltaFile
+2-0security/gnupg2/Makefile
+2-01 files

Dreckly/dreckly ed69809 — security/gnupg2 distinfo PLIST, security/gnupg2/patches patch-doc_Makefile.in

gnupg2: Update to 2.5.24
DeltaFile
+0-41security/gnupg2/patches/patch-doc_Makefile.in
+16-16security/gnupg2/Makefile
+4-5security/gnupg2/distinfo
+7-2security/gnupg2/PLIST
+27-644 files

OpenBSD/ports NDhYZ9A — devel/meson-python Makefile distinfo

   Update to meson-python-0.22.0.
VersionDeltaFile
1.10+2-2devel/meson-python/distinfo
1.15+1-1devel/meson-python/Makefile
+3-32 files

FreeBSD/ports b586a4d — cad/netgen-lvs Makefile distinfo

cad/netgen-lvs: Update 1.5.323 => 1.5.324

Approved by:            yuri@ (maintainer)
Differential Revision:  https://reviews.freebsd.org/D60052
DeltaFile
+3-3cad/netgen-lvs/distinfo
+1-1cad/netgen-lvs/Makefile
+4-42 files

Dreckly/dreckly e58b274 — security/polkit Makefile

polkit: Fix build on FreeBSD.
DeltaFile
+3-0security/polkit/Makefile
+3-01 files

OpenBSD/ports LBC2eMp — textproc/gspell Makefile distinfo, textproc/gspell/pkg PLIST

   Update to gspell-1.14.5.
VersionDeltaFile
1.36+2-2textproc/gspell/distinfo
1.47+1-1textproc/gspell/Makefile
1.29+1-0textproc/gspell/pkg/PLIST
+4-33 files

LLVM/project 42240ff — llvm/include/llvm/CodeGen TargetLoweringObjectFileImpl.h, llvm/lib/CodeGen TargetLoweringObjectFileImpl.cpp

CodeGen: Remove shadowing TargetMachine members from COFF and M68k TLOFs

TargetLoweringObjectFile::Initialize already records the TargetMachine in a
base class field.

Co-Authored-By: Claude Opus 5 <noreply at anthropic.com>
DeltaFile
+0-3llvm/lib/Target/M68k/M68kTargetObjectFile.cpp
+0-2llvm/lib/Target/M68k/M68kTargetObjectFile.h
+0-1llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
+0-1llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
+0-74 files

OpenBSD/ports VifFI58 — graphics/openexr Makefile distinfo

   SECURITY update to openexr-3.5.1.
   Fix heap buffer overflow in ZSTD deep scanline decoding.
VersionDeltaFile
1.55+2-2graphics/openexr/distinfo
1.95+1-1graphics/openexr/Makefile
+3-32 files

NetBSD/pkgsrc yEHF5z2 — doc CHANGES-2026

   doc: Updated net/lft to 4.02
VersionDeltaFile
1.6420+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc lw6NZrb — net/lft Makefile distinfo

   lft: update to 4.02.

   lft 4.02 / WhoB 4.02
   ----------------------
   - Fixed -r (RIPE RIS) lookups attributing ASNs to the wrong hops.  RIS added
     header lines our bulk reply parser did not expect; the parser now walks the
     reply block by block and handles "No entries found" correctly.
   - illumos/SmartOS: builds again (sys/sockio.h, alloca.h, termios.h) and traces
     no longer hang on a silent hop.
   - All platforms: the capture loop now waits on the pcap descriptor with
     select() instead of polling, so timeouts and retries run even where
     libpcap's non-blocking read blocks (illumos DLPI); lower idle CPU elsewhere.
   - Whois failures now say what failed (DNS, connect, timeout, empty reply)
     instead of a blanket "No reply", in whob and in lft -V.  Whois connects time
     out after 10 s and replies after 20 s; the read timeout was never compiled
     in before.  Server names get up to 4 s to resolve (was 1 s), so slow or VPN
     resolvers no longer cause spurious lookup failures.
   - -P (RFC 1393) is recognized again; it prints a notice unless LFT was built
     with ./configure --enable-rfc1393.

    [6 lines not shown]
VersionDeltaFile
1.11+4-4net/lft/distinfo
1.17+2-2net/lft/Makefile
+6-62 files

DragonFlyBSD/src 4120737 — sbin/gpt gpt.8

gpt.8: Remove the obsolete BUGS section

On the other hand, they are not really bugs.

OK by swildner.
DeltaFile
+1-18sbin/gpt/gpt.8
+1-181 files