NetBSD/src HUqfI31sys/arch/sun68k/sun68k pmap_sunmmu.c

   Fix pmap_kcore_hdr() for the Sun2 case.
VersionDeltaFile
1.4+10-4sys/arch/sun68k/sun68k/pmap_sunmmu.c
+10-41 files

NetBSD/pkgsrc-wip 11592ffrust-beta distinfo, rust-beta/patches patch-src_bootstrap_Cargo.toml

rust-beta: Treat linker-warnings as such

Fixes bootstap.
DeltaFile
+18-0rust-beta/patches/patch-src_bootstrap_Cargo.toml
+1-0rust-beta/distinfo
+19-02 files

NetBSD/pkgsrc ZSBrgytdoc CHANGES-2026

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

NetBSD/pkgsrc 8SxCyIEmk compiler.mk

   mk: stop passing relro linker flags to compiler

   The relro flags are added to LDFLAGS, and that should be sufficient.
   Packages not honoring LDFLAGS need to be fixed anyway, and clang
   complains about the flags on the compiler command line.
VersionDeltaFile
1.116+1-5mk/compiler.mk
+1-51 files

NetBSD/src HwX7mqYsys/arch/sun68k/sun68k pmap_sunmmu.c

   On second thought, don't use __mc68010__ throughout as a proxy for
   "is a Sun-2"; it's too easy to glance-misread #ifdef vs #ifndef.
   Instead, define IS_SUN2 and IS_SUN3 macros that statically evaluate
   to the right thing and use them throughout.
VersionDeltaFile
1.3+58-50sys/arch/sun68k/sun68k/pmap_sunmmu.c
+58-501 files

NetBSD/src rIBvJRNexternal/mpl/bind/lib Makefile.subdir Makefile, lib Makefile

   bind: Wire into lib/Makefile build_install properly.

   toolchain/60468: external/mpl/bind/lib: misuse of build_install,
   missing MKBIND conditionals
VersionDeltaFile
1.1+11-0external/mpl/bind/lib/Makefile.subdir
1.317+3-3lib/Makefile
1.6+2-3external/mpl/bind/lib/Makefile
+16-63 files

NetBSD/pkgsrc jzkRaD5www/chromium distinfo Makefile, www/chromium/patches patch-components_password__manager_core_browser_features_password__features.cc

   www/chromium: update to 150.0.7871.128

   * 150.0.7871.128
   This update includes 7 security fixes. Please see the Chrome Security Page for more information.

   [N/A][516987782] Critical CVE-2026-15899: Use after free in CameraCapture. Reported by Google on 2026-05-27
   [N/A][523750584] Critical CVE-2026-15900: Use after free in GPU. Reported by Google on 2026-06-14
   [N/A][533446300] Critical CVE-2026-15901: Use after free in Network. Reported by Google on 2026-07-10
   [N/A][522436154] High CVE-2026-15902: Use after free in Cast. Reported by Google on 2026-06-10
   [TBD][531503216] High CVE-2026-15903: Out of bounds read and write in V8. Reported by OpenAI Codex Security (amyb) on 2026-07-06
   [N/A][532925350] High CVE-2026-15904: Use after free in Ozone. Reported by Google on 2026-07-09
   [N/A][532970574] High CVE-2026-15905: Use after free in Aura. Reported by Google on 2026-07-09

   * 150.0.7871.124
   This update includes 15 security fixes. Please see the Chrome Security Page for more information.

   [N/A][517100492] Critical CVE-2026-15764: Use after free in Ozone. Reported by Google on 2026-05-27
   [N/A][518007484] Critical CVE-2026-15765: Use after free in Ozone. Reported by Google on 2026-05-29
   [N/A][514010477] High CVE-2026-15766: Uninitialized Use in Skia. Reported by Google on 2026-05-17

    [43 lines not shown]
VersionDeltaFile
1.51+7-7www/chromium/distinfo
1.24+0-9www/chromium/patches/patch-components_password__manager_core_browser_features_password__features.cc
1.70+2-3www/chromium/Makefile
+9-193 files

