FreeBSD/ports e075caamail/py-resend Makefile distinfo

mail/py-resend: Update to 2.47.0

Changelog: https://github.com/resend/resend-python/releases/tag/v2.47.0

Reported by:    portscout
DeltaFile
+3-3mail/py-resend/distinfo
+1-1mail/py-resend/Makefile
+4-42 files

OpenBSD/ports vicN7yQdatabases/p5-DBI distinfo Makefile, databases/p5-DBI/patches patch-DBI_xs

   Update p5-DBI to 1.653

   Includes fixes for CVE-2026-15392 and CVE-2026-78030 as well as the
   patches that bluhm@ had upstreamed.
VersionDeltaFile
1.35+2-2databases/p5-DBI/distinfo
1.77+2-2databases/p5-DBI/Makefile
1.2+0-0databases/p5-DBI/patches/patch-DBI_xs
+4-43 files

OpenBSD/src fXbrTfKusr.sbin/fw_update fw_update.sh

   Improve downloading firmware by filename

   dgl@ noticed that if we attempt to download by filename we didn't
   first fetch the SHA256 to verify it was available to download and
   always errored with grep failing to find the SHA256.

   ok dgl@
VersionDeltaFile
1.74+12-4usr.sbin/fw_update/fw_update.sh
+12-41 files

NetBSD/pkgsrc-wip 7747d3aleocad Makefile COMMIT_MSG, leocad/patches patch-leocad.pro patch-qt_lc__renderdialog.cpp

leocad: Update to 26.09

Highlights

* Redesigned undo and redo support across a much broader range of editing actions, including object and model properties, grouping, duplication, visibility, keyframes, step editing, camera and light changes, painting, and mouse-driven transforms.
* Added a modern rotation gizmo with trackball and camera-plane rotation, camera-axis rotation, and clearer direction feedback.
* Improved viewport text rendering with smoother SDF glyphs, configurable halos, unified overlay colors, and sharper, more legible labels.
* Added drag-and-drop reordering to the Model List and support for merging multiple files into a project.
* Added an option to open submodels directly from the parts picker, plus improved drag-and-drop into inline models.
* Added Chinese (Simplified) localization.

Improvements

* Added Zoom and Smart Zoom gestures.
* Added drag-and-drop support for part categories.
* Improved high-DPI presentation, including Retina text and UI scaling.
* Improved macOS packaging with Universal and Apple Silicon builds.
* Refreshed dialogs and several user-interface workflows, including group editing, image export, set selection, and update handling.


    [14 lines not shown]
DeltaFile
+7-7leocad/patches/patch-qt_lc__renderdialog.cpp
+5-5leocad/distinfo
+5-4leocad/patches/patch-leocad.pro
+1-1leocad/Makefile
+1-1leocad/COMMIT_MSG
+19-185 files

LLVM/project 761561alldb/test/API/functionalities/scripted_process TestScriptedProcess.py

