NetBSD/src Xe3vv8Ftests/kernel t_signal_and_fpu.c Makefile, tests/kernel/arch/x86 sig_fpu.c sig_fpu.h

   Verify signal delivery preserves various FPU state.

   Should also test AVX512 but I'm not sure I have hardware handy to do
   this right now and qemu doesn't emulate it, as far as I know!  TBD.
   (Plus: there's umpteen different cpuid feature bits to consider,
   annoyingly, and that means a lot of manual reading to sort through
   them.)

   PR kern/60426: Signal handler corrupts AVX (YMM) registers
VersionDeltaFile
1.1+556-0tests/kernel/arch/x86/sig_fpu.c
1.1+405-0tests/kernel/t_signal_and_fpu.c
1.1+49-0tests/kernel/arch/x86/sig_fpu.h
1.98+17-1tests/kernel/Makefile
+1,027-14 files

NetBSD/pkgsrc-wip 306fc5dprusaslicer distinfo PLIST, prusaslicer/patches patch-src_slic3r_GUI_wxExtensions.cpp patch-src_slic3r_GUI_ExtraRenderers.cpp

prusaslicer: update to 2.9.6

PrusaSlicer 2.9.6

Changes with respect to 2.9.6-rc1:

* Toolpath moves between FLUSH_START and FLUSH_END tags are now not shown in
  the G-code preview.
* Fan speed was incorrectly being restored to the value belonging to wrong
  filament when toolchange command was prepended by whitespace.

PrusaSlicer 2.9.6-rc1

Improvements with respect to 2.9.6-beta1

* Use area-dominant extruder instead of the default one when applying "Maximum
  width of a segmented region".
* Incorporate filament_load_time and filament_unload_time into cooling
  slowdown logic.

    [66 lines not shown]
DeltaFile
+6-6prusaslicer/patches/patch-src_slic3r_GUI_wxExtensions.cpp
+5-5prusaslicer/distinfo
+7-0prusaslicer/PLIST
+3-3prusaslicer/patches/patch-src_slic3r_GUI_ExtraRenderers.cpp
+1-1prusaslicer/Makefile
+22-155 files

NetBSD/src wWhtON0sys/dev/ic mpt_netbsd.c

   dev/ic/mpt_netbsd.c - another clang appeasement attempt
   and change all strncat() (which were not what was intended)
   into strlcat() which implement the original intent.
VersionDeltaFile
1.43+25-28sys/dev/ic/mpt_netbsd.c
+25-281 files

NetBSD/src yJVWHfWdoc 3RDPARTY

   tz{code,data}2026c is available
VersionDeltaFile
1.2231+2-2doc/3RDPARTY
+2-21 files

NetBSD/pkgsrc bwCspAmdoc CHANGES-2026

   doc: Updated textproc/p5-ack to 3.10.0
VersionDeltaFile
1.4358+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc PHghJU5textproc/p5-ack Makefile distinfo

   p5-ack: update to 3.10.0.

   v3.10.0     Sun Jun  7 11:50:37 CDT 2026
   ========================================
   [SECURITY]
   CVE-2026-49147: filename ANSI escape sequences
   CVE-2026-49146: project .ackrc -A -B -C memory exhaustion
   CVE-2026-49145: project .ackrc --follow / --files-from file exfiltration

   [FIXES]
   Fixed a bug where types set in the .ackrc could not be overridden from the
   command line. Thanks, Dmitri Vereshchagin. (GH #393)


   v3.9.0      Mon May 26 15:02:57 CDT 2025
   ========================================
   The --not option can be used with either --and or --or.

   The -g option can now use any of the boolean options, --and, --or or --not.

    [39 lines not shown]
VersionDeltaFile
1.44+4-4textproc/p5-ack/Makefile
1.22+4-4textproc/p5-ack/distinfo
+8-82 files

NetBSD/pkgsrc 55Sl6KJdoc CHANGES-2026

   doc: Updated textproc/p5-YAML-PP to 0.41.0
VersionDeltaFile
1.4357+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 5YTNk31textproc/p5-YAML-PP Makefile distinfo

   p5-YAML-PP: update to 0.41.0.

   v0.41.0 2026-06-17 22:01:34+02:00

       - tests: replace Test::Warn with Test::Warnings (PR #59, @haarg)
       - Fix test suite tag data

   v0.40.0 2026-04-24 16:51:28+02:00

       - Security: Limit default allowed maximum nesting level.
         Set it via new option 'max_depth'.

   v0.39.0 2025-02-10 00:01:45+01:00

       - Allow unknown tags again, reverting the previous change in v0.38.1 which
         only was supposed to be a dev release
       - Add new option require_footer

   v0.38.1 2025-01-25 00:30:13+01:00

    [17 lines not shown]
VersionDeltaFile
1.17+4-5textproc/p5-YAML-PP/Makefile
1.10+4-4textproc/p5-YAML-PP/distinfo
+8-92 files

NetBSD/pkgsrc-wip 8800f0bp5-Imager distinfo Makefile

p5-Imager: update to 1.033.

Imager 1.033 - 7 July 2026
============

 - fix mishandling of large EXIF IFD entry count values, treating them
   as negative numbers.  This could lead to an attempt to allocate a
   block nearly the size of the address space, which fails and causes
   an exit.  Such counts are now treated as unsigned and caught either
   when the multiplication result is checked, or when the end of the
   IFD referenced memory is outside the EXIF block.
   Thanks to cpan-security.
   CVE-2026-14454

 - JPEG: depend on Imager 1.033 for the EXIF fix.

 - fix a thread context object reference count leak in the bumpmap and
   bumpmap_complex filters.


    [2 lines not shown]
DeltaFile
+3-3p5-Imager/distinfo
+1-1p5-Imager/Makefile
+4-42 files

NetBSD/pkgsrc fJUr9Smdoc CHANGES-2026

   Updated www/freenginx-devel to 1.31.3
VersionDeltaFile
1.4356+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Hl5Hjdqwww/freenginx-devel Makefile distinfo, www/freenginx-devel/patches extra-patch-ndk_set_var.c

   www/freenginx-devel: update from 1.31.2 to 1.31.3

   Sponsored by:        tipi.work

   <ChangeLog>

   *) Feature: additional checks are now used during variable substitution,
      including during execution of the ngx_http_rewrite_module directives,
      to prevent buffer overruns in case of errors in the code.

   *) Bugfix: if the "auth_request_set" directive or regular expression
      named captures were used to change prefix variables, such as
      "$http_...", corresponding variables became empty in other parts of
      the configuration.

   *) Bugfix: changing the $limit_rate and $args variables with the
      "auth_request_set" directive or regular expression named captures
      worked incorrectly.


    [23 lines not shown]
