FreeBSD/doc 3204f9fwebsite/content/en/releases/14.4R relnotes.adoc

14.4/relnotes: SA and EN added

Phabricator review contains the description
of the algorithm how to choose SA and EN
for relnotes.adoc

Approved by: re (implicit)
Differential Revision: https://reviews.freebsd.org/D55294
DeltaFile
+71-6website/content/en/releases/14.4R/relnotes.adoc
+71-61 files

FreeBSD/ports b71e313. MOVED, www Makefile

www/py-django_statici18n: Updated to 2.6.0 and renamed to match upstream

Changes: https://django-statici18n.readthedocs.io/en/v2.6.0/changelog.html
DeltaFile
+22-0www/py-django_statici18n/Makefile
+9-0www/py-django_statici18n/pkg-descr
+3-0www/py-django_statici18n/distinfo
+1-1www/Makefile
+1-0MOVED
+36-15 files

LLVM/project e54f838clang-tools-extra/clang-tidy/readability ContainerSizeEmptyCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Avoid assert failure on non-identifier names in `readability-container-size-empty` (#181557)

Closes https://github.com/llvm/llvm-project/issues/181552
DeltaFile
+15-0clang-tools-extra/test/clang-tidy/checkers/readability/container-size-empty.cpp
+8-4clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
+4-0clang-tools-extra/docs/ReleaseNotes.rst
+27-43 files

FreeBSD/ports 439973edatabases/py-sqlmodel distinfo Makefile

databases/py-sqlmodel: Update to 0.0.33

Changelog: https://github.com/fastapi/sqlmodel/blob/0.0.33/docs/release-notes.md

Reported by:    portscout
DeltaFile
+3-3databases/py-sqlmodel/distinfo
+2-2databases/py-sqlmodel/Makefile
+5-52 files

NetBSD/pkgsrc QG63eksdevel/ninja-build Makefile

   add a conflict with chat/ninja which also installs bin/ninja
VersionDeltaFile
1.29+3-1devel/ninja-build/Makefile
+3-11 files

NetBSD/pkgsrc btlZqXDchat/ninja Makefile

   add a conflict with ninja-build which also installs bin/ninja
VersionDeltaFile
1.19+3-1chat/ninja/Makefile
+3-11 files

NetBSD/pkgsrc StyRX3ldoc CHANGES-2026

   doc: Updated comms/asterisk23 to 23.2.2
VersionDeltaFile
1.1121+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc w1vHMO4comms/asterisk23 Makefile distinfo, comms/asterisk23/patches patch-include_asterisk_autoconfig.h.in patch-configure

   update to Asterisk 23.2.2:

   ----- 23.2.2 -----

   ## Change Log for Release asterisk-23.2.2

   ### Links:

    - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-23.2.2.html)
    - [GitHub Diff](https://github.com/asterisk/asterisk/compare/23.2.1...23.2.2)

   ### Summary:

   - Commits: 4
   - Commit Authors: 2
   - Issues Resolved: 0
   - Security Advisories Resolved: 4
     - [GHSA-85x7-54wr-vh42](https://github.com/asterisk/asterisk/security/advisories/GHSA-85x7-54wr-vh42): Asterisk xml.c uses unsafe XML_PARSE_NOENT leading to potential XXE Injection
     - [GHSA-rvch-3jmx-3jf3](https://github.com/asterisk/asterisk/security/advisories/GHSA-rvch-3jmx-3jf3): ast_coredumper running as root sources ast_debug_tools.conf from /etc/asterisk; potentially leading to privilege escalation

    [187 lines not shown]
VersionDeltaFile
1.5+20-17comms/asterisk23/Makefile
1.3+15-15comms/asterisk23/distinfo
1.2+9-9comms/asterisk23/patches/patch-include_asterisk_autoconfig.h.in
1.2+7-7comms/asterisk23/patches/patch-configure
1.3+8-1comms/asterisk23/PLIST
+59-495 files

LLVM/project 915eb46llvm/utils/TableGen DAGISelMatcherOpt.cpp DAGISelMatcher.h

Revert "Reapply "[TableGen] Reduce number of call to FactorNodes. NFC""

This reverts commit 193c1f4af7f1bd9249c99bc3c0b7d9ebe4698d11.

Still failing on the bots, but it doesn't show up in my local
testing with multiple compilers.
DeltaFile
+39-56llvm/utils/TableGen/DAGISelMatcherOpt.cpp
+1-1llvm/utils/TableGen/DAGISelMatcher.h
+40-572 files

LLVM/project badb215clang/include/clang/Lex Preprocessor.h Lexer.h, clang/lib/Lex Lexer.cpp Preprocessor.cpp

[clang] Optimize Lexer hot path to reduce compile time (#177153)

This patch fix this compile time regression that introduced in
https://github.com/llvm/llvm-project/pull/173789.
- Introduce a `TokenFlag::PhysicalStartOfLine` flag to replace
`IsAtPhysicalStartOfLine` in a brunch of `Lexer` member functions and
remove `ExportContextualKeywordInfo` struct.
- Handle `import`, `module` and `export` keyword in `HandleIdentifier`
instead of in a `Lexer` hot path.

---------

Signed-off-by: yronglin <yronglin777 at gmail.com>
DeltaFile
+33-51clang/lib/Lex/Lexer.cpp
+2-27clang/include/clang/Lex/Preprocessor.h
+19-9clang/lib/Lex/Preprocessor.cpp
+9-10clang/lib/Lex/PPDirectives.cpp
+4-7clang/include/clang/Lex/Lexer.h
+6-0clang/include/clang/Lex/Token.h
+73-1046 files

FreeBSD/src e4bcfe4sys/dev/ichsmb ichsmb_pci.c

ichsmb: Add Intel Raptor Lake SMBus controller support

Add PCI device ID 0x7a23 for Intel 700 Series (Raptor Lake) chipset SMBus controller.
This enables hardware monitoring functionality on 13th and 14th generation Intel Core platforms.

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D54957
DeltaFile
+3-0sys/dev/ichsmb/ichsmb_pci.c
+3-01 files

NetBSD/src zQhW8r3sys/arch/ia64/stand/ia64/efi Makefile

   use --output-target instead of --target for new binutils.
VersionDeltaFile
1.8+2-2sys/arch/ia64/stand/ia64/efi/Makefile
+2-21 files

NetBSD/src F0P4voYshare/mk bsd.own.mk

   put back the old binutils until we figure out the bigger binary size issue.
VersionDeltaFile
1.1466+2-2share/mk/bsd.own.mk
+2-21 files

FreeBSD/ports b385cfddeskutils/podman-desktop Makefile

deskutils/podman-desktop: Bump port revision after electron40 update (6443197dce4f)
DeltaFile
+1-0deskutils/podman-desktop/Makefile
+1-01 files

FreeBSD/ports 6443197devel/electron40 Makefile distinfo, devel/electron40/files patch-electron_BUILD.gn patch-chrome_common_chrome__features.cc

devel/electron40: Update to 40.4.1

Changelog:
- https://github.com/electron/electron/releases/tag/v40.2.1
- https://github.com/electron/electron/releases/tag/v40.3.0
- https://github.com/electron/electron/releases/tag/v40.4.0
- https://github.com/electron/electron/releases/tag/v40.4.1

Reported by:    GitHub (watch releases)
DeltaFile
+33-7devel/electron40/Makefile
+15-9devel/electron40/distinfo
+7-7devel/electron40/files/patch-electron_BUILD.gn
+10-0devel/electron40/files/packagejsons/yarn.lock
+4-4devel/electron40/files/patch-chrome_common_chrome__features.cc
+6-1devel/electron40/files/packagejsons/package.json
+75-284 files not shown
+84-3710 files

FreeBSD/ports 31b4ea2databases/surrealdb distinfo Makefile

databases/surrealdb: update 2.6.0 → 2.6.1

Reported by:    portscout
DeltaFile
+21-23databases/surrealdb/distinfo
+10-11databases/surrealdb/Makefile
+31-342 files

FreeBSD/ports fa774cbdevel/xbyak distinfo Makefile

devel/xbyak: update 7.33 → 7.33.3
DeltaFile
+3-3devel/xbyak/distinfo
+1-1devel/xbyak/Makefile
+4-42 files

FreeBSD/ports 36d53ccdevel/nextest distinfo Makefile

devel/nextest: update 0.9.124 → 0.9.127
DeltaFile
+51-51devel/nextest/distinfo
+25-26devel/nextest/Makefile
+76-772 files

FreeBSD/ports 948dacdmisc/cheat distinfo Makefile

misc/cheat: update 4.4.2 → 5.0.0
DeltaFile
+45-43misc/cheat/distinfo
+25-23misc/cheat/Makefile
+70-662 files

FreeBSD/ports e1de0f9deskutils/skim distinfo Makefile

deskutils/skim: update 2.0.2 → 3.2.0
DeltaFile
+103-75deskutils/skim/distinfo
+51-37deskutils/skim/Makefile
+154-1122 files

FreeBSD/ports 1f5282bmath/universal pkg-plist Makefile

math/universal: update 3.80 → 3.97
DeltaFile
+409-173math/universal/pkg-plist
+5-3math/universal/Makefile
+3-3math/universal/distinfo
+417-1793 files

FreeBSD/ports 02679d3graphics/glaxnimate pkg-plist Makefile, graphics/glaxnimate/files patch-CMakeLists.txt

graphics/glaxnimate: update 0.5.4 → 0.5.80
DeltaFile
+37-16,137graphics/glaxnimate/pkg-plist
+22-26graphics/glaxnimate/Makefile
+0-47graphics/glaxnimate/files/patch-CMakeLists.txt
+3-17graphics/glaxnimate/distinfo
+62-16,2274 files

Linux/linux 0f2acd3arch/m68k/68000 ucsimm.c, arch/m68k/configs amcore_defconfig m5475evb_defconfig

Merge tag 'm68knommu-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu

Pull m68knommu updates from Greg Ungerer:

 - defconfig cleanup

 - fix for legacy 68000 CPU memmove() of non-aligned pointers

 - replace strcpy() with strscpy() for ucsimm target

* tag 'm68knommu-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu:
  m68knommu: Replace deprecated strcpy with strscpy in init_ucsimm
  m68k: nommu: fix memmove() with differently aligned src and dest for 68000
  m68k: defconfig: Clean up references to non-existing configs
DeltaFile
+18-0arch/m68k/lib/memmove.c
+2-1arch/m68k/68000/ucsimm.c
+0-2arch/m68k/configs/amcore_defconfig
+0-1arch/m68k/configs/m5475evb_defconfig
+0-1arch/m68k/configs/stmark2_defconfig
+20-55 files

FreeBSD/ports 073907faudio/murmur Makefile

audio/murmur: Deprecate - use audio/mumble-server instead

1.3 is deprecated by upstream and renamed - use audio/mumble-server instead.
EXPIRATION_DATE=2026-06-30

After deleting the port, we need to:
- delete (free) the user and group "murmur";
- add an entry to UPDATING (see below);
- add to MOVED the line:
"audio/murmur|audio/mumble-server|2026-06-30|Rename to match upstream naming".

Text for UPDATING:
20260630:
  AFFECTS: users of audio/murmur
  AUTHOR: vvd at FreeBSD.org

  Branch 1.3 is deprecated by upstream. Also it doesn't support OpenSSL 3.
  Port audio/murmur removed from tree - use audio/mumble-server instead.
  Upstream has renamed murmur to mumble-server, so when upgrading to

    [23 lines not shown]
DeltaFile
+4-1audio/murmur/Makefile
+4-11 files

NetBSD/pkgsrc FSE96Gsdoc CHANGES-2026

   doc: Updated comms/asterisk22 to 22.8.2
VersionDeltaFile
1.1120+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 5Lea2Y7comms/asterisk22 Makefile distinfo

   update to Asterisk 22.8.2:



   ## Change Log for Release asterisk-22.8.2

   ### Links:

    - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.8.2.html)
    - [GitHub Diff](https://github.com/asterisk/asterisk/compare/22.8.1...22.8.2)

   ### Summary:

   - Commits: 4
   - Commit Authors: 2
   - Issues Resolved: 0
   - Security Advisories Resolved: 4
     - [GHSA-85x7-54wr-vh42](https://github.com/asterisk/asterisk/security/advisories/GHSA-85x7-54wr-vh42): Asterisk xml.c uses unsafe XML_PARSE_NOENT leading to potential XXE Injection
     - [GHSA-rvch-3jmx-3jf3](https://github.com/asterisk/asterisk/security/advisories/GHSA-rvch-3jmx-3jf3): ast_coredumper running as root sources ast_debug_tools.conf from /etc/asterisk; potentially leading to privilege escalation

    [17 lines not shown]
VersionDeltaFile
1.19+19-14comms/asterisk22/Makefile
1.8+13-13comms/asterisk22/distinfo
1.7+8-1comms/asterisk22/PLIST
+40-283 files

FreeBSD/ports 9800076ports-mgmt/poudriere distinfo Makefile

ports-mgmt/poudriere: Update to 3.4.5

Changes:
  - jail -c -m pkgbase: Default URL has changed to pkg.freebsd.org
  - jail -d: Don't try destroyfs if JAILMNT is not set
  - jail -bB UX updates and fixes
  - jail: Support pkg+https for pkgbase jail creation
  - jail: Add pkgbase shortcut for jail creation
  - jail: Fix pkgbase using incorrect repositories
  - jail: Use the right arch for a pkgbase jail
  - jail: Exit with an error if pkg-update(8) fails
  - Fix fetching packages on FreeBSD 15.0
  - Fetch packages: Detect errors fetching repository/packages
  - Fix parallel builds stomping on shared TMPFS_BLACKLIST_TMPDIR
  - rollbackfs/do_clone_del: Don't force rewrite every file.
  - pkg in jail: Always set a higher priority for repo overrides
DeltaFile
+3-3ports-mgmt/poudriere/distinfo
+1-1ports-mgmt/poudriere/Makefile
+4-42 files

LLVM/project 193c1f4llvm/utils/TableGen DAGISelMatcherOpt.cpp DAGISelMatcher.h

Reapply "[TableGen] Reduce number of call to FactorNodes. NFC"

With a fix to avoid deferencing a before_begin iterator.

Original commit message:

Previously we recursively called FactorNodes all the way down the
tree any time FactorNodes was called. Additionally, on returning
from the recursiion we would flatten any child ScopeMatchers into
the parent.

There are additional calls to FactorNodes every time a new ScopeMatcher
is created. These calls cause a lot of visiting of parts of the tree that
have already been factored as much as possible.

We can remove the primary recursion by ensuring we flatten
scopes when building a new ScopeMatcher. If the Matcher we are
going to insert into the new ScopeMatcher is itself a ScopeMatcher,
we add the children into the new ScopeMatcher instead. This makes

    [2 lines not shown]
DeltaFile
+56-39llvm/utils/TableGen/DAGISelMatcherOpt.cpp
+1-1llvm/utils/TableGen/DAGISelMatcher.h
+57-402 files

LLVM/project 8f48593llvm/utils profcheck-xfail.txt

profcheck-xfail

Created using spr 1.3.7
DeltaFile
+0-1llvm/utils/profcheck-xfail.txt
+0-11 files

FreeBSD/poudriere b0a2e0c. configure Makefile.am, src/bin poudriere.in

Release 3.4.5
DeltaFile
+10-10configure
+7-4Makefile.am
+7-4Makefile.in
+1-1configure.ac
+1-1src/bin/poudriere.in
+26-205 files