Dreckly/dreckly fb22eb3textproc/qsubst distinfo, textproc/qsubst/patches patch-ab

qsubst: Fix implicit decl of bcmp(3)
DeltaFile
+9-10textproc/qsubst/patches/patch-ab
+1-1textproc/qsubst/distinfo
+10-112 files

Dreckly/dreckly 1e003e0textproc/xml-coreutils distinfo, textproc/xml-coreutils/patches patch-src_io.c

xml-coreutils: Fix implicit decl on SunOS
DeltaFile
+17-0textproc/xml-coreutils/patches/patch-src_io.c
+1-0textproc/xml-coreutils/distinfo
+18-02 files

Dreckly/dreckly 0d263c6textproc/xml2doc distinfo, textproc/xml2doc/patches patch-src_defs.h

xml2doc: Fix implicit function decls
DeltaFile
+14-0textproc/xml2doc/patches/patch-src_defs.h
+1-0textproc/xml2doc/distinfo
+15-02 files

FreeBSD/ports 97924dcsysutils/loaders-update distinfo Makefile

sysutils/loaders-update: Update 1.2.2 => 1.3.1

Changelogs:
- Added the possibility to scan only for EFI loaders or BIOS loaders.
- Added quiet mode option (no output).
- Added automatic yes option in shoot-me mode.
https://github.com/Emrion/uploaders/releases/tag/1.3.0
https://github.com/Emrion/uploaders/releases/tag/1.3.1

PR:             293973
Reported by:    Emrion <kmachine at free.fr> (maintainer)
Approved by:    maintainer, vvd@ (mentor)
DeltaFile
+3-3sysutils/loaders-update/distinfo
+1-1sysutils/loaders-update/Makefile
+4-42 files

Dreckly/dreckly 549e6bbtextproc/subtitleripper distinfo, textproc/subtitleripper/patches patch-subtitle2pgm.c

subtitleripper: Fix implicit decl of exit
DeltaFile
+14-0textproc/subtitleripper/patches/patch-subtitle2pgm.c
+1-0textproc/subtitleripper/distinfo
+15-02 files

Dreckly/dreckly 0ff9656textproc/sphinxsearch distinfo, textproc/sphinxsearch/patches patch-api_libsphinxclient_sphinxclient.c patch-api_libsphinxclient_test.c

sphinxsearch: Fix implicit function decls
DeltaFile
+22-0textproc/sphinxsearch/patches/patch-api_libsphinxclient_sphinxclient.c
+14-0textproc/sphinxsearch/patches/patch-api_libsphinxclient_test.c
+2-0textproc/sphinxsearch/distinfo
+38-03 files

NetBSD/pkgsrc 6goY6YGgraphics/graphviz Makefile

   graphviz: Fix SunOS build with recent gcc
VersionDeltaFile
1.311+3-1graphics/graphviz/Makefile
+3-11 files

FreeBSD/ports 7df612dlang/algol68g distinfo Makefile

lang/algol68g: update Algol 68 Genie to version 3.10.14

Reported by:    portscout
DeltaFile
+3-3lang/algol68g/distinfo
+1-2lang/algol68g/Makefile
+4-52 files

LLVM/project 26ee552libcxx/include string

