NetBSD/pkgsrc-wip 848f5c8llama.cpp Makefile

llama.cpp: remove git dependency

version string is handled by pkgsrc, and doesn't work for
github tarballs anyway
DeltaFile
+1-1llama.cpp/Makefile
+1-11 files

NetBSD/src bwm5TJhsys/arch/m68k/m68k pmap_68k.c

   pmap_kenter_pa() should not be used to overwrite an existing mappings.
   Assert that the PTE for the specified VA is invalid, and remove the
   dead code that handled the case where it wasn't.
VersionDeltaFile
1.73+8-23sys/arch/m68k/m68k/pmap_68k.c
+8-231 files

NetBSD/src vAPVWalsys/arch/m68k/include vmparam.h

   Bump the 68020+ default MAXTSIZ to 64MB.  This allows the pkgsrc build of
   gcc-12 to run and pass the self-tests on virt68k.

   Also bump the 68020+ default DFLDSIZ to 64MB.
VersionDeltaFile
1.13+3-3sys/arch/m68k/include/vmparam.h
+3-31 files

NetBSD/src 6fGZ8KIsys/arch/m68k/include vmparam.h

   Revert previous so I can commit again with a corrected commit message.
VersionDeltaFile
1.12+2-2sys/arch/m68k/include/vmparam.h
+2-21 files

NetBSD/src tHyXlvHsys/arch/m68k/include vmparam.h

   Bump the 68020+ default MAXTSIZ to 64MB.  This allows the pkgsrc build of
   gcc-12 to run and pass the self-tests on virt68k.

   Also bump the 68020+ default MAXDSIZ to 64MB.
VersionDeltaFile
1.11+3-3sys/arch/m68k/include/vmparam.h
+3-31 files

NetBSD/xsrc kChR95qexternal/mit/libdrm/dist configure

   libdrm: bump versions in fake configure
VersionDeltaFile
1.8+2-2external/mit/libdrm/dist/configure
+2-21 files

NetBSD/src xkFUMo5sys/arch/mips/mips locore.S

   Tweak a comment indentation
VersionDeltaFile
1.232+6-5sys/arch/mips/mips/locore.S
+6-51 files

NetBSD/pkgsrc-wip 8022078. TODO

TODO: + tor-browser-15.0.17.
DeltaFile
+1-1TODO
+1-11 files

NetBSD/pkgsrc EckeSK0doc CHANGES-2026

   doc: Updated www/chromium to 149.0.7827.200
VersionDeltaFile
1.4142+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 2RrtFZ0www/chromium distinfo Makefile

   www/chromium: update to 149.0.7827.200

   * 149.0.7827.200
   This update includes 3 security fixes. Please see the Chrome Security Pagefor more information.

   [N/A][513138301] High CVE-2026-13281: Integer overflow in Mojo. Reported by Google on 2026-05-14
   [N/A][517522620] High CVE-2026-13282: Use after free in Payments. Reported by Google on 2026-05-28
   [N/A][522561151] High CVE-2026-13283: Use after free in AdFilter. Reported by Google on 2026-06-11

   * 149.0.7827.196

   This update includes 18 security fixes. Below, we highlight fixes
   that were contributed by external researchers.
   Please see the Chrome Security Page for more information.

   [TBD][520656244] Critical CVE-2026-13028: Use after free in WebGL. Reported by anonymous on 2026-06-07
   [N/A][523591974] Critical CVE-2026-13032: Use after free in WebGL. Reported by Google on 2026-06-13
   [N/A][523677844] Critical CVE-2026-13033: Out of bounds read in Blink>InterestGroups. Reported by Google on 2026-06-13
   [N/A][523740781] Critical CVE-2026-13038: Use after free in Autofill. Reported by Google on 2026-06-14

    [14 lines not shown]
VersionDeltaFile
1.48+6-6www/chromium/distinfo
1.64+2-3www/chromium/Makefile
+8-92 files

NetBSD/pkgsrc-wip e6d520dchromium COMMIT_MSG distinfo

chromium: update to 149.0.7827.200
DeltaFile
+29-36chromium/COMMIT_MSG
+6-6chromium/distinfo
+2-1chromium/Makefile
+0-1chromium/options.mk
+37-444 files

NetBSD/pkgsrc-wip fe163aftrivy distinfo go-modules.mk

trivy: updated to 0.72.0
DeltaFile
+273-234trivy/distinfo
+90-77trivy/go-modules.mk
+1-1trivy/Makefile
+364-3123 files

NetBSD/pkgsrc s19QbC8net/wireguard-tools Makefile

   net/wireguard-tools: Drop workaround for Darwin bash

   On macOS, system bash is no longer used as a tool, so there's no need
   to undef it.   (This workaround was specific to Darwin and cited bash 3.x.)
