NetBSD/src OPiHFRElibexec/ld.elf_so rtld.c reloc.c, tests/libexec/ld.elf_so t_dlclose_thread.c

   ld.elf_so: Fix more races with recursive threaded dlopen/dlclose.

   1. When loading an object, keep track of a finer-grained state for
      relocation so that a concurrent _rtld_relocate_objects doesn't
      relocate an object too early (e.g., while waiting in
      _rtld_load_needed_objects for an object that is concurrently being
      dlclosed to finish before we can map it afresh) leading to
      spurious symbol resolution failures:

      - OBJRELOC_NONE (0): object has been created but the rtld state
        isn't enough to attempt relocation yet (either not all DT_NEEDED
        entries have been resolved, or the dldags lists have not yet
        been populated)

      - OBJRELOC_READY (1): object has been created and rtld state is
        ready to relocate (all DT_NEEDED entries have been resolved and
        the dldags lists have been populated), but object has not yet
        been relocated.


    [44 lines not shown]
VersionDeltaFile
1.227+186-33libexec/ld.elf_so/rtld.c
1.6+2-20tests/libexec/ld.elf_so/t_dlclose_thread.c
1.122+14-6libexec/ld.elf_so/reloc.c
1.157+9-3libexec/ld.elf_so/rtld.h
+211-624 files

NetBSD/src JONeqB0sys/arch/sun2/conf RAMDISK INSTALL

   Calorie restriction for Sun2 install-related kernels.
VersionDeltaFile
1.62+7-5sys/arch/sun2/conf/RAMDISK
1.55+3-6sys/arch/sun2/conf/INSTALL
1.1+6-0sys/arch/sun2/conf/std.tiny
1.11+4-2sys/arch/sun2/conf/std.sun2
+20-134 files

NetBSD/src eUNuFxPsys/conf std, sys/uvm uvm_swap.c uvm_pager.c

   Make swap encryption truly optional, rather than just able to be
   default-disabled
   - New option VMSWAP_ENCRYPTION (enabled by default in conf/std along with
     VMSWAP)
   - Remove the "aes" attribute from VMSWAP and hand it to VMSWAP_ENCRYPTION.
   - Conditionalize all code and data related to swap encryption on the
     new VMSWAP_ENCRYPTION option.

   While the swap encryption code itself is not that large, it drags in
   the AES code if enabled.  If a constrained platform doesn't care about
   encrypted swap, this lets it not pay the cost for AES.
VersionDeltaFile
1.235+30-4sys/uvm/uvm_swap.c
1.137+3-3sys/uvm/uvm_pager.c
1.38+3-2sys/uvm/files.uvm
1.26+2-1sys/conf/std
+38-104 files

NetBSD/pkgsrc pxOQuBRdoc CHANGES-2026

   Removed databases/mongodb3 [gdt 2026-07-17]
VersionDeltaFile
1.4525+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc inJUG89databases Makefile, databases/mongodb3 Makefile PLIST

   databases/mongodb3: Remove

   as long-unmaintained and believed to have no users.  As proposed on
   pkgsrc-users, with no objections and one "seconded".
VersionDeltaFile
1.753+1-2databases/Makefile
1.2+1-1databases/mongodb3/patches/patch-src_third__party_s2_s2loop.cc
1.38+1-1databases/mongodb3/Makefile
1.2+1-1databases/mongodb3/PLIST
1.18+1-1databases/mongodb3/distinfo
1.2+1-1databases/mongodb3/files/mongodb.sh
+6-737 files not shown
+40-4143 files

NetBSD/pkgsrc hLhQidsmeta-pkgs/bulk-test-icu Makefile

   bulk-test-icu: Patch up comment about mongodb3

   which is really about mongodb*, no longer including 3.
VersionDeltaFile
1.21+2-2meta-pkgs/bulk-test-icu/Makefile
+2-21 files

NetBSD/pkgsrc FvoIy19meta-pkgs/bulk-test-python27 Makefile

   bulk-test-python27: Drop mongodb3

   because it is about to be deleted.
VersionDeltaFile
1.14+2-3meta-pkgs/bulk-test-python27/Makefile
+2-31 files