[libc++] Fix includes in `<string>` for no-`wchar_t` modes (#187650)

Since befaa35212dbaac39cd76a8dc748e4df7c90a0d9, the CI stably failed for
the generic-no-wide-characters build, because in no-`wchar_t` modes, the
header for `__remove_cv_t` wasn't properly included.

This PR adds the missing include of `<__type_traits/remove_cv.h>`.

As drive-by, `<__cstddef/size_t.h>` and
`<__type_traits/is_constant_evaluated.h>`, which are included by
`<cwchar>`, are also made included by `<string>` to avoid potential
regression as we're using `size_t` and
`__libcpp_is_constant_evaluated()` in `<string>`.
DeltaFile
+3-0libcxx/include/string
+3-01 files

OpenBSD/ports 4VygR7Wsysutils/py-pipx distinfo Makefile

   update to py3-pipx-1.10.1
VersionDeltaFile
1.16+2-2sysutils/py-pipx/distinfo
1.22+1-1sysutils/py-pipx/Makefile
+3-32 files

LLVM/project 720abd7clang/lib/AST QualTypeNames.cpp, clang/test/Interpreter pretty-print.cpp

[clang][AST] Fix assertion in getFullyQualifiedType for DecltypeType (#187725)
DeltaFile
+12-0clang/test/Interpreter/pretty-print.cpp
+11-0clang/lib/AST/QualTypeNames.cpp
+23-02 files

LLVM/project 4c4925flld/ELF Driver.cpp Config.h, lld/test/ELF aarch64-feature-bti.s aarch64-feature-gcs.s

[LLD] [ELF] Make {bti,gcs}-report=none silence warnings from force-bti/gcs=always (#186343)

Previously, the implicit warnings from force-bti (or gcs=always) weren't
possible to silence.

The force-ibt/cet-report flags could also be handled the same way, but I
haven't checked with GNU ld how they behave. And there, the force-ibt
flag only produces warnings if the IBT bit is missing, while cet-report
warns if either IBT or SHSTK are missing - but force-ibt probably
shouldn't implicitly start warning for missing SHSTK.

This addresses a discrepancy to GNU ld that was noted in #186173.
DeltaFile
+17-15lld/ELF/Driver.cpp
+3-0lld/test/ELF/aarch64-feature-bti.s
+2-0lld/ELF/Config.h
+1-0lld/test/ELF/aarch64-feature-gcs.s
+23-154 files

OpenBSD/ports rhF2atVarchivers/libzim Makefile distinfo

   update to libzim-9.5.1
VersionDeltaFile
1.12+3-3archivers/libzim/Makefile
1.8+2-2archivers/libzim/distinfo
+5-52 files

Dreckly/dreckly f7b365dprint/mupdf Makefile

mupdf: Fix SunOS build w/ recent GCC
DeltaFile
+1-1print/mupdf/Makefile
+1-11 files

Dreckly/dreckly efaa2ccprint/mupdf distinfo Makefile, print/mupdf/patches patch-source_fitz_load-jpx.c patch-Makerules

mupdf: Update to 1.27.2
DeltaFile
+11-11print/mupdf/patches/patch-source_fitz_load-jpx.c
+11-10print/mupdf/patches/patch-Makerules
+9-8print/mupdf/distinfo
+10-5print/mupdf/Makefile
+2-13print/mupdf/patches/patch-Makelists
+7-7print/mupdf/patches/patch-source_helpers_pkcs7_pkcs7-openssl.c
+50-542 files not shown
+54-568 files

Dreckly/dreckly aa3e1cfgraphics/graphviz Makefile

graphviz: Fix SunOS build with recent gcc
DeltaFile
+2-0graphics/graphviz/Makefile
+2-01 files

Dreckly/dreckly cb55d8fgraphics/graphviz Makefile distinfo, graphics/graphviz/patches patch-lib_gvpr_compile.h patch-lib_gvpr_actions.c

graphviz: Update to 14.1.3
DeltaFile
+10-11graphics/graphviz/Makefile
+0-20graphics/graphviz/patches/patch-lib_gvpr_compile.h
+0-15graphics/graphviz/patches/patch-lib_gvpr_actions.c
+4-4graphics/graphviz/distinfo
+3-1graphics/graphviz/PLIST
+17-515 files

OpenBSD/ports eXqwIZfdevel/py-test-cov distinfo Makefile

   update to py3-test-cov-7.1.0
VersionDeltaFile
1.15+2-2devel/py-test-cov/distinfo
1.30+1-1devel/py-test-cov/Makefile
+3-32 files

FreeBSD/ports 7373204devel/hyprutils distinfo Makefile, devel/hyprutils/files patch-include_hyprutils_string_Numeric.hpp patch-CMakeLists.txt

devel/hyprutils: Update to 0.11.1

Changelog: https://github.com/hyprwm/hyprutils/releases/tag/v0.11.1

Reported by:    GitHub (watch releases)
DeltaFile
+72-0devel/hyprutils/files/patch-include_hyprutils_string_Numeric.hpp
+31-0devel/hyprutils/files/patch-CMakeLists.txt
+3-3devel/hyprutils/distinfo
+1-1devel/hyprutils/Makefile
+1-0devel/hyprutils/pkg-plist
+108-45 files

HardenedBSD/src b075e44usr.bin/diff3 diff3.c diff3.1, usr.bin/diff3/tests diff3_test.sh conflict-merge.out

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+75-67usr.bin/diff3/diff3.c
+42-3usr.bin/diff3/tests/diff3_test.sh
+25-0usr.bin/diff3/tests/conflict-merge.out
+19-0usr.bin/diff3/tests/conflict-Em.out
+16-1usr.bin/diff3/diff3.1
+15-1usr.bin/diff3/tests/Makefile
+192-7212 files not shown
+278-7218 files

HardenedBSD/ports 8173364devel/py-ty distinfo, editors/ted Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+373-311sysutils/framework-system/distinfo
+185-154sysutils/framework-system/Makefile.crates
+51-50www/gitlab/Makefile
+34-36editors/ted/Makefile
+60-4emulators/dolphin-emu/pkg-plist
+27-35devel/py-ty/distinfo
+730-590263 files not shown
+2,830-905269 files

NetBSD/src mBXGN35sys/uvm uvm_pdaemon.c

   Disable a kassertmsg.

   This triggers for me quite reliably over years now, and has been
   tracked in PR 56764, with no resolution.

   It seems the asserted inequality just is not correct.
VersionDeltaFile
1.137+4-2sys/uvm/uvm_pdaemon.c
+4-21 files

OpenBSD/ports J19zauYdevel/py-astor Makefile

   add homepage
VersionDeltaFile
1.6+5-3devel/py-astor/Makefile
+5-31 files

FreeBSD/ports 1d641begraphics/partio distinfo Makefile, graphics/partio/files patch-src_tests_CMakeLists.txt

graphics/partio: update the port to version 1.20.0

83% tests passed, 2 tests failing out of 12 due to
illegal instruction (testcluster and testkdtree).

Reported by:    portscout
DeltaFile
+16-17graphics/partio/files/patch-src_tests_CMakeLists.txt
+3-7graphics/partio/distinfo
+1-5graphics/partio/Makefile
+1-1graphics/partio/pkg-plist
+21-304 files

HardenedBSD/ports 1d641begraphics/partio distinfo Makefile, graphics/partio/files patch-src_tests_CMakeLists.txt

graphics/partio: update the port to version 1.20.0

83% tests passed, 2 tests failing out of 12 due to
illegal instruction (testcluster and testkdtree).

Reported by:    portscout
DeltaFile
+16-17graphics/partio/files/patch-src_tests_CMakeLists.txt
+3-7graphics/partio/distinfo
+1-5graphics/partio/Makefile
+1-1graphics/partio/pkg-plist
+21-304 files

OpenBSD/ports gYTrF88databases/sqlcipher distinfo Makefile

   update to sqlcipher-4.14.0
VersionDeltaFile
1.15+2-2databases/sqlcipher/distinfo
1.19+1-1databases/sqlcipher/Makefile
+3-32 files

OpenBSD/ports NqLEHK4www/tomcat/v11 distinfo Makefile, www/tomcat/v11/pkg PLIST-examples PLIST-main

   update to tomcat-11.0.20
VersionDeltaFile
1.16+4-4www/tomcat/v11/distinfo
1.14+2-0www/tomcat/v11/pkg/PLIST-examples
1.10+1-1www/tomcat/v11/pkg/PLIST-main
1.16+1-1www/tomcat/v11/Makefile
+8-64 files

OpenBSD/ports OuernUTwww/tomcat/v9 distinfo Makefile, www/tomcat/v9/pkg PLIST-examples

   update to tomcat-9.0.116
VersionDeltaFile
1.52+4-4www/tomcat/v9/distinfo
1.60+1-1www/tomcat/v9/Makefile
1.46+2-0www/tomcat/v9/pkg/PLIST-examples
+7-53 files

NetBSD/src I1SNyxRsys/uvm uvm_pdaemon.c uvm_stat.c, usr.bin/vmstat vmstat.c

   uvm: retire pdpending

   this commit retires pdpending.
   namely,

   * stop counting it in kernel
   * stop printing it in userland
   * uvmexp/uvmexp_sysctl fields are left intact for compatibility

   pdpending is documented in a few places:
     uvm(9),uvm_extern.h: "number of times daemon got a pending pageout"
     vmstat: "total pending pageouts"
   but no one seems to know what it actually means.

   here's my reasearch:

   in 1998, uvm was imported to our tree.
   ("initial import of the new virtual memory system, UVM, into
   -current.") if my reading of the ancient version of uvm is

    [60 lines not shown]
VersionDeltaFile
1.136+2-9sys/uvm/uvm_pdaemon.c
1.47+4-4sys/uvm/uvm_stat.c
1.265+2-4usr.bin/vmstat/vmstat.c
1.237+3-3sys/uvm/uvm_extern.h
1.81+2-3sys/uvm/uvm_meter.c
1.132+2-3sys/uvm/uvm_pager.c
+15-261 files not shown
+16-287 files

LLVM/project b4084bdclang-tools-extra/docs ReleaseNotes.rst, clang-tools-extra/test/clang-tidy/checkers/misc const-correctness-pointer-as-pointers.cpp

[clang] Detect pointee mutations in placement new expressions (#187508)

Fixes #187012 which is a false positive on clang-tidy end.
DeltaFile
+10-0clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
+8-0clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-pointer-as-pointers.cpp
+3-0clang-tools-extra/docs/ReleaseNotes.rst
+2-0clang/lib/Analysis/ExprMutationAnalyzer.cpp
+23-04 files