FreeBSD/ports b4008cdwww/dokuwiki distinfo Makefile, www/dokuwiki/files patch-wrong-2388-fix

www/dokuwiki: update to 2026-07-14a

- Remove patch-wrong-2388-fix: upstream rewrote X-Accel-Redirect handling
  in http_xaccel_url() which properly handles relocated savedir (FS#2895)
- Fix LICENSE_FILE_BSD3CLAUSE path: simplepie moved LICENSE.txt to
  LICENSES/BSD-3-Clause.txt
- Add TEST option (off by default) to control installation of test suites,
  PHPStan static analysis files, and the testing plugin
- Update pkg-plist for new/removed/reorganized files in this release
- Remove ldap and pdo_mysql from USE_PHP: these are only required by the
  optional authldap and authpdo plugins, not core functionality

PR:             ports/296898
PR:             ports/271538 (ldap/pdo_mysql removal)
DeltaFile
+227-109www/dokuwiki/pkg-plist
+15-3www/dokuwiki/Makefile
+0-11www/dokuwiki/files/patch-wrong-2388-fix
+3-3www/dokuwiki/distinfo
+245-1264 files

FreeBSD/ports e4ee3b2audio/sonic-visualiser Makefile, audio/sonic-visualiser/files patch-svgui_acinclude.m4 patch-svcore_acinclude.m4

audio/sonic-visualiser: update 4.0.1 → 5.2.1 and take maintainership

PR:             289533
DeltaFile
+225-0audio/sonic-visualiser/files/patch-meson.build
+97-0audio/sonic-visualiser/files/patch-freebsd-fixes
+23-39audio/sonic-visualiser/Makefile
+45-0audio/sonic-visualiser/files/patch-meson_options.txt
+0-42audio/sonic-visualiser/files/patch-svgui_acinclude.m4
+0-42audio/sonic-visualiser/files/patch-svcore_acinclude.m4
+390-12316 files not shown
+394-42522 files

FreeBSD/ports 1da63beaudio/vamp-plugin-sdk pkg-plist distinfo

audio/vamp-plugin-sdk: update 2.9.0 → 2.10.0 and take maintainership

PR:             297232
DeltaFile
+5-5audio/vamp-plugin-sdk/Makefile
+3-3audio/vamp-plugin-sdk/distinfo
+2-2audio/vamp-plugin-sdk/pkg-plist
+10-103 files

FreeBSD/ports ffea578audio/sonic-visualiser Makefile, audio/vamp-plugin-sdk Makefile

*/*: Reset maintainer uddka at student.kit.edu

Timeouts on PRs:
* 266917
* 260806
* 236000
* 244513
* 241511
etc.

There hasn't been a meaningful response from this maintainer for years.

Approved by:    portmgr (ports handbook policy about maintainer timeouts)
DeltaFile
+1-1audio/vamp-plugin-sdk/Makefile
+1-1audio/sonic-visualiser/Makefile
+2-22 files

LLVM/project 24c1ce2llvm/include/llvm/ProfileData SampleProfReader.h, llvm/lib/Transforms/IPO SampleProfileMatcher.cpp SampleProfile.cpp

Reapply [ProfileData] Implement contains in SampleProfileNameTable (NFC) (#213408)

This patch implements contains(StringRef) and contains(uint64_t) in
SampleProfileNameTable and SampleProfileReader to serve symbol
membership queries directly from the reader -- "is this symbol in the
name table?".

Without this patch, users of the sample profile reader, namely
SampleProfileLoader::doInitialization and SampleProfileNameSet, each
construct their own StringSet<> containing all name table entries.
That is, we end up with two instances of StringSet<> with identical
contents.  Since these instances hold their own copies of symbol
strings on the heap, both the constructor and destructor take up a
large portion of compilation time.

This patch teaches SampleProfileReader::contains to directly serve
symbol membership queries.

- For EytzingerSampleProfileNameTable, contains performs binary search

    [13 lines not shown]
DeltaFile
+67-20llvm/include/llvm/ProfileData/SampleProfReader.h
+5-25llvm/lib/Transforms/IPO/SampleProfile.cpp
+11-0llvm/unittests/ProfileData/SampleProfTest.cpp
+1-2llvm/lib/Transforms/IPO/SampleProfileMatcher.cpp
+84-474 files

NetBSD/pkgsrc Xrm9S4kwww/ruby-loofah Makefile distinfo

   Pullup ticket #7210 - requested by taca
   www/ruby-loofah: Security fix

   Revisions pulled up:
   - www/ruby-loofah/Makefile                                      1.28
   - www/ruby-loofah/distinfo                                      1.30

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Tue Jul 21 14:12:19 UTC 2026

      Modified Files:
        pkgsrc/www/ruby-loofah: Makefile distinfo

      Log Message:
      www/ruby-loofah: update to 2.25.2

      2.25.2 (2026-07-15)

    [35 lines not shown]
VersionDeltaFile
1.29.2.1+4-4www/ruby-loofah/distinfo
1.27.2.1+2-2www/ruby-loofah/Makefile
+6-62 files

NetBSD/pkgsrc DzowQRfwww/ruby-http Makefile distinfo

   Pullup ticket #7209 - requested by taca
   www/ruby-http: Security fix

   Revisions pulled up:
   - www/ruby-http/Makefile                                        1.21
   - www/ruby-http/distinfo                                        1.23

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Tue Jul 21 14:04:43 UTC 2026

      Modified Files:
        pkgsrc/www/ruby-http: Makefile distinfo

      Log Message:
      www/ruby-http: update to 6.0.4

      6.0.4 -(2026-07-14)

    [20 lines not shown]
VersionDeltaFile
1.22.2.1+4-4www/ruby-http/distinfo
1.20.2.1+2-2www/ruby-http/Makefile
+6-62 files

NetBSD/pkgsrc NZ2QFmswww/osticket Makefile distinfo

   Pullup ticket #7208 - requested by hauke
   www/osticket: Security fix

   Revisions pulled up:
   - www/osticket/Makefile                                         1.9
   - www/osticket/distinfo                                         1.3

   ---
      Module Name:    pkgsrc
      Committed By:   hauke
      Date:           Sat Aug  1 17:28:52 UTC 2026

      Modified Files:
              pkgsrc/www/osticket: Makefile distinfo

      Log Message:
      www/osticket -- update to v1.18.4

      Upstream Changelog:

    [11 lines not shown]
VersionDeltaFile
1.2.4.1+4-4www/osticket/distinfo
1.5.4.1+2-2www/osticket/Makefile
+6-62 files

LLVM/project 59f3a48clang/test/Preprocessor riscv-target-features.c, llvm/docs ReleaseNotes.md

[llvm][RISCV] Bump svukte to 1.0 (#211199)

The PR updated: https://github.com/riscv/riscv-isa-manual/pull/1564

---------

Co-authored-by: Craig Topper <craig.topper at sifive.com>
DeltaFile
+3-3clang/test/Preprocessor/riscv-target-features.c
+2-2llvm/test/MC/RISCV/attribute-arch.s
+2-2llvm/test/CodeGen/RISCV/attributes.ll
+1-1llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
+1-1llvm/lib/Target/RISCV/RISCVFeatures.td
+2-0llvm/docs/ReleaseNotes.md
+11-92 files not shown
+13-118 files

LLVM/project 6fd20a2llvm/lib/Target/LoongArch/MCTargetDesc LoongArchAsmBackend.h LoongArchELFStreamer.h

address @MaskRay's comments

Created using spr 1.3.7
DeltaFile
+18-18llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.cpp
+12-9llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.cpp
+11-0llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.h
+3-0llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.h
+44-274 files

LLVM/project afa36ecllvm/lib/Target/LoongArch/MCTargetDesc LoongArchAsmBackend.h LoongArchELFStreamer.h

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+23-20llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.cpp
+12-9llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.cpp
+11-0llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.h
+3-0llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.h
+49-294 files

LLVM/project bce5312llvm/lib/Target/LoongArch/MCTargetDesc LoongArchAsmBackend.h LoongArchELFStreamer.h

rebase

Created using spr 1.3.7
DeltaFile
+23-20llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.cpp
+12-9llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.cpp
+11-0llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.h
+3-0llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.h
+49-294 files

LLVM/project 6879fafllvm/lib/Target/LoongArch/MCTargetDesc LoongArchAsmBackend.h LoongArchELFStreamer.h

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+23-20llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.cpp
+12-9llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.cpp
+11-0llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.h
+3-0llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.h
+49-294 files

LLVM/project adb5a33llvm/lib/Target/LoongArch/MCTargetDesc LoongArchAsmBackend.h LoongArchELFStreamer.h

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+23-20llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.cpp
+12-9llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.cpp
+11-0llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.h
+3-0llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.h
+49-294 files

DragonFlyBSD/src 634062alib/libc/sys mincore.2, sys/vm vm_mmap.c

mincore(2): Fix several bugs

* Return ENOMEN when the requested range is not fully mapped.
  (obtained from FreeBSD: 455dd7d4c79bc7bef5401721f617e64eca7ef422)

  This change should fix a crash in Mesa where it calls mincore() to
  determine whether a protocol field is a valid pointer in order to
  keep compatible with an old protocol version.

* Fix an off-by-one error in filling the skipped entries.  lastvecindex
  refers to the last valid byte, so the new bytes should come after it.
  (obtained from FreeBSD: 6a87d217e2da2a63d4431aeb871783e1dd7349ae)

* Fix the calculation of the 'end' boundary.
  (obtained from FreeBSD: d0c9294b810f8b42b7ac27a46db44b94ddca3160)

* Update the man page.

Reported-by: peeterm
DeltaFile
+46-14lib/libc/sys/mincore.2
+28-14sys/vm/vm_mmap.c
+74-282 files

DragonFlyBSD/src 49eae19lib/libc/sys mlock.2

mlock.2: Add a missing '.Pp' after list
DeltaFile
+1-0lib/libc/sys/mlock.2
+1-01 files

DragonFlyBSD/src 9c2637alib/libc/sys mincore.2, sys/vm vm_mmap.c

mincore(2): Add 'vm.mincore_mapped' sysctl to control reporting

Add the 'vm.mincore_mapped' (default ON!) to control whether to report
only the mapping status (if set to a non-zero value) or the physical
residency (if set to a zero value; the old behavior).

The idea of implementing this and enabling it by default is to help
mitigate page cache attacks [1].

[1] Page Cache Attacks: https://arxiv.org/abs/1901.01161

Obtain-from: FreeBSD (https://reviews.freebsd.org/D18764)
DeltaFile
+16-3lib/libc/sys/mincore.2
+7-3sys/vm/vm_mmap.c
+23-62 files

NetBSD/pkgsrc-wip b787db8dpbox Makefile distinfo

dpbox: update to 6.1.5
DeltaFile
+3-18dpbox/distinfo
+1-1dpbox/Makefile
+4-192 files

FreeBSD/src 3393002sys/fs/nfs nfs_commonkrpc.c

nfs_commonkrpc.c: Handle NFSERR_DELAY for Sequence correctly

Unlike RFC5661 (the original NFSv4.1 RFC), RFC8881 specifies
that a NFS4ERR_DELAY reply to the SEQUENCE operation requires
a reply using the same slot/sequence#.

This patch fixes handling of this case, so it conforms to
RFC8881.

(cherry picked from commit 6901cbbd5a2c00d378a7f87426b36d6ee6ce0aa2)
DeltaFile
+14-1sys/fs/nfs/nfs_commonkrpc.c
+14-11 files

FreeBSD/src 25d1f68sys/fs/nfs nfs_commonkrpc.c

nfs_commonkrpc.c: Handle NFSERR_DELAY for Sequence correctly

Unlike RFC5661 (the original NFSv4.1 RFC), RFC8881 specifies
that a NFS4ERR_DELAY reply to the SEQUENCE operation requires
a reply using the same slot/sequence#.

This patch fixes handling of this case, so it conforms to
RFC8881.

(cherry picked from commit 6901cbbd5a2c00d378a7f87426b36d6ee6ce0aa2)
DeltaFile
+14-1sys/fs/nfs/nfs_commonkrpc.c
+14-11 files

NetBSD/pkgsrc-wip 44bbfe2dpbox Makefile distinfo

dpbox: derive the version from DISTNAME in one place
DeltaFile
+15-0dpbox/distinfo
+3-3dpbox/Makefile
+18-32 files

FreeBSD/ports 8d39e17comms/klog pkg-plist distinfo

comms/klog: Update to 2.5.3

July 2026 - 2.5.3
- Bugfix: BandRX was not synced with FreqRX if FreqRX was not defined and BandRX was same as BandTX.
- Bugfix: Default DXCluster server is not shown in the combobox after first installation (Closes #1043)
- Enhancement: Color the QLineEdit that has the focus (Close #3) (TNX EA5WA)
- Enhancement: Move Comment field from Comment tab to QSO tab (Closes #1020) (TNX EA5WA)
- New feature: Selection of language (Closes #9) (TNX EA5WA)
- New feature: Set CQ zone from DXCC when adding QSO (TNX YL3GBC)
- New feature: Show a "New Locator" indicator when the DX locator is new on the current band or via satellite (Closes #1035) (TNX EA5WA)
- Translations: Latvian (TNX YL3GBC & YL3AUG)
DeltaFile
+2-19comms/klog/Makefile
+3-3comms/klog/distinfo
+1-1comms/klog/pkg-plist
+6-233 files

FreeBSD/src 7d24381contrib/netbsd-tests/lib/libpthread t_condwait.c

tests/libpthread: add pthread_cond_clockwait(3) tests

(cherry picked from commit 10ea2300bf29cdcaf12182e8b722f6becb0da1fb)
DeltaFile
+92-18contrib/netbsd-tests/lib/libpthread/t_condwait.c
+92-181 files

FreeBSD/src d62a413share/man/man3 Makefile pthread_cond_timedwait.3

pthread_cond_timedwait.3: document pthread_cond_clockwait(3)

(cherry picked from commit e7015a3834abe0956e9a8ec6ec4b8e75ea7d71ab)
DeltaFile
+30-2share/man/man3/pthread_cond_timedwait.3
+1-0share/man/man3/Makefile
+31-22 files

FreeBSD/src 0aa7237sys/geom/zero g_zero.c

geom_zero(4): reset the uio vector on each uiomove()

PR:     297062

(cherry picked from commit 34ca5a9e7362b0c820fe339daa2b8d06c58b6fea)
DeltaFile
+6-5sys/geom/zero/g_zero.c
+6-51 files

FreeBSD/src ff36771share/man/man3 pthread_cond_timedwait.3

pthread_cond_timedwait.3: use .Fo/.Fc for long arguments list

(cherry picked from commit 6d3db07a2e2f4288b7e54af8e8371f9a022e751f)
DeltaFile
+5-1share/man/man3/pthread_cond_timedwait.3
+5-11 files

FreeBSD/src 4dcfa6dinclude pthread.h, lib/libthr pthread.map

libthr: implement pthread_cond_clockwait(3)

(cherry picked from commit e1136fbcab184b8fb87456ca0d115d502bab6643)
DeltaFile
+48-16lib/libthr/thread/thr_cond.c
+22-6lib/libthr/thread/thr_umtx.c
+4-2lib/libthr/thread/thr_barrier.c
+5-0include/pthread.h
+2-1lib/libthr/thread/thr_umtx.h
+1-0lib/libthr/pthread.map
+82-256 files

FreeBSD/src d32bf06lib/libthr/thread thr_cond.c

libthr/thread/thr_cond.c: some style

(cherry picked from commit 149d3e5fcb76bff86d4343b7378258e9a6d3e25b)
DeltaFile
+11-15lib/libthr/thread/thr_cond.c
+11-151 files

FreeBSD/src 671e2cblib/libsys _umtx_op.2

_umtx_op.2: document the CVWAIT_UMTX_TIME flag for the UMTX_OP_CV_WAIT_UC request

(cherry picked from commit f4a05f37936e422b1e8f4f127253562d3f58f50c)
DeltaFile
+21-2lib/libsys/_umtx_op.2
+21-21 files

FreeBSD/src 0737ff2lib/libthr/thread thr_umtx.c

libthr/thread/thr_umtx.c: style _thr_ucond_wait()

(cherry picked from commit 196cc005b197ab8bf5044c3fc457697986a14b39)
DeltaFile
+3-3lib/libthr/thread/thr_umtx.c
+3-31 files