LLVM/project 0f63db5llvm/lib/Transforms/IPO Attributor.cpp

Attributor: Avoid calling identifyDefaultAbstractAttributes on declarations (#182663)

Previously it would be called and inserted into a visited map,
but would never be used. This could possibly go one step further
and never add declarations to the SetVector of Functions. If I try
that, only one call graph printing test fails.
DeltaFile
+8-2llvm/lib/Transforms/IPO/Attributor.cpp
+8-21 files

LLVM/project 7affbbdlibcxx/test/std/algorithms/alg.nonmodifying/alg.fold ranges.fold_left_first.pass.cpp

improve check_lvalue_range test
DeltaFile
+4-4libcxx/test/std/algorithms/alg.nonmodifying/alg.fold/ranges.fold_left_first.pass.cpp
+4-41 files

ELF Tool Chain/elftoolchain 4349trunk/tests/tet/libelftc tet_scen, trunk/tests/tet/libelftc/tset Makefile elftc_vector

libelftc/testsuite: Add tests for elftc_vector(3).
DeltaFile
+360-0trunk/tests/tet/libelftc/tset/elftc_vector/elftc_vector.m4
+7-0trunk/tests/tet/libelftc/tset/elftc_vector/Makefile
+2-0trunk/tests/tet/libelftc/tet_scen
+1-0trunk/tests/tet/libelftc/tset/Makefile
+0-0trunk/tests/tet/libelftc/tset/elftc_vector/
+370-05 files

LLVM/project 5768ee2clang/lib/Interpreter IncrementalParser.cpp, clang/test/Interpreter incremental-c-implicit-error.c incremental-c-implicit-undo.c

[clang-repl] fix CleanUpPTU by removing decl according to C implicitly FuncitonDecl. (#178648)

fix #171440

---------

Co-authored-by: Vassil Vassilev <v.g.vassilev at gmail.com>
DeltaFile
+25-0clang/lib/Interpreter/IncrementalParser.cpp
+18-0clang/test/Interpreter/incremental-c-implicit-error.c
+17-0clang/test/Interpreter/incremental-c-implicit-undo.c
+60-03 files

LLVM/project d74c6b1mlir/include/mlir/IR BuiltinTypeInterfaces.td BuiltinAttributes.td, mlir/lib/AsmParser AttributeParser.cpp

[mlir][IR] Generalize `DenseElementsAttr` to custom element types (#183920)

`DenseElementsAttr` supports only a hard-coded list of element types:
`int`, `index`, `float`, `complex`. This commit generalizes the
`DenseElementsAttr` infrastructure: it now supports arbitrary element
types, as long as they implement the new `DenseElementTypeInterface`.

The `DenseElementTypeInterface` has the following helper functions:
- `getDenseElementBitSize`: Query the size of an element in bits. (When
storing an element in memory, each element is padded to a full byte.
This is an existing limitation of the `DenseElementsAttr`; with an
exception for `i1`.)
- `convertToAttribute`: Attribute factory / deserializer. Converts bytes
into an MLIR attribute. The attribute provides the assembly format /
printer for a single element.
- `convertFromAttribute`: Serializer. Converts an MLIR attribute into
bytes.

Note: `convertToAttribute` / `convertFromAttribute` are mainly for

    [26 lines not shown]
DeltaFile
+124-1mlir/lib/AsmParser/AttributeParser.cpp
+25-92mlir/lib/IR/BuiltinAttributes.cpp
+87-0mlir/lib/IR/BuiltinTypes.cpp
+83-0mlir/test/IR/dense-elements-type-interface.mlir
+74-1mlir/include/mlir/IR/BuiltinTypeInterfaces.td
+32-13mlir/include/mlir/IR/BuiltinAttributes.td
+425-1079 files not shown
+597-12415 files

NetBSD/pkgsrc 4CygnzCdoc CHANGES-2026

   doc: Updated mail/postfix and related packages to 3.10.8

        mail/postfix
        mail/postfix-cdb
        mail/postfix-ldap
        mail/postfix-lmdb
        mail/postfix-mysql
        mail/postfix-pcre
        mail/postfix-pgsql
        mail/postfix-sqlite
VersionDeltaFile
1.1469+9-1doc/CHANGES-2026
+9-11 files

NetBSD/pkgsrc ayqCvSzdevel/py-fasteners Makefile, games/pingus Makefile

   Reset maintainership
VersionDeltaFile
1.18+2-2devel/py-fasteners/Makefile
1.52+2-2games/pingus/Makefile
1.32+2-2mail/mailgraph/Makefile
1.11+2-2mail/roundcube-plugin-carddav/Makefile
1.10+2-2net/py-digitalocean/Makefile
1.4+2-2parallel/spirv-tools/Makefile
+12-125 files not shown
+22-2211 files

NetBSD/pkgsrc kqGVeAQmail/postfix distinfo Makefile.common, mail/postfix-sqlite Makefile

   mail/postfix: update to 3.10.8

   3.10.8 (2026-02-19)

   Fixes for all supported Postfix releases:

     * Improved Milter error handling for messages that arrive over a
       long-lived SMTP connection, by changing the default
       milter_default_action from "tempfail" to the new "shutdown"
       action (i.e. disconnect the remote SMTP client).

       The problem was that after a single Milter error, Postfix could
       tempfail all messages that the client sends over a long-lived
       connection, even if the Milter error was only temporary. This
       problem was reported by Ankit Kulkarni.

     * Bugfix (defect introduced: Postfix 2.11): "posttls-finger -v
       -v -v" terminated with a panic, caused by recursive logging.
       Reported by Geert Hendrickx, diagnosed by Viktor Dukhovni, and
       fixed by Wietse.
VersionDeltaFile
1.220+4-4mail/postfix/distinfo
1.61+2-2mail/postfix/Makefile.common
1.355+1-2mail/postfix/Makefile
1.47+1-2mail/postfix-sqlite/Makefile
+8-104 files

NetBSD/pkgsrc vAS89KPdoc CHANGES-2026

   doc: Updated www/ruby-aws-partitions to 1.1220.0
VersionDeltaFile
1.1468+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc isYe2vPwww/ruby-aws-partitions distinfo Makefile

   www/ruby-aws-partitions: update to 1.1220.0

   1.1220.0 (2026-02-25)

   * Feature - Updated the partitions source data the determines the AWS
     service regions and endpoints.

   1.1219.0 (2026-02-24)

   * Feature - Added support for enumerating regions for
     Aws::ElementalInference.

   1.1218.0 (2026-02-23)

   * Feature - Updated the partitions source data the determines the AWS
     service regions and endpoints.
VersionDeltaFile
1.106+4-4www/ruby-aws-partitions/distinfo
1.104+2-2www/ruby-aws-partitions/Makefile
+6-62 files

NetBSD/pkgsrc va15aejdoc CHANGES-2026

   doc: Updated net/ruby-snmp to 1.3.4
VersionDeltaFile
1.1467+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 22zpKjwnet/ruby-snmp distinfo Makefile

   net/ruby-snmp: update to 1.3.4

   1.3.4 (2026-02-27)

   What's Changed

   Enhancements

   * Add OctetString#to_fs for human-readable byte strings by @taketo1113 in
     #73

   Maintenance

   * gemspec: Require MFA for gem releases by @taketo1113 in #69
   * gemspec: Update path for CHANGELOG link by @hallidave in #68
   * CI: Add Ruby 4.0 to CI Matrix by @taketo1113 in #72
   * CI: Bump actions/checkout from 4 to 5 by @dependabot[bot] in #70
   * CI: Bump actions/checkout from 5 to 6 by @dependabot[bot] in #71


    [4 lines not shown]
VersionDeltaFile
1.12+4-4net/ruby-snmp/distinfo
1.12+2-2net/ruby-snmp/Makefile
+6-62 files

NetBSD/pkgsrc MGVbyiSdoc CHANGES-2026

   doc: Updated mail/ruby-mime-types-data to 3.2026.0224
VersionDeltaFile
1.1466+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 2VuZw14mail/ruby-mime-types-data distinfo Makefile

   mail/ruby-mime-types-data: update to 3.2026.0224

   3.2026.0210 (2026-02-10)

   * Updated registry entries from the IANA media registry and provisional
     media registry and the Apache Tika media registry as of the release date.

   3.2026.0217 (2026-02-17)

   * Updated registry entries from the IANA media registry and provisional
     media registry and the Apache Tika media registry as of the release date.

   3.2026.0224 (2026-02-24)

   * Updated registry entries from the IANA media registry and provisional
     media registry and the Apache Tika media registry as of the release date.
VersionDeltaFile
1.50+4-4mail/ruby-mime-types-data/distinfo
1.48+2-2mail/ruby-mime-types-data/Makefile
+6-62 files

NetBSD/pkgsrc OsWF81tdoc CHANGES-2026

   doc: Updated devel/ruby-tins to 1.52.0
VersionDeltaFile
1.1465+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc iR0mps5devel/ruby-tins distinfo Makefile

   devel/ruby-tins: update to 1.52.0

   1.52.0 (2026-02-23)

   * Renamed BASE32_EXTENDED_HEX_ALPHABET to
     BASE32_EXTENDED_UPPERCASE_HEX_ALPHABET for clarity.
   * Added BASE32_EXTENDED_LOWERCASE_HEX_ALPHABET constant for lowercase hex
     alphabet.
   * Updated BASE32_EXTENDED_HEX_ALPHABET to default to the uppercase variant.
   * Updated comment for BASE32_ALPHABET to specify RFC4648 compliance.
   * Improved maintainability by separating uppercase and lowercase hex
     alphabet variants.
   * Added require 'tins/hash_dfs' to lib/tins.rb and lib/tins/xt.rb.
   * Renamed thread‑local flag in HashBFS from :seen to :bfs_seen and updated
     all references.
   * Replaced calls to convert_to_hash_or_ary with bfs_convert_to_hash_or_ary
     in HashBFS.
   * Added bfs_convert_to_hash_or_ary method to HashBFS.
   * Added new module Tins::HashDFS providing depth‑first traversal with

    [7 lines not shown]
VersionDeltaFile
1.40+4-4devel/ruby-tins/distinfo
1.37+3-2devel/ruby-tins/Makefile
1.21+4-1devel/ruby-tins/PLIST
+11-73 files

LLVM/project 9ffa08fmlir/test/mlir-tblgen op-properties-predicates.td

[mlir][NFC] Fix typo in property predicate tests (#183987)

DeltaFile
+1-1mlir/test/mlir-tblgen/op-properties-predicates.td
+1-11 files

NetBSD/pkgsrc GXU64Hydoc CHANGES-2026

   doc: Updated devel/ruby-rspec-its to 2.0.0
VersionDeltaFile
1.1464+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc gG7aF2Ldevel/ruby-rspec-its Makefile distinfo

   devel/ruby-rspec-its: udpate to 2.0.0

   2.0.0 (2024-11-04)

   Version 2.0.0 drops support for Ruby below 3, and changes the supported
   RSpec version to "main" and current release series.  (At the time of writing
   this is 3.13.x, but it means the current supported release only).

   Breaking changes:

   * Now uses public_send so that private methods will not be accidentally
     reachable. (James Ottaway #33, #101)
VersionDeltaFile
1.4+4-4devel/ruby-rspec-its/Makefile
1.6+4-4devel/ruby-rspec-its/distinfo
1.4+3-2devel/ruby-rspec-its/PLIST
+11-103 files

NetBSD/pkgsrc LgP6IXsdoc CHANGES-2026

   doc: Updated devel/ruby-rspec-mocks to 3.13.8
VersionDeltaFile
1.1463+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rQMtolTdevel/ruby-rspec-mocks distinfo Makefile

   devel/ruby-rspec-mocks: update to 3.13.8

   3.13.8 (2026-02-27)

   Bug Fixes:

   * Improve thread safety of mocks invocation recording. (Chad Wilson, #286)
   * Expand any_instance warning about prepended methods to private/protected
     methods. (Alex Dean, #297)
VersionDeltaFile
1.48+4-4devel/ruby-rspec-mocks/distinfo
1.47+2-2devel/ruby-rspec-mocks/Makefile
+6-62 files

NetBSD/pkgsrc RYFGKFWdoc CHANGES-2026

   doc: Updated devel/ruby-rspec-rails to 8.0.3
VersionDeltaFile
1.1462+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc X10fWQXdevel/ruby-rspec-rails distinfo Makefile

   devel/ruby-rspec-rails: update to 8.0.3

   8.0.0 (2025-04-30)

   Enhancements:

   * Add Rails 8 authentication generator support. (Jerome Dalbert, #2811)
   * Improve install generator comment for
     ActiveRecord::Migration.maintain_test_schema! (#2832)
   * Add support for served_by in system specs. (Sam Giffney, #2841)

   Breaking Changes:

   * Minimum supported Rails version is 7.2.0


   8.0.1 (2025-06-19)

   Bug Fixes:

    [22 lines not shown]
VersionDeltaFile
1.52+4-4devel/ruby-rspec-rails/distinfo
1.58+3-3devel/ruby-rspec-rails/Makefile
1.25+4-1devel/ruby-rspec-rails/PLIST
+11-83 files

NetBSD/pkgsrc YdHzbFtdoc CHANGES-2026

   doc: Updated devel/ruby-mustache to 1.1.2
VersionDeltaFile
1.1461+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc CLSapTqdevel/ruby-mustache distinfo Makefile

   devel/ruby-mustache: update to 1.1.0

   1.1.1 (2019-12-03)

   * Merge pull request #247 from mustache/cleanup/documentation:
     Cleanup documentation

   * Merge pull request #246 from mustache/fix-more-warnings:
     Fix more warnings

   1.1.2 (2026-02-24)

   * Remove debatable emphasis after review comment (#266):
     See #266 (comment)

   * Merge pull request #1 from anomal00us/patch-1:
     Adding Dynamic Names

   * Merge pull request #266 from jgonggrijp/manpage-update-spec:

    [5 lines not shown]
VersionDeltaFile
1.6+4-4devel/ruby-mustache/distinfo
1.7+2-3devel/ruby-mustache/Makefile
+6-72 files

FreeBSD/ports 9144e4afilesystems/gvfs Makefile, filesystems/gvfs/files patch-client_gvfsfusedaemon.c patch-daemon_gvfswritechannel.c

filesystems/gvfs: tweak LIB_DEPENDS for new msgraph

Tweak LIB_DEPENDS for net/msgraph 0.3.X.

Regenerate patches. (truckman)

Pet portlint and portclippy. (truckman)

PR:             292047
DeltaFile
+20-21filesystems/gvfs/Makefile
+5-5filesystems/gvfs/files/patch-client_gvfsfusedaemon.c
+4-4filesystems/gvfs/files/patch-daemon_gvfswritechannel.c
+29-303 files

FreeBSD/ports 4a9ee6enet/msgraph pkg-plist Makefile, net/msgraph/files patch-doc_meson.build

net/msgraph: update to 0.3.4

  0.3.4 - Jan 14, 2026
  ===========================
  - Remove drive bundles duplicates
  - doc: Update URL to libsoup

  0.3.3 - Jan 27, 2025
  ===========================
  - CI release service fix

  0.3.2 - Jan 27, 2025
  ===========================
  - Extended user service (photo, contacts, folders, find)
  - Improved mail service
  - Add rate limiting support

  0.3.1 - Oct 02, 2024
  ===========================

    [12 lines not shown]
DeltaFile
+230-11net/msgraph/pkg-plist
+9-10net/msgraph/Makefile
+18-0net/msgraph/files/patch-doc_meson.build
+3-3net/msgraph/distinfo
+0-1net/msgraph/pkg-descr
+260-255 files

NetBSD/pkgsrc 6P04WGndoc CHANGES-2026

   doc: Added devel/ruby-mize version 0.6.1
VersionDeltaFile
1.1460+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc scFzGYAdevel Makefile

   devel/Makefile: add and enable ruby-mize
VersionDeltaFile
1.4600+2-1devel/Makefile
+2-11 files

NetBSD/pkgsrc Er9cQnNdevel/ruby-mize PLIST Makefile

   devel/ruby-mize: add package version 0.6.1

   This package is required by newer devel/ruby-tins package.


   Mize

   The mize library provides a simple and flexible way to memoize methods and
   functions in Ruby, making it easier for developers to write high-performance
   code without the need for manual caching implementations.  In this
   README.md, we'll explore how mize can help you optimize your Ruby projects
   using memoization techniques.
VersionDeltaFile
1.1+32-0devel/ruby-mize/PLIST
1.1+14-0devel/ruby-mize/Makefile
1.1+7-0devel/ruby-mize/DESCR
1.1+5-0devel/ruby-mize/distinfo
+58-04 files