OpenBSD/ports vgx0gXimath/p5-Math-BigInt-GMP distinfo Makefile

   update p5-Math-BigInt-GMP to 1.7003
VersionDeltaFile
1.7+2-2math/p5-Math-BigInt-GMP/distinfo
1.24+1-1math/p5-Math-BigInt-GMP/Makefile
+3-32 files

LLVM/project 7fd02b3clang/test/SemaCXX source_location.cpp

[clang] NFC: Add test case for #178324 and mark it as fixed (#190490)

Issue #178324 was actually fixed by #187755

We lost the "declaration does not declare anything" warning since the
regression was introduced, but that was because:
1) Since #78436 we treat __builtin_FUNCSIG in a dependent context
effectivelly as if it contained a template parameter.
2) Our decltype implementation treats eexpressions containing template
parameters as if they were completely opaque (but alas this goes against
the spec, which says in [temp.type]p4 this should be looking only at
type dependence).
3) Since the decltype is opaque, we don't know what lookup will find, so
we can't issue the warning because we don't know if we are going to end
up with a type or an expression.

Fixes #178324
DeltaFile
+10-0clang/test/SemaCXX/source_location.cpp
+10-01 files

FreeBSD/ports f3ea14adeskutils/foliate p.patch

deskutils/foliate: Remove the accidentally added patch file.
DeltaFile
+0-106deskutils/foliate/p.patch
+0-1061 files

FreeBSD/ports 948c7dddeskutils/foliate p.patch pkg-plist

deskutils/foliate: Clean up NLS depends, add helpers

PR:             274769
Reported by:    Nuno Teixeira <eduardo at FreeBSD.org>
DeltaFile
+106-0deskutils/foliate/p.patch
+30-30deskutils/foliate/pkg-plist
+4-6deskutils/foliate/Makefile
+140-363 files

OpenBSD/ports 24CPP2Wtextproc/p5-XML-LibXML/patches patch-t_02parse_t patch-t_60error_prev_chain_t

   Backport test fixes from github master.  Passes with libxml-2.15.2p0.
VersionDeltaFile
1.1+54-0textproc/p5-XML-LibXML/patches/patch-t_02parse_t
1.1+38-0textproc/p5-XML-LibXML/patches/patch-t_60error_prev_chain_t
1.1+23-0textproc/p5-XML-LibXML/patches/patch-t_25relaxng_t
1.1+23-0textproc/p5-XML-LibXML/patches/patch-t_26schema_t
1.1+20-0textproc/p5-XML-LibXML/patches/patch-t_49_load_html_t
1.1+20-0textproc/p5-XML-LibXML/patches/patch-t_08findnodes_t
+178-02 files not shown
+211-08 files

NetBSD/pkgsrc SxilzUmdoc CHANGES-2026

   doc: Updated security/ca-certificates to 20260223
