FreeBSD/ports 119ff68audio/flacon distinfo Makefile, audio/flacon/files patch-tests_tools.cpp

audio/flacon: update the port to version 12.0.0

- Fix test data so it matches modern MediaInfo(Lib)
- Ensure that build log would contain tests results
  if they fail

Reported by:    portscout
DeltaFile
+18-5audio/flacon/Makefile
+11-0audio/flacon/files/patch-tests_tools.cpp
+3-3audio/flacon/distinfo
+32-83 files

FreeBSD/ports f262d85net/frr10 Makefile distinfo

net/frr10: update to 10.7.1
DeltaFile
+3-3net/frr10/distinfo
+1-1net/frr10/Makefile
+4-42 files

LLVM/project 5340f7cclang/tools/clang-format git-clang-format

[git-clang-format] Don't format the line preceding a deletion (#215946)

`git diff -U0` renders a pure deletion as `@@ -3,3 +2,0 @@`: no new
lines,
anchored at the preceding line. extract_lines coerces that zero count to
one, so clang-format reformats a line the deletion never touched.

Skip such hunks, matching clang-format-diff.py. start_line is 0 only for
deletions at the start of a file, so that check goes away as well.

Aided by Claude Opus 5

(cherry picked from commit fe0143b1a97484e10bc11b012ceb2c1ecd8bc38c)
DeltaFile
+3-2clang/tools/clang-format/git-clang-format
+3-21 files

LLVM/project 687ecdcclang/tools/clang-format git-clang-format

