ELF Tool Chain/elftoolchain 4291trunk/common/sys elfconstants.m4

elfconstants: Add HPPA constants.
DeltaFile
+220-0trunk/common/sys/elfconstants.m4
+220-01 files

FreeBSD/ports f627506net-im/snac distinfo Makefile

net-im/snac: update 2.83 → 2.84

Relese Notes:
https://codeberg.org/grunfink/snac2/src/tag/2.84/RELEASE_NOTES.md

PR:             291358
Approved by:    Matthew Phillips <matthew at matthewphillips.info>
DeltaFile
+3-3net-im/snac/distinfo
+1-1net-im/snac/Makefile
+4-42 files

OPNSense/core 4770b8asrc/opnsense/mvc/app/library/OPNsense/Core Config.php

system: experiment with is_int+array_key_first #9485
DeltaFile
+3-3src/opnsense/mvc/app/library/OPNsense/Core/Config.php
+3-31 files

FreeBSD/src e19230d. Makefile.inc1

Makefile.inc1: Fix the libbnxtre dependency target

Reported by:    Jenkins
Fixes:          73e8fe62466a ("libpcap: Fix dependency definitions for libpcap")
DeltaFile
+1-1Makefile.inc1
+1-11 files

LLVM/project 5ab8c3autils/bazel/llvm-project-overlay/lldb/source/Plugins BUILD.bazel

