FreeBSD/ports af1ad7dwww/nextcloud-forms distinfo Makefile

www/nextcloud-forms: Update to 5.2.5
DeltaFile
+3-3www/nextcloud-forms/distinfo
+1-1www/nextcloud-forms/Makefile
+4-42 files

LLVM/project 4d08284llvm CMakeLists.txt

[CMake][LLVM] Align CMAKE_EXPORT_COMPILE_COMMANDS from 1 to ON (#184971)

ON/OFF are more conventional in the project for boolean CMake variables.
DeltaFile
+1-1llvm/CMakeLists.txt
+1-11 files

LLVM/project f4825c4libunwind/src libunwind.cpp, libunwind/test cfi_violating_handler.pass.cpp

[libunwind][PAC] Defang ptrauth's PC in valid CFI range abort

It turns out making the CFI check a release mode abort causes many,
if not the majority, of JITs to fail during unwinding as they do not
set up CFI sections for their generated code. As a result any JITs
that do nominally support unwinding (and catching) through their JIT
or assembly frames trip this abort.

rdar://170862047
DeltaFile
+44-0libunwind/test/cfi_violating_handler.pass.cpp
+11-17libunwind/src/libunwind.cpp
+55-172 files

FreeBSD/ports 585b9a1multimedia/gstreamer1-plugins distinfo, multimedia/gstreamer1-plugins-rust distinfo Makefile.crates

GStreamer1: Update to 1.28.1

multimedia/gstreamer1-plugins-rust: Update to 0.15.1

Changes:
https://gstreamer.freedesktop.org/releases/1.28/#1.28.1

Security:       791d4b29-19fb-11f1-87cc-e73692421fef
DeltaFile
+915-449multimedia/gstreamer1-plugins-rust/distinfo
+457-224multimedia/gstreamer1-plugins-rust/Makefile.crates
+12-9multimedia/gstreamer1-plugins-rust/Makefile
+9-9multimedia/gstreamer1-plugins/distinfo
+13-0multimedia/gstreamer1-vaapi/files/patch-gst-libs_gst_vaapi_gstvaapidecoder__h265.c
+10-2multimedia/gstreamer1-plugins-rust/pkg-plist
+1,416-69312 files not shown
+1,455-72318 files

FreeBSD/ports 39bb3e5security/vuxml/vuln 2026.xml

security/vuxml: Add GStreamer1 < 1.28.1

https://gstreamer.freedesktop.org/security/
DeltaFile
+70-0security/vuxml/vuln/2026.xml
+70-01 files

OpenBSD/ports T69rYgvx11/gnome/papers distinfo Makefile, x11/gnome/papers/pkg PLIST-main

   Update to papers-49.5.
VersionDeltaFile
1.3+70-0x11/gnome/papers/pkg/PLIST-main
1.5+2-2x11/gnome/papers/distinfo
1.5+1-1x11/gnome/papers/Makefile
+73-33 files

OpenBSD/ports Cz8OKeXnet/coredns distinfo modules.inc

   Update to coredns-1.14.2.
VersionDeltaFile
1.31+302-280net/coredns/distinfo
1.22+97-92net/coredns/modules.inc
1.36+1-1net/coredns/Makefile
+400-3733 files

OpenBSD/src 4FgysZZlib/libz inflate.c

   zlib: avoid double assignment to strm->msg

   harmless merge error from

   commit 4480ad49db70b6d2b90da94cc0d4755aace8a632
   Author: tb <tb at openbsd.org>
   Date:   Sun Jun 30 05:16:17 2024 +0000

       cast string literals with z_const char *

       from upstream 2ba25b2ddab9aa939c321d087fcfca573a9cca55
VersionDeltaFile
1.23+0-1lib/libz/inflate.c
+0-11 files

LLVM/project e830ee8libcxx/docs/ReleaseNotes 23.rst, libcxx/include optional string

[libc++] Don't double-wrap iterators when bounded iterators are used (#182264)

There is no reason to double-wrap iterators, since we can already
achieve anything we want within `__bounded_iter`itself.

This is technically ABI breaking, but people using bounded iterators
shouldn't require ABI stability currently.

Fixes #178521
DeltaFile
+6-16libcxx/include/optional
+4-10libcxx/include/string
+4-10libcxx/include/__vector/vector.h
+5-5libcxx/test/libcxx/iterators/contiguous_iterators.verify.cpp
+4-0libcxx/docs/ReleaseNotes/23.rst
+0-3libcxx/include/__iterator/bounded_iter.h
+23-446 files

FreeBSD/ports 10f58b5textproc/groff Makefile

textproc/groff: Clean and improve the port

* Define directory layout directly via MAKE_ARGS instead of working
around predefined defaults via post-install stances.

Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D55637
DeltaFile
+8-8textproc/groff/Makefile
+8-81 files

FreeBSD/ports 0737278devel/p5-Dist-Build Makefile pkg-plist

devel/p5-Dist-Build: Modern perl module builder

Dist::Build is a new perl module builder - with Build.PL as a starting point.
Dist::Build comes from the author of Module::Build and of Module::Build::Tiny.
This new port is needed as a dependency for ver.0.030 of the existing port security/p5-Crypt-Argon2.

PR:             293592
DeltaFile
+28-0devel/p5-Dist-Build/Makefile
+22-0devel/p5-Dist-Build/pkg-plist
+4-0devel/p5-Dist-Build/pkg-descr
+3-0devel/p5-Dist-Build/distinfo
+57-04 files

FreeBSD/ports 0737277Mk/Uses perl5.mk

Mk/Uses/perl5.mk: Prepare for Dist::Build - a new perl module builder

Dist::Build is a new perl module builder - with Build.PL as a starting point.
Dist::Build comes from the author of Module::Build and of Module::Build::Tiny.

PR:             293591                                                                                                                                                                   
DeltaFile
+24-17Mk/Uses/perl5.mk
+24-171 files

OpenBSD/ports vcTfxxJlang/lucee/v6 distinfo Makefile

   update to lucee-6.2.5.48
VersionDeltaFile
1.12+2-2lang/lucee/v6/distinfo
1.15+1-1lang/lucee/v6/Makefile
+3-32 files

FreeBSD/src 3570b19bin/uuidgen uuidgen.c uuidgen.1, sys/kern kern_uuid.c

uuidgen: generate UUIDs in bounded batches to respect kernel limit

The uuidgen(2) system call enforces a hard upper limit of 2048 UUIDs per
invocation. uuidgen(1) previously attempted to generate arbitrary counts
in a single call and allocated memory accordingly, leading to EINVAL
errors, unnecessary memory usage, and potential overflow risks.

Generate UUIDs in fixed-size batches, streaming output incrementally
while preserving existing semantics. Mirror the kernel limit explicitly
since it is not exposed via a public interface.

Signed-off-by: NVSRahul <nvsrahul at hotmail.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1965
DeltaFile
+44-37bin/uuidgen/uuidgen.c
+6-0sys/sys/uuid.h
+0-4bin/uuidgen/uuidgen.1
+1-1sys/kern/kern_uuid.c
+51-424 files

FreeBSD/src 895a97clibexec/rc/rc.d zfs

rc.d/zfs: align zfs mount verbosity in host and jail environments

ZFS script runs different startup seqneces depending on where it runs:
on the host (`zfs_start_main()`) or in a jail (`zfs_start_jail()`):

- `zfs_start_main()` mounts ZFS datasets in verbose mode `zfs mount -va`
- `zfs_start_jail()` mounts ZFS datasets silently `zfs mount -a`.

This change aligns the verbose levels.

NO_ISSUE

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2030
DeltaFile
+1-1libexec/rc/rc.d/zfs
+1-11 files

FreeBSD/src cb69951sbin/fsck_msdosfs dir.c

fsck_msdosfs: reduce the scope of dentry deletion

When dentry flag is ATTR_VOLUME because of 1 bit flip(from 0x10 to 0x18),
removede function will delete all dentry from invalid dentry postion,
so some normal dentries will be deleted in the same cluster.Unfortunately,
these normal directories and files will not be visible to the user
after wo do fsck_msdos

Signed-off-by: YangWen <anmuxixixi at gmail.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1694
DeltaFile
+1-1sbin/fsck_msdosfs/dir.c
+1-11 files

FreeBSD/src cecd12asys/dev/asmc asmc.c

use ASMC_FAN_FUNCS2 to avoid trying to read non-existent keys

Signed-off-by: tslight <tslight at pm.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2051
DeltaFile
+1-1sys/dev/asmc/asmc.c
+1-11 files

FreeBSD/src d7922c3libexec/rc debug.sh

Fix debug.sh comment typo

Signed-off-by: Kalevi Kolttonen <kalevi at kolttonen.fi>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2012
DeltaFile
+1-1libexec/rc/debug.sh
+1-11 files

FreeBSD/src 75858ca. .editorconfig

Add .editorconfig

FreeBSD developers use different text editors or sometimes use GUI
editors such as VSCode or Zed on different platforms for convinence.
However, there is lack of unified config for those editors to follow
style(9) including indent rules.

Although most "modern" editors support .editorconfig out of box, basic
editors such as vim needs a plugin for autoloading .editorconfig file.

Sponsored by:   The FreeBSD Foundation

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2024
DeltaFile
+23-0.editorconfig
+23-01 files

FreeBSD/src 3be98a0libexec/rc hooks.sh

Fix hooks.sh comment typo

Signed-off-by: Kalevi Kolttonen <kalevi at kolttonen.fi>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2013
DeltaFile
+1-1libexec/rc/hooks.sh
+1-11 files

FreeBSD/src 16c82e2sys/dev/asmc asmcvar.h asmc.c

Add ASMC support for Macbook Pro 8,3

Signed-off-by: tslight <tslight at pm.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1992
DeltaFile
+33-0sys/dev/asmc/asmcvar.h
+6-0sys/dev/asmc/asmc.c
+39-02 files

FreeBSD/src 9f2eb94tools/build/cross-build/include/linux/sys types.h

Add __unused workaround for linux/sys/types.h

Signed-off-by: Perdixky <3293789706 at qq.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2063
DeltaFile
+3-0tools/build/cross-build/include/linux/sys/types.h
+3-01 files

FreeBSD/src 9006a73bin/ps print.c keyword.c

/bin/ps: Fix display of negative nice values on ARMv7/aarch64

On Arm-based systems (and maybe others), 'char' defaults to unsigned,
causing negative nice values to be displayed incorrectly (e.g., 246
instead of -10). Explicitly using 'signed char' ensures consistent
behaviour across architectures.

[ tested on RPI2 and generic aarch64 qemu install ]

Before:
  # /usr/bin/nice --10 ps -l | awk '(NR == 1 || $(NF-1) == "ps")'
  UID   PID  PPID C PRI  NI  VSZ  RSS MWCHAN  STAT TT     TIME COMMAND
    0 23606 22800 2 -32 246 5400 2544 -       R<+   0  0:00.06 ps -l

After:
  # /usr/bin/nice --10 ps -l | awk '(NR == 1 || $(NF-1) == "ps")'
  UID   PID  PPID C PRI  NI  VSZ  RSS MWCHAN  STAT TT     TIME COMMAND
    0 23614 22800 3 -32 -10 5400 2544 -       R<+   0  0:00.05 ps -l


    [3 lines not shown]
DeltaFile
+3-0bin/ps/print.c
+1-1bin/ps/keyword.c
+1-1bin/ps/ps.h
+5-23 files

LLVM/project cf4d306clang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/Dialect/Transforms CIRCanonicalize.cpp

[CIR] Add Commutative/Idempotent traits to binary ops

Add missing MLIR traits to CIR binary operations, matching the arith
dialect conventions:

- AndOp, OrOp: Commutative, Idempotent (fixes FIXME)
- AddOp, MulOp, XorOp, MaxOp: Commutative

Add these ops to the CIRCanonicalize pass op list so trait-based
folding is exercised by applyOpPatternsGreedily.

Update testFloatingPointBinOps in binop.cpp to use computed values,
preventing DCE of the now-canonicalized ops.
DeltaFile
+65-0clang/test/CIR/Transforms/binop-traits.cir
+28-18clang/test/CIR/CodeGen/binop.cpp
+12-8clang/include/clang/CIR/Dialect/IR/CIROps.td
+6-5clang/lib/CIR/Dialect/Transforms/CIRCanonicalize.cpp
+111-314 files

LLVM/project d6b33bdcompiler-rt/cmake config-ix.cmake

[ubsan_minimal] Build on Solaris (#184976)

Two tests currently `FAIL` on Solaris/amd64 and Solaris/sparcv9:

```
  SafeStack-Standalone-i386 :: overflow.c
  SafeStack-Standalone-x86_64 :: overflow.c
```

This happens because `libclang_rt.ubsan_minimal.a` isn't built on
Solaris although it's required with `-fsanitize-minimal-runtime`.

This patch fixes this.

Tested on `amd64-pc-solaris2.11` and `sparcv9-sun-solaris2.11`.
DeltaFile
+1-1compiler-rt/cmake/config-ix.cmake
+1-11 files

OpenBSD/src 0uuKtlasys/lib/libz deflate.c deflate.h

   zlib: sync with userland
VersionDeltaFile
1.23+14-5sys/lib/libz/deflate.c
1.14+3-0sys/lib/libz/deflate.h
+17-52 files

OpenBSD/src xeDtTw9lib/libz deflate.c deflate.h

   zlib: fix heap info leak in deflateCopy (ZLB-01-005)

   commit 84045903ee415efbfaf6d3d443224c2f3a1daea0
   Author: Mark Adler <git at madler.net>
   Date:   Sat Jan 10 21:34:20 2026 -0800

       Copy only the initialized deflate state in deflateCopy.

       To avoid the propagation and possible disclosure of uninitialized
       memory contents.
VersionDeltaFile
1.30+14-5lib/libz/deflate.c
1.20+3-0lib/libz/deflate.h
+17-52 files

FreeBSD/ports 2ee1785devel/lace Makefile pkg-plist, devel/lace/files patch-CMakeLists.txt patch-benchmarks_CMakeLists.txt

devel/lace: update 2.0.2 → 2.2.1

Reported by:    portscout
DeltaFile
+15-30devel/lace/files/patch-CMakeLists.txt
+9-10devel/lace/files/patch-benchmarks_CMakeLists.txt
+6-4devel/lace/Makefile
+5-5devel/lace/files/patch-benchmarks_strassen_strassen-lace.c
+6-3devel/lace/pkg-plist
+4-4devel/lace/files/patch-benchmarks_fib_fib-lace.cpp
+45-568 files not shown
+76-8714 files

FreeBSD/ports 9f05424graphics/pencil2d Makefile distinfo

graphics/pencil2d: update 0.7.0 → 0.7.1

Reported by:    portscout
DeltaFile
+4-4graphics/pencil2d/Makefile
+3-3graphics/pencil2d/distinfo
+7-72 files

FreeBSD/ports a89bf44devel/py-uv-build distinfo Makefile

devel/py-uv-build: update 0.10.6 → 0.10.9
DeltaFile
+3-3devel/py-uv-build/distinfo
+1-1devel/py-uv-build/Makefile
+4-42 files