Add option to format a whole file using git-clang-format (#204336)

Today, git-clang-format will only format lines which have been modified.
However, in some cases, that's not sufficient to get a "clean" file
which would be unmodified by running `clang-format` manually.

I've got a minimal repro using the default clang-format rules. Setup a
new git repository and create a commit with an empty file:

```
mkdir /tmp/bla
cd /tmp/bla
git init
touch t.cpp
git add t.cpp
git commit -m "V1"
```

Add a line to that file containing a comment:

    [30 lines not shown]
DeltaFile
+29-16clang/tools/clang-format/git-clang-format
+29-161 files

LLVM/project ab544f6llvm CMakeLists.txt

workflows/release-binaries: Smaller WiX installer on Windows (#219858)

Reduce WiX installer size by using LZX compression instead of MSZIP
previously. Tested on `release/23.x` at commit
fdf0409c656cc66c61b14d71c831f2b453c13e19 targetting Win64:

- MSZIP: 779 MiB
- LZX: 613 MiB

(cherry picked from commit dee1f43598034a63b3de521032bb894b33152b1c)
DeltaFile
+8-2llvm/CMakeLists.txt
+8-21 files

LLVM/project 99cfc87clang/lib/Sema SemaDecl.cpp, clang/test/Modules pr218152.cppm

[C++20] [Modules] Handling merging predefined decls from std (#219151)

Close https://github.com/llvm/llvm-project/issues/218152

This was only reported in windows as MSSTL chose to implement std module
by wrapping the STL into extern "C++", which is different from libstdc++
and libc++.

But technically this is not specific to windows and we're able to
preoduce it in linux although we won't face it in linux.

(cherry picked from commit 52774473867e49b5891ab9381accf4e5a3ce0024)
DeltaFile
+17-0clang/test/Modules/pr218152.cppm
+1-1clang/lib/Sema/SemaDecl.cpp
+18-12 files

LLVM/project a92d777orc-rt/include/orc-rt/bedrock/sps SimpleRemoteCA.h, orc-rt/lib/bedrock/sps SimpleRemoteCA.cpp

[orc-rt] Move connection state and teardown to SimpleRemoteCA (#220188)

Shares the connection-state and teardown logic between transports.

SimpleRemoteCA now tracks connection state, so disconnect,
callController and sendWrapperResult are final. A controller call either
registers under the same lock that publishes the state, or is failed
inline on the caller's stack, so it can never be left pending with no
result to come. Teardown funnels through finishTeardown, which drains
pending calls and then notifies the Session exactly once, however
teardown began. registerPendingCall and failAllPendingCalls become
private.

Subclasses implement connect plus two hooks. The base calls sendMessage
with an opcode, sequence number, tag and payload for the transport to
frame and send; it runs with no lock held, so framing stays off the
critical section, and is best-effort, so a transport that has gone away
can drop the message. beginTeardown stops the transport, sending an
orderly hang-up first, and calls finishTeardown once it is done.

    [4 lines not shown]
DeltaFile
+218-44orc-rt/test/unit/bedrock/sps/SimpleRemoteCATest.cpp
+82-35orc-rt/include/orc-rt/bedrock/sps/SimpleRemoteCA.h
+78-2orc-rt/lib/bedrock/sps/SimpleRemoteCA.cpp
+378-813 files

LLVM/project 7de1badllvm/lib/Target/AArch64 AArch64InstrInfo.td AArch64InstrInfo.cpp, llvm/test/CodeGen/AArch64 ptrauth-tail-call-shrink-wrapping.ll sign-return-address-pauth-lr-mir.ll

[AArch64][PAC] Emit tail calls more efficiently

It may be required to insert explicit checks that LR was authenticated
successfully before performing a tail call. Previously, such checks were
inserted when expanding the TCRETURN pseudo instructions, if the stack
frame was created by the particular function. This did not take into
account the shrink-wrapping optimization, though.

This commit introduces a separate `PAUTH_CHECK_LR` pseudo instruction.
A conservative heuristic is implemented that drops the completely useless
checks. Furthermore, it moves the remaining checks to the shrink-wrapping
epilogue (if any), but only if that doesn't hurt any regular return code
paths.
DeltaFile
+273-129llvm/test/CodeGen/AArch64/sign-return-address-pauth-lr-mir.ll
+142-17llvm/lib/Target/AArch64/AArch64PointerAuth.cpp
+12-36llvm/test/CodeGen/AArch64/ptrauth-tail-call-shrink-wrapping.ll
+15-32llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
+20-14llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+7-0llvm/lib/Target/AArch64/AArch64InstrInfo.td
+469-2286 files

LLVM/project 083b00blibcxx/docs index.rst, libcxx/docs/Status Parallelism.rst FormatIssues.csv

[libc++][docs][NFC] Remove Format and Parallelism TS status pages (#220021)

Removes the last meta-status pages in favor of GitHub meta-issues.

Co-authored-by: Hristo Hristov <zingam at outlook.com>
DeltaFile
+0-49libcxx/docs/Status/Format.rst
+0-43libcxx/docs/Status/ParallelismProjects.csv
+0-33libcxx/docs/Status/FormatPaper.csv
+0-29libcxx/docs/Status/Parallelism.rst
+0-29libcxx/docs/Status/FormatIssues.csv
+0-2libcxx/docs/index.rst
+0-1856 files

LLVM/project 084cb22libcxx/test/std/ranges/range.adaptors/range.enumerate/iterator iter_move.pass.cpp

[libc++][ranges][enumerate_view] Update iterator `iter_move` test (#219474)

Completes the [range.enumerate.iterator] `iter_move` test by addressing
the review comment
https://github.com/llvm/llvm-project/pull/73617#discussion_r1416642892
from the original implementation.

---------

Co-authored-by: Hristo Hristov <zingam at outlook.com>
Co-authored-by: Hristo Hristov <hghristov.rmm at gmail.com>
Co-authored-by: A. Jiang <de34 at live.cn>
DeltaFile
+45-12libcxx/test/std/ranges/range.adaptors/range.enumerate/iterator/iter_move.pass.cpp
+45-121 files

FreeBSD/src ecc16ddsecure/lib/libcrypto/man/man3 NAME_CONSTRAINTS_check.3 OPENSSL_armcap.3

crypto/openssl: add manpages missed in related commit

MFC with:       78e936b2d
Fixes:          0d4d0f3a9 ("crypto/openssl: update generated content ...")
Reported by:    Jenkins CI

(cherry picked from commit 19c1fe2d0c8f0001558c20f134be624241418191)
DeltaFile
+285-0secure/lib/libcrypto/man/man3/OPENSSL_armcap.3
+237-0secure/lib/libcrypto/man/man3/NAME_CONSTRAINTS_check.3
+522-02 files

FreeBSD/src 514ff9acrypto/openssl/crypto/aes aes_x86core.c, crypto/openssl/doc/man3 X509_verify_cert.pod

crypto/openssl: update to 3.5.8

This is a security bugfix release. Please see the related merge commit
for more details.

Maintainer note:        `quic_ackm.h`'s conflict was resolved by taking
                        the upstream version of the file verbatim.

Conflicts:
        crypto/openssl/include/internal/quic_ackm.h

MFC after:      3 days
Merge commit '248da023ae5ea7292930ac5d715d88b87e2e6f46'

(cherry picked from commit 78e936b2d0b5e6554425009199be31e76bc67c10)
DeltaFile
+0-79,844crypto/openssl/test/recipes/30-test_evp_data/evprand.txt
+0-867crypto/openssl/crypto/aes/aes_x86core.c
+851-3crypto/openssl/test/evp_extra_test.c
+394-125crypto/openssl/test/evp_extra_test2.c
+476-32crypto/openssl/test/endecode_test.c
+439-61crypto/openssl/doc/man3/X509_verify_cert.pod
+2,160-80,932253 files not shown
+7,387-81,985259 files

FreeBSD/src a281913secure/lib/libcrypto/man/man3 SSL_poll.3 SSL_get_value_uint.3, secure/lib/libcrypto/man/man7 openssl-quic-concurrency.7 openssl-threads.7

crypto/openssl: update generated content to match 3.5.8 release

This contains 2 new manpages as well as some minor manpage content
changes.

MFC with:       78e936b2d

(cherry picked from commit 0d4d0f3a9f229f9e822b43234b0ff72e7223f19f)
DeltaFile
+366-62secure/lib/libcrypto/man/man3/X509_verify_cert.3
+38-12secure/lib/libcrypto/man/man3/ASN1_aux_cb.3
+28-3secure/lib/libcrypto/man/man7/openssl-threads.7
+27-3secure/lib/libcrypto/man/man7/openssl-quic-concurrency.7
+19-4secure/lib/libcrypto/man/man3/SSL_get_value_uint.3
+18-3secure/lib/libcrypto/man/man3/SSL_poll.3
+496-87898 files not shown
+1,514-1,048904 files

FreeBSD/ports 191829fcad/fidocadj pkg-plist distinfo

cad/fidocadj: Update to 0.24.9.e

- Add a post-patch target to fix the make target and some entries in the
  desktop file
- Install a desktop menu file and relative icon
- Pet port(clippy|fmt)
- Use shebangfix with the build scripts provided upstream

ChangeLog:

1. https://github.com/FidoCadJ/FidoCadJ/releases/tag/v0.24.9-epsilon

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+33-13cad/fidocadj/Makefile
+5-5cad/fidocadj/distinfo
+3-1cad/fidocadj/pkg-plist
+41-193 files

LLVM/project 5205dc5llvm/lib/Target/AArch64 AArch64InstrInfo.cpp, llvm/test/CodeGen/AArch64 sign-return-address-epilogue-regs.ll

[AArch64][PAC] Prevent PAUTH_EPILOGUE from overwriting live registers

With shrink-wrapping, it is possible for PAUTH_EPILOGUE to be inserted
in the middle of the function where X15/X16/X17 may be alive and must
not be clobbered.

This commit implements ad-hoc spilling of the scratch registers used by
PAUTH_EPILOGUE to other GPRs. If no such registers is available at the
insertion point, an explicit compiler error is triggered.
DeltaFile
+541-0llvm/test/CodeGen/AArch64/sign-return-address-epilogue-regs.ll
+68-9llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+609-92 files

LLVM/project 8a9eb66llvm/test/CodeGen/AArch64 ptrauth-tail-call-shrink-wrapping.ll

[AArch64][PAC] Precommit tests on efficient LR checks before tail calls

When performing a tail call with pac-ret hardening enabled, depending on
the performance vs. security trade-off, it may be required to insert an
explicit check that the LR register contains a valid address (that is,
the authentication succeeded), as unlike a regular call, a tail call does
not dereference LR right away.

When shrink-wrapping optimization is in effect, this might be expensive
both in terms of time complexity and code size. This commit adds several
tests demonstrating the existing codegen behavior.
DeltaFile
+476-0llvm/test/CodeGen/AArch64/ptrauth-tail-call-shrink-wrapping.ll
+476-01 files

LLVM/project 2f3dac5llvm/lib/Target/AArch64 AArch64InstrInfo.cpp, llvm/test/CodeGen/AArch64 swifttail-ptrauth.ll

[AArch64][PAC] Fix the list of registers clobbered by PAUTH_EPILOGUE

When SP adjustment might be needed, whether X15 scratch register can be used
by PAUTH_EPILOGUE or not depends on PAuth LR hardening being requested for
the particular function, not the availability of `FEAT_PAuth_LR`.
DeltaFile
+25-0llvm/test/CodeGen/AArch64/swifttail-ptrauth.ll
+1-1llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+26-12 files

LLVM/project e821909clang/lib/Headers amxavx512intrin.h

[X86][AMX-AVX512] Update intrinsic Operation to match with ISE062, NFCI (#219868)

Ref.: https://cdrdv2.intel.com/v1/dl/getContent/671368

Assisted-by: Claude Opus 4.8
DeltaFile
+150-124clang/lib/Headers/amxavx512intrin.h
+150-1241 files

FreeBSD/ports 9c00545java/openjdk25 Makefile, java/openjdk26 Makefile

java/openjdk{25,26}: Don't req xorg for headless

We no longer need the xorg libs to build OpenJDK headless variants for
OpenJDK 25 and 26.

Relevant upstream JBS issues:
- OpenJDK 25.0.4: https://bugs.openjdk.org/browse/JDK-8381011
- OpenJDK 26.0.2: https://bugs.openjdk.org/browse/JDK-8378158

PR:             294358
Reported by:    raivo at lehma.com
Reviewed by:    haraldei, jrm
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D59167
DeltaFile
+8-1java/openjdk26/Makefile
+8-1java/openjdk25/Makefile
+16-22 files

FreeBSD/ports cfb60c1java/openjfx14 Makefile

java/openjfx14: Fix openjfx14 after 9477c9da0a4

Removing USE_LDCONFIG from openjdk11 caused the package for openjfx14 to
fail to build, because it could not find libjvm.so, previously exported
from openjdk11 (and 8).

Making the openjfx14 package ignore this should be safe, as it in any
case relies on openjdk11 which again contains the lib and knows how to
locate and load it.

Thanks to ronald@ for pointing me in the right direction!

PR:             297282
Reported by:    vvd at FreeBSD.org
Reviewed by:    vvd at FreeBSD.org
Tested by:      vvd at FreeBSD.org
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D59290
DeltaFile
+3-1java/openjfx14/Makefile
+3-11 files

LLVM/project 872ed98llvm/test/CodeGen/AArch64 arm64-addp.ll aarch64-vuzp.ll

[AArch64][GobalISel] Update and regenerate test coverage. NFC (#220179)
DeltaFile
+275-128llvm/test/CodeGen/AArch64/faddp-half.ll
+157-18llvm/test/CodeGen/AArch64/aarch64-vuzp.ll
+103-44llvm/test/CodeGen/AArch64/arm64-addp.ll
+535-1903 files

LLVM/project 19f66fbopenmp/runtime/src kmp_runtime.cpp

[libomp] Atomically claim library unregistration (#216713)

Claude assisted with this patch.

Follow-up to https://github.com/llvm/llvm-project/pull/215988.
DeltaFile
+12-12openmp/runtime/src/kmp_runtime.cpp
+12-121 files

FreeBSD/ports cca6451Mk/Uses electron.mk

Mk/Uses/electron.mk: Trim valid electron versions after electron{37,38,39} removal
DeltaFile
+1-1Mk/Uses/electron.mk
+1-11 files

FreeBSD/ports 29a7c1anet-im/libsignal Makefile

net-im/libsignal: Mark aarch64 as broken

PR:             298079
DeltaFile
+1-0net-im/libsignal/Makefile
+1-01 files

OpenBSD/ports zPw8Hbfdevel/glib2 Makefile, devel/glib2/patches patch-gio_gsocket_c

   devel/glib2: Don't try to set TCP_NODELAY on AF_UNIX sockets.

   glib2 was calling setsockopt(socket, IPPROTO_TCP, TCP_NODELAY, ...) on AF_UNIX
   sockets and ignoring the error. This interacted badly with a future change in
   the pledge subsystem to strictly scope options to the socket's protocol.

   ok ajacoutot@
VersionDeltaFile
1.3+15-39devel/glib2/patches/patch-gio_gsocket_c
1.416+1-0devel/glib2/Makefile
+16-392 files

FreeBSD/ports a2cffc0net-im/signal-cli Makefile distinfo

net-im/signal-cli: Update to 0.14.7

PR:             298079
DeltaFile
+43-19net-im/signal-cli/pkg-plist
+5-5net-im/signal-cli/distinfo
+1-1net-im/signal-cli/Makefile
+49-253 files

FreeBSD/ports 7772cd0net-im/libsignal Makefile Makefile.crates

net-im/libsignal: Update to 0.99.1

PR:             298079
DeltaFile
+525-501net-im/libsignal/distinfo
+261-249net-im/libsignal/Makefile.crates
+1-1net-im/libsignal/Makefile
+787-7513 files

LLVM/project edbd582llvm/lib/Target/Mips MipsISelLowering.cpp, llvm/test/CodeGen/Mips named-register-mips3-o32.ll

[Mips] Select GPR register class based on requested type size (#220012)

In MipsTargetLowering::getRegisterByName(), the register class was
previously selected solely based on Subtarget.isGP64bit(), ignoring the
requested value type size (VT).

When compiling for a 64-bit MIPS CPU with the 32-bit o32 ABI (such as
-mcpu=mips3 -target-abi=o32), Subtarget.isGP64bit() is true even though
32-bit registers are expected. Reading a 32-bit named register like $gp
(e.g., via llvm.read_register.i32) returned a 64-bit register ($gp_64).
This resulted in a cross-register-class copy from GPR64 to GPR32 that
MipsSEInstrInfo::copyPhysReg() could not lower. In builds without
assertions, this constructed an invalid TargetOpcode::PHI (opcode 0)
instruction and caused a crash in MipsMCCodeEmitter during object file
emission.

Inspect VT.getSizeInBits() in getRegisterByName() to select
GPR32RegClassID for 32-bit types and GPR64RegClassID for 64-bit types
when supported by the subtarget, reporting an error for invalid types.

    [3 lines not shown]
DeltaFile
+29-0llvm/test/CodeGen/Mips/named-register-mips3-o32.ll
+17-3llvm/lib/Target/Mips/MipsISelLowering.cpp
+46-32 files

OpenBSD/src 7xdx7g4usr.sbin/tcpdump print-gtp.c

   Activiation -> Activation
VersionDeltaFile
1.14+3-3usr.sbin/tcpdump/print-gtp.c
+3-31 files

OpenBSD/src 8FSeXUQdistrib/sets/lists/comp mi

   sync
VersionDeltaFile
1.1767+1-0distrib/sets/lists/comp/mi
+1-01 files