VersionDeltaFile
1.1+31-0www/freenginx-devel/patches/extra-patch-ndk_set_var.c
1.18+5-3www/freenginx-devel/Makefile
1.16+4-4www/freenginx-devel/distinfo
+40-73 files

NetBSD/src Nr0QC9vusr.bin/ftp uri.c

   Stop searching for segment separator at segment end.
VersionDeltaFile
1.3+5-3usr.bin/ftp/uri.c
+5-31 files

NetBSD/pkgsrc U52f65kdoc CHANGES-2026

   Updated www/freenginx to 1.30.1nb1
VersionDeltaFile
1.4355+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc if3WeiPwww/freenginx distinfo options.mk, www/freenginx/patches extra-patch-njs-quickjs extra-patch-auto-quickjs

   www/freenginx: third-party modules management (+)

   Update cache_purge module and njs modules to their recent versions (merge
   changes from www/freenginx-devel).

   Bump PKGREVISION.

   Sponsored by:        tipi.work
VersionDeltaFile
1.1+28-0www/freenginx/patches/extra-patch-njs-quickjs
1.9+7-7www/freenginx/distinfo
1.7+3-3www/freenginx/options.mk
1.10+3-2www/freenginx/Makefile
1.4+0-0www/freenginx/patches/extra-patch-auto-quickjs
+41-125 files

NetBSD/pkgsrc-wip b57257bnextvi distinfo Makefile

nextvi: update to 6.1
DeltaFile
+3-3nextvi/distinfo
+1-1nextvi/Makefile
+4-42 files

NetBSD/pkgsrc OoMTzBbdoc CHANGES-2026

   doc: Updated lang/go126 to 1.26.5
VersionDeltaFile
1.4354+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc cDbYxmIaudio/sptui Makefile, audio/ymuse Makefile

   Revbump all Go packages after go126 update
VersionDeltaFile
1.25+2-2audio/sptui/Makefile
1.49+2-2audio/ymuse/Makefile
1.103+2-2chat/coyim/Makefile
1.62+2-2chat/gomuks/Makefile
1.91+2-2chat/matterircd/Makefile
1.27+2-2chat/neonmodem/Makefile
+12-12202 files not shown
+416-390208 files

NetBSD/pkgsrc IrSh8cMlang/go version.mk, lang/go125 distinfo PLIST

   go: update to 1.26.5 and 1.25.12 (security)

   These releases include 2 security fixes following the security policy:

   -   os: Root escape via symlink plus trailing slash

       On Unix systems, opening a file in an os.Root improperly
       followed symlinks to locations outside of the Root when
       the final path component of the a path is a symbolic link
       and the path ends in /.

       For example, root.Open("symlink/") would open "symlink" even when
       "symlink" is a symbolic link pointing outside of the root.

       On Unix, openat(fd, path, O_NOFOLLOW) will follow symlinks
       in path when path ends in a /. Root failed to account for
       this behavior, permitting paths with a trailing / to escape.
       It now properly sanitizes the path parameter provided to openat.


    [18 lines not shown]
VersionDeltaFile
1.14+4-4lang/go125/distinfo
1.6+4-4lang/go126/distinfo
1.251+3-3lang/go/version.mk
1.6+4-0lang/go126/PLIST
1.9+3-0lang/go125/PLIST
+18-115 files

