FreeBSD/ports de77fcdftp/R-cran-curl distinfo Makefile

ftp/R-cran-curl: Update to 7.1.0

Changelog: https://cran.r-project.org/web/packages/curl/NEWS
DeltaFile
+3-3ftp/R-cran-curl/distinfo
+1-1ftp/R-cran-curl/Makefile
+4-42 files

FreeBSD/src f959054sys/contrib/openzfs/.github/workflows/scripts qemu-2-start.sh, sys/contrib/openzfs/lib/libzfs libzfs.abi

zfs: merge openzfs/zfs at 84ffe564d

Notable upstream pull request merges:
 #18387 656285140 Handle raidz errors <= nparity rather than ignoring
 #18401 1cebe8a38 libzfs: report invalid permission name in zfs allow
 #18430 513710ed2 Fix "panic: cache_vop_rename: lingering negative entry"
 #18440 37e3a260f dmu_direct: avoid UAF in dmu_write_direct_done()
 #18445 2eee4ac1e Fix: draid autopkgtests fail on s390x architecture
 #18448 8da472973 key lookup failure should always return EACCES
 #18456 4a58ab8ce zfs.4: document five missing module parameters

Obtained from:  OpenZFS
OpenZFS commit: 84ffe564dff1b7f69d397817ef292cbe2c5ebad3
DeltaFile
+137-7sys/contrib/openzfs/lib/libzfs/libzfs.abi
+94-0sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/raidz_zinject.ksh
+75-1sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/redundancy.kshlib
+69-0sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_list/zfs_list_009_pos.ksh
+17-36sys/contrib/openzfs/module/zfs/dsl_crypt.c
+42-10sys/contrib/openzfs/.github/workflows/scripts/qemu-2-start.sh
+434-5464 files not shown
+890-26870 files

LLVM/project 39d1203libc/src/__support/math CMakeLists.txt remainderf16.h, libc/test/shared shared_math_constexpr_test.cpp shared_math_test.cpp