VersionDeltaFile
1.10+1-6net/wireguard-tools/Makefile
+1-61 files

NetBSD/src 5B006ARsys/arch/i386/stand/efiboot/bootia32 multiboot32.S efibootia32.c, sys/arch/i386/stand/efiboot/bootx64 efibootx64.c multiboot64.S

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

        sys/arch/i386/stand/efiboot/bootia32/multiboot32.S: revision 1.3
        sys/arch/i386/stand/efiboot/bootx64/efibootx64.c: revision 1.7
        sys/arch/i386/stand/efiboot/bootia32/efibootia32.c: revision 1.9
        sys/arch/i386/stand/efiboot/bootia32/startprog32.S: revision 1.4
        sys/arch/i386/stand/efiboot/bootx64/multiboot64.S: revision 1.2
        sys/arch/i386/stand/efiboot/bootx64/startprog64.S: revision 1.6

   x86/efiboot: Put writable variables in .data, not .text.

   And define them in the .c file where they're used; no need to have
   extra unnecessary .S stuff just to define a global variable.

   Based on patch by Paul Ripke to bootx64.efi, adapted for bootia32.efi
   too.

   PR kern/59151: efiboot hangs on new motherboard
VersionDeltaFile
1.2.28.1+1-5sys/arch/i386/stand/efiboot/bootia32/multiboot32.S
1.5.26.3+3-3sys/arch/i386/stand/efiboot/bootia32/efibootia32.c
1.2.52.2+1-5sys/arch/i386/stand/efiboot/bootia32/startprog32.S
1.5.26.2+3-3sys/arch/i386/stand/efiboot/bootx64/efibootx64.c
1.1.32.1+1-5sys/arch/i386/stand/efiboot/bootx64/multiboot64.S
1.3.50.2+1-5sys/arch/i386/stand/efiboot/bootx64/startprog64.S
+10-266 files

NetBSD/pkgsrc XqBYVHkgraphics/py-matplotlib distinfo, graphics/py-matplotlib/patches patch-src___image__wrapper.cpp

   graphics/py-matplotlib: Fix build under NetBSD/amd64 11.99.6 at least

   * C function abs() returns int value and it causes fingerprint mismatch
     of std:clamp() C++ function. Use std:abs() for C++ instead.
VersionDeltaFile
1.1+16-0graphics/py-matplotlib/patches/patch-src___image__wrapper.cpp
1.77+2-1graphics/py-matplotlib/distinfo
+18-12 files

NetBSD/pkgsrc f4Cdtrvdoc CHANGES-2026

   Updated devel/py-cython, math/py-scipy
VersionDeltaFile
1.4141+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc sfSgUWZdoc CHANGES-2026

   doc: Updated meta-pkgs/bulk-test-python27 to 20260630
VersionDeltaFile
1.4140+2-1doc/CHANGES-2026
+2-11 files

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

   bulk-test-python27: update to 20260630.

   Remove palemoon and offlineimap (work with Python 3 now)
VersionDeltaFile
1.13+2-4meta-pkgs/bulk-test-python27/Makefile
+2-41 files

NetBSD/src AiNRpjwdoc CHANGES-11.0

   Tickets #353 - #357
VersionDeltaFile
1.1.2.112+36-1doc/CHANGES-11.0
+36-11 files

NetBSD/src mbzh3abcrypto/external/bsd/openssh/dist sshd_config

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

        crypto/external/bsd/openssh/dist/sshd_config: revision 1.30

   sshd_config(5): Clarify again how to disable password authentication.

   Upstream changed their version of this text by adding some quotation
   marks but not really making it clearer.  We had replaced the comment a
   while ago to cross-reference UsePAM but it got lost in the update to
   OpenSSH 10.0 last year.  Restore the explanation of how to disable
   password authentication, and expand on the relevant knobs a little.

   PR bin/32313: sshd 'PasswordAuthentication no' silently fails
VersionDeltaFile
1.29.2.1+8-2crypto/external/bsd/openssh/dist/sshd_config
+8-21 files

NetBSD/pkgsrc Axy9DSWdoc CHANGES-2026, mail Makefile

   offlineimap3: remove

   used for updating offlineimap
VersionDeltaFile
1.694+1-2mail/Makefile
1.4139+2-1doc/CHANGES-2026
1.2+1-1mail/offlineimap3/distinfo
1.2+1-1mail/offlineimap3/PLIST
1.2+1-1mail/offlineimap3/Makefile
1.2+0-0mail/offlineimap3/DESCR
+6-66 files

NetBSD/src 7oM7V0Odoc CHANGES-9.5

   Tickets #2027 - #2029
VersionDeltaFile
1.1.2.108+22-1doc/CHANGES-9.5
+22-11 files

NetBSD/pkgsrc Cdtd9Ybdoc CHANGES-2026

   doc: Updated mail/offlineimap to 8.0.2
