NetBSD/pkgsrc-wip 0e1fbafopenjdk25 distinfo PLIST

openjdk25: add proper Linux support

Will make it easier to maintain bootstrap kits.
DeltaFile
+25-0openjdk25/PLIST.Linux
+9-2openjdk25/bootstrap.mk
+5-0openjdk25/Makefile
+2-2openjdk25/PLIST
+3-0openjdk25/distinfo
+44-45 files

NetBSD/pkgsrc 1UsdVS3doc CHANGES-2026

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

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

   resterm: Update to 1.6.0

   Added
   Directives can be completed without first typing a comment marker. Accepting @name after typing @na inserts # @name .
   Press Ctrl+N in editor insert mode to show suggestions at the cursor. Use Up / Down to select an item and Tab or Enter to accept it.
   After accepting a suggestion, the popup shows what can follow it. Choosing @auth opens auth modes, oauth2 opens its options, and grant= opens the supported grant types.
   Header completion follows the same pattern. Accepting Content-Type opens value suggestions such as application/json.
   Workflow steps and branches suggest request names for using= and run=.

   Changed
   Options that can appear only once disappear after use, including their aliases.
   @compare suggestions follow the selected environment group. Baseline suggestions use the comparison targets already chosen.
   @apply use= can still be repeated, but profiles already selected are omitted.
   Dynamic helpers with example calls now insert the call and select only its arguments for replacement.
   Variable completion adds missing closing braces. Completing {{ho, {{ho}, or {{ho}} with host produces {{host}}.
   In editor insert mode, Ctrl+N controls completion. Outside insert mode, the configured New Request shortcut still applies.
   The built-in help and bottom command bar include the completion shortcut.

   Fixed

    [8 lines not shown]
VersionDeltaFile
1.41+3-3www/resterm/distinfo
1.47+2-3www/resterm/Makefile
1.32+0-0www/resterm/go-modules.mk
+5-63 files

NetBSD/pkgsrc eLRQUVEdoc pkg-vulnerabilities

   pkg-vulnerabilities: augeas vuln is fixed
VersionDeltaFile
1.789+2-2doc/pkg-vulnerabilities
+2-21 files

NetBSD/pkgsrc TNp9CVbsysutils/augeas PLIST, sysutils/augeas/patches patch-lenses_simplevars.aug patch-lenses_tests_test_simplevars.aug

   augeas: install lenses, fix CVE-2025-2588

   Make augeas install all the lenses so it is actually usable. Also fix a
   security issue which is not in a release yet.

   From Showta Ishizaki in PR pkg/60656.
VersionDeltaFile
1.5+463-1sysutils/augeas/PLIST
1.1+82-0sysutils/augeas/patches/patch-configure
1.1+68-0sysutils/augeas/patches/patch-CVE-2025-2588
1.1+56-0sysutils/augeas/patches/patch-man_Makefile.in
1.1+42-0sysutils/augeas/patches/patch-lenses_tests_test_simplevars.aug
1.1+29-0sysutils/augeas/patches/patch-lenses_simplevars.aug
+740-19 files not shown
+908-415 files

NetBSD/pkgsrc J9wPiDulang/lua54 PLIST

   Fix PLIST.
VersionDeltaFile
1.4+3-3lang/lua54/PLIST
+3-31 files

NetBSD/src FVNRCOQdoc CHANGES-11.1

   Tickets #446 - #453
VersionDeltaFile
1.1.2.11+93-1doc/CHANGES-11.1
+93-11 files

NetBSD/src H0rjv2usys/arch/arm/broadcom bcm2835_vcaudio.c, sys/external/bsd/vchiq/dist/interface/vchi vchi.h

   Pull up following revision(s) (requested by skrll in ticket #453):

        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_2835_arm.c: revision 1.26
        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c: revision 1.8
        sys/arch/arm/broadcom/bcm2835_vcaudio.c: revision 1.23
        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c: revision 1.9
        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_if.h: revision 1.5
        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c: revision 1.18
        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.h: revision 1.11
        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_arm.c: revision 1.23
        sys/external/bsd/vchiq/dist/interface/vchi/vchi.h: revision 1.3

   vchiq: Apply change from upstream

   commit 6e474d8e3981a63b6e1cf11b838014ed52499804
   Author: Stefan Wahren <wahrenst-hi6Y0CQ0nG0 at public.gmane.org>
   Date: Wed Oct 26 18:34:19 2016 +0000

   staging: vchiq_shim: avoid code duplication

    [48 lines not shown]
VersionDeltaFile
1.15.28.2+166-109sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c
1.7.32.1+40-76sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c
1.21.32.2+104-1sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_arm.c
1.20.4.2+23-15sys/arch/arm/broadcom/bcm2835_vcaudio.c
1.2.54.1+6-19sys/external/bsd/vchiq/dist/interface/vchi/vchi.h
1.23.26.2+0-14sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_2835_arm.c
+339-2342 files not shown
+345-2408 files

NetBSD/src QptVzDfsys/arch/riscv/include bus_funcs.h

   Pull up following revision(s) (requested by skrll in ticket #452):

        sys/arch/riscv/include/bus_funcs.h: revision 1.6

   riscv: Fix bus_space_{alloc,free,mmap} macros

   The macros bus_space_alloc, bus_space_free, and bus_space_mmap were
   incorrectly passing the bus space cookie as their first parameter.

   This patch updates these macros to pass the entire bus space tag pointer
   instead as per other macros.
VersionDeltaFile
1.4.2.1+4-4sys/arch/riscv/include/bus_funcs.h
+4-41 files

NetBSD/src odbwKocsys/arch/riscv/include asm.h

   Pull up following revision(s) (requested by skrll in ticket #451):

        sys/arch/riscv/include/asm.h: revision 1.14

   risc-v: fix assemble opcode helper macros

   - remove *_SUBI variants as these instructions don't exist and the
    assembler doesn't help. *_ADDI should be used.

   - use 'iw' instead of 'wi' to match real instructions.
VersionDeltaFile
1.11.2.3+5-9sys/arch/riscv/include/asm.h
+5-91 files

NetBSD/src 6yPOH9tsys/arch/x86/isa clock.c

   Pull up following revision(s) (requested by andvar in ticket #450):

        sys/arch/x86/isa/clock.c: revision 1.43

   Check if RTC is disabled only in virtualized environments.

   On a real PC, bits 0-5 may be used for the date alarm function,
   causing RTC failure to attach and
   a "WARNING: no TOD clock present" warning in the boot log.

   Verified no regression on QEMU/MICROVM by imil@

   PR kern/60672
VersionDeltaFile
1.42.2.1+8-6sys/arch/x86/isa/clock.c
+8-61 files

NetBSD/src lJ3WkN9sys/arch/m68k/m68k vm_machdep.c

   Pull up following revision(s) (requested by thorpej in ticket #449):

        sys/arch/m68k/m68k/vm_machdep.c: revision 1.48

   cpu_lwp_fork(): If a stack is specified, make sure it's aligned.
VersionDeltaFile
1.43.4.1+6-4sys/arch/m68k/m68k/vm_machdep.c
+6-41 files

NetBSD/src ZhOaGQssys/arch/m68k/include frame.h, sys/arch/m68k/m68k sunos_machdep.c compat_16_machdep.c

   Pull up following revision(s) (requested by thorpej in ticket #448):

        sys/arch/m68k/m68k/sunos_machdep.c: revision 1.41
        sys/arch/m68k/m68k/sig_machdep.c: revision 1.53
        sys/arch/m68k/include/frame.h: revision 1.41
        sys/arch/m68k/m68k/compat_16_machdep.c: revision 1.20

   Make sure the stack is aligned when delivering signals.

   Fixes the t_signal_and_sp:misaligned_sp_and_signal and
   t_signal_and_sp:signalsp_sigaltstack test cases on m68k.
VersionDeltaFile
1.51.24.1+14-9sys/arch/m68k/m68k/sig_machdep.c
1.40.4.1+4-4sys/arch/m68k/m68k/sunos_machdep.c
1.18.12.1+4-4sys/arch/m68k/m68k/compat_16_machdep.c
1.35.4.1+2-2sys/arch/m68k/include/frame.h
+24-194 files

NetBSD/src RVVfk7olib/libc/arch/m68k/gen _lwp.c

   Pull up following revision(s) (requested by thorpej in ticket #447):

        lib/libc/arch/m68k/gen/_lwp.c: revision 1.11

   _lwp_makecontext(): ensure the stack is aligned.  Fixes the
   t_signal_and_sp::threadsp test case on m68k.
VersionDeltaFile
1.10.2.1+10-4lib/libc/arch/m68k/gen/_lwp.c
+10-41 files

NetBSD/src 13VzrdIexternal/gpl2/texinfo/dist/makeinfo index.c sectioning.h

   Pull up the following, requested by bsiegert in ticket #446:

        external/gpl2/gmake/dist/ar.c                   up to 1.2
        external/gpl2/gmake/dist/arscan.c               up to 1.4
        external/gpl2/gmake/dist/configure              up to 1.4
        external/gpl2/gmake/dist/getopt.c               up to 1.2
        external/gpl2/gmake/dist/getopt.h               up to 1.2
        external/gpl2/gmake/dist/getopt1.c              up to 1.2
        external/gpl2/gmake/dist/job.c                  up to 1.4
        external/gpl2/gmake/dist/main.c                 up to 1.3
        external/gpl2/gmake/dist/make.h                 up to 1.4
        external/gpl2/gmake/dist/read.c                 up to 1.4
        external/gpl2/gmake/dist/glob/fnmatch.c         up to 1.2
        external/gpl2/groff/dist/src/libs/libgroff/getopt.c up to 1.2
        external/gpl2/groff/tmac/mdoc.local             up to 1.12
        external/gpl2/texinfo/dist/intl/dcigettext.c    up to 1.2
        external/gpl2/texinfo/dist/intl/gettextP.h      up to 1.2
        external/gpl2/texinfo/dist/lib/getopt.c         up to 1.3
        external/gpl2/texinfo/dist/lib/getopt_.h        up to 1.2

    [26 lines not shown]
VersionDeltaFile
1.1.1.1.30.1+122-122external/gpl2/texinfo/dist/makeinfo/cmds.h
1.1.1.1.30.1+75-75external/gpl2/texinfo/dist/makeinfo/insertion.c
1.2.30.1+74-74external/gpl2/texinfo/dist/makeinfo/cmds.c
1.2.30.1+23-23external/gpl2/texinfo/dist/makeinfo/sectioning.c
1.1.1.1.30.1+21-21external/gpl2/texinfo/dist/makeinfo/sectioning.h
1.3.4.1+12-12external/gpl2/texinfo/dist/makeinfo/index.c
+327-32735 files not shown
+436-48641 files

NetBSD/pkgsrc mwpEgFTgeography/spatialindex Makefile

   geography/spatialindex: Update comments surrounding test woes

   One is resolved, but on head, and we (and everybody else) are stuck on
   an old release becuase of a regression in 2.1.0 which breaks qgis.  (I
   am unaware of anyone wanting to use this otherwise>)    Upstream is
   still where upstream is.
VersionDeltaFile
1.6+4-6geography/spatialindex/Makefile
+4-61 files

NetBSD/src ue5ucdusys/dev/pci machfb.c

   support ioctl(WSDISPLAYIO_SVIDEO)
VersionDeltaFile
1.110+7-2sys/dev/pci/machfb.c
+7-21 files

NetBSD/pkgsrc-wip c13aa85. Makefile, py-blockbuster TODO distinfo

py-blockbuster: removed; imported into base
DeltaFile
+0-26py-blockbuster/DESCR
+0-20py-blockbuster/Makefile
+0-12py-blockbuster/PLIST
+0-5py-blockbuster/distinfo
+0-1py-blockbuster/TODO
+0-1Makefile
+0-656 files

NetBSD/pkgsrc 9F4aYPhdoc CHANGES-2026

   Updated devel/py-anyio, devel/py-configargparse
VersionDeltaFile
1.5889+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc Uv8WY9zdevel/py-configargparse distinfo Makefile

   py-configargparse: updated to 1.7.6

   1.7.6
   config file and environment variable values can no longer trigger writing out a config file
   config file values containing newlines are now rejected when writing out a config file, rather than written out as separate keys
VersionDeltaFile
1.27+7-5devel/py-configargparse/Makefile
1.24+4-4devel/py-configargparse/distinfo
+11-92 files

NetBSD/pkgsrc BbzKxTpdevel/py-anyio distinfo Makefile

   py-anyio: updated to 4.15.1

   4.15.1

   - Implemented a compatibility fix for supporting direct access of ``anyio.*`` submodules
     from the main package even when those submodules were not directly imported first
VersionDeltaFile
1.39+10-11devel/py-anyio/Makefile
1.35+4-4devel/py-anyio/distinfo
+14-152 files

NetBSD/pkgsrc IxbojORdoc CHANGES-2026

   Added misc/py-forbiddenfruit, devel/py-blockbuster
VersionDeltaFile
1.5888+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc RE9Mahodevel Makefile, devel/py-blockbuster distinfo DESCR

   py-blockbuster: added version 1.5.27

   Blockbuster is a Python package designed to detect and prevent blocking calls
   within an asynchronous event loop. It is particularly useful when executing
   tests to ensure that your asynchronous code does not inadvertently call
   blocking operations, which can lead to performance bottlenecks and
   unpredictable behavior.
VersionDeltaFile
1.1+19-0devel/py-blockbuster/Makefile
1.1+12-0devel/py-blockbuster/PLIST
1.1+5-0devel/py-blockbuster/distinfo
1.1+5-0devel/py-blockbuster/DESCR
1.4687+2-1devel/Makefile
+43-15 files

NetBSD/pkgsrc QDzoWoEmisc Makefile

   py-forbiddenfruit: added version 0.1.4
VersionDeltaFile
1.687+2-1misc/Makefile
+2-11 files

NetBSD/pkgsrc 2vTEXe3misc/py-forbiddenfruit DESCR distinfo

   py-forbiddenfruit: added version 0.1.4

   This project allows Python code to extend built-in types.
VersionDeltaFile
1.1+18-0misc/py-forbiddenfruit/Makefile
1.1+10-0misc/py-forbiddenfruit/PLIST
1.1+5-0misc/py-forbiddenfruit/distinfo
1.1+1-0misc/py-forbiddenfruit/DESCR
+34-04 files

NetBSD/pkgsrc 7IRC8Sblang/openjdk21 distinfo PLIST, lang/openjdk21/patches patch-make_autoconf_flags-cflags.m4 patch-make_autoconf_buildjdk-spec.gmk.in

   openjdk{17,21}: backport Zero VM build fixes from wip/openjdk25
VersionDeltaFile
1.1+51-0lang/openjdk21/patches/patch-src_hotspot_os__cpu_bsd__zero_os__bsd__zero.cpp
1.1+15-0lang/openjdk21/patches/patch-make_autoconf_flags-ldflags.m4
1.7+6-4lang/openjdk21/PLIST
1.3+4-4lang/openjdk21/patches/patch-make_autoconf_flags-cflags.m4
1.2+4-4lang/openjdk21/patches/patch-make_autoconf_buildjdk-spec.gmk.in
1.20+5-3lang/openjdk21/distinfo
+85-153 files not shown
+95-249 files

NetBSD/pkgsrc RtJYdGOlang/openjdk8 options.mk Makefile

   openjdk8: turn on hotspot by default on aarch64

   I've had it on for a long time and it works fine for me.
VersionDeltaFile
1.151+7-2lang/openjdk8/Makefile
1.8+2-5lang/openjdk8/options.mk
+9-72 files

NetBSD/pkgsrc WcAaM1Edoc CHANGES-2026

   doc: Updated security/ruby-rex-powershell to 0.1.105
VersionDeltaFile
1.5887+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc dfQWJmOsecurity/ruby-rex-powershell Makefile distinfo

   security/ruby-rex-powershell: update to 0.1.105

   0.1.104 (no release)

   0.1.105 (2026-08-31)

   * Merge pull request #1 from bwatters-r7/collab/aarch64-injection:
     Collab/aarch64 injection

   * Merge pull request #49 from vinicius-batistella/feature/aarch64-injection:
     Route AArch64 payloads to the native powershell.exe on Windows on ARM
VersionDeltaFile
1.19+4-4security/ruby-rex-powershell/distinfo
1.17+2-2security/ruby-rex-powershell/Makefile
+6-62 files

NetBSD/pkgsrc V7JnODbdoc CHANGES-2026

   doc: Updated devel/ruby-simplecov to 1.2.0
VersionDeltaFile
1.5886+2-1doc/CHANGES-2026
+2-11 files