NetBSD/pkgsrc lToYkkbmk/pkgformat/pkg metadata.mk

   mk: fix bug in BUILD_INFO file

   Below ${FILESDIR}, checksums were generated for all files, including
   files/CVS/*. Skip */CVS/* files (since they might be in subdirs).

   Update comment while here.
VersionDeltaFile
1.37+6-3mk/pkgformat/pkg/metadata.mk
+6-31 files

NetBSD/src aICc3nJdoc CHANGES

   CHANGES: recent ftp improvements
VersionDeltaFile
1.3229+7-1doc/CHANGES
+7-11 files

NetBSD/src GWmKM8Lsys/uvm uvm_swap.c

   Remove duplicate check added by accident.
VersionDeltaFile
1.211+2-3sys/uvm/uvm_swap.c
+2-31 files

NetBSD/src Ng4n42ishare/mk bsd.README

   bsd.README: document missing files, cleanup text

   Add entries for all bsd.*.mk files, grouped and lexicographically
   ordered appropriately; with the "not to be included by user" in
   the section at the end.

   Some new entries still have TODO for documenting the supported variables.

   Quote target names to make it more obvious.

   Consistently use '...' quotes instead of `...' in places; the latter
   confuses syntax highlighting and searching.

   Clean up wording, expanding "this" or "it" to be more specific
   (AKA "What is the it?" or "What is this?"). Expand "it's" to "it is".
   Other minor tweaks.
VersionDeltaFile
1.463+279-105share/mk/bsd.README
+279-1051 files

NetBSD/pkgsrc-wip bd5e624polybar PLIST Makefile, polybar/patches patch-cmake_cxx.cmake patch-cmake_libpoly.cmake

polybar: finish package
DeltaFile
+79-3polybar/PLIST
+15-0polybar/patches/patch-cmake_cxx.cmake
+12-0polybar/patches/patch-cmake_libpoly.cmake
+3-2polybar/Makefile
+1-1polybar/TODO
+2-0polybar/distinfo
+112-66 files

NetBSD/src 8DaEAwDusr.bin/make/unit-tests Makefile

   Mark .[raw]out targets .META

   If we are in META_MODE we want .meta files for the tests,
   but the new MaybeSubMake sets OP_SUBMAKE so we
   need an explicit .META flag.
VersionDeltaFile
1.379+3-3usr.bin/make/unit-tests/Makefile
+3-31 files

NetBSD/pkgsrc-wip 43fd4a9emacs-git PLIST

emacs-git: add more to PLIST
DeltaFile
+2-0emacs-git/PLIST
+2-01 files

NetBSD/pkgsrc-wip b6da670i3blocks Makefile DESCR, i3blocks/patches patch-sys.c

i3blocks: add package

Builds, untested.
DeltaFile
+21-0i3blocks/Makefile
+18-0i3blocks/patches/patch-sys.c
+13-0i3blocks/DESCR
+6-0i3blocks/distinfo
+5-0i3blocks/PLIST
+3-0i3blocks/TODO
+66-01 files not shown
+67-07 files

NetBSD/pkgsrc-wip c2e76b7. Makefile, polybar Makefile distinfo

polybar: add new package

Incomplete, uses sys/inotify.h
DeltaFile
+32-0polybar/Makefile
+5-0polybar/distinfo
+4-0polybar/PLIST
+3-0polybar/DESCR
+3-0Makefile
+1-0polybar/TODO
+48-06 files

NetBSD/src hl4pyRPtools/binutils mknative-binutils.old mknative-binutils

   mknative-binutils -> 2.46
   mknative-binutils.old -> 2.45
VersionDeltaFile
1.4+60-55tools/binutils/mknative-binutils.old
1.17+16-16tools/binutils/mknative-binutils
+76-712 files

NetBSD/src jmmQvAPsys/external/bsd/acpica acpica2netbsd

   Add cleantags
VersionDeltaFile
1.6+2-1sys/external/bsd/acpica/acpica2netbsd
+2-11 files

NetBSD/pkgsrc zJFoYaYdoc CHANGES-2026

   Updated devel/abseil, security/vaultwarden
VersionDeltaFile
1.1073+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc bkm934ssecurity/vaultwarden distinfo cargo-depends.mk

   vaultwarden: updated to 1.35.3

   1.35.3

   Security Fixes

   This release contains security fixes for the following advisory. We strongly advice to update as soon as possible if you believe it could affect you.

   GHSA-h265-g7rm-h337 (Publication in process, waiting for CVE assignment)
   This vulnerability would allow an authenticated attacker that is part of an organization to access items from collections to which the attacker does not belong.

   What's Changed

   Fix User API Key login
   use email instead of empty name for webauhn
   hide password hints via CSS
   fix email as 2fa with auth requests
   Update crates, web-vault, js, workflows
   refactor: improve tooltips in diagnostics page

    [5 lines not shown]
VersionDeltaFile
1.13+352-310security/vaultwarden/distinfo
1.11+116-102security/vaultwarden/cargo-depends.mk
1.20+2-3security/vaultwarden/Makefile
+470-4153 files

NetBSD/pkgsrc u9lON0Tdevel/abseil distinfo Makefile

   abseil: updated to 20260107.1

   20260107.1

   What's New

   absl::StringResizeAndOverwrite(): A new function in absl/strings/resize_and_overwrite.h that acts as a polyfill for C++23's std::basic_string::resize_and_overwrite. This allows for efficient resizing and in-place initialization of strings, avoiding the overhead of default initialization, which is particularly useful when working with C-style APIs that write directly to a buffer.
   absl::chunked_queue: A new container in absl/container/chunked_queue.h optimized for use as a FIFO (First-In, First-Out) queue.
   absl::linked_hash_map and absl::linked_hash_set: New hash containers that maintain iteration order matching the insertion order. These are available in absl/container/linked_hash_map.h and absl/container/linked_hash_set.h.
   absl::down_cast: Added to absl/base/casts.h. This function provides a safer way to perform downcasts in a polymorphic type hierarchy. In debug builds (or when hardened asserts are enabled), it uses dynamic_cast to verify the validity of the cast and terminates the program if the cast is invalid. In optimized builds, it uses static_cast for performance.

   Breaking Changes

   Mutex Deprecations: Legacy Mutex methods and MutexLock pointer constructors have been marked as deprecated. Users should migrate to the recommended APIs.
   The polyfill type absl::string_view is now an alias for std::string_view in all builds. (9ebd93a)
VersionDeltaFile
1.39+4-4devel/abseil/distinfo
1.40+2-2devel/abseil/Makefile
+6-62 files

NetBSD/pkgsrc bfqRREXdoc CHANGES-2026

   Updated lang/nodejs[24]
VersionDeltaFile
1.1072+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc Q3qCQOOlang/nodejs PLIST distinfo

   nodejs: updated to 25.6.1

   25.6.1 (Current)

   Notable Changes

   - build,deps: replace cjs-module-lexer with merve
VersionDeltaFile
1.96+5-5lang/nodejs/PLIST
1.312+4-4lang/nodejs/distinfo
1.342+2-2lang/nodejs/Makefile
+11-113 files

NetBSD/pkgsrc ALk9YQFlang/nodejs24 PLIST distinfo, lang/nodejs24/patches patch-configure

   nodejs24: updated o 24.13.1

   24.13.1 'Krypton' (LTS)

   Notable Changes

   - build: add support for Python 3.14 (Christian Clauss)
   - cli: mark --heapsnapshot-near-heap-limit as stable (Joyee Cheung)
   - crypto: update root certificates to NSS 3.119 (Node.js GitHub Bot)
   - doc: mark --build-snapshot and --build-snapshot-config as stable (Joyee Cheung)
   - meta: add avivkeller to collaborators (Aviv Keller)
   - meta: add gurgunday to collaborators (Gürgün Dayıoğlu)
   - meta: add Renegade334 to collaborators (Renegade334)
   - url: update ada to v3.4.2 and support unicode 17 (Yagiz Nizipli)
   - v8: mark v8.queryObjects() as stable (Joyee Cheung)
VersionDeltaFile
1.2+16-350lang/nodejs24/PLIST
1.6+4-5lang/nodejs24/distinfo
1.6+2-3lang/nodejs24/Makefile
1.2+1-1lang/nodejs24/patches/patch-configure
+23-3594 files

NetBSD/src tY9PKZQdistrib/sets/lists/base shl.mi, distrib/sets/lists/comp shl.mi

   bump for binutils-2.46
VersionDeltaFile
1.368+6-2distrib/sets/lists/comp/shl.mi
1.389+3-1distrib/sets/lists/debug/shl.mi
1.1031+3-1distrib/sets/lists/base/shl.mi
+12-43 files

NetBSD/src 2ZnkVhvexternal/gpl3/binutils/dist Makefile.in configure, external/gpl3/binutils/dist/bfd elf.c elflink.c

   Merge conflicts between 2.45 and 2.46, regen x86
VersionDeltaFile
1.13+5,156-4,689external/gpl3/binutils/dist/ld/ldgram.c
1.14+1,085-942external/gpl3/binutils/dist/gas/doc/as.info
1.7+1,374-59external/gpl3/binutils/dist/Makefile.in
1.22+564-782external/gpl3/binutils/dist/bfd/elf.c
1.12+1,109-150external/gpl3/binutils/dist/configure
1.23+443-413external/gpl3/binutils/dist/bfd/elflink.c
+9,731-7,035419 files not shown
+17,391-12,542425 files

NetBSD/src GUN7qph. BUILDING

   BUILDING: regenerate from doc/BUILDING.mdoc

   Regenerate BUILDING with
        make -C doc regen

   BUILDING is generated from doc/BUILDING.mdoc, not manually maintained.
   Per the Note in doc/BUILDING.modc:
        .\" NOTE: After changing this file, run "make regen" in the src/doc
        .\" directory, and check in both src/BUILDING and src/doc/BUILDING.mdoc.

   This regen has functional change, just formatting updates and date update.
VersionDeltaFile
1.163+24-23BUILDING
+24-231 files

NetBSD/src vybCSY0external/gpl3/binutils/dist ChangeLog.git, external/gpl3/binutils/dist/bfd/po sv.po

   Import binutils-2.46.0 (previous was 2.45)

   Changes in 2.45:

   * New versioned release of libsframe: libsframe.so.2.  This release introduces
     versioned symbols with version node name LIBSFRAME_2.0.  Some new symbols
     have been added to support the new flag SFRAME_F_FDE_FUNC_START_PCREL and
     retrieving flags from SFrame decoder and encoder objects:
       - Addition of sframe_decoder_get_flags,
         sframe_decoder_get_offsetof_fde_start_addr, sframe_encoder_get_flags,
         sframe_encoder_get_offsetof_fde_start_addr.
     This release also includes backward-incompatible ABI changes:
       - Removal of sframe_get_funcdesc_with_addr.
       - Change in the behavior of sframe_decoder_get_funcdesc_v2,
         sframe_encoder_add_funcdesc_v2 and sframe_encoder_write.

   * On s390 64-bit (s390x), gas, ld, objdump, and readelf now support generating
     and processing SFrame V2 stack trace information (.sframe).  The assembler
     generates SFrame info from CFI directives with option "--gsframe".  The

    [24 lines not shown]
VersionDeltaFile
1.1.1.3+45,216-171external/gpl3/binutils/dist/ChangeLog.git
1.1.1.10+12,700-12,570external/gpl3/binutils/dist/opcodes/aarch64-dis-2.c
1.1+23,143-0external/gpl3/binutils/dist/gas/po/ka.po
1.1.1.4+7,705-6,628external/gpl3/binutils/dist/gas/po/sv.po
1.1.1.7+6,518-6,831external/gpl3/binutils/dist/gas/po/es.po
1.1.1.4+8,135-4,576external/gpl3/binutils/dist/bfd/po/sv.po
+103,417-30,7762,443 files not shown
+211,037-101,5942,449 files

NetBSD/pkgsrc spFNWM3doc TODO

   doc/TODO: + tea-63.3.1.
VersionDeltaFile
1.26789+2-1doc/TODO
+2-11 files

NetBSD/pkgsrc-wip 3630e6amegacmd PLIST Makefile, megacmd/patches patch-sdk_src_posix_fs.cpp patch-CMakeLists.txt

megacmd: remove, imported to pkgsrc
DeltaFile
+0-198megacmd/patches/patch-sdk_src_posix_fs.cpp
+0-74megacmd/PLIST
+0-73megacmd/patches/patch-CMakeLists.txt
+0-58megacmd/Makefile
+0-42megacmd/patches/patch-sdk_src_filesystem.cpp
+0-36megacmd/patches/patch-sdk_include_mega_posix_megafs.h
+0-48119 files not shown
+0-80725 files

NetBSD/pkgsrc-wip dc484c1dunst distinfo Makefile

dunst: sync with x11/dunst
DeltaFile
+4-4dunst/distinfo
+3-3dunst/Makefile
+3-1dunst/PLIST
+10-83 files

NetBSD/pkgsrc kIdgNDgdoc CHANGES-2026

   doc: Updated net/megacmd to 2.4.0
VersionDeltaFile
1.1071+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc-wip 1649134avr-libc COMMIT_MSG Makefile, avr-libc/patches patch-include_avr_wdt.h

avr-libc: Update tp 2.3.1
DeltaFile
+387-1avr-libc/COMMIT_MSG
+0-24avr-libc/patches/patch-include_avr_wdt.h
+4-4avr-libc/Makefile
+3-4avr-libc/distinfo
+3-2avr-libc/TODO
+397-355 files

NetBSD/pkgsrc-wip 14f201davr-gcc COMMIT_MSG PLIST

avr-gcc: Update to 15.2
DeltaFile
+51-5avr-gcc/COMMIT_MSG
+52-0avr-gcc/PLIST
+5-7avr-gcc/Makefile
+3-3avr-gcc/distinfo
+2-2avr-gcc/buildlink3.mk
+1-1avr-gcc/TODO
+114-186 files

NetBSD/pkgsrc-wip ab6af99avr-binutils PLIST Makefile, avr-binutils/patches patch-binutils_Makefile.in patch-gprof_Makefile.in

avr-binutils: Update to 2.45

- Remove patch (merged upstream)

Changelog
=========

2025-07-13  Nick Clifton  <nickc at redhat.com>

        * 2.45 Binutils Branch point.

2025-01-19  Nick Clifton  <nickc at redhat.com>

        * 2.44 Binutils Branch point.

2024-07-20  Nick Clifton  <nickc at redhat.com>

        * 2.43 Binutils Branch point.


    [33 lines not shown]
DeltaFile
+193-0avr-binutils/PLIST
+60-0avr-binutils/Makefile
+53-0avr-binutils/COMMIT_MSG
+25-0avr-binutils/patches/patch-binutils_Makefile.in
+25-0avr-binutils/patches/patch-gprof_Makefile.in
+25-0avr-binutils/patches/patch-ld_Makefile.in
+381-08 files not shown
+481-014 files

NetBSD/pkgsrc YMEdKaenet/megacmd distinfo Makefile, net/megacmd/patches patch-sdk_src_posix_fs.cpp patch-sdk_include_mega_localpath.h

   net/megacmd: update to 2.4.0

   Tue Dec 16 17:14:02 CET 2025 - linux at mega.co.nz
   - Update to version 2.4.0:
     * Improvements in uploads UX/UI: put now supports printing tag. Fixes in transfers table
     * Stability improvements: crashes fixes, FUSE deadlocks, ...
     * Performance boosts: lockless download URL retrievals, removed CPU bottlenecks for large accounts processing, db operations improvements, transfers improvements ...
     * Typos and other improvements

   Tue Sep 2 16:43:10 CEST 2025 - linux at mega.co.nz
   - Update to version 2.3.0:
     * FUSE (beta): Added fuse commands on Windows to allow your MEGA folders to be directly mounted to your local drive
     * Other fixes and improvements to enhance reliability and performance

   Tue Jun 3 23:20:12 CEST 2025 - linux at mega.co.nz
   - Update to version 2.2.0:
     * Support building for ARM64 in linux
     * New command "configure" to allow configuring some settings
     * Support setting max number of nodes in memory

    [4 lines not shown]
VersionDeltaFile
1.6+18-18net/megacmd/patches/patch-sdk_src_posix_fs.cpp
1.6+9-10net/megacmd/distinfo
1.1+17-0net/megacmd/patches/patch-sdk_include_mega_localpath.h
1.18+3-4net/megacmd/Makefile
1.5+2-1net/megacmd/PLIST
1.2+1-1net/megacmd/patches/patch-sdk_include_mega_filesystem.h
+50-341 files not shown
+51-357 files

NetBSD/pkgsrc-wip ea6e01epy-debian PLIST Makefile

py-debian: Update to 1.1.0
DeltaFile
+35-14py-debian/PLIST
+8-6py-debian/Makefile
+3-3py-debian/distinfo
+4-0py-debian/COMMIT_MSG
+50-234 files