NetBSD/src s71o0F4sys/arch/sparc/sparc openfirm.c

   Only call delay() with #ifdef _KERNEL, because it's not available to
   standalone tools like sparc bootjs.net .
VersionDeltaFile
1.26+6-2sys/arch/sparc/sparc/openfirm.c
+6-21 files

NetBSD/pkgsrc kFCWDBVdoc CHANGES-2026

   Updated devel/protobuf-language-server, devel/lazygit
VersionDeltaFile
1.5008+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc w7mAbzEdevel/lazygit Makefile go-modules.mk

   lazygit: updated to 0.64.0

   0.64.0

   Enhancements

   Show a spinner for more long-running operations
   Remove the BLOCK_UI refresh mode
   Support a {{diffContext}} template variable in external diff command
   Some small UI polish
   Auto-scroll when dragging to create range selection in staging view
   Create a range selection in list views by dragging with the mouse
   Reorder commits (or rebase todos) by dragging with the mouse
   Rework the custom pager config (rename to diff renderer)
   Show a Github PR's combined checks state in branches list (and main view for selected branch)

   Fixes

   Fix stuck inline status when pushing/fetching

    [11 lines not shown]
VersionDeltaFile
1.28+46-52devel/lazygit/distinfo
1.20+14-16devel/lazygit/go-modules.mk
1.81+2-2devel/lazygit/Makefile
+62-703 files

NetBSD/pkgsrc doTevH2devel/protobuf-language-server Makefile distinfo

   protobuf-language-server: updated to 0.1.5

   0.1.5
   fix(view): unwrap vscode-languageclient wrapped settings in SettingsFromInterface
VersionDeltaFile
1.4+4-4devel/protobuf-language-server/distinfo
1.19+2-3devel/protobuf-language-server/Makefile
+6-72 files

NetBSD/pkgsrc DDQS0jRdoc CHANGES-2026

   Updated lang/python313, lang/py313-html-docs
VersionDeltaFile
1.5007+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 74XuVRtlang/py313-html-docs distinfo, lang/python313 Makefile distinfo

   python313 py313-html-docs: updated to 3.13.15

   Python 3.13.15

   macOS
   gh-153711: On macOS, do not attempt to use the dup3(2) and pipe2(2) system calls introduced in macOS 27 to prevent problems when running on older systems.
   Windows
   gh-140146: Prevent tkinter from hanging on Windows if stdin is redirected to a pipe in an interactive session. This is helpful for testing interactive usage of tkinter from a script, for example as part of the cpython test suite.
   Tools/Demos
   gh-155218: Fix Argument Clinic generating the flags of the optional groups in different order on 32-bit and 64-bit platforms.
   gh-155207: Argument Clinic now supports the --dry-run and --diff options. They list the files which would be changed, or write a unified diff of the changes to the standard output, without modifying any file.
   gh-64502: Fix Argument Clinic support of parameters with a default value used together with optional groups. Such parameters were always required in the generated parsing code.
   gh-154580: Fix python-gdb.py raising UnicodeEncodeError when pretty-printing a non-ASCII str in a locale whose host charset cannot encode it, such as any non-ASCII string in the C locale.
   Tests
   gh-76595: Add C API tests for PyCapsule_Import().
   gh-154167: The test runner (regrtest) now restores the default SIGINT handler if it was inherited as ignored, so the test suite no longer hangs when run as a shell background job.
   gh-154144: Fix building the _testcapi module on NetBSD.
   gh-152548: Add the test.support.isolation.runInSubprocess() decorator to run a test method or TestCase subclass in a fresh interpreter subprocess, isolated from the rest of the test run.
   gh-151626: Fix several tests in test.test_inspect, test.test_import, test.test_importlib, test.test_py_compile and test.test_compileall that failed when the test suite was run with PYTHONPYCACHEPREFIX set. These tests now neutralize the pycache prefix where they assume the default __pycache__ bytecode layout.

    [187 lines not shown]
VersionDeltaFile
1.15+30-2lang/python313/PLIST
1.5+10-10lang/python313/patches/patch-configure
1.4+8-8lang/python313/patches/patch-Makefile.pre.in
1.22+6-6lang/python313/distinfo
1.33+3-7lang/python313/Makefile
1.16+4-4lang/py313-html-docs/distinfo
+61-372 files not shown
+65-418 files

NetBSD/pkgsrc S1UDnaemail/py-postfix-mta-sts-resolver version.mk Makefile

   py-postfix-mta-sts-resolver: restore version.mk
VersionDeltaFile
1.15+4-2mail/py-postfix-mta-sts-resolver/Makefile
1.3+2-0mail/py-postfix-mta-sts-resolver/version.mk
+6-22 files

