LLVM/project 291e0a4llvm/lib/Transforms/Utils SimplifyCFG.cpp, llvm/test/Transforms/SimplifyCFG pr165301.ll

[SimplifyCFG] Fix DomTree update in `turnSwitchRangeIntoICmp` (#212006)

The original removal of `BB->Default` has been handled by
`createUnreachableSwitchDefault`.
When `OtherDest` is also unreachable, the edge should be removed.

This issue cannot be reproduced via
`-simplifycfg-require-and-preserve-domtree=1`. I just found it by
checking DT in `requestResimplify`.
DeltaFile
+2-4llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+1-1llvm/test/Transforms/SimplifyCFG/pr165301.ll
+3-52 files

LLVM/project 80f1904lldb/source/Plugins/LanguageRuntime/CPlusPlus CPPLanguageRuntime.cpp CommonABIRuntime.h

[lldb] Allow multiple ABI runtimes for C++
DeltaFile
+36-16lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
+22-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h
+21-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.cpp
+8-6lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.h
+5-2lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.cpp
+3-2lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
+95-266 files

FreeBSD/ports 1928f1cwww Makefile, www/py-django61 Makefile pkg-descr

www/py-django61: New port, copied from www/py-django60

Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.

Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges: the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.
DeltaFile
+69-0www/py-django61/Makefile
+25-0www/py-django61/files/patch-pyproject.toml
+10-0www/py-django61/files/patch-django_test_runner.py
+8-0www/py-django61/pkg-descr
+3-0www/py-django61/distinfo
+1-0www/Makefile
+116-06 files

FreeBSD/ports 6129ebdwww/orangehrm distinfo Makefile

www/orangehrm: Update to 5.9
DeltaFile
+3-3www/orangehrm/distinfo
+1-1www/orangehrm/Makefile
+4-42 files

LLVM/project 98f768fclang-tools-extra/docs/clang-tidy/checks/abseil unchecked-statusor-access.md duration-unnecessary-conversion.md

[clang-tidy][docs] Rewrite remaining abseil check docs to Markdown
DeltaFile
+267-283clang-tools-extra/docs/clang-tidy/checks/abseil/unchecked-statusor-access.md
+35-35clang-tools-extra/docs/clang-tidy/checks/abseil/duration-unnecessary-conversion.md
+34-33clang-tools-extra/docs/clang-tidy/checks/abseil/string-find-str-contains.md
+32-32clang-tools-extra/docs/clang-tidy/checks/abseil/string-find-startswith.md
+24-25clang-tools-extra/docs/clang-tidy/checks/abseil/duration-division.md
+23-23clang-tools-extra/docs/clang-tidy/checks/abseil/faster-strsplit-delimiter.md
+415-4316 files not shown
+537-55512 files

FreeBSD/ports 68d1ba6textproc/py-bracex distinfo Makefile

textproc/py-bracex: update to 3.0.1

Changes:        https://github.com/facelessuser/bracex/releases/tag/3.0.1
Reported by:    repology
DeltaFile
+3-3textproc/py-bracex/distinfo
+1-1textproc/py-bracex/Makefile
+4-42 files

LLVM/project 3fe8ab4libcxx/src std_stream.h

[libcxx] Speed up xsgetn for always_noconv

In the always_noconv path, optimize character reads in the same way as
xsgetn.

Unlike fread, getwc has different semantics, so the same optimization
cannot be applied to wide characters. Therefore, only optimize the char
path.
DeltaFile
+23-0libcxx/src/std_stream.h
+23-01 files

FreeBSD/ports e12562dsecurity Makefile, security/keyward Makefile pkg-descr

security/keyward: New port: Terminal UI for managing SSH keys and config
DeltaFile
+19-0security/keyward/Makefile
+10-0security/keyward/pkg-descr
+5-0security/keyward/distinfo
+1-0security/Makefile
+35-04 files

NetBSD/pkgsrc 6pOa6ADdoc CHANGES-2026

   doc: Updated net/dnscontrol to 4.44.1
VersionDeltaFile
1.4758+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc OsX72unnet/dnscontrol distinfo go-modules.mk

   dnscontrol: Update to 4.44.1

   Release v4.44.1 highlights:

   NAMECHEAP: Now supports SRV records, thanks to @willpower232!
   "dnscontrol init" now supports NS1, thanks to @costasd!
   Many performance optimizations in the CICD pipeline.
VersionDeltaFile
1.5+147-147net/dnscontrol/distinfo
1.5+48-48net/dnscontrol/go-modules.mk
1.37+1-1net/dnscontrol/Makefile
+196-1963 files

LLVM/project b89f8d4lldb/source/Plugins/LanguageRuntime/CPlusPlus ItaniumABIRuntime.cpp CommonABIRuntime.cpp

[lldb] Move dynamic type cache to common ABI runtime
DeltaFile
+0-16lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.cpp
+16-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.cpp
+11-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h
+0-9lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.h
+27-254 files

NetBSD/pkgsrc 6IOIOGadoc CHANGES-2026

   doc: Updated www/miniflux to 2.3.3
VersionDeltaFile
1.4757+2-1doc/CHANGES-2026
+2-11 files

LLVM/project 0f473dalldb/source/Plugins/LanguageRuntime/CPlusPlus CommonABIRuntime.cpp ItaniumABIRuntime.cpp

[lldb] Extract type lookup by name from Itanium ABI
DeltaFile
+97-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.cpp
+10-85lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.cpp
+35-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h
+2-4lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.h
+1-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt
+145-895 files

NetBSD/pkgsrc jaXVenOwww/miniflux distinfo go-modules.mk

   miniflux: Update to 2.3.3

   New features
   Feed and entry language detection
   Miniflux now reads the language declared by feeds and entries and stores it on both feeds and entries.
   Supported sources are the RSS <language> and <dc:language> elements, xml:lang on Atom 1.0 and 0.3 documents, dc:language in RDF/RSS 1.0 feeds, and the language field of JSON Feed.
   Entries without their own language now inherit the language declared by the feed.
   Article titles and content are rendered with a matching lang attribute, which improves screen reader pronunciation, hyphenation, and browser translation prompts.
   The language field is exposed through the API and the Go client for both feeds and entries.

   Other additions
   Feed discovery now finds the feeds offered by GitHub pages.
   TLS certificates are reloaded when the process receives SIGHUP, so renewed certificates can be picked up without a restart.
   The browser favicon is now served as SVG for a sharper icon on high-density displays.
   Compressed responses are negotiated with a much more standard-compliant Accept-Encoding parser, including quality values and wildcards.

   Performance improvements
   Long entry and feed lists render noticeably faster: off-screen rows no longer cost layout and paint work on initial render.
   Reduced memory allocations when stripping and truncating HTML, roughly halving the time spent on tag-heavy content.

    [36 lines not shown]
VersionDeltaFile
1.11+76-94www/miniflux/distinfo
1.10+24-30www/miniflux/go-modules.mk
1.22+2-3www/miniflux/Makefile
+102-1273 files

LLVM/project 230f9c3llvm/lib/CodeGen/AsmPrinter AsmPrinter.cpp, llvm/lib/MC MachObjectWriter.cpp

Revert "[MachO] Preserve weak linkage for aliases (#198148)"

This reverts commit 29575a3460b43132c7d973b502830897b02874a9.
DeltaFile
+0-17llvm/test/CodeGen/AArch64/macho-weak-alias.ll
+1-6llvm/lib/MC/MachObjectWriter.cpp
+1-3llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+2-263 files

FreeBSD/ports 04f0b6fwww/py-asgiref distinfo Makefile

www/py-asgiref: Update to 3.12.1
DeltaFile
+3-3www/py-asgiref/distinfo
+1-1www/py-asgiref/Makefile
+4-42 files

FreeBSD/ports c121558www/drupal11 pkg-plist distinfo

www/drupal11: Update to 11.4.4
DeltaFile
+1,262-216www/drupal11/pkg-plist
+3-3www/drupal11/distinfo
+1-1www/drupal11/Makefile
+1,266-2203 files

FreeBSD/ports f64bba1net-im/kaidan distinfo Makefile

net-im/kaidan: Update to 0.16.0
DeltaFile
+3-3net-im/kaidan/distinfo
+2-3net-im/kaidan/Makefile
+5-62 files

FreeBSD/ports ef5f44cnet-im/qxmpp Makefile pkg-plist

net-im/qxmpp: Update to 1.16.2

Clean up unused CMake flags.
Do not generate api docs.
DeltaFile
+5-5net-im/qxmpp/Makefile
+9-0net-im/qxmpp/pkg-plist
+3-3net-im/qxmpp/distinfo
+17-83 files

FreeBSD/ports 30bfad5x11-toolkits/kddockwidgets distinfo Makefile

x11-toolkits/kddockwidgets: Update to 2.4.1
DeltaFile
+3-3x11-toolkits/kddockwidgets/distinfo
+1-2x11-toolkits/kddockwidgets/Makefile
+4-52 files

FreeBSD/ports 19519d2textproc/kdiff3 distinfo Makefile

textproc/kdiff3: Update to 1.12.6
DeltaFile
+3-3textproc/kdiff3/distinfo
+1-1textproc/kdiff3/Makefile
+4-42 files

FreeBSD/ports cecf2e8x11-toolkits/kirigami-addons-qt6 pkg-plist distinfo

x11-toolkits/kirigami-addons-qt6: Update to 1.13.1
DeltaFile
+8-0x11-toolkits/kirigami-addons-qt6/pkg-plist
+3-3x11-toolkits/kirigami-addons-qt6/distinfo
+1-1x11-toolkits/kirigami-addons-qt6/Makefile
+12-43 files

NetBSD/pkgsrc-wip fcbe982kubeconform distinfo go-modules.mk

kubeconform: Update to 0.8.0

Changes:
- Bug fixes
DeltaFile
+45-27kubeconform/distinfo
+14-8kubeconform/go-modules.mk
+1-1kubeconform/Makefile
+60-363 files

NetBSD/pkgsrc zjQSatzmath/lean4 Makefile

   lean4: fix typo
VersionDeltaFile
1.6+2-2math/lean4/Makefile
+2-21 files

NetBSD/pkgsrc pOVi8fRdoc TODO CHANGES-2026

   doc: Updated math/lean4 to 4.32.1nb1
VersionDeltaFile
1.27636+3-2doc/TODO
1.4756+2-1doc/CHANGES-2026
+5-32 files

NetBSD/pkgsrc QkGYt3Umath/lean4 Makefile distinfo, math/lean4/patches patch-src_include_lean_lean.h patch-stage0_src_include_lean_lean.h

   lean4: fix alloca warning (during package build, and 'lake build')

   The -std=gnu99 didn't help because alloca() was used in a C++ file.
   Replace calls to alloca with __builtin_alloca instead, and get rid of
   the forced gnu99.

   Bump PKGREVISION.
VersionDeltaFile
1.1+19-0math/lean4/patches/patch-src_include_lean_lean.h
1.1+19-0math/lean4/patches/patch-stage0_src_include_lean_lean.h
1.5+2-4math/lean4/Makefile
1.3+3-1math/lean4/distinfo
+43-54 files

FreeBSD/doc 964e4c5website/content/en/releases/9.2R errata.adoc, website/content/ru/events/2003 bsdcon-devsummit.adoc

website: clean warnings to links

Approved by: doceng (implicit)
DeltaFile
+3-0website/content/en/releases/9.2R/errata.adoc
+1-0website/content/ru/events/2003/bsdcon-devsummit.adoc
+4-02 files

FreeBSD/ports 2f2eb0cdevel/libsysctlmibinfo2 Makefile, games/beret Makefile

*/*: Update maintainer mail for asiciliano@

Move to FreeBSD.org address

PR:             296976
DeltaFile
+1-1devel/libsysctlmibinfo2/Makefile
+1-1games/beret/Makefile
+1-1games/bs/Makefile
+1-1games/galaxis/Makefile
+1-1games/starfighter/Makefile
+1-1games/trigger-rally/Makefile
+6-613 files not shown
+19-1919 files

FreeBSD/ports 802d0casysutils/liburcu distinfo Makefile

sysutils/liburcu: Update to 0.15.6 and return to pool

Add CONFIGURE_ENV to avoid building with debug symbols which we later
discard
Return to pool due to multiple timeouts

Backport in following upstream commits:
16b21287ee99c4f79d49f1840dddb8cc050abee1
ca541c6b8c6ce1c166329fa1c19345d8f7794a5a
5c33a80edb016c2241cebabc07fc42698ee5d513
f240cba1dbadd0649f523953cd53fada508d82b5
d5ffaf362824a7cfeda8c7f0479bfb1c7688e65d
1f52ea43e6c0c07bd77886ef762a14e37fd42f89
7eb03ba629b3205696efaefaa51dd37b519ac128

Changelog: https://github.com/urcu/userspace-rcu/blob/v0.15.6/ChangeLog

References:
https://github.com/urcu/userspace-rcu/commit/16b21287ee99c4f79d49f1840dddb8cc050abee1

    [10 lines not shown]
DeltaFile
+17-3sysutils/liburcu/distinfo
+13-3sysutils/liburcu/Makefile
+8-7sysutils/liburcu/pkg-plist
+38-133 files

FreeBSD/ports 2e4a0b9audio/sox Makefile pkg-plist, audio/sox/files patch-m4_sox.m4

audio/sox: Clean up port Makefile and switch AMR dependencies to audio/opencore-amr

* Clean up OPTIONS
* Add SYMLINK option to not install the play and rec commands which may
  conflict with other ports
* Some additional minor cleanup and rearragement of port Makefile
  (post review by committer)

PR:             277754
Reviewed by:    Dan Nelson <dnelson_1901 at yahoo.com>
DeltaFile
+63-57audio/sox/Makefile
+11-0audio/sox/files/patch-m4_sox.m4
+4-4audio/sox/pkg-plist
+78-613 files