NetBSD/pkgsrc BAboSRHdoc CHANGES-2026

   Updated lang/nodejs, devel/py-mocket
VersionDeltaFile
1.4353+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc Fkyq9jAdevel/py-mocket distinfo Makefile

   py-mocket: updated to 3.14.2

   3.14.2

   tests: add tests for hexdump and hexload, including ValueError on invalid hex
   Better can_handle_fun documentation
   Raise an error when both can_handle_fun and match_querystring are used
VersionDeltaFile
1.18+4-4devel/py-mocket/distinfo
1.18+2-2devel/py-mocket/Makefile
+6-62 files

NetBSD/pkgsrc LAmnwo0lang/nodejs distinfo Makefile

   nodejs: updated to 26.5.0

   26.5.0

   Notable changes

   - (SEMVER-MINOR) buffer: implement blob.textStream() (Matthew Aitken)
   - (SEMVER-MINOR) esm: add --experimental-import-text flag (Efe)
   - (SEMVER-MINOR) perf_hooks: sample delay per event loop iteration (Pablo Erhard)
   - (SEMVER-MINOR) stream: expose ReadableStreamTee (Matteo Collina)
   - (SEMVER-MINOR) tls: report negotiated TLS groups (Filip Skokan)
VersionDeltaFile
1.324+4-4lang/nodejs/distinfo
1.356+2-2lang/nodejs/Makefile
+6-62 files

NetBSD/pkgsrc AGg5W2Osysutils/qemu-guest-agent Makefile

   make this compile for and work on i386 (actually, i586 and up) 32bit VMs.
VersionDeltaFile
1.11+3-1sysutils/qemu-guest-agent/Makefile
+3-11 files

NetBSD/pkgsrc-wip 05ef5e3pam-pwdfile Makefile distinfo, pam-pwdfile/files _pam_macros.h

pam-pwdfile: update to 2.0
DeltaFile
+0-187pam-pwdfile/files/_pam_macros.h
+123-0pam-pwdfile/patches/patch-pam__pwdfile.c
+4-20pam-pwdfile/Makefile
+0-16pam-pwdfile/patches/patch-ab
+0-14pam-pwdfile/patches/patch-aa
+4-5pam-pwdfile/distinfo
+131-2422 files not shown
+132-2438 files

NetBSD/src sMrwysbusr.bin/ftp uri.c

   Call free with the malloc result, not with an incremented value.
VersionDeltaFile
1.2+4-4usr.bin/ftp/uri.c
+4-41 files

NetBSD/pkgsrc-wip 59a6804carburetta TODO distinfo, carburetta/patches patch-Makefile

carburetta: Update to 0.8.28

0.8.28 - 2026-01-11

 - Will now emit #line so C/C++ compilation errors on generated code
   will be located at the corresponding snippet code in the .cbrt input
   file, where appropatiate. Use --nolinedir to disable.

 - Can now emit a symbol_names[] table for all ordinal constants, this
   can be useful when writing code that uses Carburetta's internal
   structures more dynamically and you wish to emit debug information.
   Only generated when --sym-names is specified.

 - Instead of specifying a filename, you can now pass - (a dash) for
   the filename and the grammar input will be read from stdin.

0.8.25 - 2025-04-14

 - New 'visit' feature. When specifying either %visit or %visit_params

    [87 lines not shown]
DeltaFile
+0-66carburetta/patches/patch-Makefile
+7-1carburetta/TODO
+3-4carburetta/distinfo
+1-1carburetta/Makefile
+11-724 files

NetBSD/pkgsrc rQiRUaxdoc CHANGES-2026

   doc: Updated games/ajbsp to 1.05
VersionDeltaFile
1.4352+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 5kLHll6games/ajbsp Makefile distinfo, games/ajbsp/patches patch-Makefile

   games/ajbsp: Update to 1.05

   * support UDMF maps, creating XGL3 nodes
   * better ability to embed as a library
   * lots of code improvements, require C++11 now
   * a facility for source ports: XWA files
VersionDeltaFile
1.3+12-35games/ajbsp/patches/patch-Makefile
1.4+7-5games/ajbsp/Makefile
1.5+5-5games/ajbsp/distinfo
+24-453 files

NetBSD/src PcdcbPaexternal/bsd/libevent libevent2netbsd

   account for macros changing names
VersionDeltaFile
1.5+15-15external/bsd/libevent/libevent2netbsd
+15-151 files

NetBSD/src Ue3P4fzexternal/bsd/libevent/include/event2 event-config.h

   manually fix the SIZEOF macros for now.
VersionDeltaFile
1.7+17-1external/bsd/libevent/include/event2/event-config.h
+17-11 files

NetBSD/pkgsrc j8HSCeKdoc CHANGES-2026

   doc: Updated x11/mlterm to 3.9.5
VersionDeltaFile
1.4351+2-1doc/CHANGES-2026
+2-11 files