NetBSD/pkgsrc yZpOGhddoc TODO

   doc/TODO: + reposurgeon-5.10.
VersionDeltaFile
1.27695+2-2doc/TODO
+2-21 files

NetBSD/pkgsrc eFjcRMqtextproc Makefile

   textproc/Makefile: sort
VersionDeltaFile
1.1595+2-2textproc/Makefile
+2-21 files

NetBSD/src a3DwL46external/gpl3/gcc/dist/gcc/config/arm arm.h arm.md

   gcc/arm: For -mtp=soft, ensure stack alignment in leaf functions using
   thread local storage.

   For each function compiled, record whether it accesses thread-local
   storage.  When laying out the stack frame for a leaf function, if the
   function needs to use a C runtime subroutine to retrieve the thread
   pointer, make sure that the stack pointer is aligned appropriately.

   PR lib/57638: thread local storage broken on evbarm (armv5)

   Upstream bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126394

   ok skrll@ riastradh@
VersionDeltaFile
1.3+9-4external/gpl3/gcc/dist/gcc/config/arm/arm.cc
1.24+4-1external/gpl3/gcc/dist/gcc/config/arm/arm.md
1.27+2-0external/gpl3/gcc/dist/gcc/config/arm/arm.h
+15-53 files

NetBSD/src 66ebMKwsys/arch/mvme68k/mvme68k isr.h

   Autovector interrupts aren't used on mvme68k at all, so g/c the
   isrlink_autovec() wrapper.
VersionDeltaFile
1.14+1-9sys/arch/mvme68k/mvme68k/isr.h
+1-91 files

NetBSD/src MgyOE08sys/arch/mvme68k/dev sbic.c

   Don't need isr.h here.
VersionDeltaFile
1.38+2-3sys/arch/mvme68k/dev/sbic.c
+2-31 files

NetBSD/src PFY0tV6tools Makefile

   Build dtc as a tool for hb68k.
VersionDeltaFile
1.233+2-1tools/Makefile
+2-11 files

NetBSD/xsrc VNJyTdDexternal/mit/libXfont2/dist Makefile.am configure, external/mit/libXfont2/dist/src/fc fserve.c

   initial import of libXfont2-2.0.9
VersionDeltaFile
1.1+412-0external/mit/libXfont2/dist/test/test-fserve-read-glyphs.c
1.1.1.8+100-16external/mit/libXfont2/dist/Makefile.in
1.1.1.8+87-0external/mit/libXfont2/dist/ChangeLog
1.1.1.7+36-9external/mit/libXfont2/dist/src/fc/fserve.c
1.1.1.8+13-13external/mit/libXfont2/dist/configure
1.1.1.5+18-2external/mit/libXfont2/dist/Makefile.am
+666-404 files not shown
+673-4610 files

NetBSD/pkgsrc AZUHXoidoc CHANGES-2026

   doc: Updated net/erlang-idna to 7.1.0
VersionDeltaFile
1.5006+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pvOuHYdnet/erlang-idna PLIST distinfo

   # CHANGELOG

   == 7.1.0 - 2026-01-21

   - update to Unicode 17.0.0
   - fix recursive processing of UTS #46 character mappings

   == 7.0.0 - unreleased

   - remove unicode_compat. only support Erlang >= 20
VersionDeltaFile
1.12+5-10net/erlang-idna/Makefile
1.4+4-4net/erlang-idna/distinfo
1.3+1-4net/erlang-idna/PLIST
+10-183 files

NetBSD/pkgsrc RK4sYb4doc CHANGES-2026

   doc: Updated devel/erlang-ezlib to 1.0.16
VersionDeltaFile
1.5005+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kdU6tGNdevel/erlang-ezlib Makefile distinfo

   devel/erlang-ezlib: Update to 1.0.16

   # Version 1.0.16

   * Updating p1_utils to version 1.0.29.
   * Fix new deprecation in R29
   * Add documentation to hex package
VersionDeltaFile
1.12+4-4devel/erlang-ezlib/distinfo
1.12+2-3devel/erlang-ezlib/Makefile
+6-72 files

NetBSD/pkgsrc LQGjqPIdoc CHANGES-2026

   doc: Updated devel/erlang-cache_tab to 1.0.34
VersionDeltaFile
1.5004+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 4ZSbBacdevel/erlang-cache_tab Makefile distinfo

   devel/erlang-cache_tab: Update to 1.0.34

   # Version 1.0.34

   * Updating p1_utils to version 1.0.29.
   * Fix new deprecation in R29
   * Add documentation in hex packages
VersionDeltaFile
1.18+4-4devel/erlang-cache_tab/distinfo
1.18+2-3devel/erlang-cache_tab/Makefile
+6-72 files

