NetBSD/src Dod2M0Csys/arch/arm/arm32 pmap.c

   spaces to tab
VersionDeltaFile
1.445+3-3sys/arch/arm/arm32/pmap.c
+3-31 files

NetBSD/src V8aJXbWsys/arch/arm/include cpufunc.h

   KNF
VersionDeltaFile
1.94+2-2sys/arch/arm/include/cpufunc.h
+2-21 files

NetBSD/pkgsrc-wip 4391c7fups-nut distinfo Makefile.common, ups-nut/patches patch-tests_nut-driver-enumerator-test.sh

ups-nut: Update to  2.8.4.1305
DeltaFile
+0-17ups-nut/patches/patch-tests_nut-driver-enumerator-test.sh
+3-4ups-nut/distinfo
+1-1ups-nut/Makefile.common
+4-223 files

NetBSD/pkgsrc GIror6Gnet/rtmpdump buildlink3.mk

   rtmpdump: make bl3.mk accept any 2.6.0
VersionDeltaFile
1.24+2-2net/rtmpdump/buildlink3.mk
+2-21 files

NetBSD/pkgsrc zCVTBgqnet/rtmpdump Makefile

   rtmpdump: use date in version number instead of git hash
VersionDeltaFile
1.31+2-3net/rtmpdump/Makefile
+2-31 files

NetBSD/pkgsrc 8s6ieAadoc CHANGES-2026

   doc: Updated devel/gyp to 0.1pre20240206
VersionDeltaFile
1.890+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc IrFxR4ddevel/gyp Makefile PLIST, devel/gyp/patches patch-pylib_gyp_common.py patch-test_module_src_program.c

   py-gyp: update to 0.1pre20240206.

   Switch to wheel.mk, remove git hash from version number.

   Three years of changes, but it's only around 10 commits.
VersionDeltaFile
1.30+7-10devel/gyp/Makefile
1.6+7-5devel/gyp/PLIST
1.15+6-6devel/gyp/distinfo
1.6+1-11devel/gyp/patches/patch-pylib_gyp_common.py
1.2+6-5devel/gyp/patches/patch-test_module_src_program.c
+27-375 files

NetBSD/pkgsrc-wip cecf2davalgrind-netbsd-git TODO Makefile

valgrind-netbsd-git: update to today's snapshot

fails later
DeltaFile
+10-6valgrind-netbsd-git/TODO
+3-3valgrind-netbsd-git/Makefile
+3-3valgrind-netbsd-git/distinfo
+16-123 files

NetBSD/src bMIhgFusys/dev/isa if_ate.c if_fmv_isa.c, usr.sbin/makefs/cd9660 cd9660_write.c

   fix few typos in comments.
VersionDeltaFile
1.52+3-3sys/dev/isa/if_ate.c
1.14+3-3sys/dev/isa/if_fmv_isa.c
1.19+3-3usr.sbin/makefs/cd9660/cd9660_write.c
+9-93 files

NetBSD/pkgsrc xk3e3gndoc CHANGES-2026

   doc: Updated www/hugo to 0.155.2
VersionDeltaFile
1.889+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 0TS3Vpbwww/hugo distinfo Makefile

   hugo: Update to 0.155.2

   upstream changes:
   -----------------
   v0.155.2
   Note that the bug fix below is for the two new dimensions introduced in v0.153.0 (version and role), multiple languages worked fine. Also, changes to the first version and role also worked, which had me head-scratching for a while. Oh, well, enjoy.
     * Fix template change detection for multi-version sites 0f1c7d1 @bep #14461
     * resources/image: Add some image decode/encode debug logging 6bd2bde @bep #14337 #14460
VersionDeltaFile
1.54+4-4www/hugo/distinfo
1.135+2-2www/hugo/Makefile
+6-62 files

NetBSD/pkgsrc-wip 502b067dovecot24 COMMIT_MSG

dovecot24: Add COMMIT_MSG with attribution
DeltaFile
+4-0dovecot24/COMMIT_MSG
+4-01 files