NetBSD/src 8H4FRcosys/arch/sun3/conf files.sun3, sys/arch/sun3/sun3 pmap.c

   Switch Sun3 to the merged Sun2/Sun3 pmap.
VersionDeltaFile
1.191+2-2sys/arch/sun3/sun3/pmap.c
1.93+2-2sys/arch/sun3/conf/files.sun3
+4-42 files

NetBSD/pkgsrc-wip 96fb72brust-beta distinfo Makefile

rust-beta: update to 1.98.0-beta.5

Currently it doesn't build due to warning = error.

===> Building for rust-1.98.0beta.5
Building bootstrap
warning: linker stderr: ld: /usr/pkgsrc/wip/rust-beta/work/rustc-beta-src/build/bootstrap/debug/deps/librustix-095bb558e8cb6f26.rlib(rustix-095bb558e8cb6f26.rustix.b0b38a2615679391-cgu.1.rcgu.o): in function `rustix::backend::io::syscalls::dup3':
         rustix.b0b38a2615679391-cgu.1:(.text._RNvNtNtNtCsfazM32Pycft_6rustix7backend2io8syscalls4dup3+0x44): warning: reference to compatibility dup3(); include <unistd.h> to generate correct reference
         ld: /usr/pkgsrc/wip/rust-beta/work/rustc-beta-src/build/bootstrap/debug/deps/librustix-095bb558e8cb6f26.rlib(rustix-095bb558e8cb6f26.rustix.b0b38a2615679391-cgu.2.rcgu.o): in function `rustix::backend::fs::syscalls::fstatvfs':
         rustix.b0b38a2615679391-cgu.2:(.text._RNvNtNtNtCsfazM32Pycft_6rustix7backend2fs8syscalls8fstatvfs+0x39): warning: reference to compatibility fstatvfs(); include <sys/statvfs.h> to generate correct reference
  |
  = note: `#[warn(linker_messages)]` on by default

warning: linker stdout: ld: /usr/pkgsrc/wip/rust-beta/work/rustc-beta-src/build/bootstrap/debug/deps/librustix-095bb558e8cb6f26.rlib(rustix-095bb558e8cb6f26.rustix.b0b38a2615679391-cgu.1.rcgu.o): note: the message above does not take linker garbage collection into account
         ld: /usr/pkgsrc/wip/rust-beta/work/rustc-beta-src/build/bootstrap/debug/deps/librustix-095bb558e8cb6f26.rlib(rustix-095bb558e8cb6f26.rustix.b0b38a2615679391-cgu.2.rcgu.o): note: the message above does not take linker garbage collection into account

error: `bootstrap` (bin "rustdoc") generated 2 warnings
error: warnings are denied by `build.warnings` configuration
warning: build failed, waiting for other jobs to finish...

    [4 lines not shown]
DeltaFile
+9-9rust-beta/distinfo
+4-4rust-beta/Makefile
+13-132 files

NetBSD/src gigVpw9sys/arch/sun68k/sun68k pmap_sunmmu.c

   Merge Sun2 changes into pmap_bootstrap().
VersionDeltaFile
1.2+114-15sys/arch/sun68k/sun68k/pmap_sunmmu.c
+114-151 files

NetBSD/pkgsrc-wip 04c6ec8libreswan distinfo TODO

libreswan: bump to 5.3.2

v5.3.2 (July 15, 2026)
* Security: Fixes http://libreswan.org/security/CVE-2026-14957
* x509: tighten nss_compat BER check [Andrew]
DeltaFile
+3-3libreswan/distinfo
+2-3libreswan/TODO
+1-1libreswan/Makefile
+6-73 files

NetBSD/pkgsrc I1SweHldoc CHANGES-2026

   doc: Updated textproc/typst to 0.15.1
VersionDeltaFile
1.4611+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc JeamBh1textproc/typst distinfo Makefile, textproc/typst/patches patch-Cargo.toml

   textproc/typst: update to 0.15.1

   Library

    Text

      - Updated New Computer Modern fonts to version 8.1.1, fixing a bug where the regular weight of the math
        font was still using the old calligraphic letterforms that were supposed to live in stylistic set 6

    Math

      - Fixed a regression where alignment points did not work correctly when placed within lr / matched delimiters
      - Fixed a regression where op elements could be vertically misaligned

   Layout

      - Fixed a bug where gaps could appear in multi-page lists with number-align / marker-align set to an
        alignment with a vertical component


    [15 lines not shown]
