FreeBSD/ports ce9374bdevel/py-ty distinfo Makefile.crates

devel/py-ty: Update to 0.0.58

Changelog: https://github.com/astral-sh/ty/blob/0.0.58/CHANGELOG.md

Reported by:    Repology
DeltaFile
+21-21devel/py-ty/distinfo
+9-9devel/py-ty/Makefile.crates
+1-1devel/py-ty/Makefile
+31-313 files

FreeBSD/ports 731c884games/minigalaxy pkg-plist Makefile

games/minigalaxy: Update 1.4.1 => 1.4.2

Changelog:
https://github.com/sharkwouter/minigalaxy/releases/tag/1.4.2

PR:             296558
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 2e937abb18aad6835b7b26923443c19f796f8305)
DeltaFile
+0-148games/minigalaxy/pkg-plist
+4-4games/minigalaxy/Makefile
+3-3games/minigalaxy/distinfo
+7-1553 files

FreeBSD/ports 2e937abgames/minigalaxy pkg-plist Makefile

games/minigalaxy: Update 1.4.1 => 1.4.2

Changelog:
https://github.com/sharkwouter/minigalaxy/releases/tag/1.4.2

PR:             296558
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+0-148games/minigalaxy/pkg-plist
+4-4games/minigalaxy/Makefile
+3-3games/minigalaxy/distinfo
+7-1553 files

LLVM/project 43ef833compiler-rt/test lit.common.cfg.py, compiler-rt/test/builtins/Unit compiler_rt_scalbn_test.c compiler_rt_scalbnf_test.c