[libc][math] Refactor remainder-remquo family to header-only (#195421)

Refactors the remainder-remquo math family to be header-only.

part of: #147386

Target Functions:
  - remainder
  - remainderbf16
  - remainderf
  - remainderf128
  - remainderf16
  - remainderl
  - remquo
  - remquobf16
  - remquof
  - remquof128
  - remquof16
  - remquol
DeltaFile
+176-6utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+114-0libc/src/__support/math/CMakeLists.txt
+34-0libc/test/shared/shared_math_constexpr_test.cpp
+33-0libc/test/shared/shared_math_test.cpp
+32-0libc/src/__support/math/remainderf16.h
+32-0libc/src/__support/math/remainderf128.h
+421-639 files not shown
+1,078-9645 files

NetBSD/pkgsrc iO66duvdoc CHANGES-2026

   doc: Added comms/libimobiledevice version 1.4.0
VersionDeltaFile
1.2741+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Y1OBT1Ocomms Makefile

   comms: add libimobiledevice
VersionDeltaFile
1.148+2-1comms/Makefile
+2-11 files

NetBSD/pkgsrc Hdj0roqcomms/libimobiledevice PLIST Makefile, comms/libimobiledevice/patches patch-src_lockdown.c patch-src_sbservices.c

   misc/libimobiledevice: Import libimobiledevice-1.4.0 from wip

   Originally packaged in wip by charlotte.

   libimobiledevice is a cross-platform software library that talks the
   protocols to support iPhone, iPod Touch, iPad and Apple TV devices.  Unlike
   other projects, it does not depend on using any existing proprietary
   libraries and does not require jailbreaking. It allows other software to
   easily access the device's filesystem, retrieve information about the device
   and it's internals, backup/restore the device, manage SpringBoard icons,
   manage installed applications, retrieve addressbook/calendars/notes and
   bookmarks and (using libgpod) synchronize music and video to the device. The
   library is in development since August 2007 with the goal to bring support
   for these devices to the Linux Desktop.
VersionDeltaFile
1.1+74-0comms/libimobiledevice/PLIST
1.1+40-0comms/libimobiledevice/Makefile
1.1+19-0comms/libimobiledevice/buildlink3.mk
1.1+16-0comms/libimobiledevice/patches/patch-src_lockdown.c
1.1+16-0comms/libimobiledevice/patches/patch-src_sbservices.c
1.1+10-0comms/libimobiledevice/DESCR
+175-01 files not shown
+182-07 files

LLVM/project 31068f3llvm/lib/DWARFLinker/Parallel DWARFLinkerCompileUnit.h

[llvm][doc][nfc] Fix typo (#195418)

asinchronously -> asynchronously
DeltaFile
+1-1llvm/lib/DWARFLinker/Parallel/DWARFLinkerCompileUnit.h
+1-11 files

LLVM/project f5c0d91llvm/lib/Target/X86 X86InstrAVX10.td X86IntrinsicsInfo.h, llvm/test/CodeGen/X86 avx10_2bf16-select-minmax.ll

[X86][AVX10.2] Use SDNode patterns based lowering for VMINBF16/VMAXBF16 (#194987)

This PR adds direct SDNode-based selection for AVX10.2 BF16 vmin/vmax.
This unblocks the select-minmax DAG combine which would earlier hit a
selection failure.
DeltaFile
+92-0llvm/test/CodeGen/X86/avx10_2bf16-select-minmax.ll
+2-24llvm/lib/Target/X86/X86InstrAVX10.td
+6-0llvm/lib/Target/X86/X86IntrinsicsInfo.h
+100-243 files

LLVM/project ce7fbcblibc/src/__support/math faddf128.h faddl.h, libc/test/shared shared_math_constexpr_test.cpp CMakeLists.txt

[libc][math] Qualify fadd functions to constexpr (#194322)

Signed-off-by: udaykiriti <udaykiriti624 at gmail.com>
DeltaFile
+4-0libc/test/shared/shared_math_constexpr_test.cpp
+3-0libc/test/shared/CMakeLists.txt
+1-1libc/src/__support/math/faddf128.h
+1-1libc/src/__support/math/faddl.h
+1-1libc/src/__support/math/fadd.h
+10-35 files

FreeBSD/ports d04e973sysutils/cbsd distinfo Makefile

sysutils/cbsd: Update to 15.0.9

Changes: https://github.com/cbsd/cbsd/releases/tag/v15.0.9
DeltaFile
+3-3sysutils/cbsd/distinfo
+1-1sysutils/cbsd/Makefile
+1-1sysutils/cbsd/pkg-plist
+5-53 files

FreeBSD/ports 20c19d2archivers/libarchive Makefile distinfo

archivers/libarchive: Update to 3.8.7

* Drop mbedtls, depends on obsolete version that's removed in tree
* Adjust iconv dependency
* Adjust port Makefile, don't pick up libb2

Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.8.7

PR:             294607
Approved by:    maintainer timeout, 2+ weeks
DeltaFile
+6-7archivers/libarchive/Makefile
+3-3archivers/libarchive/distinfo
+1-1archivers/libarchive/pkg-plist
+10-113 files

FreeBSD/ports c6c26cbdevel/capnproto Makefile

devel/capnproto: Adopt port
DeltaFile
+1-1devel/capnproto/Makefile
+1-11 files

FreeBSD/ports e41bee1www/phalcon distinfo Makefile

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

NetBSD/pkgsrc-wip 315b652. Makefile

Makefile: sync
DeltaFile
+18-0Makefile
+18-01 files

NetBSD/pkgsrc-wip beb317flibimobiledevice Makefile buildlink3.mk

libimobiledevice: update paths after imports
DeltaFile
+4-4libimobiledevice/Makefile
+2-2libimobiledevice/buildlink3.mk
+6-62 files

DragonFlyBSD/src 84aed0bsbin/fsck_hammer2 test.c

sbin/fsck_hammer2: Fix -c option after 9e5be639ec55b3d5b19f08426861e69227eb85ff

The commit broke -c option. This print_blockref_debug() call isn't
an error, so it shouldn't print anything by default.
DeltaFile
+2-1sbin/fsck_hammer2/test.c
+2-11 files

FreeBSD/ports b366db5devel/glab Makefile

devel/glab: fix poudriere build as none-root user
DeltaFile
+2-2devel/glab/Makefile
+2-21 files

LLVM/project 57c6854libcxx/lib/abi i686-linux-android23.libcxxabi.v1.stable.exceptions.nonew.abilist i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist, libcxx/utils adb_run.py

Update Android CI and Emulator image to API 23 (#194936)

As seen in https://github.com/android/ndk/issues/2188, NDK will raise
minimum supported version to API 23 (Android 6.0) in r31. We need to
bump the API level for the x86 emulator image so we can use it for the
CI. It required generating a new ABI list for API 23 and removing the
old API 21 and making some changes to adb_run.py to filter out warnings
and get permissions for the adb run folder.
DeltaFile
+2,338-0libcxx/lib/abi/i686-linux-android23.libcxxabi.v1.stable.exceptions.nonew.abilist
+0-2,337libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
+2,332-0libcxx/lib/abi/x86_64-linux-android23.libcxxabi.v1.stable.exceptions.nonew.abilist
+0-2,331libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
+28-5libcxx/utils/adb_run.py
+4-4runtimes/cmake/android/Arch-x86_64.cmake
+4,702-4,6775 files not shown
+4,717-4,69211 files

NetBSD/pkgsrc nEfDctCcomms/libusbmuxd Makefile

   libusbmuxd: reset maintainer
VersionDeltaFile
1.2+2-2comms/libusbmuxd/Makefile
+2-21 files

NetBSD/pkgsrc-wip 723d2a6libusbmuxd Makefile buildlink3.mk, libusbmuxd/patches patch-src_libusbmuxd.c

ilibusbmuxd: delete, imported in the main tree
DeltaFile
+0-22libusbmuxd/Makefile
+0-16libusbmuxd/patches/patch-src_libusbmuxd.c
+0-15libusbmuxd/buildlink3.mk
+0-14libusbmuxd/COMMIT_MSG
+0-12libusbmuxd/DESCR
+0-9libusbmuxd/PLIST
+0-882 files not shown
+0-968 files

NetBSD/pkgsrc-wip 18df04fcolord PLIST Makefile, docbook-xsl-ns PLIST Makefile

*: delete packages imported in the main tree
DeltaFile
+0-1,541docbook-xsl-ns/PLIST
+0-249colord/PLIST
+0-77docbook-xsl-ns/Makefile
+0-51libnfs/options.mk
+0-48colord/Makefile
+0-41libnfs/patches/patch-lib_multithreading.c
+0-2,00744 files not shown
+0-2,60550 files

LLVM/project edfb913libc/src/__support/math CMakeLists.txt fminimum_mag_numf16.h, utils/bazel/llvm-project-overlay/libc BUILD.bazel

[libc][math] Refactor fmaximum-mag-num-fminimum-mag-num family to header-only (#195415)

Refactors the fmaximum-mag-num-fminimum-mag-num math family to be
header-only.

part of: #147386

Target Functions:
  - fmaximum_mag_numf128
  - fmaximum_mag_numf16
  - fmaximum_mag_numl
  - fminimum_mag_num
  - fminimum_mag_numbf16
  - fminimum_mag_numf
  - fminimum_mag_numf128
  - fminimum_mag_numf16
  - fminimum_mag_numl
DeltaFile
+129-4utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+88-0libc/src/__support/math/CMakeLists.txt
+31-0libc/src/__support/math/fminimum_mag_numf16.h
+31-0libc/src/__support/math/fmaximum_mag_numf128.h
+31-0libc/src/__support/math/fmaximum_mag_numf16.h
+31-0libc/src/__support/math/fminimum_mag_numf128.h
+341-429 files not shown
+786-6035 files

FreeBSD/doc d5881c3website/data/en/news news.toml

15.1: Announce BETA1

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+5-0website/data/en/news/news.toml
+5-01 files

FreeBSD/ports 8fb0c95devel/vectorscan Makefile, devel/vectorscan/files patch-CMakeLists.txt patch-cmake_cflags-generic.cmake

devel/vectorscan: Fix various style issues.

- Use DISTVERSION instead of PORTVERSION
- Fix variable ordering
- Fix compiler requirement: compiler:c++11-lib -> compiler:c++17-lang
- Respect CFLAGS: patch cmake/cflags-generic.cmake to not hardcode -O3,
  and patch CMakeLists.txt to not strip -O from config-specific flags
- Add OPTIMIZED_CFLAGS option (default on) to restore -O3 for performance,
  letting users opt out while matching upstream intent
- Fix options ordering: OPTIONS_DEFAULT before OPTIONS_RADIO, descriptions
  and helpers in canonical order

Reported by:    diizzy
DeltaFile
+24-19devel/vectorscan/Makefile
+14-0devel/vectorscan/files/patch-CMakeLists.txt
+11-0devel/vectorscan/files/patch-cmake_cflags-generic.cmake
+49-193 files

FreeBSD/ports de17dcamisc/freebsd-release-manifests pkg-plist, misc/freebsd-release-manifests/files/MANIFESTS powerpc-powerpc64-15.1-BETA1 amd64-amd64-15.1-BETA1

misc/freebsd-release-manifests: Add 15.1-BETA1 MANIFEST files

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative

(cherry picked from commit 75cf408156716a161b876cb4528bee57f874c08c)
DeltaFile
+9-0misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-15.1-BETA1
+9-0misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-15.1-BETA1
+9-0misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-15.1-BETA1
+7-0misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-15.1-BETA1
+7-0misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-15.1-BETA1
+5-0misc/freebsd-release-manifests/pkg-plist
+46-01 files not shown
+47-17 files

FreeBSD/ports 75cf408misc/freebsd-release-manifests pkg-plist, misc/freebsd-release-manifests/files/MANIFESTS powerpc-powerpc64-15.1-BETA1 arm64-aarch64-15.1-BETA1

misc/freebsd-release-manifests: Add 15.1-BETA1 MANIFEST files

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+9-0misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-15.1-BETA1
+9-0misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-15.1-BETA1
+9-0misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-15.1-BETA1
+7-0misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-15.1-BETA1
+7-0misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-15.1-BETA1
+5-0misc/freebsd-release-manifests/pkg-plist
+46-01 files not shown
+47-17 files

FreeBSD/doc b672acewebsite/content/en/releases/15.1R signatures.adoc, website/content/en/releases/15.1R/checksums CHECKSUM.SHA256-FreeBSD-15.1-BETA1-arm64-aarch64-vm.asc CHECKSUM.SHA256-FreeBSD-15.1-BETA1-amd64-vm.asc

15.1: Add checksums for 15.1-BETA1

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+61-0website/content/en/releases/15.1R/signatures.adoc
+31-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA256-FreeBSD-15.1-BETA1-arm64-aarch64-vm.asc
+31-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA256-FreeBSD-15.1-BETA1-amd64-vm.asc
+31-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA512-FreeBSD-15.1-BETA1-arm64-aarch64-vm.asc
+31-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA512-FreeBSD-15.1-BETA1-amd64-vm.asc
+29-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA512-FreeBSD-15.1-BETA1-amd64.asc
+214-027 files not shown
+821-033 files

LLVM/project a5c9be0libc/src/__support/math CMakeLists.txt fromfpxf128.h, libc/src/math/generic CMakeLists.txt

[libc][math] Refactor fromfp family to header-only (#195413)

Refactors the fromfp math family to be header-only.

part of: #147386

Target Functions:
  - fromfp
  - fromfpbf16
  - fromfpf
  - fromfpf128
  - fromfpf16
  - fromfpl
  - fromfpx
  - fromfpxbf16
  - fromfpxf
  - fromfpxf128
  - fromfpxf16
  - fromfpxl
DeltaFile
+176-6utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+114-0libc/src/__support/math/CMakeLists.txt
+12-24libc/src/math/generic/CMakeLists.txt
+32-0libc/src/__support/math/fromfpxf128.h
+32-0libc/src/__support/math/fromfpf16.h
+32-0libc/src/__support/math/fromfpf128.h
+398-3037 files not shown
+1,029-8043 files

LLVM/project 61a401elibc/src/__support/math CMakeLists.txt fmodf16.h, libc/src/math/generic CMakeLists.txt

[libc][math] Refactor fmod-modf family to header-only (#195406)

Refactors the fmod-modf math family to be header-only.

part of: #147386

Target Functions:
  - fmod
  - fmodbf16
  - fmodf
  - fmodf128
  - fmodf16
  - fmodl
  - modf
  - modfbf16
  - modff
  - modff128
  - modff16
  - modfl
DeltaFile
+157-10utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+80-49libc/test/shared/shared_math_constexpr_test.cpp
+113-0libc/src/__support/math/CMakeLists.txt
+12-24libc/src/math/generic/CMakeLists.txt
+31-0libc/src/__support/math/fmodf16.h
+31-0libc/src/__support/math/modff16.h
+424-8339 files not shown
+1,081-13945 files

FreeBSD/ports 26a850dmath/octave-forge-apa distinfo Makefile

math/octave-forge-apa: Update to 1.2.1.
DeltaFile
+3-3math/octave-forge-apa/distinfo
+1-1math/octave-forge-apa/Makefile
+4-42 files