NetBSD/pkgsrc-wip 1cda303zxing-cpp PLIST Makefile

zxing-cpp: finish update to 3.0.2.
DeltaFile
+7-13zxing-cpp/PLIST
+11-5zxing-cpp/Makefile
+0-3zxing-cpp/TODO
+3-0zxing-cpp/distinfo
+21-214 files

FreeBSD/doc 90d5d1bwebsite/content/en/releases/14.4R errata.adoc

14.4/errata: Add an open issue for the boot loader symlink regression.

Reviewed by:    ziaee
Co-authored-by: leres
Differential Revision:  https://reviews.freebsd.org/D55751
DeltaFile
+4-0website/content/en/releases/14.4R/errata.adoc
+4-01 files

FreeBSD/ports c341015textproc/kibana8 Makefile

textproc/kibana8: Restore build,run args for USES+=nodejs

If the nodejs version is specified, then the build,run arguments are
not added.

PR:             289759
Approved by:    blanket (fix my previous commit)
Fixes:          53012cd436a9 (Update 8.11.3 => 8.19.12)
DeltaFile
+1-1textproc/kibana8/Makefile
+1-11 files

LLVM/project 0559fe6clang-tools-extra/clang-doc CMakeLists.txt, clang-tools-extra/clang-doc/benchmarks CMakeLists.txt