VersionDeltaFile
1.22+11-11textproc/typst/distinfo
1.15+7-7textproc/typst/patches/patch-Cargo.toml
1.21+3-3textproc/typst/Makefile
1.21+2-2textproc/typst/cargo-depends.mk
+23-234 files

NetBSD/pkgsrc JUWQB78doc CHANGES-2026

   doc: Updated sysutils/dua-cli to 2.38.1
VersionDeltaFile
1.4610+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pOIfs2gsysutils/dua-cli distinfo Makefile

   sysutils/dua-cli: update to 2.38.1

   This release fixes a long-standing bug where NO_COLOR=1 would make all styling disapear, including
   the selection indicator itself. Now it's usable, finally.

   Bug Fixes

    - only strip colors when NO_COLOR is enabled
VersionDeltaFile
1.51+4-4sysutils/dua-cli/distinfo
1.51+2-2sysutils/dua-cli/Makefile
+6-62 files

NetBSD/pkgsrc qFyvak2doc CHANGES-2026

   doc: Updated shells/oh-my-posh to 29.33.0
VersionDeltaFile
1.4609+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rl9RDyVshells/oh-my-posh distinfo Makefile

   shells/oh-my-posh: update to 29.33.0

   v29.33.0
   Features

    - shell: support vimode segment in fish (302c3df), closes #5438
    - spotify: detect ads on macOS and Linux (36a96bb)

   v29.32.0
   Features

    - config: add generic language segment type (e98db08)
VersionDeltaFile
1.314+4-4shells/oh-my-posh/distinfo
1.346+2-2shells/oh-my-posh/Makefile
+6-62 files

NetBSD/pkgsrc GltLQ2Ldoc CHANGES-2026

   doc: Updated emulators/jgenesis to 0.13.1