[Darwin] Mark scalbn tests unsupported on macOS 26.4 (#208858)
DeltaFile
+2-0compiler-rt/test/lit.common.cfg.py
+1-0compiler-rt/test/builtins/Unit/compiler_rt_scalbn_test.c
+1-0compiler-rt/test/builtins/Unit/compiler_rt_scalbnf_test.c
+4-03 files

LLVM/project e059f90llvm/lib/Transforms/Utils SimplifyCFG.cpp, llvm/test/Transforms/SimplifyCFG convergent-jump-threading.ll

[SimplifyCFG] Do not thread branches into uncontrolled convergent regions

SimplifyCFG's foldCondBranchOnValueKnownInPredecessor can thread an edge past
a block that acts as a reconvergence point. If the threaded destination reaches
an uncontrolled convergent operation before returning to the threaded-through
block, the transform can change which dynamic instance of the convergent
operation is executed.

Add a conservative destination scan for this fold and skip the threading
candidate when it can reach an uncontrolled convergent call before returning
to the original block. Controlled convergent operations using convergence
control tokens are left alone.

Fixes ROCM-26496.
DeltaFile
+62-0llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+53-4llvm/test/Transforms/SimplifyCFG/convergent-jump-threading.ll
+115-42 files

LLVM/project 8d9de45llvm/test/Transforms/SimplifyCFG convergent-jump-threading.ll

[NFC] Pre-commit a test case for a SimplifyCFG issue
DeltaFile
+94-0llvm/test/Transforms/SimplifyCFG/convergent-jump-threading.ll
+94-01 files

LLVM/project 20e952eclang/lib/Sema SemaType.cpp SemaOpenCL.cpp, clang/test/SemaOpenCL storageclass.cl access-qualifier.cl

[OpenCL] Fix extensions checks for 3.1 (#208370)

These extension checks apply to 3.1 as well.
This fix kernel build fails when OpenCL 3.1 is enabled in
https://github.com/intel/opencl-clang/pull/752

Assisted-by: Claude
DeltaFile
+17-13clang/test/SemaOpenCL/storageclass.cl
+7-5clang/test/SemaOpenCL/access-qualifier.cl
+7-0clang/test/SemaOpenCL/fp64-fp16-options.cl
+2-2clang/lib/Sema/SemaType.cpp
+3-0clang/test/SemaOpenCL/unsupported-image.cl
+1-1clang/lib/Sema/SemaOpenCL.cpp
+37-211 files not shown
+38-227 files

Linux/linux 61c03dffs/ntfs namei.c attrib.c

Merge tag 'ntfs-for-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs

Pull ntfs fixes from Namjae Jeon:

 - fix stale runlist element dereferences in MFT writeback and fallocate

 - fix mrec_lock ABBA deadlock in rename

 - prevent userspace modification of NTFS system files

 - avoid inode eviction/writeback self-deadlocks

 - reject malformed resident attributes in non-resident runlist mapping

 - avoid post_write_mst_fixup() on invalid index blocks

 - fix a hole runlist leak in insert-range error handling

 - sanitize directory lookup MFT references from disk

    [15 lines not shown]
DeltaFile
+31-31fs/ntfs/namei.c
+24-12fs/ntfs/attrib.c
+16-1fs/ntfs/aops.c
+11-4fs/ntfs/dir.c
+9-0fs/ntfs/inode.c
+9-0fs/ntfs/attrlist.c
+100-482 files not shown
+110-518 files

Linux/linux 58d9f84fs/nfs write.c internal.h, net/sunrpc clnt.c xprtsock.c

Merge tag 'nfs-for-7.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfs

Pull NFS client fixes from Anna Schumaker:

 - SUNRPC:
    - Release lower rpc_clnt if killed waiting for XPRT_LOCKED
    - Pin upper rpc_clnt across the TLS connect_worker

 - NFS:
    - Include MAY_WRITE in open permission mask for O_TRUNC
    - Charge unstable writes by request size, not folio size

* tag 'nfs-for-7.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfs:
  NFS: Charge unstable writes by request size, not folio size
  NFSv4: include MAY_WRITE in open permission mask for O_TRUNC
  SUNRPC: pin upper rpc_clnt across the TLS connect_worker
  SUNRPC: release lower rpc_clnt if killed waiting for XPRT_LOCKED
DeltaFile
+17-2net/sunrpc/clnt.c
+14-2net/sunrpc/xprtsock.c
+8-6fs/nfs/write.c
+7-5fs/nfs/internal.h
+1-1fs/nfs/pnfs_nfs.c
+2-0fs/nfs/dir.c
+49-161 files not shown
+50-167 files

Linux/linux 8eae393fs/smb/client cifssmb.c smb2misc.c

Merge tag 'v7.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:
 - DFS cache allocation fix
 - DFS referral bounds check fix
 - Fix absolute symlinks when mounting with POSIX extensions
 - Fixes for incorrect nlink returned by fstat
 - Fix atime in read completion
 - Fix busy dentry on umount
 - ioctl_query_info buffer overflow fix
 - Two fixes for creating special files with SFU
 - Fix mode mask in parse_dacl
 - SMB1 is_path_accessible wildcard fix and minor SMB1 cleanup
 - smb2_check_message fix
 - Debug message improvement
 - Minor cleanup

* tag 'v7.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: Remove CIFSSMBSetPathInfoFB() fallback function

    [17 lines not shown]
DeltaFile
+0-36fs/smb/client/cifssmb.c
+26-6fs/smb/client/smb2misc.c
+17-11fs/smb/client/smb1ops.c
+14-12fs/smb/client/smb2pdu.c
+8-11fs/smb/client/smb2ops.c
+8-11fs/smb/client/smb2file.c
+73-8714 files not shown
+146-12120 files

FreeBSD/ports 185849cnet-im/parla Makefile distinfo

net-im/parla: Update to 0.6.4
DeltaFile
+2-6net-im/parla/Makefile
+3-3net-im/parla/distinfo
+5-92 files

FreeBSD/src f28c418sys/fs/nfsclient nfs_clstate.c

nfs_clstate.c: Fix CB_RECALL handling for NFSv4.1/4.2

Recent testing with a modified NFSv4.1/4.2 client that
sometimes ignored CB_RECALL callbacks, identified a few
problems when handling the unusual case of CB_RECALL not
be performed by the client.
- The csa_cachethis argument to CB_SEQUENCE was being ignored.
- The CB_SEQUENCE operation would reply NFSERR_DELAY
  after the first CB_RECALL attempt, making retries
  ineffective.
- The code could return NFSERR_RESOURCE, which is a
  NFSv4.0 specific error code.

This patch fixes the above three problems.

The patch only affects the NFSv4.1/4.2 client when
delegations are being issued and the client somehow
fails to handle a CB_RECALL callback of a delegation,
which is an unusual case.

    [2 lines not shown]
DeltaFile
+9-2sys/fs/nfsclient/nfs_clstate.c
+9-21 files

FreeBSD/src d2b2facsys/fs/nfsclient nfs_clstate.c

nfs_clstate.c: Fix CB_RECALL handling for NFSv4.1/4.2

Recent testing with a modified NFSv4.1/4.2 client that
sometimes ignored CB_RECALL callbacks, identified a few
problems when handling the unusual case of CB_RECALL not
be performed by the client.
- The csa_cachethis argument to CB_SEQUENCE was being ignored.
- The CB_SEQUENCE operation would reply NFSERR_DELAY
  after the first CB_RECALL attempt, making retries
  ineffective.
- The code could return NFSERR_RESOURCE, which is a
  NFSv4.0 specific error code.

This patch fixes the above three problems.

The patch only affects the NFSv4.1/4.2 client when
delegations are being issued and the client somehow
fails to handle a CB_RECALL callback of a delegation,
which is an unusual case.

    [2 lines not shown]
DeltaFile
+9-2sys/fs/nfsclient/nfs_clstate.c
+9-21 files

FreeBSD/ports d619cbax11-toolkits/ntk Makefile, x11-toolkits/ntk/files imp.py

x11-toolkits/ntk: Unbreak by adding imp.py shim on PYTHONPATH for bundled waf on Python 3.12

Reported by:    fallout
DeltaFile
+48-0x11-toolkits/ntk/files/imp.py
+6-0x11-toolkits/ntk/Makefile
+54-02 files

FreeBSD/ports 0a79467biology/ncbi-toolkit Makefile, biology/ncbi-toolkit/files patch-tools_readdb.c

biology/ncbi-toolkit: Unbreak by fixing chained C comparison in tools/readdb.c

Reported by:    fallout
DeltaFile
+16-0biology/ncbi-toolkit/files/patch-tools_readdb.c
+1-1biology/ncbi-toolkit/Makefile
+17-12 files

FreeBSD/ports 9536e10science/py-libgetar Makefile

science/py-libgetar: Unbreak by dropping py-breathe to avoid numpy conflict

Reported by:    fallout
DeltaFile
+1-2science/py-libgetar/Makefile
+1-21 files

FreeBSD/ports dbd3ca6misc/py-scikit-fusion Makefile, misc/py-scikit-fusion/files patch-setup.py

scikit-fusion: Unbreak by replacing import imp with importlib.util

Reported by:    fallout
DeltaFile
+27-0misc/py-scikit-fusion/files/patch-setup.py
+0-2misc/py-scikit-fusion/Makefile
+27-22 files

FreeBSD/ports 6c703d6net/wayvnc distinfo Makefile

net/wayvnc: update to 0.10.1

Changes:        https://github.com/any1/wayvnc/releases/tag/v0.10.1
Reported by:    GitHub (watch releases)

(cherry picked from commit 2684b2196807ae680c3fbeeaad3dd858562db079)
DeltaFile
+3-3net/wayvnc/distinfo
+1-1net/wayvnc/Makefile
+4-42 files

FreeBSD/ports 72ff7e3net/neatvnc distinfo Makefile

net/neatvnc: update to 1.0.1

Changes:        https://github.com/any1/neatvnc/releases/tag/v1.0.1
Reported by:    GitHub (watch releases)

(cherry picked from commit 064e0269750286296aee6e22a89f83ebbcecbe32)
DeltaFile
+3-3net/neatvnc/distinfo
+1-1net/neatvnc/Makefile
+1-1net/neatvnc/pkg-plist
+5-53 files

FreeBSD/ports d6b722fx11/swaylock distinfo Makefile

x11/swaylock: update to 1.8.6

Changes:        https://github.com/swaywm/swaylock/releases/tag/v1.8.6
Reported by:    GitHub (watch releases)

(cherry picked from commit 3877e31114c51008d92bf04902e5aad8684b182e)
DeltaFile
+3-3x11/swaylock/distinfo
+1-1x11/swaylock/Makefile
+4-42 files

FreeBSD/ports b93d874x11/swaylock-plugin distinfo Makefile

x11/swaylock-plugin: update to 1.8.7

Changes:        https://github.com/mstoeckl/swaylock-plugin/releases/tag/v1.8.7
Reported by:    GitHub (watch releases)

(cherry picked from commit f08dc31c382ce9e2bfe448befc45979eeb051726)
DeltaFile
+3-3x11/swaylock-plugin/distinfo
+1-1x11/swaylock-plugin/Makefile
+4-42 files

FreeBSD/ports 2684b21net/wayvnc distinfo Makefile

net/wayvnc: update to 0.10.1

Changes:        https://github.com/any1/wayvnc/releases/tag/v0.10.1
Reported by:    GitHub (watch releases)
DeltaFile
+3-3net/wayvnc/distinfo
+1-1net/wayvnc/Makefile
+4-42 files

FreeBSD/ports 064e026net/neatvnc distinfo Makefile

net/neatvnc: update to 1.0.1

Changes:        https://github.com/any1/neatvnc/releases/tag/v1.0.1
Reported by:    GitHub (watch releases)
DeltaFile
+3-3net/neatvnc/distinfo
+1-1net/neatvnc/Makefile
+1-1net/neatvnc/pkg-plist
+5-53 files

FreeBSD/ports 3877e31x11/swaylock distinfo Makefile

x11/swaylock: update to 1.8.6

Changes:        https://github.com/swaywm/swaylock/releases/tag/v1.8.6
Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11/swaylock/distinfo
+1-1x11/swaylock/Makefile
+4-42 files

FreeBSD/ports f08dc31x11/swaylock-plugin distinfo Makefile

x11/swaylock-plugin: update to 1.8.7

Changes:        https://github.com/mstoeckl/swaylock-plugin/releases/tag/v1.8.7
Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11/swaylock-plugin/distinfo
+1-1x11/swaylock-plugin/Makefile
+4-42 files

LLVM/project ea21481clang/lib/Sema SemaExpand.cpp

[Clang] Fix APSInt width of template argument in FinishCXXExpansionStmt() (#208859)

After merging #169680, we started getting assertions in
IntegerLiteral::Create() on some ARM systems:

```
Assertion `V.getBitWidth() == C.getIntWidth(type) &&
"Integer type is not the correct size for constant."'
```

The expansion statements patch doesn't ever create an IntegerLiteral
directly, but there is one place where we create a TemplateArgument of
type 'ptrdiff_t', but we unconditionally set the bit width of its APSInt
to 64 bits.

Presumably, the assertion is due to 'ptrdiff_t' not being a 64-bit type
on these systems, so make sure that we query its bit width and use that
as the width of the APSInt.


    [3 lines not shown]
DeltaFile
+6-2clang/lib/Sema/SemaExpand.cpp
+6-21 files

FreeBSD/ports b3fec64science/py-phonopy Makefile

science/py-phonopy: Unbreak by wildcarded .so in strip targets

Reported by:    fallout
DeltaFile
+2-2science/py-phonopy/Makefile
+2-21 files

FreeBSD/ports 1c349bescience/py-icet Makefile

science/py-icet: Unbreak by sildcarded .so in strip target.

Reported by:    fallout
DeltaFile
+1-1science/py-icet/Makefile
+1-11 files

FreeBSD/ports d460072science/cantera Makefile pkg-plist, science/cantera/files patch-interfaces_cython_SConscript

science/cantera: Unbreak by fixing wheel-filename mismatch via SConscript sentinel/glob

Also: Python ABI parameterized in strip target and pkg-plist.
DeltaFile
+40-0science/cantera/files/patch-interfaces_cython_SConscript
+4-1science/cantera/Makefile
+1-1science/cantera/pkg-plist
+45-23 files

FreeBSD/ports a5f48c9misc/pytorch Makefile

misc/pytorch: Unbreak by adding libfmt.so:devel/libfmt to LIB_DEPENDS

Reported by:    fallout
DeltaFile
+1-0misc/pytorch/Makefile
+1-01 files