NetBSD/pkgsrc QYUXPqPdoc CHANGES-2026

   doc: Updated misc/erlang-p1_utils to 1.0.29
VersionDeltaFile
1.5003+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kBioTXKmisc/erlang-p1_utils Makefile distinfo

   misc/erlang-p1_utils: Update to 1.0.29

   # Version 1.0.29

   * Improve error reporting when failing to start properly
   * Fix issue with test when using rebar2
   * Remove stuff deprecated in R29
VersionDeltaFile
1.21+4-4misc/erlang-p1_utils/distinfo
1.22+2-3misc/erlang-p1_utils/Makefile
+6-72 files

NetBSD/pkgsrc 06JWfOfcross/ppc-morphos-gcc Makefile, cross/ppc-morphos-gcc/files const-baserel.diff

   cross/ppc-morphos-gcc: Exclude function pointers and C++ metadata from baserel
VersionDeltaFile
1.6+35-11cross/ppc-morphos-gcc/files/const-baserel.diff
1.14+2-2cross/ppc-morphos-gcc/Makefile
+37-132 files

NetBSD/src L4a8KHyusr.sbin/npf/npfctl npf.conf.5

   npf.conf.5: add more detail about table type distinctions
VersionDeltaFile
1.110+16-2usr.sbin/npf/npfctl/npf.conf.5
+16-21 files

NetBSD/pkgsrc-wip 2b7e964qgis Makefile COMMIT_MSG

qgis: Update to 4.2.1
DeltaFile
+3-3qgis/distinfo
+2-1qgis/PLIST
+1-1qgis/Makefile
+1-1qgis/COMMIT_MSG
+7-64 files

NetBSD/src 96XC4Wosys/arch/evbmips/rmixl machdep.c

   Add  __diagused for mapname.
   Fixes non DIAGNOSTIC build for evbmips XLSATX(32/64) kernel config.
VersionDeltaFile
1.26+3-3sys/arch/evbmips/rmixl/machdep.c
+3-31 files

NetBSD/src fxO1rWqsys/arch/mips/rmi rmixl_cpu.c

   Fix typo in printf param: dp->ci_onproc -> ci->ci_onproc.
   Fixes evbmips XLSATX(32/64) DEBUG enabled kernel build.
VersionDeltaFile
1.16+3-3sys/arch/mips/rmi/rmixl_cpu.c
+3-31 files

NetBSD/pkgsrc JZaKNhmdoc CHANGES-2026

   doc: Updated www/resterm to 0.51.3
VersionDeltaFile
1.5002+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc iTOBCe2www/resterm go-modules.mk Makefile

   resterm: Update to 0.51.3

   Fixed
   Text wrapping
   The wrapper walked text one rune at a time, which broke down on anything past plain ASCII. Most of the time invisible, but it was an real bug. It now works in grapheme clusters.
   * Emoji sequences, combining accents and joined characters no longer get cut in half at a wrap point.
   * Zero-width runes no longer count as a cell, so lines containing combining marks stop wrapping earlier than they should have.
   * Double-width characters (CJK and similar) can no longer push a row past the pane width. A row that overflowed got wrapped a second time by the terminal, which put the cursor and selection on the wrong line.
   * A character too wide to fit beside an indent now moves down whole, and if it still does not fit, the indent is dropped rather than overflowing the row.
   * A character wider than the entire row is placed on a row of its own instead of looping.
   Row mapping was counted from the size of the output buffer. Blank lines add no bytes, so they were skipped and the map claimed more rows than existed. Cursor movement and selection in bodies with blank lines landed one or more lines off. Rows are counted directly now.

   Color handling had two leaks:
   * A reset arriving after the last visible character on a line was dropped together with the empty continuation row it landed on, so the color carried into everything below it.
   * An escape sequence that appeared inside a run of whitespace was discarded when that whitespace was trimmed at a wrap point.
   Also in this area:
   * Pre mode no longer produces rows containing only indentation.
   * CRLF, control bytes and invalid UTF-8 no longer throw off width accounting or get dropped from the output.
   * Extended color codes such as ESC[38;5;0m are read as a color, not as a reset.

    [7 lines not shown]
VersionDeltaFile
1.23+3-3www/resterm/distinfo
1.25+1-1www/resterm/Makefile
1.14+0-0www/resterm/go-modules.mk
+4-43 files

NetBSD/pkgsrc ciiL5Uzcross/ppc-morphos-gcc Makefile, cross/ppc-morphos-gcc/files const-baserel.diff

   cross/ppc-morphos-gcc: Move COMDATs to sdata too for baserel and always honor explicit section
VersionDeltaFile
1.5+55-10cross/ppc-morphos-gcc/files/const-baserel.diff
1.13+2-2cross/ppc-morphos-gcc/Makefile
+57-122 files