VersionDeltaFile
1.4608+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc HUjNArJemulators/jgenesis distinfo cargo-depends.mk

   emulators/jgenesis: update to 0.13.1

   New Features

    - (Genesis) Added a new enabled-by-default option to automatically force 6-button controllers into 3-button mode when running a game that has known compatibility issues with 6-button controllers, such as Golden Axe II (#682)
    - (PC Engine) Added support for the Turbo Tap (i.e. multiple emulated gamepads, up to 5)
    - Holding the rewind and fast forward hotkeys together now rewinds at increased speed, based on the configured fast forward multiplier (#674)
    - Added a right click cut/copy/paste menu to the Cheats text edit box (#678)

   Improvements

    - (Genesis) When the "remove sprite-per-scanline limits" setting is enabled with a game that has known compatibility issues with it (read: Sonic 1), the emulator now shows a message at game boot noting that this may cause glitches
         - I did this instead of forcing it off because it does reduce sprite flickering during gameplay; it just also causes a major glitch on the title screen, unfortunately
    - (32X) SH-2 invalid memory address accesses are no longer logged to console by default; on Windows, this fixes potential slowdown in games that frequently access invalid addresses, e.g. Pitfall: The Mayan Adventure
    - When mapping gamepad analog triggers to inputs, it should no longer be possible to accidentally map "trigger released" to anything (#674)

   Fixes

    - (Genesis) Fixed the 68000 DIVU/DIVS instructions setting the Z and N flags incorrectly when the division overflows; this fixes Blood Shot sometimes allowing you to see part of a wall that's supposed to be behind you and then freezing (#679)
    - (GBA) Improved accuracy of IWRAM open bus emulation, based on the openbuster test ROM (#676)
VersionDeltaFile
1.16+655-685emulators/jgenesis/distinfo
1.16+217-227emulators/jgenesis/cargo-depends.mk
1.21+2-3emulators/jgenesis/Makefile
+874-9153 files

NetBSD/pkgsrc 6YhQ3vodoc CHANGES-2026

   doc: Updated devel/serie to 0.8.1
VersionDeltaFile
1.4607+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc dDj0NJGdevel/serie distinfo cargo-depends.mk

   devel/serie: update to 0.8.1

   What's Changed

    - Update GitHub Actions workflows by @lusingander in #157
    - Add stash user command variable by @lusingander in #160
    - Preserve search state on refresh by @lusingander in #161
VersionDeltaFile
1.25+43-43devel/serie/distinfo
1.25+13-13devel/serie/cargo-depends.mk
1.26+2-2devel/serie/Makefile
+58-583 files

NetBSD/pkgsrc O06xhbfdoc CHANGES-2026

   doc: Updated devel/cargo-release to 1.1.3
VersionDeltaFile
1.4606+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rDpFe5ndevel/cargo-release distinfo cargo-depends.mk, devel/cargo-release/patches patch-.._vendor_mio-1.0.4_src_sys_unix_selector_kqueue.rs

   devel/cargo-release: update to 1.1.3

   1.1.3 - 2026-07-10
   Fixes

    - Preserve comments, whitespace around version strings being edited
VersionDeltaFile
1.15+334-344devel/cargo-release/distinfo
1.15+110-113devel/cargo-release/cargo-depends.mk
1.18+3-3devel/cargo-release/Makefile
1.2+1-1devel/cargo-release/patches/patch-.._vendor_mio-1.0.4_src_sys_unix_selector_kqueue.rs
+448-4614 files

NetBSD/pkgsrc-wip dd0f294chromium Makefile

chromium: sync esbuild version fix from www/chromium
DeltaFile
+1-1chromium/Makefile
+1-11 files

NetBSD/pkgsrc-wip 7e38ef9chromium COMMIT_MSG distinfo, chromium/patches patch-components_password__manager_core_browser_features_password__features.cc

chromium: fix build
DeltaFile
+56-28chromium/COMMIT_MSG
+0-9chromium/patches/patch-components_password__manager_core_browser_features_password__features.cc
+1-1chromium/distinfo
+57-383 files

NetBSD/pkgsrc assepYAdoc CHANGES-2026

   Updated devel/py-pebble, databases/py-peewee, devel/py-coverage
VersionDeltaFile
1.4605+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc 0KpI6Ykdevel/py-coverage distinfo Makefile

   py-coverage: updated to 7.15.2

   7.15.2 — 2026-07-15

   - Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically
     increased memory use during reporting for large projects. Now we use a
     different approach that is both faster and slimmer than 7.15.0. Fixes `issue
     2229`_.
VersionDeltaFile
1.79+4-4devel/py-coverage/distinfo
1.93+2-2devel/py-coverage/Makefile
+6-62 files

NetBSD/pkgsrc EjWZROadatabases/py-peewee distinfo Makefile

   py-peewee: updated to 4.2.6

   4.2.6

   * A missed outer join is now cached as an absent relation instead of being
     written through the foreign-key descriptor. The fk id on the source
     instance keeps the column's value (previously it was overwritten with
     `None`), and accessing the attribute on a non-null fk returns `None`
     instead of raising `DoesNotExist`.


   4.2.5

   * Fix anonymous sub-select keeping a stale `id()`-based hash after `clone()`.


   4.2.4

   * Fix derived table joined in an expression subquery losing its FROM alias.

    [6 lines not shown]
VersionDeltaFile
1.103+4-4databases/py-peewee/distinfo
1.138+2-2databases/py-peewee/Makefile
+6-62 files

NetBSD/pkgsrc uq4fYg1devel/py-pebble distinfo Makefile

   py-pebble: updated to 5.2.1

   5.2.1

   Fixes:
   - Issue 160: fix resource leak on pools created within child
     processes.
   - Issue 163: fix regression leading to deadlock when a pool's
     worker is terminated while owning the channel locks.
VersionDeltaFile
1.20+4-4devel/py-pebble/distinfo
1.23+2-2devel/py-pebble/Makefile
+6-62 files

NetBSD/pkgsrc x6cEcuFdoc CHANGES-2026

   Updated audio/taglib, time/py-croniter
VersionDeltaFile
1.4604+3-1doc/CHANGES-2026
+3-11 files