VersionDeltaFile
1.2089+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AdYgLRcsecurity/ca-certificates PLIST distinfo

   ca-certificates: Update to 20260223

   ca-certificates (20260223) unstable; urgency=medium

     * Update Mozilla certificate authority bundle to version 2.82
       The following certificate authorities were added (+):
       + TrustAsia TLS ECC Root CA
       + TrustAsia TLS RSA Root CA
       + SwissSign RSA TLS Root CA 2022 - 1
       + OISTE Server Root ECC G1
       +  OISTE Server Root RSA G1
       The following certificate authorities were removed (-):
       - GlobalSign Root CA
       - Entrust.net Premium 2048 Secure Server CA
       - Baltimore CyberTrust Root (closes: #1121936)
       - Comodo AAA Services root
       - XRamp Global CA Root
       - Go Daddy Class 2 CA
       - Starfield Class 2 CA

    [8 lines not shown]
VersionDeltaFile
1.9+6-12security/ca-certificates/PLIST
1.14+4-4security/ca-certificates/distinfo
1.17+2-2security/ca-certificates/Makefile
+12-183 files

FreeBSD/src fba8bd0. CONTRIBUTING.md

CONTRIBUTING.md: Make quality expectations section more concise

FreeBSD has not yet established an AI submission policy.  For now remove
text that implies we have.
DeltaFile
+2-6CONTRIBUTING.md
+2-61 files

NetBSD/pkgsrc 7v5HhiUdoc CHANGES-2026

   doc: Updated sysutils/py-Glances to 4.5.2nb1
VersionDeltaFile
1.2088+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc XGLtf6Csysutils/py-Glances Makefile PLIST

   py-Glances: remove python file in pycache

   Probably an upstream bug, but this should not be installed and
   listed in the PLIST.

   Bump PKGREVISION.
VersionDeltaFile
1.47+4-4sysutils/py-Glances/Makefile
1.20+1-2sysutils/py-Glances/PLIST
+5-62 files

OpenBSD/src tdmYT5dusr.sbin/netgroup_mkdb netgroup_mkdb.c

   netgroup_mkdb(8) calls abort() when _ng_parse() returns
   _NG_ERROR for a malformed netgroup entry. Make this code
   exit via the same paradigm as other errors (errx).

   From Renaud Allard, thanks!

   ok op@
VersionDeltaFile
1.25+4-1usr.sbin/netgroup_mkdb/netgroup_mkdb.c
+4-11 files

LLVM/project d400080lldb/source/Plugins/Platform/WebAssembly PlatformWasm.cpp

[lldb] Inherit Host::GetEnvironment() when launching a wasm runtime (#190476)

Some WebAssembly runtimes might use environment variables such as `HOME`
or `XDG_CONFIG_HOME` to store configuration files, additionally some VMs
might allow wasm modules to read environment variables from the host.
Currently, if a runtime is launched using the WebAssembly platform it
doesn't inherit the environment. As a result wasm runtimes and modules
are unable to read from environment variables and might even fail to
launch (if the config file is required). This PR aims to resolve this
issue, I have tested this with the WARDuino runtime and my WIP gdbstub.
DeltaFile
+1-0lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.cpp
+1-01 files

NetBSD/src nBNwXEnsys/arch/alpha/pci ttwoga_dma.c

   s/liner/linear/ in comment.
VersionDeltaFile
1.12+3-3sys/arch/alpha/pci/ttwoga_dma.c
+3-31 files

OpenBSD/src Se3Zi6Pdistrib/sets/lists/man mi

   sync
VersionDeltaFile
1.1763+1-0distrib/sets/lists/man/mi
+1-01 files

LLVM/project 0996887llvm/test/tools/dsymutil/AArch64 pseudo-probe.test

[dsymutil] Add REQUIRES: host-byteorder-little-endian to pseudo-probe test (#190482)
DeltaFile
+2-1llvm/test/tools/dsymutil/AArch64/pseudo-probe.test
+2-11 files

LLVM/project f959327polly/include/polly ScopBuilder.h, polly/lib/Analysis ScopBuilder.cpp

[Polly][NFC] Convert ScopBuilder::buildUnsignedConditionSets() to isl++ (#190487)
DeltaFile
+28-24polly/lib/Analysis/ScopBuilder.cpp
+2-2polly/include/polly/ScopBuilder.h
+30-262 files

LLVM/project 1a72808clang/test/SemaCXX source_location.cpp

[clang] NFC: Add test case for #178324 and mark it as fixed

Issue #178324 was actually fixed by #187755

We lost the "declaration does not declare anything" warning since
the regression was introduced, but that was because:
1) Since #78436 we treat __builtin_FUNCSIG in a dependent context effectivelly as
   if it contained a template parameter.
2) Our decltype implementation treats eexpressions containing template
   parameters as if they were completely opaque (but alas this goes against
   the spec, which says in [temp.type]p4 this should be looking only
   at type dependence).
3) Since the decltype is opaque, we don't know what lookup will find,
   so we can't issue the warning because we don't know if we are going
   to end up with a type or an expression.

Fixes #178324
DeltaFile
+10-0clang/test/SemaCXX/source_location.cpp
+10-01 files

LLVM/project 2c6dfacclang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/CodeGen CIRGenModule.cpp

[CIR] Convert global_visibility from attribute to property

Replace CIR_VisibilityAttr with DefaultValuedProp<EnumProp<CIR_VisibilityKind>>
for global_visibility on GlobalOp and FuncOp. This removes the need for custom
parse/print functions and simplifies callers to use direct enum values instead
of wrapping/unwrapping VisibilityAttr.
DeltaFile
+4-41clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+8-5clang/include/clang/CIR/Dialect/IR/CIROps.td
+2-3clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+2-2clang/lib/CIR/CodeGen/CIRGenModule.cpp
+1-2clang/lib/CIR/Dialect/Transforms/EHABILowering.cpp
+1-2clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
+18-556 files

LLVM/project 8ed6773llvm/lib/CodeGen CodeGenPrepare.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+1-6llvm/lib/CodeGen/CodeGenPrepare.cpp
+1-61 files

LLVM/project ad6d3c7clang/lib/CIR/CodeGen CIRGenExprAggregate.cpp CIRGenValue.h, clang/test/CIR/CodeGen aggregate-copy-overlap.cpp no-unique-address.cpp

[CIR] Use data size in emitAggregateCopy for overlapping copies
DeltaFile
+76-0clang/test/CIR/CodeGen/aggregate-copy-overlap.cpp
+16-6clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
+5-4clang/test/CIR/CodeGen/no-unique-address.cpp
+1-1clang/lib/CIR/CodeGen/CIRGenValue.h
+98-114 files

OpenZFS/src 74da516.github/workflows/scripts qemu-1-setup.sh

CI: Free 35GB of unused files on the runner

Free 35GB of unused files, mostly from unused development environments.
This helps with the out of disk space problems we were seeing on
FreeBSD runners.

Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Reviewed-by: George Melikov <mail at gmelikov.ru>
Signed-off-by: Tony Hutter <hutter2 at llnl.gov>
Closes #18400
DeltaFile
+21-0.github/workflows/scripts/qemu-1-setup.sh
+21-01 files

FreeBSD/ports ceb4dcemail/thunderbird distinfo Makefile

mail/thunderbird: update to 149.0.2 (rc1)

Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/149.0.2/releasenotes/

(cherry picked from commit bbe5904b2bf7a0cf99e834ab29d1d0d1f5c3847b)
DeltaFile
+3-3mail/thunderbird/distinfo
+1-1mail/thunderbird/Makefile
+4-42 files

FreeBSD/ports bbe5904mail/thunderbird distinfo Makefile

mail/thunderbird: update to 149.0.2 (rc1)

Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/149.0.2/releasenotes/
DeltaFile
+3-3mail/thunderbird/distinfo
+1-1mail/thunderbird/Makefile
+4-42 files

NetBSD/src b2RX0iAsys/arch/amiga/amiga machdep.c

   Remove a global that is not, in fact, used in init_main.c, despite what
   the comment claims.
VersionDeltaFile
1.265+3-6sys/arch/amiga/amiga/machdep.c
+3-61 files

OpenBSD/ports 1Rdxd6xnet/telemt crates.inc distinfo

   update to telemt 3.3.35
VersionDeltaFile
1.3+422-421net/telemt/crates.inc
1.3+4-2net/telemt/distinfo
1.4+1-1net/telemt/Makefile
+427-4243 files

OpenBSD/ports 2FIpGURdevel/p5-Date-Extract/patches patch-t_05-format_t

   Test of p5-Date-Extract has been fixed upstream, remove patch that
   uses wrong expectation.
VersionDeltaFile
1.3+0-0devel/p5-Date-Extract/patches/patch-t_05-format_t
+0-01 files

NetBSD/src LKC7MNvsys/arch/amiga/amiga machdep.c, sys/arch/atari/atari machdep.c

   Consolidate the declaration of phys_map.
VersionDeltaFile
1.264+2-4sys/arch/amiga/amiga/machdep.c
1.200+2-4sys/arch/atari/atari/machdep.c
1.83+2-4sys/arch/cesfic/cesfic/machdep.c
1.261+2-4sys/arch/hp300/hp300/machdep.c
1.124+2-4sys/arch/luna68k/luna68k/machdep.c
1.45+4-2sys/arch/m68k/m68k/vm_machdep.c
+14-229 files not shown
+32-5815 files

FreeBSD/src 8e68f94share/examples/jails jng

New version of jng (2.0)

Changes for jng 1.0 -> 2.0 include:

+ Add experimental MSS clamping
+ Add support for ng_bridge(4) NGM_BRIDGE_GET_STATS (getstats)
+ Add JSON formatted ng_bridge(4) statistics (see above) via "jng stats -j <name>"
+ Add error messages
+ Minor refactoring for code readability (read: quietly() function)
+ Rename eiface variables to jiface to clarify as-for jail interface (not ng_eiface(4))
+ Fix missing description for alternate form of "jng show" usage
+ Update "jng show <name>" to accept multiple names (now "jng show <name> …" is allowed)
+ Update "jng shutdown <name>" to accept multiple names (now "jng shutdown <name> …" is allowed)
+ Add "-a" option to "jng stats" (as-in "jng stats -a") to show all ng_bridge(4) stats
+ Update "jng stats <name>" to accept any kind of name (make it easier to use)
+ Add version ident
+ Remove extraneous line in LICENSE section
+ Add -h to usage statements
+ Bump copyright

    [3 lines not shown]
DeltaFile
+249-70share/examples/jails/jng
+249-701 files

FreeBSD/ports 8c4df93security/spectre-meltdown-checker distinfo Makefile

security/spectre-meltdown-checker: update to 26.26.0404682

Changelog:      https://github.com/speed47/spectre-meltdown-checker/releases/tag/v26.26.0404682
DeltaFile
+3-3security/spectre-meltdown-checker/distinfo
+1-1security/spectre-meltdown-checker/Makefile
+4-42 files

OpenBSD/src ij1nuDwlib/libc/sys sysctl.2

   Fix hw.blockcpu sysctl variable name

   From Matthias Schmidt
VersionDeltaFile
1.72+3-3lib/libc/sys/sysctl.2
+3-31 files