FreeBSD/ports 069dc03mail Makefile, mail/cyrus-imapd Makefile pkg-descr

mail/cyrus-imapd: Add new port -- Meta-port for the latest version of Cyrus mail server

Requested by:   nork
DeltaFile
+17-0mail/cyrus-imapd/Makefile
+1-0mail/cyrus-imapd/pkg-descr
+1-0mail/Makefile
+19-03 files

FreeBSD/ports b308b2csysutils/tflint distinfo Makefile

sysutils/tflint: Update to 0.63.1

ChangeLog:
https://github.com/terraform-linters/tflint/releases/tag/v0.63.1
DeltaFile
+5-5sysutils/tflint/distinfo
+1-2sysutils/tflint/Makefile
+6-72 files

OpenBSD/src 8xqEVoplib/libssl ssl_kex.c

   ssl_kex: include ssl_local.h
VersionDeltaFile
1.13+2-1lib/libssl/ssl_kex.c
+2-11 files

NetBSD/pkgsrc 3L2auENdoc CHANGES-2026

   doc: Updated parallel/R-promises to 1.5.0
VersionDeltaFile
1.3539+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ub4Py88parallel/R-promises distinfo Makefile

   (parallel/R-promises) Updated 1.3.2 to 1.5.0

   # promises 1.5.0
   ----------------
   ## OpenTelemetry

   promises now integrates with the otel package to provide observability
   and tracing for asynchronous operations.

   * `local_otel_promise_domain()` adds an OpenTelemetry span promise
     domain to the local scope. This is useful for `{coro}` operations
     where encapsulating the coro operations inside `with_*()` methods is
     not allowed.  (#179)

   * `with_otel_promise_domain()` creates a promise domain that restores
     the currently active OpenTelemetry span from when a call to `then()`
     is executed. This enables proper tracing context across asynchronous
     operations. (#173)


    [115 lines not shown]
VersionDeltaFile
1.6+4-4parallel/R-promises/distinfo
1.6+4-3parallel/R-promises/Makefile
+8-72 files

FreeBSD/ports d0931adwww/drupal11 pkg-plist distinfo

www/drupal11: Update to 11.3.11
DeltaFile
+52-3www/drupal11/pkg-plist
+3-3www/drupal11/distinfo
+1-1www/drupal11/Makefile
+56-73 files

NetBSD/pkgsrc yEgF1Cndevel Makefile, doc CHANGES-2026

   Added devel/R-otel version 0.2.0
VersionDeltaFile
1.4636+2-1devel/Makefile
1.3538+2-1doc/CHANGES-2026
+4-22 files

NetBSD/pkgsrc UR2uokRdevel/R-otel Makefile DESCR

   (devel/R-otel) import R-otel-0.2.0

   High-quality, ubiquitous, and portable telemetry to enable effective
   observability. OpenTelemetry is a collection of tools, APIs, and SDKs
   used to instrument, generate, collect, and export telemetry data
   (metrics, logs, and traces) for analysis in order to understand your
   software's performance and behavior. This package implements the
   OpenTelemetry API: <https://opentelemetry.io/docs/specs/otel/>. Use
   this package as a dependency if you want to instrument your R package
   for OpenTelemetry.
VersionDeltaFile
1.1+14-0devel/R-otel/Makefile
1.1+8-0devel/R-otel/DESCR
1.1+5-0devel/R-otel/distinfo
+27-03 files

NetBSD/pkgsrc K5KnWW7doc CHANGES-2026

   doc: Updated devel/task to 3.51.1
VersionDeltaFile
1.3537+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rf4gMSVdevel/task distinfo go-modules.mk

   devel/task: update to 3.51.1

   * A significant performance boost was achieved for large Taskfiles
     (monorepos) by skipping templating altogether when the string is static.
   * Added absPath template function that resolves a path to its absolute
     form, cleaning .. and . components.
   * Added joinEnv function to join paths based on your oprating system: ; for
     Windows and : elsewhere, and joinUrl to join URL paths. Also, added two
     new special variables: FILE_PATH_SEPARATOR which returns \ on Windows and
     / elsewhere, and PATH_LIST_SEPARATOR which returns ; on Windows and :
     elsewhere.
   * Update the shell interpreter with a regression fix.
   * Fix potential panic with the shell interpreter.
VersionDeltaFile
1.14+88-88devel/task/distinfo
1.14+28-28devel/task/go-modules.mk
1.28+2-3devel/task/Makefile
+118-1193 files

NetBSD/pkgsrc eO8PBHTparallel/R-promises Makefile, parallel/R-promises/files Makevars

   (parallel/R-promises) Fix build against R 4.6.0
VersionDeltaFile
1.5+9-1parallel/R-promises/Makefile
1.1+1-0parallel/R-promises/files/Makevars
+10-12 files

LLVM/project a0344e9clang-tools-extra/clang-doc JSONGenerator.cpp MDGenerator.cpp

[clang-doc] Move Generator classes into the anonymous namespace (#202058)

Clang-Tidy suggest moving these classes into the anonymous namespace,
to enforce internal linkage.
DeltaFile
+24-26clang-tools-extra/clang-doc/JSONGenerator.cpp
+15-11clang-tools-extra/clang-doc/MDGenerator.cpp
+10-11clang-tools-extra/clang-doc/HTMLGenerator.cpp
+8-4clang-tools-extra/clang-doc/MDMustacheGenerator.cpp
+57-524 files

LLVM/project 84debf4clang-tools-extra/clang-doc Representation.cpp

[clang-doc] Clean up implementation with better casting (#202060)

Having access to RTTI style casting lets us use slightly nicer
structures to clean up the overly complicated dispatch logic in merging
and other places.
DeltaFile
+19-51clang-tools-extra/clang-doc/Representation.cpp
+19-511 files

NetBSD/pkgsrc-wip 2b704b4kubectl distinfo COMMIT_MSG

kubectl: update to 1.36.1

No relevant changes from upstream changelog regarding kubectl.
DeltaFile
+3-3kubectl/distinfo
+1-1kubectl/COMMIT_MSG
+1-1kubectl/Makefile
+5-53 files

NetBSD/pkgsrc-wip cdbf7afmailsend-go distinfo go-modules.mk

mailsend-go: update to 1.0.12

* Add STARTTLS downgrade protection. A MITM attacker can strip STARTTLS
  from the server's EHLO response, causing the client to send credentials in
  plaintext. The bug is not in mailsend-go itself, rather it is in the
  gomail.v2. The fix is in my fork of gomail via the new RequireSTARTTLS
  field on the Dialer. mailsend-go sets it when credentials are provided and
  SSL is not in use, so the connection returns an error instead of falling
  back to plaintext.
* Remove unconditional debug print that leaked SMTP password to stdout.
* A warning is now printed to stderr when TLS certificate verification is
  disabled. Use -verifyCert if desired.
DeltaFile
+9-9mailsend-go/distinfo
+2-2mailsend-go/go-modules.mk
+1-1mailsend-go/COMMIT_MSG
+1-1mailsend-go/Makefile
+13-134 files

NetBSD/pkgsrc-wip 297c633iosevka-aile-ttf distinfo, iosevka-curly-slab-ttf distinfo

iosevka-*: update to 34.6.1

Changes of version 34.6.1

* Fixes broken U+2BD1 and U+1F18A.
* Add Characters:
  * LATIN SMALL LETTER R WITHOUT HANDLE (U+AB47).

Changes of version 34.6.0

* Add flat-top variants for a/g/m/n/p/q/r/α/η/а/р.
* Add flat-bottom variants for G/U/b/d/u/μ/µ.
* Refine shape of the following characters:
  * LATIN CAPITAL LIGATURE OE (U+0152).
  * LATIN LETTER SMALL CAPITAL OE (U+0276).
  * MODIFIER LETTER SMALL CAPITAL OE (U+107A3).

Changes of version 34.5.0


    [38 lines not shown]
DeltaFile
+3-3iosevka-ttf/distinfo
+3-3iosevka-aile-ttf/distinfo
+3-3iosevka-curly-slab-ttf/distinfo
+3-3iosevka-curly-ttf/distinfo
+3-3iosevka-etoile-ttf/distinfo
+3-3iosevka-slab-ttf/distinfo
+18-1812 files not shown
+30-3018 files

FreeBSD/ports 4687a87science/py-nglview Makefile distinfo

science/py-nglview: update 4.0 → 4.0.1
DeltaFile
+6-5science/py-nglview/Makefile
+3-3science/py-nglview/distinfo
+9-82 files

FreeBSD/ports c6a5a21devel/py-py-key-value-aio distinfo Makefile, devel/py-py-key-value-aio/files patch-pyproject.toml

devel/py-py-key-value-aio: update 0.4.4 → 0.4.5
DeltaFile
+3-3devel/py-py-key-value-aio/distinfo
+2-2devel/py-py-key-value-aio/files/patch-pyproject.toml
+2-2devel/py-py-key-value-aio/Makefile
+7-73 files

FreeBSD/ports 08ec2c2science/py-h5netcdf Makefile distinfo

science/py-h5netcdf: update 1.8.0 → 1.8.1
DeltaFile
+5-4science/py-h5netcdf/Makefile
+3-3science/py-h5netcdf/distinfo
+8-72 files

FreeBSD/ports 78e90cfmath/py-pyFFTW Makefile distinfo, math/py-pyFFTW/files patch-pyproject.toml

math/py-pyFFTW: update 0.15.0 → 0.15.1
DeltaFile
+21-0math/py-pyFFTW/files/patch-pyproject.toml
+10-7math/py-pyFFTW/Makefile
+3-3math/py-pyFFTW/distinfo
+34-103 files

FreeBSD/ports cf09eadmath/py-lmfit Makefile distinfo, math/py-lmfit/files patch-pyproject.toml

math/py-lmfit: update 1.3.3 → 1.3.4
DeltaFile
+12-0math/py-lmfit/files/patch-pyproject.toml
+5-4math/py-lmfit/Makefile
+3-3math/py-lmfit/distinfo
+20-73 files

FreeBSD/ports 340b7d5math/py-logical-unification Makefile distinfo, math/py-logical-unification/files patch-pyproject.toml

math/py-logical-unification: update 0.4.6 → 0.4.7
DeltaFile
+18-0math/py-logical-unification/files/patch-pyproject.toml
+10-4math/py-logical-unification/Makefile
+3-3math/py-logical-unification/distinfo
+31-73 files

FreeBSD/ports 8e6e2cadevel/py-pytest-recording distinfo Makefile, devel/py-pytest-recording/files patch-tests_test__blocking__network.py

devel/py-pytest-recording: update 0.13.3 → 0.13.4
DeltaFile
+25-14devel/py-pytest-recording/files/patch-tests_test__blocking__network.py
+3-3devel/py-pytest-recording/distinfo
+2-2devel/py-pytest-recording/Makefile
+30-193 files

FreeBSD/ports 1eaa925devel/py-louie Makefile distinfo

devel/py-louie: update 2.0 → 2.0.1
DeltaFile
+7-4devel/py-louie/Makefile
+3-3devel/py-louie/distinfo
+10-72 files

FreeBSD/ports d51b5fbdevel/py-schema Makefile distinfo

devel/py-schema: update 0.7.7 → 0.7.8
DeltaFile
+7-3devel/py-schema/Makefile
+3-3devel/py-schema/distinfo
+10-62 files

FreeBSD/ports 1b0495dmath/py-pwlf Makefile distinfo

math/py-pwlf: update 2.5.1 → 2.5.2
DeltaFile
+5-4math/py-pwlf/Makefile
+3-3math/py-pwlf/distinfo
+8-72 files

FreeBSD/ports ae5ddb5math/sundials pkg-plist Makefile

math/sundials: update 7.5.0 → 7.7.0
DeltaFile
+61-33math/sundials/pkg-plist
+10-4math/sundials/Makefile
+3-3math/sundials/distinfo
+74-403 files

LLVM/project 048c7f8clang-tools-extra/clang-doc Representation.cpp

[clang-doc] Clean up implementation with better casting

Having access to RTTI style casting lets us use slightly nicer
structures to clean up the overly complicated dispatch logic in merging
and other places.
DeltaFile
+19-51clang-tools-extra/clang-doc/Representation.cpp
+19-511 files

LLVM/project dfc0c22clang-tools-extra/clang-doc JSONGenerator.cpp MDGenerator.cpp

[clang-doc] Move Generator classes into the anonymous namespace

Clang-Tidy suggest moving these classes into the anonymous namespace,
to enforce internal linkage.
DeltaFile
+24-26clang-tools-extra/clang-doc/JSONGenerator.cpp
+15-11clang-tools-extra/clang-doc/MDGenerator.cpp
+10-11clang-tools-extra/clang-doc/HTMLGenerator.cpp
+8-4clang-tools-extra/clang-doc/MDMustacheGenerator.cpp
+57-524 files

GhostBSD/ports 64886b3graphics/blender/files patch-source_blender_blenlib_intern_math__half.cc

graphics/blender: remove obsolete patch for math_half.cc

The patch-source_blender_blenlib_intern_math__half.cc patch no longer
applies to Blender 5.0.1 as the targeted code was removed upstream.
DeltaFile
+0-11graphics/blender/files/patch-source_blender_blenlib_intern_math__half.cc
+0-111 files