NetBSD/pkgsrc-wip d239331dovecot24 TODO

dovecot24: Add TODO items
DeltaFile
+21-0dovecot24/TODO
+21-01 files

NetBSD/src gHrTDGcdoc CHANGES-11.0

   182
VersionDeltaFile
1.1.2.75+64-1doc/CHANGES-11.0
+64-11 files

NetBSD/src xJf92BKlib/libc Makefile.inc, sys/arch/evbarm/conf MMNET_GENERIC MPCSA_GENERIC

   Apply patch (requested by martin in ticket #182):
   Remove "options DIAGNOSTIC" and "options DEBUG" from all kernels
   and _DIAGNOSTIC from libc.
VersionDeltaFile
1.22.4.1+6-2lib/libc/Makefile.inc
1.207.8.1+4-4sys/arch/pmax/conf/GENERIC
1.56.4.1+4-4sys/arch/evbarm/conf/MMNET_GENERIC
1.77.4.1+4-4sys/arch/evbarm/conf/MPCSA_GENERIC
1.34.4.1+4-4sys/arch/mvmeppc/conf/GENERIC
1.30.8.1+4-4sys/arch/usermode/conf/GENERIC.common
+26-2252 files not shown
+150-14658 files

NetBSD/src e06hMWetests/usr.bin/xlint/lint1 expr_sizeof.c, usr.bin/xlint/lint1 decl.c lint1.h

   lint: fix _Alignas in declarations

   Most workarounds for disabling static_assert declarations in lint mode
   are no longer needed.
VersionDeltaFile
1.20+3-8tests/usr.bin/xlint/lint1/expr_sizeof.c
1.425+6-4usr.bin/xlint/lint1/decl.c
1.238+3-1usr.bin/xlint/lint1/lint1.h
+12-133 files

NetBSD/pkgsrc jqkZcy1doc CHANGES-2026

   Updated lang/python314, lang/py314-html-docs
VersionDeltaFile
1.888+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc B9AWSoqlang/py314-html-docs distinfo PLIST, lang/python314 PLIST distinfo

   python314 py314-html-docs: updated to 3.14.3

   Python 3.14.3

   Windows
   gh-128067: Fix a bug in PyREPL on Windows where output without a trailing newline was overwritten by the next prompt.
   Tools/Demos
   gh-142095: Make gdb ‘py-bt’ command use frame from thread local state when available. Patch by Sam Gross and Victor Stinner.
   Tests
   gh-144415: The Android testbed now distinguishes between stdout/stderr messages which were triggered by a newline, and those triggered by a manual call to flush. This fixes logging of progress indicators and similar content.
   gh-143460: Skip tests relying on infinite recusion if stack size is unlimited.
   gh-65784: Add support for parametrized resource wantobjects in regrtests, which allows to run Tkinter tests with the specified value of tkinter.wantobjects, for example -u wantobjects=0.
   gh-143553: Add support for parametrized resources, such as -u xpickle=2.7.
   gh-142836: Accommodated Solaris in test_pdb.test_script_target_anonymous_pipe.
   bpo-31391: Forward-port test_xpickle from Python 2 to Python 3 and add the resource back to test’s command line.
   Security
   gh-144125: BytesGenerator will now refuse to serialize (write) headers that are unsafely folded or delimited; see verify_generated_headers. (Contributed by Bas Bloemsaat and Petr Viktorin in gh-121650).
   gh-143935: Fixed a bug in the folding of comments when flattening an email message using a modern email policy. Comments consisting of a very long sequence of non-foldable characters could trigger a forced line wrap that omitted the required leading space on the continuation line, causing the remainder of the comment to be interpreted as a new header field. This enabled header injection with carefully crafted inputs.
   gh-143925: Reject control characters in data: URL media types.

    [114 lines not shown]
VersionDeltaFile
1.3+17-1lang/python314/PLIST
1.7+4-4lang/python314/distinfo
1.4+4-4lang/py314-html-docs/distinfo
1.3+3-3lang/py314-html-docs/PLIST
1.4+2-2lang/python314/dist.mk
1.4+2-2lang/py314-html-docs/Makefile
+32-161 files not shown
+33-187 files

NetBSD/pkgsrc-wip 381320dzk distinfo go-modules.mk

zk: Update to 0.15.2

Changes:
0.15.2
Added
- Find notes with missing backlinks using zk list --missing-backlink
- LSP diagnostic for missing backlinks when other notes link to current note
  without reciprocal links
- Code action to add missing backlinks
- LSP diagnostic for self-referential links

Fixed
- Release tarballs now output the program version
- Config path can be set with $ZK_CONFIG_DIR
DeltaFile
+33-33zk/distinfo
+10-10zk/go-modules.mk
+1-1zk/Makefile
+44-443 files

NetBSD/src 48gxxMelib/libc Makefile.inc

   Cosmetic change: move _DIAGNOSTIC to its own line, so release branches
   can more easily switch it off.
VersionDeltaFile
1.26+6-2lib/libc/Makefile.inc
+6-21 files

NetBSD/src MelOLymshare/mk bsd.sys.mk

   Extend the supported reproflags to fortran.
VersionDeltaFile
1.319+6-5share/mk/bsd.sys.mk
+6-51 files

NetBSD/src OcnflWvexternal/gpl3/gcc/dist/gcc/fortran trans.cc

   make whitespace more fsf-like
VersionDeltaFile
1.3+6-2external/gpl3/gcc/dist/gcc/fortran/trans.cc
+6-21 files

NetBSD/src 9QPVmgDexternal/gpl3/gcc/dist/gcc/fortran trans-io.cc

   remap filename for reproducible builds.
VersionDeltaFile
1.2+38-6external/gpl3/gcc/dist/gcc/fortran/trans-io.cc
+38-61 files

NetBSD/pkgsrc-wip 1fcc268lvm2 Makefile

lvm2: fix path to bash

On Linux, TOOLS_PLATFORM.bash is set to /bin/bash.
DeltaFile
+1-1lvm2/Makefile
+1-11 files

NetBSD/pkgsrc cb674Wgdoc CHANGES-2026

   Updated devel/protobuf-language-server, math/fast_float
VersionDeltaFile
1.887+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc oz2fWgamath/fast_float distinfo Makefile

   fast_float: updated to 8.2.3

   8.2.3

   add base check for uint8
   fix issue with s390x.
   optimize uint16 parsing
   optimize fastfloat_strncasecmp
   Bump the github-actions group across 1 directory with 4 updates
   fix early return error in fastfloat_strncasecmp
   Clarify behavior for underflow
   Fix overzealous build-time  /permissive- propagating to compile-time (cross-compilation bug)
VersionDeltaFile
1.11+4-4math/fast_float/distinfo
1.11+2-2math/fast_float/Makefile
+6-62 files

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

   protobuf-language-server: updated to 0.1.2

   0.1.2
   Update README.md
VersionDeltaFile
1.3+10-10devel/protobuf-language-server/distinfo
1.12+2-3devel/protobuf-language-server/Makefile
1.3+2-2devel/protobuf-language-server/go-modules.mk
+14-153 files

NetBSD/src 6cMh1hSexternal/gpl3/gcc/dist/gcc/fortran trans.cc

   Add filename remapping for fortran error messages to fix reproducible builds.
VersionDeltaFile
1.2+567-150external/gpl3/gcc/dist/gcc/fortran/trans.cc
+567-1501 files

NetBSD/src m8NDX04external/gpl3/gcc/dist/gcc file-prefix-map.cc

   fix typo
VersionDeltaFile
1.4+1-1external/gpl3/gcc/dist/gcc/file-prefix-map.cc
+1-11 files

NetBSD/pkgsrc-wip 6e0c9d8dovecot24 options.mk TODO

dovecot24: SSL is not optional and has to be OpenSSL.
DeltaFile
+3-14dovecot24/options.mk
+4-4dovecot24/TODO
+4-0dovecot24/Makefile.common
+11-183 files