VersionDeltaFile
1.4138+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rymH7FJmail/offlineimap Makefile PLIST

   offlineimap: update to 8.0.2.

   Switch to the upstream Python 3 version that's been
   developed in a different repository, but but by the same organization.

   (previously in mail/offlineimap3)
VersionDeltaFile
1.43+17-12mail/offlineimap/Makefile
1.12+10-17mail/offlineimap/PLIST
1.2+5-5mail/offlineimap/DESCR
1.14+4-4mail/offlineimap/distinfo
+36-384 files

NetBSD/src ZgybR8Zsys/arch/i386/stand/efiboot/bootia32 startprog32.S efibootia32.c, sys/arch/i386/stand/efiboot/bootx64 efibootx64.c multiboot64.S

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

        sys/arch/i386/stand/efiboot/bootia32/multiboot32.S: revision 1.3
        sys/arch/i386/stand/efiboot/bootx64/efibootx64.c: revision 1.7
        sys/arch/i386/stand/efiboot/bootia32/efibootia32.c: revision 1.9
        sys/arch/i386/stand/efiboot/bootia32/startprog32.S: revision 1.4
        sys/arch/i386/stand/efiboot/bootx64/multiboot64.S: revision 1.2
        sys/arch/i386/stand/efiboot/bootx64/startprog64.S: revision 1.6

   x86/efiboot: Put writable variables in .data, not .text.

   And define them in the .c file where they're used; no need to have
   extra unnecessary .S stuff just to define a global variable.

   Based on patch by Paul Ripke to bootx64.efi, adapted for bootia32.efi
   too.

   PR kern/59151: efiboot hangs on new motherboard
VersionDeltaFile
1.2.26.2+1-5sys/arch/i386/stand/efiboot/bootia32/startprog32.S
1.4.6.3+3-3sys/arch/i386/stand/efiboot/bootia32/efibootia32.c
1.1.2.4+1-5sys/arch/i386/stand/efiboot/bootia32/multiboot32.S
1.4.6.3+3-3sys/arch/i386/stand/efiboot/bootx64/efibootx64.c
1.1.2.3+1-5sys/arch/i386/stand/efiboot/bootx64/multiboot64.S
1.3.24.2+1-5sys/arch/i386/stand/efiboot/bootx64/startprog64.S
+10-266 files

NetBSD/pkgsrc MEiSONJmath/py-scipy PLIST distinfo, math/py-scipy/patches patch-scipy_spatial___ckdtree.pyx patch-scipy_stats___unuran_meson.build

   py-scipy: updated to 1.18.0

   SciPy 1.18.0 is the culmination of 6 months of hard work. It contains
   many new features, numerous bug-fixes, improved test coverage and better
   documentation. There have been a number of deprecations and API changes
   in this release, which are documented below. All users are encouraged to
   upgrade to this release, as there are a large number of bug-fixes and
   optimizations. Before upgrading, we recommend that users check that
   their own code does not use deprecated SciPy functionality (to do so,
   run your code with ``python -Wd`` and check for ``DeprecationWarning`` s).
   Our development attention will now shift to bug-fix releases on the
   1.18.x branch, and on adding new features on the main branch.
VersionDeltaFile
1.36+370-334math/py-scipy/PLIST
1.66+5-7math/py-scipy/distinfo
1.5+4-4math/py-scipy/patches/patch-scipy_spatial___ckdtree.pyx
1.108+2-2math/py-scipy/Makefile
1.2+1-1math/py-scipy/patches/patch-scipy_stats___unuran_meson.build
1.3+1-1math/py-scipy/patches/patch-subprojects_xsf_include_xsf_amos_amos.h
+383-3496 files

NetBSD/src YG93r2Cdoc CHANGES-10.2

   Tickets #1297 - #1299
VersionDeltaFile
1.1.2.106+22-1doc/CHANGES-10.2
+22-11 files

NetBSD/pkgsrc pUu2ks9doc CHANGES-2026

   doc: Updated www/p5-CSS-Minifier-XS to 0.14
VersionDeltaFile
1.4137+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pT5zGjzwww/p5-CSS-Minifier-XS distinfo Makefile

   p5-CSS-Minifier-XS: update to 0.14.

   0.14      2026-06-28 16:30:59-07:00 America/Vancouver
       - Fixes a memory leak in minify(), when the entire document is minified
         away.
VersionDeltaFile
1.5+4-4www/p5-CSS-Minifier-XS/distinfo
1.13+2-3www/p5-CSS-Minifier-XS/Makefile
+6-72 files

NetBSD/pkgsrc 3tnjXjBdoc CHANGES-2026

   doc: Updated www/p5-JavaScript-Minifier-XS to 0.16
VersionDeltaFile
1.4136+2-1doc/CHANGES-2026
+2-11 files