[lldb/test] Skip test_scripted_process_addressable_bits on Windows (#224878)

This test is the first one in its directory to reach `self.build()` on
Windows, where the Makefile only knows how to build a dylib, so linking
the test binary fails on an undefined `baz` symbol.

Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
DeltaFile
+2-0lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py
+2-01 files

LLVM/project 85ac560clang/docs ReleaseNotes.md, clang/lib/CodeGen CGDecl.cpp

[Clang][CodeGen] Fix crash in EmitParmDecl for bodyless destructors with -fextend-variable-liveness (#218830)

The fake-use coroutine check in EmitParmDecl calls
FnDecl->getBody()->getStmtClass() without guarding against a null
getBody(). This crashes when processing implicit parameters (e.g.
should_call_delete) of MSVC deleting destructors whose base destructor
is only declared, not defined.
DeltaFile
+17-0clang/test/CodeGen/fake-use-msvc-dtor.cpp
+1-1clang/lib/CodeGen/CGDecl.cpp
+1-0clang/docs/ReleaseNotes.md
+19-13 files

LLVM/project b1aa74dllvm/unittests/Target/RISCV RISCVInstrInfoTest.cpp

[RISCV][XQCI] Add a test that shows getInstSizeInBytes returning an incorrect instruction size. NFC (#224787)

Follow up to https://github.com/llvm/llvm-project/pull/223913 that shows
`getInstSizeInBytes` returning an incorrect instruction size of 2 when
the 6 byte `Xqci` instruction compresses to a 4 byte instruction.

An AI agent assisted in the generation of the test.
DeltaFile
+97-2llvm/unittests/Target/RISCV/RISCVInstrInfoTest.cpp
+97-21 files

LLVM/project c37874bllvm/lib/CodeGen ProcessImplicitDefs.cpp, llvm/test/CodeGen/AMDGPU early-lis-two-address-regsequence-undef.mir detect-dead-lanes-tied-undef.mir

[CodeGen] Reject undef tied use sharing a virtual register with another read (#222832)

A virtual use operand, tied to a def of a different register, sharing
the register with another read, carries obligation that is hard to
follow by passes. For example, twoaddressinstruction would use different
physical registers, breaking the expectation of the `IsUndef` flag:

```
define void @f() {
  %y = freeze i32 undef
  %m = mul i32 %y, %y
  call void asm sideeffect "# use $0", "{cx}"(i32 %m)
  ret void
}

%2 = IMUL32rr undef %1(tied-def 0), undef %1   ; before twoaddressinstruction
%2 = IMUL32rr undef %2(tied-def 0), undef %1   ; after
imull %eax, %ecx                               ; different regs
```

    [10 lines not shown]
DeltaFile
+71-0llvm/test/CodeGen/X86/process-implicit-defs-tied-undef.mir
+18-6llvm/lib/CodeGen/ProcessImplicitDefs.cpp
+23-0llvm/test/CodeGen/AMDGPU/detect-dead-lanes-tied-undef.mir
+22-0llvm/test/MachineVerifier/tied-undef-use.mir
+21-0llvm/test/CodeGen/AMDGPU/early-lis-two-address-regsequence-undef.mir
+20-0llvm/test/CodeGen/X86/freeze.ll
+175-69 files not shown
+229-4015 files

OpenBSD/src WahSaYJshare/man/man5 installurl.5, usr.sbin/pkg_add/OpenBSD State.pm

   Harmonise installurl handling

   In installurl(5) document multiple lines are possible and tools always
   use the last line. Adjust pkg_add and sysupgrade to do that. In all
   programs add validation to ignore installurl lines which contain the set
   of bad characters which were recently added to the installer.

   Previously tools had subtle differences in their handling:
   - pkg_add used the first line.
   - sysupgrade concatenated lines together.
   - syspatch used the last line if mulitple lines were present.

   ok ajacoutot@
VersionDeltaFile
1.63+5-3usr.sbin/sysupgrade/sysupgrade.sh
1.9+4-3share/man/man5/installurl.5
1.78+5-2usr.sbin/pkg_add/OpenBSD/State.pm
1.173+3-2usr.sbin/syspatch/syspatch.sh
+17-104 files

FreeBSD/ports 500680bwww/phalcon Makefile distinfo

www/phalcon: update to 5.21.0.
DeltaFile
+3-3www/phalcon/distinfo
+1-1www/phalcon/Makefile
+4-42 files

OpenBSD/src YyLG8LBusr.sbin/bgpd bgpd.8

   add missing space in Xr use
VersionDeltaFile
1.90+2-2usr.sbin/bgpd/bgpd.8
+2-21 files

FreeBSD/ports 3c03da4misc Makefile, misc/py-deepspeed pkg-descr distinfo

misc/py-deepspeed: New port: DeepSpeed library for ChatGPT-like model training

required by misc/py-transformers

PR:             298590
APproved by:    Baptiste Daroussin <bapt at FreeBSD.org> (on behalf of portmgr@)
DeltaFile
+41-0misc/py-deepspeed/Makefile
+3-0misc/py-deepspeed/distinfo
+2-0misc/py-deepspeed/pkg-descr
+1-0misc/Makefile
+47-04 files

FreeBSD/ports a45e477devel Makefile, devel/py-tree-sitter-typescript pkg-descr distinfo

devel/py-tree-sitter-typescript: New port: TypeScript and TSX grammars for tree-sitter

required by textproc/py-docling-core

PR:             298600
Approved by:    Baptiste Daroussin <bapt at FreeBSD.org> (on behalf of portmgr@)
DeltaFile
+347-0devel/py-tree-sitter-typescript/files/common_scanner.h
+266-0devel/py-tree-sitter-typescript/files/tree_sitter_parser.h
+32-0devel/py-tree-sitter-typescript/Makefile
+3-0devel/py-tree-sitter-typescript/distinfo
+2-0devel/py-tree-sitter-typescript/pkg-descr
+1-0devel/Makefile
+651-06 files

OpenBSD/ports WTx9mtktextproc/p5-YAML-PP distinfo Makefile

   update p5-YAML-PP to 0.41.0
VersionDeltaFile
1.2+12-11textproc/p5-YAML-PP/Makefile
1.2+2-2textproc/p5-YAML-PP/distinfo
+14-132 files

FreeBSD/ports 5d8b5e0devel Makefile, devel/py-tree-sitter-c pkg-descr distinfo

devel/py-tree-sitter-c: New port: C grammar for tree-sitter

required by textproc/py-docling-core

PR:             298598
Approved by:    Baptiste Daroussin <bapt at FreeBSD.org> (on behalf of portmgr@)
DeltaFile
+25-0devel/py-tree-sitter-c/Makefile
+3-0devel/py-tree-sitter-c/pkg-descr
+3-0devel/py-tree-sitter-c/distinfo
+1-0devel/Makefile
+32-04 files

FreeBSD/ports 82f26cbaudio/jamulus Makefile distinfo

audio/jamulus: update 3_12_2 → 3.12.5
DeltaFile
+3-3audio/jamulus/distinfo
+1-1audio/jamulus/Makefile
+4-42 files

FreeBSD/ports 53e925emath/symmetrica distinfo Makefile

math/symmetrica: update 3.0.1 → 3.1.0
DeltaFile
+5-5math/symmetrica/Makefile
+3-3math/symmetrica/distinfo
+8-82 files

FreeBSD/ports 239a958math/mpsolve distinfo Makefile, math/mpsolve/files patch-include_mps_types.h

math/mpsolve: update 3.2.1 → 3.2.3
DeltaFile
+0-20math/mpsolve/files/patch-include_mps_types.h
+4-4math/mpsolve/Makefile
+3-3math/mpsolve/distinfo
+7-273 files

OpenBSD/ports jK80CFklang/wasi-libc Makefile distinfo, net/tcpslice Makefile distinfo

   Use GH_TAGNAME, not GH_COMMIT, for tag names.

   Affected distfiles have new names, but are otherwise unchanged.
VersionDeltaFile
1.10+2-2net/tcpslice/distinfo
1.6+2-2lang/wasi-libc/distinfo
1.21+1-1net/tcpslice/Makefile
1.16+1-1lang/wasi-libc/Makefile
+6-64 files

OpenBSD/ports yhvESEcsysutils/opam Makefile

   opam is not BROKEN-sparc64 any more
VersionDeltaFile
1.36+0-2sysutils/opam/Makefile
+0-21 files

FreeBSD/src eca3149release/tools ec2-desktop.conf

ec2-desktop: Don't enable firstboot_pkgs

We don't have any packages to install by default when the instance
first boots, so (as with the "small" flavour) don't enable the
firstboot_pkgs script.  If someone wants to launch a desktop with
packages autoinstalled at first boot, they can enable the script at
the same time as they provide the list of packages.

Sponsored by:   Amazon
DeltaFile
+1-1release/tools/ec2-desktop.conf
+1-11 files

FreeBSD/src 28cad38release/tools ec2_setpass

ec2-desktop: Fix shell expansion in ec2_setpass

Using a backtick inside a backtick-expansion isn't a good idea; switch
instead to using $( ... ).

Fixes:  a9710349513f ("EC2: Add desktop flavour")
Sponsored by:   Amazon
DeltaFile
+1-1release/tools/ec2_setpass
+1-11 files

OpenBSD/src nZdgv9Husr.bin/ssh ssh_config.5

   Better wording.
VersionDeltaFile
1.432+2-2usr.bin/ssh/ssh_config.5
+2-21 files

FreeBSD/ports 22232d1archivers/appscript Makefile distinfo

archivers/appscript: Update to 1.3.1

ChangeLog: https://github.com/DtxdF/appscript/releases/tag/v1.3.1
DeltaFile
+3-3archivers/appscript/distinfo
+1-1archivers/appscript/Makefile
+4-42 files

FreeBSD/ports 24c3ca2sysutils/appjail Makefile pkg-plist, sysutils/appjail-devel Makefile pkg-plist

sysutils/appjail{,-devel}: Use PORTEXAMPLES to simplify pkg-plist
DeltaFile
+0-9sysutils/appjail/pkg-plist
+0-9sysutils/appjail-devel/pkg-plist
+7-1sysutils/appjail/Makefile
+7-1sysutils/appjail-devel/Makefile
+14-204 files

FreeBSD/ports 178ffebsecurity Makefile, security/x11appjail distinfo pkg-descr

security/x11appjail: New port: Tool for creating, verifying, installing, and running AppJails

x11appjail is a specialized tool for creating, verifying, installing,
and running AppJails. An AppJail is a CLI, TUI or X11 application
that runs inside a FreeBSD jail but is perceived by the end user
as identical (or at least very similar) to an application running
directly on the host system.

This tool makes extensive use of appjail(1) as its engine; however,
unlike the latter, the primary user in x11appjail is neither root
nor a privileged user, but rather an unprivileged user. The fundamental
goal of this project is to grant the user limited access to the
jail, restricted solely to the execution of a CLI, TUI or X11
application.

WWW: https://github.com/DtxdF/x11appjail
DeltaFile
+53-0security/x11appjail/Makefile
+28-0security/x11appjail/pkg-plist
+27-0security/x11appjail/files/pkg-message.in
+12-0security/x11appjail/pkg-descr
+3-0security/x11appjail/distinfo
+1-0security/Makefile
+124-06 files

FreeBSD/ports d47a2bbarchivers/appscript distinfo Makefile

archivers/appscript: Update to 1.2.1

ChangeLog: https://github.com/DtxdF/appscript/releases/tag/v1.2.1
DeltaFile
+3-3archivers/appscript/distinfo
+5-1archivers/appscript/Makefile
+8-42 files

FreeBSD/ports 86ff3edsysutils/appjail-devel Makefile distinfo

sysutils/appjail-devel: Update to 5.6.1.20260919

ChangeLog:
https://github.com/DtxdF/AppJail/commits/468b6839306e73c2c2b5a909c26879703171cc94/
DeltaFile
+3-3sysutils/appjail-devel/distinfo
+2-2sysutils/appjail-devel/Makefile
+5-52 files

FreeBSD/ports c6db50asysutils/appjail Makefile distinfo

sysutils/appjail: Update to 5.6.1

ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v5.6.1
DeltaFile
+3-3sysutils/appjail/distinfo
+1-1sysutils/appjail/Makefile
+4-42 files

FreeBSD/ports 1c87b8csysutils/unixexec Makefile distinfo

sysutils/unixexec: Update to 0.6.0
DeltaFile
+3-3sysutils/unixexec/distinfo
+1-1sysutils/unixexec/Makefile
+4-42 files