FreeBSD/ports aba9d21net-im/abaddon Makefile

net-im/abaddon: Fix build with option VOICE disabled

devel/nlohmann-json required even with option VOICE disabled.

PR:             296329
Approved by:    blanket (fix build)
Fixes:          7be26046690c (Fix build on 32bit arches by optioning out voice support)
Sponsored by:   UNIS Labs
DeltaFile
+1-1net-im/abaddon/Makefile
+1-11 files

FreeBSD/src 2767a1flib/libc/gen posix_spawn.c

posix_spawn(3): create a guard page below the stack for rfork_thread on x86

Reviewed by:    kevans
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57955
DeltaFile
+18-29lib/libc/gen/posix_spawn.c
+18-291 files

FreeBSD/ports 7be2604net-im/abaddon Makefile

net-im/abaddon: Fix build on 32bit arches by optioning out voice support

PR:             296329
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+17-4net-im/abaddon/Makefile
+17-41 files

SmartOS/live 4d5b2a2. Jenkinsfile

failFast as parameter?
DeltaFile
+1-2Jenkinsfile
+1-21 files

SmartOS/live e5b42da. Jenkinsfile

failFast needs to be above 'parallel'
DeltaFile
+1-1Jenkinsfile
+1-11 files

LLVM/project f5faf29llvm/lib/Target/Lanai LanaiCodeGenPassBuilder.cpp