[LLDB|BUILD] Fix for c50802cb (#170484)

Fix after #170236
DeltaFile
+1-0utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel
+1-01 files

LLVM/project 4c09e45mlir/lib/Target/LLVMIR/Dialect/OpenMP OpenMPToLLVMIRTranslation.cpp

[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in OpenMPToLLVMIRTranslation.cpp (NFC)
DeltaFile
+3-3mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+3-31 files

FreeBSD/src 812bcb7. .mailmap

mailmap: add my Raptor Engineering address

Approved by: jhibbits(mentor)
DeltaFile
+1-0.mailmap
+1-01 files

FreeBSD/src 84fd37fshare/misc committers-src.dot

committers-src: add myself (tpearson@)

Add myself (tpearson@) as a new src committer with jhibbits@ as my mentor.

Approved by: jhibbits(mentor)
DeltaFile
+2-0share/misc/committers-src.dot
+2-01 files

OPNSense/plugins f6191e0security/acme-client pkg-descr

security/acme-client: update release notes, refs #4671
DeltaFile
+1-0security/acme-client/pkg-descr
+1-01 files

OPNSense/plugins 8a06728security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms dialogValidation.xml, security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation DnsZoneedit.php

security/acme-client: Add support for ZoneEdit DNS API (#4671)

* Add ZoneEdit settings for acme.sh
DeltaFile
+45-0security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation/DnsZoneedit.php
+15-0security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml
+7-0security/acme-client/src/opnsense/mvc/app/models/OPNsense/AcmeClient/AcmeClient.xml
+67-03 files

OPNSense/plugins f249e5cnet-mgmt/zabbix-agent pkg-descr Makefile

Merge pull request #5057 from fraenki/zabbix_118

net-mgmt/zabbix-agent: release 1.18
DeltaFile
+6-0net-mgmt/zabbix-agent/pkg-descr
+1-1net-mgmt/zabbix-agent/Makefile
+7-12 files

FreeBSD/ports 5c00262deskutils/nextcloudclient distinfo pkg-plist, deskutils/nextcloudclient/files patch-src_libsync_configfile.cpp patch-src_csync_ConfigureChecks.cmake

deskutils/nextcloudclient: Update to 4.0.2
DeltaFile
+10-17deskutils/nextcloudclient/files/patch-src_libsync_configfile.cpp
+0-12deskutils/nextcloudclient/files/patch-src_csync_ConfigureChecks.cmake
+3-3deskutils/nextcloudclient/distinfo
+1-1deskutils/nextcloudclient/pkg-plist
+1-1deskutils/nextcloudclient/Makefile
+15-345 files

FreeBSD/doc 201af1adocumentation/content/en/articles/pgpkeys _index.adoc, documentation/static/pgpkeys tpearson.key

new committer (src): Timothy Pearson (tpearson)

Complete steps 1-4 for new committers from the committer's guide:

1. Add myself to doc/shared/authors.adoc
2. Add myself to doc/shared/contrib-committers.adoc
3. Add a news entry
4. Add my PGP key

Approved by: jhibbits(mentor)
DeltaFile
+130-0documentation/static/pgpkeys/tpearson.key
+4-0shared/authors.adoc
+4-0website/data/en/news/news.toml
+3-0documentation/content/en/articles/pgpkeys/_index.adoc
+1-0shared/contrib-committers.adoc
+142-05 files

OPNSense/core 9e80580src/etc config.xml.sample

system: scrub config.xml sample with toArray/fromArray
DeltaFile
+4-4src/etc/config.xml.sample
+4-41 files

OPNSense/core 8070438src/etc config.xml.sample

system: fix indent in config.xml sample
DeltaFile
+7-7src/etc/config.xml.sample
+7-71 files

LLVM/project 45b697ellvm/lib/Analysis MemoryBuiltins.cpp, llvm/test/Transforms/LowerConstantIntrinsics builtin-object-size-idxsize.ll

[MemoryBuiltins] Consider index type size when aggregating gep offsets (#132365)

[MemoryBuiltins] Consider index type size when aggregating gep offsets
Main goal here is to fix some bugs seen with LowerConstantIntrinsics
pass and the lowering of llvm.objectsize.

In ObjectSizeOffsetVisitor::computeImpl we are using an external
analysis together with stripAndAccumulateConstantOffsets. The idea
is to compute the Min/Max value of individual offsets within a GEP.
The bug solved here is that when doing the Min/Max comparisons the
external analysis wasn't considering the index type size (given by
the data layout), it was simply using the type from the IR. Since a
GEP is defined as sext/truncating indices we need to consider the
index type size in the external analysis.

This solves a regression (false ubsan warnings) seen after commit

https://github.com/llvm/llvm-project/commit/02b8ee281947f6cb39c7eb3c4bbba59322e9015b
(https://github.com/llvm/llvm-project/pull/117849).
DeltaFile
+23-15llvm/lib/Analysis/MemoryBuiltins.cpp
+10-10llvm/test/Transforms/LowerConstantIntrinsics/builtin-object-size-idxsize.ll
+33-252 files

OpenBSD/src YeVZBTrlibexec/ld.so library.c

   Use the correct start address for the initial immutable address range
   for a shared library.  The code used the load offset of the shared
   library instead of the start address of the mapped memory.  In most case
   that works because the first segment of a shared library typically starts
   at virtual address zero.  But on sparc64 (and possibly other architectures
   that still use ld.bfd) libicudata.so from ports has a non-zero virtual
   address (possibly because it is a data-only library).  So this fixes
   the bug reported by claudio@

   ok deraadt@, jca@, claudio@
VersionDeltaFile
1.97+2-2libexec/ld.so/library.c
+2-21 files

LLVM/project 2222ab0libunwind/test eh_frame_fde_pc_range.pass.cpp forceunwind.pass.cpp

Revert "libunwind: Remove OS requirements from tests to make them run on more…"

This reverts commit 33bcde0678707ffffb7f01188d530da05bed47b8.
DeltaFile
+2-3libunwind/test/eh_frame_fde_pc_range.pass.cpp
+1-3libunwind/test/forceunwind.pass.cpp
+1-2libunwind/test/bad_unwind_info.pass.cpp
+1-2libunwind/test/aarch64_za_unwind.pass.cpp
+1-2libunwind/test/floatregister.pass.cpp
+1-2libunwind/test/aarch64_vg_unwind.pass.cpp
+7-144 files not shown
+11-2110 files

FreeBSD/src 73e8fe6. Makefile.inc1, lib/libpcap Makefile

libpcap: Fix dependency definitions for libpcap

Commit 35dd53a9e132 ("librdmacm/libibverbs: Statically bound libbnxtre.so.1 to rping")
causes a build failure, since src.libnames.mk declares a depencency on
libbnxtre.so, but the libpcap Makefile and prebuild lib dependencies
were not updated accordingly.  Fix the declarations.

Fixes:  35dd53a9e132 ("librdmacm/libibverbs: Statically bound libbnxtre.so.1 to rping")
Reviewed by:    ssaxena
Differential Revision:  https://reviews.freebsd.org/D54048
DeltaFile
+2-0Makefile.inc1
+1-0lib/libpcap/Makefile
+3-02 files

LLVM/project aa4c2d2flang/include/flang/Parser openmp-utils.h, flang/lib/Semantics resolve-directives.cpp

Flag unrelated types as arguments to GetOmpObjectList
DeltaFile
+44-18flang/include/flang/Parser/openmp-utils.h
+1-1flang/lib/Semantics/resolve-directives.cpp
+45-192 files

FreeNAS/freenas 9e3a779src/middlewared/middlewared/plugins/filesystem_ acl.py

NAS-137051 / 26.04 / Increase setacl validation (#16910)

Raise a validation error if user submits ACL payload specifying a
username for a POSIX OTHER entry, NFSv4 everyone@ entry, or POSIX MASK
entry.
DeltaFile
+8-4src/middlewared/middlewared/plugins/filesystem_/acl.py
+8-41 files

LLVM/project 045331emlir/unittests/IR SymbolTableTest.cpp

[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in SymbolTableTest.cpp (NFC)
DeltaFile
+6-6mlir/unittests/IR/SymbolTableTest.cpp
+6-61 files

FreeBSD/src 962ad7clib/ofed Makefile

ofed: Define SUBDIR_DEPEND_libbnxtre

Fixes:  b42fda6be3fd ("share/mk: Include libbnxtre entry in bsd.libnames.mk")
DeltaFile
+1-0lib/ofed/Makefile
+1-01 files

LLVM/project b1d0605clang/docs ReleaseNotes.rst, clang/include/clang/AST Decl.h

[Clang] adjust caret placement for the suggested attribute location for enum class (#168092)

Fixes #163224

---

This patch addresses the issue by correcting the caret insertion
location for attributes incorrectly positioned before an enum. The
location is now derived from the associated `EnumDecl`: for named enums,
the attribute is placed before the identifier, while for anonymous enum
definitions, it is placed before the opening brace, with a fallback to
the semicolon when no brace is present.

For example:

```cpp
  [[nodiscard]] enum class E1 {};
```


    [4 lines not shown]
DeltaFile
+48-0clang/test/FixIt/fixit-cxx0x-attributes.cpp
+18-23clang/lib/Parse/Parser.cpp
+7-3clang/lib/Sema/SemaDecl.cpp
+9-0clang/include/clang/AST/Decl.h
+2-0clang/docs/ReleaseNotes.rst
+84-265 files

NetBSD/pkgsrc kCLLmNtdoc CHANGES-2025

   Updated geography/py-maxminddb, geography/py-geoip2
VersionDeltaFile
1.7022+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc aSWo2IDgeography/py-geoip2 Makefile distinfo

   py-geoip2: updated to 5.2.0

   5.2.0 (2025-11-20)

   * IMPORTANT: Python 3.10 or greater is required. If you are using an older
     version, please use an earlier release.
   * `maxminddb` has been upgraded to 3.0.0. This includes free-threading
     support.
   * Setuptools has been replaced with the uv build backend for building the
     package.
   * A new ``anonymizer`` object has been added to ``geoip2.models.Insights``.
     This object is a ``geoip2.records.Anonymizer`` and contains the following
     fields: ``confidence``, ``network_last_seen``, ``provider_name``,
     ``is_anonymous``, ``is_anonymous_vpn``, ``is_hosting_provider``,
     ``is_public_proxy``, ``is_residential_proxy``, and ``is_tor_exit_node``.
     These provide information about VPN and proxy usage.
   * A new ``ip_risk_snapshot`` property has been added to
     ``geoip2.records.Traits``. This is a float ranging from 0.01 to 99 that
     represents the risk associated with the IP address. A higher score indicates

    [5 lines not shown]
VersionDeltaFile
1.11+4-5geography/py-geoip2/Makefile
1.7+4-4geography/py-geoip2/distinfo
1.5+1-2geography/py-geoip2/PLIST
+9-113 files

NetBSD/pkgsrc IohKlNogeography/py-maxminddb distinfo Makefile

   py-maxminddb: updated to 3.0.0

   3.0.0 (2025-10-15)

   * IMPORTANT: Python 3.10 or greater is required. If you are using an older
     version, please use an earlier release.
   * Databases can now be loaded from buffers. This can be done by passing in a
     buffer as the database and using mode ``MODE_FD``. Pull request by Emanuel
     Seemann.
   * The C extension now supports Python 3.13+ free-threading mode and is
     thread-safe for concurrent reads on platforms with pthread support (such as
     Linux and macOS) and Windows. On other platforms, the extension will use
     GIL-based protection.
   * The C extension now uses PEP 489 multi-phase initialization, enabling
     proper subinterpreter support and module isolation for Python 3.12+. This
     modernizes the extension to use heap types instead of static types and
     implements per-module state management. Key benefits include support for
     Python 3.12+ isolated subinterpreters, multiple independent module
     instances, and future-proofing for Python 3.14's InterpreterPoolExecutor.

    [16 lines not shown]
VersionDeltaFile
1.8+4-4geography/py-maxminddb/distinfo
1.12+2-2geography/py-maxminddb/Makefile
+6-62 files

OpenBSD/src JlJzM7Susr.sbin/bgpd rde_filter.c

   This moves the code to lookup and set the pftable_id and rtlabel_id
   from rde_apply_set() to filterset_recv(). This was already done in the
   nexthop case.
   OK tb@
VersionDeltaFile
1.138+20-14usr.sbin/bgpd/rde_filter.c
+20-141 files

NetBSD/pkgsrc XyhF98Zdoc CHANGES-2025

   Updated net/unbound, security/py-bandit
VersionDeltaFile
1.7021+3-1doc/CHANGES-2025
+3-11 files

LLVM/project 9fd32acllvm/include/llvm/MC MCSymbolGOFF.h MCGOFFStreamer.h, llvm/lib/MC MCGOFFStreamer.cpp MCSymbolGOFF.cpp

Address most review comments
DeltaFile
+1-67llvm/lib/MC/MCGOFFStreamer.cpp
+58-6llvm/lib/MC/MCSymbolGOFF.cpp
+13-1llvm/include/llvm/MC/MCSymbolGOFF.h
+3-9llvm/lib/MC/GOFFObjectWriter.cpp
+0-6llvm/include/llvm/MC/MCGOFFStreamer.h
+0-4llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.cpp
+75-932 files not shown
+76-958 files