NetBSD/pkgsrc e5rXWeKgraphics/inkscape Makefile

   inkscape: fix macos install

   Inkscape no longer adds an extra 0 to its libraries on macOS.
VersionDeltaFile
1.326+4-4graphics/inkscape/Makefile
+4-41 files

NetBSD/pkgsrc R9C5QmAgames/naev PLIST

   naev: fixed PLIST
VersionDeltaFile
1.6+3-3games/naev/PLIST
+3-31 files

NetBSD/pkgsrc I5VYaQNdoc CHANGES-2026

   doc: Updated editors/vim-share to 9.2.0496
VersionDeltaFile
1.3109+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc LFibIm7editors/vim-share distinfo version.mk

   Update to version 9.2.0496.

   Changes:
   - patch 9.2.0496: [security]: Code Injection in cucumber filetype plugin
   - patch 9.2.0495: [security]: runtime(netrw): code injection via NetrwBookHistSave()
   - runtime(just): add 'suffixesadd' to ftplugin
   - runtime(sh): Do not conflate empty array and function declarations in Bash
   - patch 9.2.0494: User commands cannot handle single args with spaces
   - patch 9.2.0493: popup: missing  Popup, PopupBorder and PopupTitle hi groups
   - patch 9.2.0492: popup: decoration wrongly drawn with clipping on border
   - CI: Update clang to v22
   - runtime(htmldjango): Add syntax highlighting of comparison operators
   - runtime(django): Resolve FIXME of comparrison operators + localization tags
   - ccfilter: uses unbounded strcat()/strcpy()
   - NSIS: Don't install 32-bit dll on ARM64
VersionDeltaFile
1.235+4-4editors/vim-share/distinfo
1.171+3-3editors/vim-share/version.mk
+7-72 files

NetBSD/src 3RXJkcZdoc CHANGES-11.0

   Tickets #288 - #292
VersionDeltaFile
1.1.2.93+36-1doc/CHANGES-11.0
+36-11 files