NetBSD/pkgsrc 6q9aDftmeta-pkgs/bulk-test-boost Makefile

   bulk-test-boost: Drop mongodb3

   because it's about to be deleted.

   (It seems all mongodb are using vendored boost, but as non-MAINTAINER
   I'm simply deleting mongodb3.)
VersionDeltaFile
1.26+2-3meta-pkgs/bulk-test-boost/Makefile
+2-31 files

NetBSD/pkgsrc RGpap3ometa-pkgs/bulk-test-icu Makefile

   bulk-test-icu: Drop mongodb3

   because it is about to be removed.
VersionDeltaFile
1.20+2-3meta-pkgs/bulk-test-icu/Makefile
+2-31 files

NetBSD/pkgsrc xyOndqRdoc TODO CHANGES-2026

   doc: Updated lang/nodejs24 to 24.18.0nb1
VersionDeltaFile
1.27601+4-1doc/TODO
1.4524+2-1doc/CHANGES-2026
+6-22 files

NetBSD/pkgsrc lM2OgJ8lang/nodejs24 distinfo Makefile, lang/nodejs24/patches patch-src_node__platform.cc patch-src_node__platform.h

   nodejs24: fix hang on shutdown

   patch from upstream pull request

   Bump PKGREVISION.
VersionDeltaFile
1.1+45-0lang/nodejs24/patches/patch-src_node__platform.cc
1.1+14-0lang/nodejs24/patches/patch-src_node__platform.h
1.13+3-1lang/nodejs24/distinfo
1.13+2-1lang/nodejs24/Makefile
+64-24 files

NetBSD/src BEtcJLTsys/arch/powerpc/booke e500_intr.c

   Remove more IPI code when building uniprocessor kernels
VersionDeltaFile
1.51+3-5sys/arch/powerpc/booke/e500_intr.c
+3-51 files

NetBSD/pkgsrc-wip 4edc993rust197-bin distinfo Makefile

rust197-bin: update to rust version 1.97.1.
DeltaFile
+54-54rust197-bin/distinfo
+1-1rust197-bin/Makefile
+55-552 files

NetBSD/pkgsrc XpfjWzjwww/firefox mozilla-common.mk

   firefox: 152.0.* requires nss>=3.124
VersionDeltaFile
1.318+2-2www/firefox/mozilla-common.mk
+2-21 files

NetBSD/src y2DCb7Vsys/dev/i2c files.i2c

   The "iic" instance does not depend on i2c_bitbang, so it should not
   express it as a dependency.  That's the responsibility of the back-ends
   that do require it.
VersionDeltaFile
1.139+2-2sys/dev/i2c/files.i2c
+2-21 files

NetBSD/src u9cF4Jpsys/arch/shark/conf files.shark

   sharkiic uses i2c_bitbang, and thus should express it as a dependency.
VersionDeltaFile
1.26+2-2sys/arch/shark/conf/files.shark
+2-21 files

NetBSD/src O6C9JkLsys/dev/pci amdpm_smbus.c

   No need to include i2c_bitbang.h -- it's not used.
VersionDeltaFile
1.27+2-3sys/dev/pci/amdpm_smbus.c
+2-31 files

NetBSD/src sEAG4g8sys/arch/arm/samsung files.exynos exynos_i2c.c, sys/arch/mips/alchemy/dev ausmbus_psc.c

   Does not use i2c_bitbang, so should not depend on it.
VersionDeltaFile
1.39+3-3sys/arch/arm/samsung/files.exynos
1.25+2-3sys/arch/arm/samsung/exynos_i2c.c
1.18+2-3sys/arch/mips/alchemy/dev/ausmbus_psc.c
1.15+2-2sys/arch/mips/conf/files.alchemy
+9-114 files

NetBSD/pkgsrc URx8c7ldoc TODO CHANGES-2026

   doc: Updated emulators/dynamips to 0.2.24
VersionDeltaFile
1.27600+1-2doc/TODO
1.4523+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc 5XBSW81emulators/dynamips MESSAGE

   dynamips: remove MESSAGE that just points to domain-squatted page
VersionDeltaFile
1.2+1-1emulators/dynamips/MESSAGE
+1-11 files

NetBSD/pkgsrc RErGo77emulators/dynamips Makefile distinfo, emulators/dynamips/patches patch-cmake_dependencies.cmake

   dynamips: update to 0.2.24.

   Fix build with cmake 4.4.0.

   What's New since v0.2.24
   ========================

   * Fix memory leaks
VersionDeltaFile
1.1+53-0emulators/dynamips/patches/patch-cmake_dependencies.cmake
1.16+3-7emulators/dynamips/Makefile
1.15+5-4emulators/dynamips/distinfo
+61-113 files

NetBSD/src dryzGK7share/misc acronyms.comp

   DBCS
VersionDeltaFile
1.427+2-1share/misc/acronyms.comp
+2-11 files

NetBSD/src rJWrAxeshare/misc acronyms.comp

   SBC SBCS MBCS
VersionDeltaFile
1.426+4-1share/misc/acronyms.comp
+4-11 files

NetBSD/pkgsrc db9aAMKdoc CHANGES-2026

   doc: Updated www/p5-Mojo-JWT to 1.02
VersionDeltaFile
1.4522+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AcSaIm1www/p5-Mojo-JWT Makefile distinfo

   p5-Mojo-JWT: update to 1.02.

   1.02 2026-06-03
     - This release contains fixes for security issues, everybody should upgrade!
     - Improved security of decode to prevent timing side-channel attacks in symmetric signatures

   1.01 2024-10-15
     - Fix non-portable test

   1.00 2024-10-15
     - Use CryptX (libtomcrypt) for all cryptographic functions
     - Crypt::OpenSSL input is still accepted but converted in-use
VersionDeltaFile
1.8+4-5www/p5-Mojo-JWT/Makefile
1.3+4-4www/p5-Mojo-JWT/distinfo
+8-92 files

NetBSD/pkgsrc 73qoChjsecurity/p5-Crypt-OpenSSL-RSA MESSAGE

   p5-Crypt-OpenSSL-RSA: remove useless message from 2006.
VersionDeltaFile
1.3+1-1security/p5-Crypt-OpenSSL-RSA/MESSAGE
+1-11 files

NetBSD/pkgsrc j0ntBsOdoc CHANGES-2026

   doc: Updated graphics/p5-GD-SecurityImage to 1.75nb9
VersionDeltaFile
1.4521+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 9H5Ry7ygraphics/p5-GD-SecurityImage Makefile distinfo

   p5-GD-SecurityImage: fix CVE-2026-13082

   using upstream patch

   Bump PKGREVISION.
VersionDeltaFile
1.27+7-3graphics/p5-GD-SecurityImage/Makefile
1.11+4-1graphics/p5-GD-SecurityImage/distinfo
+11-42 files

NetBSD/src OHOGkVOsys/kern subr_kobj.c

   kobj_load(): Consider ELF{32,64}_MACHDEP_FLAGS_OK().
VersionDeltaFile
1.80+21-2sys/kern/subr_kobj.c
+21-21 files

NetBSD/pkgsrc 6u6MvXpdoc TODO

   doc/TODO: + dynamips-0.2.24.
VersionDeltaFile
1.27599+2-1doc/TODO
+2-11 files