[Lanai] Force AsmPrinterEndPass (#206623)

So that no pass instrumentation ends up preventing the addition of this
necessary pass.

Also makes this consistent with X86.
DeltaFile
+1-1llvm/lib/Target/Lanai/LanaiCodeGenPassBuilder.cpp
+1-11 files

SmartOS/live 344f4c6. Jenkinsfile

Add FAIL_FAST (default is true)
DeltaFile
+8-2Jenkinsfile
+8-21 files

LLVM/project 0b7062eclang/lib/ScalableStaticAnalysis/Analyses SSAFAnalysesCommon.h

fix build issue
DeltaFile
+2-2clang/lib/ScalableStaticAnalysis/Analyses/SSAFAnalysesCommon.h
+2-21 files

LLVM/project fc654d4clang/include/clang/AST OpenMPClause.h

[Clang][OpenMP][NFC] Remove unnecessary LParentLoc in clause classes (#206386)

The LParentLoc is already a data member of the OMPVarListClause class.
The OMPThreadLimitClause and OMPNumTeamsClause classes inherit from
OMPVarListClause and should not need to have their own LParentLoc.
DeltaFile
+0-18clang/include/clang/AST/OpenMPClause.h
+0-181 files

FreeBSD/ports b669d2edevel/brz/files patch-breezy_transport_http_response.py patch-breezy_transport_http_urllib.py

devel/brz: Fix with python 3.12

This is backported from upstream changes in brz 3.3.5 to get us by until
the larger switch to the 3.3 stream.

While here replace gettext with gettext-tools in USES - port doesn't
link with libintl, but uses msgfmt during build.

PR:             296361 296283
Sponsored by:   UNIS Labs
DeltaFile
+29-0devel/brz/files/patch-breezy_transport_http_response.py
+24-0devel/brz/files/patch-breezy_transport_http_urllib.py
+24-0devel/brz/files/patch-breezy_tests_test__setup.py
+13-0devel/brz/files/patch-breezy_tests_test__selftest.py
+11-0devel/brz/files/patch-breezy_lockdir.py
+11-0devel/brz/files/patch-breezy_git_repository.py
+112-05 files not shown
+157-211 files

NetBSD/pkgsrc lDgkqqGmk/tools tools.Darwin.mk

   tools: Do not allow system bash on Darwin

   It's 3.2.57, and that's often not adequate.

   As proposed/discussed on tech-pkg@ and delayed until branch.
VersionDeltaFile
1.68+5-2mk/tools/tools.Darwin.mk
+5-21 files

OpenBSD/src ckRzXrHusr.bin/ssh sftp.c

   set FD_CLOEXEC on the fds between sftp and its ssh process,
   avoids risk of subcommands that write on odd fds breaking the
   connection. GHPR693 from Manuel Einfalt;
   feedback deraadt@ ok dtucker@
VersionDeltaFile
1.256+3-1usr.bin/ssh/sftp.c
+3-11 files

OpenBSD/src jL5konzusr.bin/ssh packet.c

   check key and IV length received in privsep state transfer
   exactly match the expected sizes for the selected cipher;
   partially redundant to similar checks in cipher_init(), but
   nice to be more exact.

   GHPR from jmestwa-coder; ok dtucker@
VersionDeltaFile
1.339+6-1usr.bin/ssh/packet.c
+6-11 files

LLVM/project dde9862llvm/lib/Target/MSP430 MSP430CodeGenPassBuilder.cpp MSP430PassRegistry.def

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+69-0llvm/lib/Target/MSP430/MSP430CodeGenPassBuilder.cpp
+26-0llvm/lib/Target/MSP430/MSP430PassRegistry.def
+8-0llvm/lib/Target/MSP430/MSP430TargetMachine.h
+6-0llvm/lib/Target/MSP430/CMakeLists.txt
+6-0llvm/lib/Target/MSP430/MSP430.h
+5-0llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
+120-06 files

LLVM/project 14703c9llvm/lib/Target/MSP430 MSP430CodeGenPassBuilder.cpp MSP430BranchSelector.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+68-0llvm/lib/Target/MSP430/MSP430CodeGenPassBuilder.cpp
+32-11llvm/lib/Target/MSP430/MSP430BranchSelector.cpp
+21-0llvm/lib/Target/MSP430/MSP430PassRegistry.def
+16-1llvm/lib/Target/MSP430/MSP430.h
+8-0llvm/lib/Target/MSP430/MSP430TargetMachine.h
+6-0llvm/lib/Target/MSP430/CMakeLists.txt
+151-122 files not shown
+157-138 files

LLVM/project df8b27dlldb/source/Target TraceDumper.cpp

[lldb][NFC] Change string types in static TraceDumper functions (#206604)

I plan on using this in a subsequent commit.
DeltaFile
+11-11lldb/source/Target/TraceDumper.cpp
+11-111 files

LLVM/project 8ed0ecflldb/source/Commands CommandCompletions.cpp

[lldb] Adjust SourceFileCompleter to use StringRef (#206603)

Instead of storing `const char *` (which are currently backed by
ConstStrings), it should instead store the FileSpec and extract the
Filename and Directory as needed.
DeltaFile
+16-16lldb/source/Commands/CommandCompletions.cpp
+16-161 files

LLVM/project 3516fe0lldb/include/lldb/Target Target.h, lldb/source/Target Target.cpp

[lldb][NFC] Change how Target stores BreakpointNames (#205419)

This changes 2 things:
1) BreakpointNameList is now called BreakpointNameMap to reflect the
   actual underlying data structure.
2) BreakpointNameMap goes from a `std::map` to a `llvm::StringMap` to
   eliminate the use of ConstString.
DeltaFile
+4-4lldb/source/Target/Target.cpp
+2-3lldb/include/lldb/Target/Target.h
+6-72 files

LLVM/project b7dd1f0llvm/lib/Target/MSP430 MSP430.h

rebase

Created using spr 1.3.7
DeltaFile
+0-1llvm/lib/Target/MSP430/MSP430.h
+0-11 files

LLVM/project 33700bfllvm/lib/Target/MSP430 MSP430.h

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+0-1llvm/lib/Target/MSP430/MSP430.h
+0-11 files

LLVM/project c147ab8llvm/lib/Target/MSP430 MSP430.h

rebase

Created using spr 1.3.7
DeltaFile
+0-1llvm/lib/Target/MSP430/MSP430.h
+0-11 files

LLVM/project 40bb3b9llvm/lib/Target/MSP430 MSP430CodeGenPassBuilder.cpp MSP430PassRegistry.def

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+69-0llvm/lib/Target/MSP430/MSP430CodeGenPassBuilder.cpp
+26-0llvm/lib/Target/MSP430/MSP430PassRegistry.def
+8-0llvm/lib/Target/MSP430/MSP430TargetMachine.h
+7-0llvm/lib/Target/MSP430/MSP430.h
+6-0llvm/lib/Target/MSP430/CMakeLists.txt
+5-0llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
+121-06 files

LLVM/project fa2c466llvm/lib/Target/MSP430 MSP430.h MSP430ISelDAGToDAG.cpp

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+7-0llvm/lib/Target/MSP430/MSP430.h
+5-0llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
+12-02 files

LLVM/project c2c27afllvm/lib/Target/MSP430 MSP430.h MSP430ISelDAGToDAG.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+7-0llvm/lib/Target/MSP430/MSP430.h
+5-0llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
+12-02 files

FreeBSD/ports 8547b5cnet/asterisk22 distinfo Makefile, net/asterisk22/files patch-build__tools_make__xml__documentation

net/asterisk22: Update 22.9.0 => 22.10.1

Changelogs:
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.10.0.html
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.10.1.html

PR:             296326
Approved by:    Oleksandr Kryvulia <o.kryvulia at flex-it.com.ua> (maintainer)
Security:       GHSA-3g56-cgrh-95p5
Security:       GHSA-3rhj-hhw7-m6fw
Security:       GHSA-4pgv-j3mr-3rcp
Security:       GHSA-589g-qgf8-m6mx
Security:       GHSA-746q-794h-cc7f
Security:       GHSA-8jhw-m2hg-vp3h
Security:       GHSA-8jw3-ccr9-xrmf
Security:       GHSA-g8q2-p36q-94f6
Security:       GHSA-h5hv-jmgj-92q2 CVE-2022-37325
Security:       GHSA-j2mm-57pq-jh94
Security:       GHSA-mxgm-8c6f-5p8f

    [14 lines not shown]
DeltaFile
+14-14net/asterisk22/files/patch-build__tools_make__xml__documentation
+5-5net/asterisk22/distinfo
+2-2net/asterisk22/Makefile
+1-0net/asterisk22/pkg-plist
+22-214 files

FreeBSD/ports 2a9884enet/asterisk22 distinfo Makefile, net/asterisk22/files patch-build__tools_make__xml__documentation

net/asterisk22: Update 22.8.2 → 22.9.0

Changelog:
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.9.0.html

PR:             294412
Sponsored by:   FLEX-IT LLC
Sponsored by:   UNIS Labs

(cherry picked from commit 78346040cff80bc386bbcdc0cbb7dc61414c1c12)
DeltaFile
+39-5net/asterisk22/files/patch-build__tools_make__xml__documentation
+5-5net/asterisk22/distinfo
+2-3net/asterisk22/Makefile
+1-0net/asterisk22/pkg-plist
+47-134 files

FreeBSD/ports abd04c0net/asterisk20 distinfo Makefile, net/asterisk20/files patch-build__tools_make__xml__documentation

net/asterisk20: Update 20.19.0 => 20.20.1

Changelogs:
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.20.0.html
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.20.1.html

PR:             296366
Security:       GHSA-3g56-cgrh-95p5
Security:       GHSA-3rhj-hhw7-m6fw
Security:       GHSA-4pgv-j3mr-3rcp
Security:       GHSA-589g-qgf8-m6mx
Security:       GHSA-746q-794h-cc7f
Security:       GHSA-8jhw-m2hg-vp3h
Security:       GHSA-8jw3-ccr9-xrmf
Security:       GHSA-g8q2-p36q-94f6
Security:       GHSA-j2mm-57pq-jh94
Security:       GHSA-mxgm-8c6f-5p8f
Security:       GHSA-ph27-3m5q-mj5m
Security:       GHSA-q9fr-m7g8-6ph5

    [12 lines not shown]
DeltaFile
+14-14net/asterisk20/files/patch-build__tools_make__xml__documentation
+5-5net/asterisk20/distinfo
+2-2net/asterisk20/Makefile
+1-0net/asterisk20/pkg-plist
+22-214 files

FreeBSD/ports 2b7accdnet/asterisk20 distinfo Makefile, net/asterisk20/files patch-build__tools_make__xml__documentation

net/asterisk20: Update 20.18.2 → 20.19.0

Changelog:
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.19.0.html

PR:             294411
Sponsored by:   FLEX-IT LLC
Sponsored by:   UNIS Labs

(cherry picked from commit a02bd2eb52acae96f4e13ff07d5974eb61db1252)
DeltaFile
+39-5net/asterisk20/files/patch-build__tools_make__xml__documentation
+5-5net/asterisk20/distinfo
+2-3net/asterisk20/Makefile
+1-0net/asterisk20/pkg-plist
+47-134 files

FreeBSD/ports 92c35ebnet/asterisk22 distinfo Makefile, net/asterisk22/files patch-build__tools_make__xml__documentation

net/asterisk22: Update 22.9.0 => 22.10.1

Changelogs:
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.10.0.html
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.10.1.html

PR:             296326
Approved by:    Oleksandr Kryvulia <o.kryvulia at flex-it.com.ua> (maintainer)
Security:       GHSA-3g56-cgrh-95p5
Security:       GHSA-3rhj-hhw7-m6fw
Security:       GHSA-4pgv-j3mr-3rcp
Security:       GHSA-589g-qgf8-m6mx
Security:       GHSA-746q-794h-cc7f
Security:       GHSA-8jhw-m2hg-vp3h
Security:       GHSA-8jw3-ccr9-xrmf
Security:       GHSA-g8q2-p36q-94f6
Security:       GHSA-h5hv-jmgj-92q2 CVE-2022-37325
Security:       GHSA-j2mm-57pq-jh94
Security:       GHSA-mxgm-8c6f-5p8f

    [12 lines not shown]
DeltaFile
+14-14net/asterisk22/files/patch-build__tools_make__xml__documentation
+5-5net/asterisk22/distinfo
+2-2net/asterisk22/Makefile
+1-0net/asterisk22/pkg-plist
+22-214 files

FreeBSD/ports b61744bnet/asterisk20 distinfo Makefile, net/asterisk20/files patch-build__tools_make__xml__documentation

net/asterisk20: Update 20.19.0 => 20.20.1

Changelogs:
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.20.0.html
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.20.1.html

PR:             296366
Security:       GHSA-3g56-cgrh-95p5
Security:       GHSA-3rhj-hhw7-m6fw
Security:       GHSA-4pgv-j3mr-3rcp
Security:       GHSA-589g-qgf8-m6mx
Security:       GHSA-746q-794h-cc7f
Security:       GHSA-8jhw-m2hg-vp3h
Security:       GHSA-8jw3-ccr9-xrmf
Security:       GHSA-g8q2-p36q-94f6
Security:       GHSA-j2mm-57pq-jh94
Security:       GHSA-mxgm-8c6f-5p8f
Security:       GHSA-ph27-3m5q-mj5m
Security:       GHSA-q9fr-m7g8-6ph5

    [10 lines not shown]
DeltaFile
+14-14net/asterisk20/files/patch-build__tools_make__xml__documentation
+5-5net/asterisk20/distinfo
+2-2net/asterisk20/Makefile
+1-0net/asterisk20/pkg-plist
+22-214 files