FreeBSD/ports f613170www/katana distinfo Makefile

www/katana: Update to 1.6.1

ChangeLog:
https://github.com/projectdiscovery/katana/releases/tag/v1.6.1
DeltaFile
+5-5www/katana/distinfo
+1-2www/katana/Makefile
+6-72 files

LLVM/project 18ad6a5clang/lib/AST/ByteCode Program.cpp InterpBuiltin.cpp, clang/test/SemaCXX constant-expression-p2280r4.cpp

[clang][bytecode] Register global constexpr-unknown variables with their pointee type (#201347)
DeltaFile
+6-0clang/lib/AST/ByteCode/Program.cpp
+1-2clang/test/SemaCXX/constant-expression-p2280r4.cpp
+3-0clang/lib/AST/ByteCode/InterpBuiltin.cpp
+10-23 files

FreeBSD/ports 49ddedaftp/R-cran-RCurl distinfo Makefile

ftp/R-cran-RCurl: Update to 1.98-1.19

Reported by:    portscout
DeltaFile
+3-3ftp/R-cran-RCurl/distinfo
+1-1ftp/R-cran-RCurl/Makefile
+4-42 files

FreeBSD/ports 787537eaudio/mpg123 distinfo Makefile

audio/mpg123: update to 1.33.6
DeltaFile
+3-3audio/mpg123/distinfo
+1-1audio/mpg123/Makefile
+4-42 files

FreeBSD/ports f1abe26www/ilias distinfo Makefile

www/ilias: Update to 11.1
DeltaFile
+3-3www/ilias/distinfo
+1-1www/ilias/Makefile
+4-42 files

FreeBSD/ports 8bac849www/elgg pkg-plist distinfo

www/elgg: Update to 7.0.0
DeltaFile
+39,472-1,478www/elgg/pkg-plist
+3-3www/elgg/distinfo
+1-1www/elgg/Makefile
+39,476-1,4823 files

FreeBSD/ports 4371584www/foswiki pkg-plist distinfo

www/foswiki: Update to 2.1.11
DeltaFile
+17-452www/foswiki/pkg-plist
+3-3www/foswiki/distinfo
+2-2www/foswiki/Makefile
+22-4573 files

NetBSD/pkgsrc yY1kUuWdoc CHANGES-2026

   Updated devel/py-wcwidth, devel/py-urwid
VersionDeltaFile
1.3568+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc oavcgp9devel/py-urwid distinfo Makefile

   py-urwid: updated to 4.0.2

   4.0.2

   New features

   * Initial typing support for urwid package

   Bug fixes

   * Fix ListBoxError in _keypress_page_down when snapping to a widget above the top
   * Fix lazy_import of display modules if __package__ is not defined

   Documentation

   * Adjust typing for `urwid.display` and `urwid.event_loop`
   * Typing: extend typing information for `urwid.display`
   * Typing: adjust event loop types
   * Typing: adjust types for vterm, numedit and graphics

    [9 lines not shown]
VersionDeltaFile
1.51+4-4devel/py-urwid/distinfo
1.63+2-2devel/py-urwid/Makefile
1.22+2-1devel/py-urwid/PLIST
+8-73 files

NetBSD/pkgsrc s5WN8Oqdevel/py-wcwidth PLIST distinfo

   py-wcwidth: updated to 0.8.0

   0.8.0
   New support for Variation Selector 15 Emojis as narrow,
   New argument, term_program for wcstwidth(), width(), clip(), wrap(), ljust(), rjust(), and center().  False disables corrections; True auto-detects by TERM_PROGRAM or TERM; string values accept canonical names matching list_term_programs().  wcstwidth()_ defaults to True; all other functions default to False.
   Improved performance on Python 3.15 using standard library iter_graphemes()
   Improved memory usage and import time for Python 3.15 using lazy imports
   Bugfix Invisible_Stacker viramas now form conjuncts (Burmese, Khmer, etc.) and change some Virama width calculations to match jacobsandlund/uucode_ (ghostty)
   Updated graphemes width maximum now 2, matching Ghostty, foot, and Windows Terminal
VersionDeltaFile
1.10+73-1devel/py-wcwidth/PLIST
1.23+4-4devel/py-wcwidth/distinfo
1.26+3-3devel/py-wcwidth/Makefile
+80-83 files

NetBSD/pkgsrc LfDn97Cdoc CHANGES-2026

   Updated net/rclone, security/sqlmap
VersionDeltaFile
1.3567+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc HTPbMngsecurity/sqlmap distinfo Makefile

   sqlmap: updated to 1.10.6

   1.10.6
   Fix WebSocket request traffic logging
VersionDeltaFile
1.31+4-4security/sqlmap/distinfo
1.46+3-3security/sqlmap/Makefile
+7-72 files

NetBSD/pkgsrc VCuStxMnet/rclone distinfo Makefile

   rclone: updated to 1.74.3

   1.74.3

   Bug Fixes
   rc
   Fix unauthenticated command execution via --rc-serve inline remotes CVE-2026-49980 (Nick Craig-Wood)
   Stop global.* connection string options changing config CVE-2026-49980 (Nick Craig-Wood)
   build: Fix multiple CVEs by upgrading to go1.26.4 (Nick Craig-Wood)
   CVE-2026-42504: mime: quadratic complexity in WordDecoder.DecodeHeader
   CVE-2026-42507: net/textproto: arbitrary input are included in errors without any escaping
   CVE-2026-27145: crypto/x509: split candidate hostname only once
   log: Fix wrong source file:line in JSON logs from release builds (Nick Craig-Wood)
   mount2: Fix empty directory listings on re-read (Janne Beate Bakeng)
   serve s3: Fix multipart ListParts pagination returning wrong part numbers (Nick Craig-Wood)
   serve sftp
   Fix file corruption when a client resumes an upload (Nick Craig-Wood)
   Fix truncate request being silently ignored (Nick Craig-Wood)
   Local

    [11 lines not shown]
VersionDeltaFile
1.41+10-10net/rclone/distinfo
1.104+3-4net/rclone/Makefile
1.28+2-2net/rclone/go-modules.mk
+15-163 files

LLVM/project 3b5f8felibcxx/test/libcxx/containers/views/views.span nodiscard.iterator.verify.cpp

[libc++][span] Test `[[nodiscard]]` applied to `span::iterator` (#202068)

Adds test coverage.

`[[nodicard]]` applied in:
- https://github.com/llvm/llvm-project/pull/198489
- https://github.com/llvm/llvm-project/pull/198492

Towards #172124
DeltaFile
+43-0libcxx/test/libcxx/containers/views/views.span/nodiscard.iterator.verify.cpp
+43-01 files

LLVM/project a383c1alibcxx/test/libcxx/containers/sequences/array nodiscard.iterator.verify.cpp

[libc++][array] Test `[[nodicard]]`  with `array::const_iterator` (#202070)

Added tests with `array::const_iterator` for completeness.

Implemented in https://github.com/llvm/llvm-project/pull/198492

Towards #172124
DeltaFile
+14-1libcxx/test/libcxx/containers/sequences/array/nodiscard.iterator.verify.cpp
+14-11 files

LLVM/project efaed42llvm/lib/Transforms/Utils SimplifyCFG.cpp, llvm/test/Transforms/PhaseOrdering/X86 merge-functions2.ll

[SimplifyCFG] Shrink integer lookup tables (#202071)

After #200664, we generate lookup tables in more cases, leading to
higher memory use and larger binaries. Partially alleviate this by
shrinking the lookup tables if all elements are small integers. The
underlying idea is that an extra integer extension can typically be
folded into a load instruction at no extra cost.

This reduces the size of stage2-clang by 0.13%.
DeltaFile
+44-33llvm/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
+28-21llvm/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table_big.ll
+15-11llvm/test/Transforms/SimplifyCFG/X86/switch-of-powers-of-two.ll
+21-2llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+5-4llvm/test/Transforms/SimplifyCFG/X86/debugloc-switch-powers-of-two.ll
+4-3llvm/test/Transforms/PhaseOrdering/X86/merge-functions2.ll
+117-747 files not shown
+136-8713 files

NetBSD/pkgsrc nzppWzBdoc CHANGES-2026

   Updated graphics/openimageio, audio/mpg123
VersionDeltaFile
1.3566+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 9jtUZ0Gaudio/mpg123 distinfo Makefile.common, audio/mpg123-pulse Makefile

   mpg123: updated to 1.33.6

   1.33.6

   mpg123
   Prepare for const-returning strchr().
   Hide seq_len debugging counter in non-debug mode.
   Fix memory leak with --network internal due to inverted NULL check in net123_close_internal() (handle never NULL in practice, though; bug 386).
   mpg123, out123: Fix strrchr() usage to be more const and correct under C99 as well as C23.
   mpg123-strip: Also use largefile API properly using mpg123config.h, but without actual effect at least on Linux/x86. It is cleaner that way, though.
   ports/cmake: Yasm is not neeeded for Clang on MSVC.
   libmpg123: Remove unused loop variable in layer2 left over from runtime table elimination (32 bit mmx/sse code).
VersionDeltaFile
1.86+4-4audio/mpg123/distinfo
1.86+2-2audio/mpg123/Makefile.common
1.48+1-2audio/mpg123-pulse/Makefile
+7-83 files

NetBSD/pkgsrc THV5Hbygraphics/openimageio distinfo PLIST

   openimageio: updated to 3.1.14.0

   3.1.14.0

   - *oiiotool*: Add `--nchannels` flag for parity with maketx.
   - *oiiotool*: Commands taking offsets or geometry arguments now accept a more flexible offset notation with commas as alternative separators (e.g., `X,Y` or `WxH,X,Y` in addition to the X11-style `+X+Y` form). This affects `--create`, `--crop`, `--cut`, `--fit`, `--fullsize`, `--origin`, `--originoffset`, `--paste`, `--pattern`, `--printstats`, `--resize`.
   - *oiiotool*: Be more cautious about implicit promotion to float when `--autocc` is used alongside explicit color space names.
   - *color mgmt*: For OCIO built-in configs, replace the default file rules with more sensible ones that avoid spurious matches (e.g., no longer assumes all `.exr` files use ACES2065-1 primaries).
   - *iconvert*: Allow `-o outfile` for output file designation, for parity with oiiotool syntax.
   - *ColorConfig*: New `isData()` API method to query if a color space is a data space; fix Python `isColorSpaceLinear()`.
   - *ustring*: Allow freeing the ustring table via `OIIO::attribute("ustring:cleanup", 1)` or env var `OIIO_USTRING_CLEANUP=1`, useful for suppressing false positives in memory leak detection tools.
   - *dicom*: Enforce reasonable resolution limits to guard against corrupt files.
   - *gif*: Preserve RGB values of transparent-indexed pixels (previously only alpha was set, zeroing the RGB channels).
   - *jpeg*: More correctly handle bounds checks for malformed APP1 Exif and APP2 ICC metadata markers.
   - *jpeg-xl*: Enforce format resolution limits, for better detection of corrupt or invalid files.
   - *jpeg-xl*: Prevent JXL reader from loading or allocating memory for arbitrarily large non-image files.
   - *pnm*: Prevent PNM reader from loading or allocating memory for arbitrarily large non-image files.
   - *psd*: Fix indexed transparency.
   - *softimage*: Fix possible small allocation leak in RLE decoder.

    [7 lines not shown]
VersionDeltaFile
1.43+4-4graphics/openimageio/distinfo
1.20+3-3graphics/openimageio/PLIST
1.132+2-3graphics/openimageio/Makefile
+9-103 files

LLVM/project 825b3c7compiler-rt/lib/asan asan_allocator.h asan_mapping.h

[ASan] Improve qemu-alpha shadow mapping (#201861)

With a 1T fixed shadow offset the usable app memory is split between
LowMem (0-1T) and HighMem (1.5T-4T). This works on real Alpha hardware
where all addresses stay within TASK_SIZE (4T). However, under
qemu-alpha user mode mmap(NULL) returns addresses from the host x86-64
address space (~127T), outside both regions, causing AddrIsInMem() CHECK
failures in PoisonShadow.

Switch to a fixed shadow offset of 0x70000000000 (7 TiB). TASK_SIZE is
well below the shadow offset so HighMem is empty: kHighMemBeg =
MEM_TO_SHADOW(kHighMemEnd) + 1 > kHighMemEnd. All app memory fits in
LowMem [0, 7T), a simpler layout with no HighMem split. On qemu-alpha,
-R 0x80000000000 constrains guest mappings to [0, 8T), keeping them
within LowMem.
DeltaFile
+3-2compiler-rt/lib/asan/asan_allocator.h
+1-1compiler-rt/lib/asan/asan_mapping.h
+4-32 files

NetBSD/pkgsrc OpVA6erdoc CHANGES-2026

   Updated net/helm, databases/hiredis
VersionDeltaFile
1.3565+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 2ekd33zdatabases/hiredis distinfo Makefile

   hiredis: updated to 1.4.0

   1.4.0

   Improvements

   Increase required cmake version to 3.15 @memark
   Use ffc (pure-C99) as the RESP3 double parser instead of strtod @fcostaoliveira
   FetchContent should not include cpack @koenvandesande
   Add C++ compatibility to sds.h @JonasKruckenberg
   Apply FD_CLOEXEC on sockets @lennyly

   Bug Fixes

   fix: add NULL check for c->funcs in redisReconnect @ghost
   Fix buffer overflow in tests.
VersionDeltaFile
1.18+4-4databases/hiredis/distinfo
1.14+2-2databases/hiredis/Makefile
+6-62 files

FreeBSD/ports 11ccb12sysutils/py-overlord distinfo Makefile

sysutils/py-overlord: Update to 0.25.0

ChangeLog: https://github.com/DtxdF/overlord/releases/tag/v0.25.0

MFH:            2026Q2
(cherry picked from commit 79f5d32d7277c80e7f376bc3097d185a5aa0cf60)
DeltaFile
+3-3sysutils/py-overlord/distinfo
+1-1sysutils/py-overlord/Makefile
+4-42 files

FreeBSD/ports 79f5d32sysutils/py-overlord distinfo Makefile

sysutils/py-overlord: Update to 0.25.0

ChangeLog: https://github.com/DtxdF/overlord/releases/tag/v0.25.0

MFH:            2026Q2
DeltaFile
+3-3sysutils/py-overlord/distinfo
+1-1sysutils/py-overlord/Makefile
+4-42 files

NetBSD/pkgsrc CoNH2Einet/helm distinfo go-modules.mk

   helm: updated to 4.2.0

   4.2.0

   Switch to goreleaser for release builds
   Kubernetes client libraries to v1.36
   Add mustToToml template function
   deprecate unused --hide-notes and --render-subchart-notes flags
   --dry-run=server now respects generateName:
VersionDeltaFile
1.3+646-790net/helm/distinfo
1.3+214-262net/helm/go-modules.mk
1.14+8-18net/helm/Makefile
+868-1,0703 files

LLVM/project 5f5642dclang/lib/CIR/CodeGen CIRGenModule.cpp CIRGenModule.h, clang/test/CIR/CodeGenOpenCL kernel-arg-info.cl kernel-arg-info-single-as.cl

[CIR][OpenCL] Attach kernel argument metadata to CIR functions

Emit the CIR OpenCL kernel argument metadata attribute for kernel functions. Preserve CIR language address-space kinds until lowering and include argument names only when `-cl-kernel-arg-info` is enabled.
DeltaFile
+152-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info.cl
+83-0clang/lib/CIR/CodeGen/CIRGenModule.cpp
+19-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info-single-as.cl
+12-0clang/test/CIR/CodeGenOpenCL/kernel-arg-metadata.cl
+4-0clang/lib/CIR/CodeGen/CIRGenModule.h
+3-0clang/lib/CIR/CodeGen/CIRGenFunction.cpp
+273-06 files

LLVM/project 3e4bf54clang/include/clang/CIR/Dialect/IR CIRAttrConstraints.td CIROpenCLAttrs.td, clang/lib/CIR/Dialect/IR CIROpenCLAttrs.cpp

fix: constrain CIR OpenCL metadata arrays in TableGen
DeltaFile
+25-6clang/include/clang/CIR/Dialect/IR/CIRAttrConstraints.td
+0-23clang/lib/CIR/Dialect/IR/CIROpenCLAttrs.cpp
+6-6clang/include/clang/CIR/Dialect/IR/CIROpenCLAttrs.td
+6-6clang/test/CIR/IR/invalid-opencl-kernel-arg-metadata.cir
+6-2clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
+43-435 files

LLVM/project 6cfd155clang/include/clang/CIR/Dialect/IR CIREnumAttr.td, clang/lib/CIR/Dialect/IR CIROpenCLAttrs.cpp CIRTypes.cpp

fix: Use CIR_LangAddressSpace instead of a raw integer
DeltaFile
+7-29clang/test/CIR/IR/invalid-opencl-kernel-arg-metadata.cir
+4-12clang/lib/CIR/Dialect/IR/CIROpenCLAttrs.cpp
+4-4clang/test/CIR/IR/opencl-kernel-arg-metadata.cir
+3-1clang/include/clang/CIR/Dialect/IR/CIREnumAttr.td
+2-0clang/lib/CIR/Dialect/Transforms/TargetLowering/Targets/AMDGPU.cpp
+2-0clang/lib/CIR/Dialect/IR/CIRTypes.cpp
+22-462 files not shown
+25-468 files

LLVM/project cadc32fclang/test/CIR/IR opencl-kernel-arg-metadata.cir

fix: Add zero-argument kernel arg metadata test
DeltaFile
+12-0clang/test/CIR/IR/opencl-kernel-arg-metadata.cir
+12-01 files

LLVM/project 1ac5d63clang/include/clang/CIR/Dialect/IR CIROpenCLAttrs.td CIRAttrs.td, clang/lib/CIR/Dialect/IR CIROpenCLAttrs.cpp

[CIR][OpenCL] Add kernel argument metadata attribute

Add a CIR attribute that carries OpenCL kernel argument metadata in source argument order. Verify that each metadata field has the expected element type and that all present arrays describe the same number of arguments.
DeltaFile
+78-0clang/test/CIR/IR/invalid-opencl-kernel-arg-metadata.cir
+60-0clang/lib/CIR/Dialect/IR/CIROpenCLAttrs.cpp
+46-0clang/include/clang/CIR/Dialect/IR/CIROpenCLAttrs.td
+27-0clang/test/CIR/IR/opencl-kernel-arg-metadata.cir
+1-0clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
+1-0clang/include/clang/CIR/Dialect/IR/CIRDialect.td
+213-01 files not shown
+214-07 files