[clang-doc] Cleanup CMake files and ensure benchmarks build (#185469)

There's some poor formatting, and ClangDocBenchmark references several
targets that are required, but only because they're required for clang-doc
itself. We can just get those requirements from the clangDoc target.

Additionally, we can make sure the benchmark builds as part of testing
when LLVM_INCLUDE_BENCHMARKS is set.
DeltaFile
+0-5clang-tools-extra/clang-doc/benchmarks/CMakeLists.txt
+4-0clang-tools-extra/test/clang-doc/CMakeLists.txt
+1-1clang-tools-extra/clang-doc/CMakeLists.txt
+5-63 files

FreeBSD/ports 53012cdtextproc/kibana8 Makefile distinfo, textproc/kibana8/files extra-node-re2-binding-gyp.patch patch-src_setup__node__env_node__version__validator.js

textproc/kibana8: Update 8.11.3 => 8.19.12

Changelogs (there are 59 new versions):
https://www.elastic.co/guide/en/kibana/8.19/release-notes-8.11.4.html
 . . .
https://www.elastic.co/guide/en/kibana/8.19/release-notes-8.19.12.html

- Add "MASTER_SITES+=LOCAL/vvd/kibana" for those who also can't
  download from the official website: "403 Forbidden".
- Switch to default nodejs version 24.
- Improve COMMENT - correct name is "Elasticsearch" without camel-case.
- Use ${NODEJS_VERSION} instead of hardcoded nodejs version.
- Remove unnecessary BUILD_DEPENDS - USES+=nodejs also adds it.
- Remove default args build,run form USES+=nodejs.
- Update CONFLICTS.
- Fix warnings from portclippy.
- Replace "${INSTALL} -l rs" with "${RLN}".
- Update pkg-descr.
- Improve pkg-message.

    [4 lines not shown]
DeltaFile
+39-21textproc/kibana8/Makefile
+35-14textproc/kibana8/files/extra-node-re2-binding-gyp.patch
+0-20textproc/kibana8/files/patch-src_setup__node__env_node__version__validator.js
+18-0textproc/kibana8/files/patch-node__modules__kbn_setup-node-env_node__version__validator.js
+7-7textproc/kibana8/distinfo
+1-1textproc/kibana8/files/pkg-message.in
+100-631 files not shown
+101-647 files

OpenZFS/src 8531621cmd/zfs zfs_main.c, tests/runfiles common.run

zfs_main: create, clone, rename: accept `-pp` for non-mountable parents

Teach `zfs {create,clone,rename}` to accept a doubled `-p` flag (`-pp`)
to create non-existing ancestor datasets with `canmount=off`.

Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Reviewed-by: Rob Norris <robn at despairlabs.com>
Signed-off-by: Ivan Shapovalov <intelfx at intelfx.name>
Closes #17000
DeltaFile
+94-0tests/zfs-tests/tests/functional/cli_root/zfs_clone/zfs_clone_011_pos.ksh
+86-0tests/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_015_pos.ksh
+68-13cmd/zfs/zfs_main.c
+74-0tests/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_015_pos.ksh
+23-2tests/zfs-tests/include/libtest.shlib
+8-7tests/runfiles/common.run
+353-225 files not shown
+373-2311 files

OpenZFS/src 2f3f1abinclude libzfs.h, lib/libzfs libzfs_dataset.c libzfs_impl.h

libzfs: teach zfs_create_ancestors() to accept properties

This will be used to support creating non-mountable ancestors in zfs(8).

Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Reviewed-by: Rob Norris <robn at despairlabs.com>
Signed-off-by: Ivan Shapovalov <intelfx at intelfx.name>
Closes #17000
DeltaFile
+15-4lib/libzfs/libzfs_dataset.c
+1-1lib/libzfs/libzfs_impl.h
+2-0include/libzfs.h
+1-1lib/libzfs/libzfs_sendrecv.c
+1-0lib/libzfs/libzfs.abi
+20-65 files

FreeBSD/src e6d579bstand/lua core.lua

core.lua: follow symlinks when looking for bootable kernels

PR: 293654
Reviewed by:    kevans
Approved by:    kevans
Differential Revision:  https://reviews.freebsd.org/D55713
DeltaFile
+1-1stand/lua/core.lua
+1-11 files

LLVM/project d5685acllvm/lib/Target/AMDGPU AMDGPULowerKernelAttributes.cpp, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.h AMDGPUBaseInfo.cpp

Revert "AMDGPU: Annotate group size ABI loads with range metadata (#185420)"

This reverts commit 76daf31b4000623d5c9548348a859ea3ed8712e1.

Bot failure.
DeltaFile
+15-122llvm/test/CodeGen/AMDGPU/implicit-arg-v5-opt.ll
+19-48llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
+7-8llvm/test/CodeGen/AMDGPU/amdgpu-max-num-workgroups-load-annotate.ll
+7-8llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
+2-5llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
+5-0llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+55-1912 files not shown
+57-1938 files

FreeBSD/src bc531a9libexec/flua/lfs lfs.c

stand: lua: break out a few more dirent types in lfs

These are non-standard and specific to the version used in loader.  We
have some desire to recognize symlinks to avoid filtering out kernel
symlinks in the autodetection bits when they would be perfectly fine to
`load`.

This won't be usable right away, so any impending use will need to be
careful to account for nil.

Reported by:    leres
DeltaFile
+4-0libexec/flua/lfs/lfs.c
+4-01 files

OpenBSD/ports krjlYQFdevel/stylua distinfo crates.inc

   devel/stylua: update to version 2.4.0

   Diff from Laurent Cheylus, thanks!
VersionDeltaFile
1.5+12-14devel/stylua/distinfo
1.4+5-6devel/stylua/crates.inc
1.6+1-3devel/stylua/Makefile
+18-233 files

FreeNAS/freenas 3b415d8src/middlewared/middlewared/api/v26_0_0 zfs_tier.py

Add subscription
DeltaFile
+6-0src/middlewared/middlewared/api/v26_0_0/zfs_tier.py
+6-01 files

FreeNAS/freenas 0f7a5b2src/middlewared/middlewared/api/v26_0_0 zfs_tier.py common.py

Address API feedback from other teams
DeltaFile
+9-1src/middlewared/middlewared/api/v26_0_0/zfs_tier.py
+6-2src/middlewared/middlewared/api/v26_0_0/common.py
+2-2src/middlewared/middlewared/api/v26_0_0/pool_dataset.py
+2-1src/middlewared/middlewared/api/v26_0_0/nfs.py
+2-1src/middlewared/middlewared/api/v26_0_0/smb.py
+21-75 files

FreeNAS/freenas ff59e2esrc/middlewared/middlewared/api/v26_0_0 zfs_tier.py pool_dataset.py

Address changes
DeltaFile
+4-4src/middlewared/middlewared/api/v26_0_0/zfs_tier.py
+3-2src/middlewared/middlewared/api/v26_0_0/pool_dataset.py
+2-2src/middlewared/middlewared/api/v26_0_0/nfs.py
+2-2src/middlewared/middlewared/api/v26_0_0/common.py
+2-2src/middlewared/middlewared/api/v26_0_0/smb.py
+13-125 files

FreeNAS/freenas d5b7488src/middlewared/middlewared/api/v26_0_0 zfs_tier.py common.py

Fix
DeltaFile
+32-6src/middlewared/middlewared/api/v26_0_0/zfs_tier.py
+2-2src/middlewared/middlewared/api/v26_0_0/common.py
+34-82 files

FreeNAS/freenas 3d4ac2asrc/middlewared/middlewared/api/v26_0_0 zfs_tier.py smb.py

Add tiering API

This commit modifies the truenas API to wrap around tiering design
in the following ways:

A new namespace zfs.tier. will be added. This contains global
configuration for systemwide tiering settings. Parameters include

- enabled: whether to enable tiering. This feature requries changes
  to global ZFS behavior and we will have various internal checks
  that check this value in datastore extend context methods.

- max_concurrent_jobs: the maximum number of concurrent rewrite
  jobs (tier migrations for existing data).

- min_available_space: point in available space for a dataset where
  tier migrations will error out.

The namespace will also support APIs for managing and querying

    [9 lines not shown]
DeltaFile
+160-0src/middlewared/middlewared/api/v26_0_0/zfs_tier.py
+6-0src/middlewared/middlewared/api/v26_0_0/smb.py
+6-0src/middlewared/middlewared/api/v26_0_0/nfs.py
+2-0src/middlewared/middlewared/api/v26_0_0/pool_dataset.py
+1-0src/middlewared/middlewared/api/v26_0_0/__init__.py
+175-05 files

LLVM/project 90978e4llvm/lib/Target/AArch64 AArch64Arm64ECCallLowering.cpp, llvm/test/CodeGen/AArch64 arm64ec-entry-thunks.ll

[arm64ec] Fix missing sret return in Arm64EC entry thunks for large struct returns (#185452)

When an Arm64EC function returns a struct by value that is too large for
x64's `RAX` (>8 bytes), the entry thunk synthesizes a hidden sret
pointer parameter for the x64 side. However, this
parameter was never marked with the sret attribute, so ISel did not copy
its value into `x8` (the Arm64EC mapping of `RAX`) on return. This
caused the x64 caller to see a garbage pointer in `RAX` instead of the
return buffer address.

The change adds the sret attribute to the thunk's synthesized pointer
parameter, so that `LowerFormalArguments` saves it and `LowerReturn`
restores it to `x8` before the tail call to `__os_arm64x_dispatch_ret`.

Fixes #185390
DeltaFile
+5-0llvm/lib/Target/AArch64/AArch64Arm64ECCallLowering.cpp
+2-0llvm/test/CodeGen/AArch64/arm64ec-entry-thunks.ll
+7-02 files

LLVM/project 13f5238llvm/test/CodeGen/AArch64 movi64_sve.ll

[AArch64][GlobalISel] Add test coverage to movi64_sve.ll. NFC
DeltaFile
+404-183llvm/test/CodeGen/AArch64/movi64_sve.ll
+404-1831 files

OpenBSD/ports 1vFKzeQlang/mujs distinfo Makefile

   Update to mujs 1.3.9.
VersionDeltaFile
1.5+2-6lang/mujs/distinfo
1.6+1-5lang/mujs/Makefile
+3-112 files

LLVM/project aa64d7elibc/test/src/sys/socket/linux sendmsg_recvmsg_test.cpp send_recv_test.cpp, libc/test/src/time mktime_test.cpp

[libc] Fix implicit lossy conversion warnings in tests (NFC). (#185503)

Cast expected error values (-1) to ssize_t for send/recv family of
functions.
DeltaFile
+4-2libc/test/src/sys/socket/linux/sendmsg_recvmsg_test.cpp
+2-2libc/test/src/sys/socket/linux/send_recv_test.cpp
+2-2libc/test/src/sys/socket/linux/sendto_recvfrom_test.cpp
+2-1libc/test/src/time/mktime_test.cpp
+10-74 files

LLVM/project 4a75d33llvm/lib/Target/PowerPC PPCRegisterInfo.td

[PowerPC][NFC] fix indentation and spacing (#185500)
DeltaFile
+34-37llvm/lib/Target/PowerPC/PPCRegisterInfo.td
+34-371 files

NetBSD/pkgsrc AdJEIMOx11/xfce4-desktop Makefile

   xfce4-desktop: fix builds on NetBSD 9.x

   There's a parsing bug triggered in older GCC versions, e.g., 7.5.
   (Probably the same one that led to the tests in libxfce4windowing
   being disabled from builds, too.) Since GCC 10 already gets pulled
   into the dependency chain anyway (from shared-mime-info, of all
   things), go with it.
VersionDeltaFile
1.119+3-1x11/xfce4-desktop/Makefile
+3-11 files

OpenBSD/src g4kjIaNsys/arch/arm64/stand/efiboot efiboot.c

   Add a DMA constraint for the Rockchip RK3528 as well.

   ok patrick@
VersionDeltaFile
1.69+3-2sys/arch/arm64/stand/efiboot/efiboot.c
+3-21 files

FreeBSD/ports 85cd45amath/R-cran-terra distinfo Makefile

math/R-cran-terra: Update to 1.9-1

- Set TESTING_UNSAFE

ChangeLog: https://cran.r-project.org/web/packages/terra/news/news.html
DeltaFile
+3-3math/R-cran-terra/distinfo
+3-1math/R-cran-terra/Makefile
+6-42 files

NetBSD/src H3UAaQddistrib/zaurus/ramdisk list

   remove tip to make the ramdisk fit for binutils 2.46
VersionDeltaFile
1.22+2-2distrib/zaurus/ramdisk/list
+2-21 files

NetBSD/src I1Ow6Kpdistrib/zaurus/ramdisk Makefile

   Use GETRAMDISKSIZE
VersionDeltaFile
1.24+3-2distrib/zaurus/ramdisk/Makefile
+3-21 files

NetBSD/src aDussDgsys/arch/arm/conf Makefile.arm

   remove __func__.* symbols to make the zaurus kernel fit with binutils.2.46
VersionDeltaFile
1.59+4-2sys/arch/arm/conf/Makefile.arm
+4-21 files

LLVM/project 089d69dflang-rt/lib/cuda memory.cpp descriptor.cpp, flang/include/flang/Runtime/CUDA common.h

[flang][cuda][NFC] Add filename and line number in error reporting (#185516)

Some entry points carry over filename and line number for error
reporting. Use this information when reporting cuda error.
DeltaFile
+14-9flang-rt/lib/cuda/memory.cpp
+11-0flang/include/flang/Runtime/CUDA/common.h
+5-3flang-rt/lib/cuda/descriptor.cpp
+30-123 files

OpenBSD/ports rMdqrhnnet/pidgin-sipe Makefile

   doesn't use sqlite; sync WANTLIB/LDEPs
VersionDeltaFile
1.36+3-4net/pidgin-sipe/Makefile
+3-41 files

LLVM/project 53cb236clang/test/CodeGenObjC expose-direct-method-linkedlist.m expose-direct-method-visibility-linkage.m

address comments
DeltaFile
+11-59clang/test/CodeGenObjC/expose-direct-method-linkedlist.m
+10-15clang/test/CodeGenObjC/expose-direct-method-visibility-linkage.m
+21-742 files