NetBSD/src eSb3hHfexternal/mit/xorg/tools/fc-cache Makefile

   Pull up following revision(s) (requested by hgutch in ticket #292):

        external/mit/xorg/tools/fc-cache/Makefile: revision 1.24

   Build fc-cache tool with -std=gnu99 instead of -std=c99 to get necessary
   function prototypes on gcc-14/glibc build hosts.
VersionDeltaFile
1.23.2.1+2-2external/mit/xorg/tools/fc-cache/Makefile
+2-21 files

NetBSD/src XvIf1OPdoc CHANGES-10.2

   Tickets #1267 and #1268
VersionDeltaFile
1.1.2.98+11-1doc/CHANGES-10.2
+11-11 files

NetBSD/src zZQGn8Setc/etc.luna68k MAKEDEV.conf

   Pull up following revision(s) (requested by isaki in ticket #1268):

        etc/etc.luna68k/MAKEDEV.conf: revision 1.12

   luna68k: Add missing audio devices to MAKEDEV.
VersionDeltaFile
1.11.22.1+2-1etc/etc.luna68k/MAKEDEV.conf
+2-11 files

NetBSD/src qiki3ooetc/etc.luna68k MAKEDEV.conf

   Pull up following revision(s) (requested by isaki in ticket #291):

        etc/etc.luna68k/MAKEDEV.conf: revision 1.12

   luna68k: Add missing audio devices to MAKEDEV.
VersionDeltaFile
1.11.26.1+2-1etc/etc.luna68k/MAKEDEV.conf
+2-11 files

NetBSD/src Atm0Su3tests/usr.sbin/inetd t_accept_max.sh t_accept_max.sh, usr.sbin/inetd inetd.c parse_v2.c

   Pull up following revision(s) (requested by riastradh in ticket #290):

        usr.sbin/inetd/inetd.h: revision 1.7
        usr.sbin/inetd/inetd.h: revision 1.8
        usr.sbin/inetd/inetd.c: revision 1.142
        tests/usr.sbin/inetd/Makefile: revision 1.3
        usr.sbin/inetd/parse_v2.c: revision 1.8
        usr.sbin/inetd/inetd.8: revision 1.69
        tests/usr.sbin/inetd/t_accept_max.sh: revision 1.1
        tests/usr.sbin/inetd/t_accept_max.sh: revision 1.2
        distrib/sets/lists/tests/mi: revision 1.1418
        usr.sbin/inetd/parse.c: revision 1.6

        (all via patch)

   Fix various typos in comments.

   Add an optional accept limit to stream/nowait services.
   Old syntax:

    [18 lines not shown]
VersionDeltaFile
1.2.2.2+254-0tests/usr.sbin/inetd/t_accept_max.sh
1.2.2.1+0-254tests/usr.sbin/inetd/t_accept_max.sh
1.141.6.1+125-7usr.sbin/inetd/inetd.c
1.7.4.1+42-2usr.sbin/inetd/parse_v2.c
1.5.6.1+33-2usr.sbin/inetd/parse.c
1.68.4.1+17-6usr.sbin/inetd/inetd.8
+471-2713 files not shown
+482-2759 files

NetBSD/src oxtmwGhusr.bin/ruptime ruptime.c, usr.sbin/inetd ratelimit.c

   Pull up following revision(s) (requested by riastradh in ticket #289):

        usr.bin/ruptime/ruptime.c: revision 1.16
        usr.sbin/inetd/ratelimit.c: revision 1.3

   fix a couple of "allocate too little" issues GCC 14 pointed out.
   both ruptime and inetd allocate a less-than-struct-sized space and
   assign it to a struct pointer.  neither of them actually use more
   than the allocated memory, but this is still dodgy and technically
   wrong.  just allocate the right size.
VersionDeltaFile
1.2.6.1+5-2usr.sbin/inetd/ratelimit.c
1.15.56.1+3-3usr.bin/ruptime/ruptime.c
+8-52 files

NetBSD/src WZwejjpcrypto/external/bsd/openssh/dist sshd-auth.c sshd-session.c

   Pull up following revision(s) (requested by christos in ticket #288):

        crypto/external/bsd/openssh/dist/sshd-session.c: revision 1.13
        crypto/external/bsd/openssh/dist/sshd-auth.c: revision 1.6

   PR/60270: Jose Luis Duran: Add back accidentally removed probes.
VersionDeltaFile
1.3.2.3+7-3crypto/external/bsd/openssh/dist/sshd-auth.c
1.10.2.3+5-3crypto/external/bsd/openssh/dist/sshd-session.c
+12-62 files

NetBSD/src CwIG1IHbin/sh jobs.c trap.c

   PR bin/60275 discard even less arriving signals

   Avoid signals arriving immediately after a fork() (or vfork())
   by blocking everything (everything possible) while the fork()
   happens, in the parent, for (close to) the minimum possible time,
   in the child, until it has its state init'd enough that it is
   safe for signals to arrive.

   Further, if a signal does arrive (in a child) which was trapped
   in the parent, but hasn't been cleaned up fully yet, instead of
   simply ignoring it, send it to ourselves, after setting its state
   to SIG_DFL (which is what would eventually happen to a trapped
   signal anyway).   If that doesn't kill us, then we will end up
   (harmlessly) setting the state to SIG_DFL again later as would happen
   if the signal hadn't arrived in this short window; we cannot record that
   it happened to avoid that, as we might be in a vforked child, and
   anything recorded by that would be visible back in the parent later
   (where the signal action was not changed).


    [12 lines not shown]
VersionDeltaFile
1.126+28-4bin/sh/jobs.c
1.60+16-2bin/sh/trap.c
1.198+10-3bin/sh/eval.c
1.28+2-2bin/sh/jobs.h
+56-114 files

NetBSD/src Eeg5sQDdoc CHANGES-9.5

   Ticket #2012
VersionDeltaFile
1.1.2.102+6-1doc/CHANGES-9.5
+6-11 files

NetBSD/src 6m83OsXsys/fs/cd9660 cd9660_rrip.c

   Pull up following revision(s) (requested by mrg in ticket #2012):

        sys/fs/cd9660/cd9660_rrip.c: revision 1.19

   cd9660: make sure that NM records are at least 5 bytes long.

   avoids an integer underflow when this length has 5 subtracted from it
   for a later path.

   Reported by Adam Crosser, Praetorian
VersionDeltaFile
1.18.22.1+8-2sys/fs/cd9660/cd9660_rrip.c
+8-21 files

NetBSD/src fG7umgGsys/fs/cd9660 cd9660_rrip.c

   Pull up following revision(s) (requested by mrg in ticket #1267):

        sys/fs/cd9660/cd9660_rrip.c: revision 1.19

   cd9660: make sure that NM records are at least 5 bytes long.

   avoids an integer underflow when this length has 5 subtracted from it
   for a later path.

   Reported by Adam Crosser, Praetorian
VersionDeltaFile
1.18.48.1+8-2sys/fs/cd9660/cd9660_rrip.c
+8-21 files

NetBSD/pkgsrc y0fZj0Cdoc CHANGES-2026

   doc: Updated devel/py-nihtest to 1.11.1
VersionDeltaFile
1.3108+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ZLlUwx9devel/py-nihtest Makefile distinfo

   py-nihtest: update to 1.11.1.

   # 1.11.1 [2026-05-18]

   - Fix preload test on macOS.

   # 1.11.0 [2026-05-18]

   - Add support for preload on macOS.
   - Remove dependency on dateutil.
VersionDeltaFile
1.26+5-5devel/py-nihtest/Makefile
1.17+4-4devel/py-nihtest/distinfo
+9-92 files

NetBSD/src RLE91U1. build.sh

   build.sh: Make MAKEVERBOSE tests consistent.

   - Use "${MAKEVERBOSE}" to avoid trouble in case it has spaces or
     asterisks or whatever in the environment.

   - Default to 2 if it's not defined or empty.

   Should fix build.sh pkg=... without any -N argument or any
   MAKEVERBOSE set in the environment.
VersionDeltaFile
1.402+4-4build.sh
+4-41 files

NetBSD/pkgsrc wApPnBUdoc CHANGES-2026

   doc: Updated www/firefox-l10n to 150.0.3
VersionDeltaFile
1.3107+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc SIIF4zwwww/firefox-l10n distinfo Makefile

   www/firefox-l10n: Update to 150.0.3

   * Sync with www/firefox-150.0.3.
VersionDeltaFile
1.292+310-310www/firefox-l10n/distinfo
1.310+2-2www/firefox-l10n/Makefile
+312-3122 files

NetBSD/pkgsrc tUB9IlBdoc CHANGES-2026

   doc: Fix directory name for previous
VersionDeltaFile
1.3106+2-2doc/CHANGES-2026
+2-21 files

NetBSD/pkgsrc yKqP04cdoc CHANGES-2026 TODO

   doc: Updated www/firefox-150 to 150.0.3
VersionDeltaFile
1.3105+2-1doc/CHANGES-2026
1.27283+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc dnQoQcUwww/firefox distinfo, www/firefox/patches patch-js_src_intgemm_moz.build patch-python_sites_mach.txt

   www/firefox: Update to 150.0.3

   * Builds on NetBSD 9 is broken. It is C++ issue in Rust style module.
     It seems that Rust build module does not select newer GCC from
     pkgsrc. I will revisit this later.
   * Webcam input is broken under NetBSD-current. It will be fixed in 151.

   Changelog:
   150.0.3:
   Fixed

     * Fixed an issue where characters entered into password fields could appear
       unmasked in print preview and printed pages. (Bug 2037803)

     * Various security fixes.

   Security fixes:
   Mozilla Foundation Security Advisory 2026-45
   #CVE-2026-8388: Incorrect boundary conditions in the JavaScript Engine: JIT

    [184 lines not shown]
VersionDeltaFile
1.1+49-0www/firefox/patches/patch-js_src_intgemm_moz.build
1.1+31-0www/firefox/patches/patch-python_sites_mach.txt
1.581+12-8www/firefox/distinfo
1.1+15-0www/firefox/patches/patch-python_sites_build.txt
1.5+8-7www/firefox/patches/patch-config_gcc-stl-wrapper.template.h
1.1+14-0www/firefox/patches/patch-ipc_glue_ForkServer.cpp
+129-153 files not shown
+137-219 files

NetBSD/pkgsrc w7Kdt4ngeography/qgis Makefile

   geography/qgis: Revbump due to spatialite
VersionDeltaFile
1.272+2-2geography/qgis/Makefile
+2-21 files

NetBSD/pkgsrc dmofqM2doc CHANGES-2026

   doc: Updated geography/spatialindex to 2.0.0
VersionDeltaFile
1.3104+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc F2uknUTgeography/spatialindex Makefile PLIST

   geography/spatialindex: Update to 2.0.0

   packaging NEWS:

     Note that 2.0.0 is not the latest release.  As described on qgis
     lists, 2.1.0 changed how nearest neighbor queries with custom
     functions work and it does not seem possible to use them correctly.
     Thus pkgsrc is avoiding 2.1.0, as recommended by qgis.

   Not mentioned in upstream NEWS:

     shlib version changed from 6.1.1 to 7.0.0

   upstream NEWS content;

     2.0.0 has been released on 07 JUNE 2024. There are no significant
     major enhancements or refactorings that should change any
     behaviors. It had been a long time (almost 5 years!) since a release
     and 2.0.0 was the next version number...

    [21 lines not shown]
VersionDeltaFile
1.5+22-2geography/spatialindex/Makefile
1.3+10-4geography/spatialindex/PLIST
1.5+4-4geography/spatialindex/distinfo
1.3+2-2geography/spatialindex/buildlink3.mk
+38-124 files

NetBSD/src fV8ggDOexternal/bsd/elftoolchain README

   elftoolchain: Improve the instructions for importing from upstream.
VersionDeltaFile
1.3+21-6external/bsd/elftoolchain/README
+21-61 files

NetBSD/pkgsrc Gm4HyUqdoc CHANGES-2026

   Updated mail/exim[-html]
VersionDeltaFile
1.3103+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc s0mbekOmail/exim distinfo Makefile, mail/exim-html PLIST distinfo

   exim[-html]: updated to 4.99.3

   4.99.3
   This is a security release. It addresses CVE-2026-45185 (remote use-after-free via GnuTLS/CHUNKING).
VersionDeltaFile
1.28+15-1mail/exim-html/PLIST
1.45+4-4mail/exim-html/distinfo
1.95+4-4mail/exim/distinfo
1.218+2-2mail/exim/Makefile
1.52+2-2mail/exim-html/Makefile
+27-135 files