NetBSD/src om9o5yDsys/stand/efiboot smbios.h

   s/repersentation/representation/ in one more place.
VersionDeltaFile
1.2+2-2sys/stand/efiboot/smbios.h
+2-21 files

NetBSD/pkgsrc 4gecm1Harchivers/libaec Makefile

   libaec: follow redirect
VersionDeltaFile
1.5+3-3archivers/libaec/Makefile
+3-31 files

NetBSD/pkgsrc-wip 103e765just distinfo cargo-depends.mk

Update devel/just to v.1.55.1
DeltaFile
+72-129just/distinfo
+23-42just/cargo-depends.mk
+2-0just/COMMIT_MSG
+1-1just/Makefile
+98-1724 files

NetBSD/src jk3RLJEsys/arch/powerpc/include/oea pmap.h

   Clamp PMAP_DIRECT_MAPPED_LEN below USER_SR/KERNEL_SR

   Derive it from MIN(USER_SR, KERNEL_SR) so the direct-mapped region never
   overlaps the kernel HTAB window on ports where KERNEL_SR < USER_SR,
   like ofppc. This made pmap_pvo_find_va() panic on legit lookup misses.
VersionDeltaFile
1.40+6-4sys/arch/powerpc/include/oea/pmap.h
+6-41 files

NetBSD/src Qi5f4Evsys/dev/sbus tcx.c

   sbus/tcx.c - Add {} for clang build

   The {} should be there anyway.   A little KNF WSP as well.
VersionDeltaFile
1.68+6-2sys/dev/sbus/tcx.c
+6-21 files

NetBSD/pkgsrc BLdbz2cdoc CHANGES-2026

   doc: Updated devel/py-dunamai to 1.26.1nb1
VersionDeltaFile
1.4147+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc BCdfTgqdevel/py-dunamai Makefile

   py-dunamai: git is just a test dependency

   Fix tests by setting up environment; reported upstream.
VersionDeltaFile
1.4+11-4devel/py-dunamai/Makefile
+11-41 files

NetBSD/pkgsrc IsI2Vy8doc CHANGES-2026

   Updated audio/SDL2_mixer, audio/SDL3_mixer, games/rocksndiamonds, audio/libxmp, audio/xmp
VersionDeltaFile
1.4146+6-1doc/CHANGES-2026
+6-11 files

NetBSD/pkgsrc sVr8242audio/xmp distinfo Makefile, audio/xmp/patches patch-src_options.c

   xmp: updated to 4.3.0

   4.3.0 (20260508):
        Changes by Alice Rowan:
        - Support 24-bit and 32-bit output (requires libxmp 4.7.0+):
          AHI, ALSA, BeOS/Haiku, CoreAudio, NetBSD, OSS, PulseAudio,
          sndio, WinMM, AIFF, file, WAV.
        - Use XMP_MAX_SRATE as the limit for -f instead of 48000
          (requires libxmp 4.7.0+).
        - Amiga: automatically expand stack via stack cookie (OS 4),
          NewStackSwap (AROS), NewPPCStackSwap (MorphOS), or StackSwap
          (Workbench 2.04+). This feature can be disabled by defining
          XMP_NO_STACKSWAP at compile time.
        - Report pan value "---" for instruments/samples without
          a default panning value (sub->pan < 0).
        - Don't unmute muted IT channels unless explicitly unmuted by
          the -S/--solo option.
        - Haiku: Fix configure C++ compiler detection if CXX variable
          contains additional options.

    [10 lines not shown]
VersionDeltaFile
1.23+4-5audio/xmp/distinfo
1.71+2-2audio/xmp/Makefile
1.3+1-1audio/xmp/patches/patch-src_options.c
+7-83 files

NetBSD/pkgsrc kTszc4Vaudio/libxmp distinfo Makefile, audio/libxmp/patches patch-include_xmp.h

   libxmp: updated to 4.7.0

   4.7.0 (20260225):
        Changes by Alice Rowan:
        - Increase maximum sampling rate (XMP_MAX_SRATE) to 768000.
          This increases XMP_MAX_FRAMESIZE to 384000. The tick buffers are now
          allocated using the player-provided rate instead of XMP_MAX_FRAMESIZE:
          the frame info buffer may also be much smaller than XMP_MAX_FRAMESIZE.
          In case of existing software misusing the old XMP_MAX_FRAMESIZE, the
          minimum value for mixer_data->total_size is the old XMP_MAX_FRAMESIZE
          for now.
        - xmp_seek_time now always seeks (even if the position is the same
          as the current position) and uses the start row detected by the scan.
        - New function: xmp_seek_time_frame, which attempts to seek to the time
          requested by the caller within frame precision. This is achieved by
          using xmp_seek_time then repeatedly calling xmp_play_frame until the
          *next* frame contains the caller-requested time. The caller can then
          use xmp_play_frame/xmp_play_buffer to render the requested frame.
          WARNING: this is more computationally expensive than xmp_seek_time.

    [114 lines not shown]
VersionDeltaFile
1.15+4-5audio/libxmp/distinfo
1.18+2-2audio/libxmp/Makefile
1.3+1-1audio/libxmp/patches/patch-include_xmp.h
+7-83 files

NetBSD/pkgsrc 0TxCy2kgames/rocksndiamonds distinfo Makefile

   rocksndiamonds: updated to 4.4.2.3

   4.4.2.3

   This patch release fixes some bugs and improves some Diamond Caves related stuff:

   added checkbox to use optional EM/DC style player explosions
   changed killing player not before, but after digging land mine
   fixed highlighting player name after editing on names screen
   fixed a few potential string buffer overflow problems
VersionDeltaFile
1.49+4-4games/rocksndiamonds/distinfo
1.83+2-2games/rocksndiamonds/Makefile
+6-62 files

NetBSD/pkgsrc SfZuvnbaudio/SDL3_mixer distinfo Makefile

   SDL3_mixer: updated to 3.2.4

   3.2.4

   This is a stable bugfix release, with the following changes:

   Added MIX_PROP_AUDIO_LOAD_IGNORE_LOOPS_BOOLEAN, to ignore looping information in an audio file's metadata
   Fixed crash bug in MIX_SetTrackGroup()
   Fixed crash in MIX_StopTrack(t, 0) if its MIX_TrackStoppedCallback destroys the track
   Fixed crash when MIX_PROP_PLAY_MAX_* is less than the track's start position
   Fixed unexpected decoding failures when using MIX_AudioDecoder
   Fixed .OXM files being treated as Ogg Vorbis (they're actually mod files with embedded Vorbis samples)
   Apps can set custom FluidSynth string settings (previously only ints and floats worked)
   Various other small bugs and memory leaks fixed
VersionDeltaFile
1.2+4-4audio/SDL3_mixer/distinfo
1.2+3-3audio/SDL3_mixer/Makefile
1.3+2-2audio/SDL3_mixer/PLIST
+9-93 files

NetBSD/pkgsrc LCpEA27audio/SDL2_mixer Makefile distinfo

   SDL2_mixer: updated to 2.8.2

   2.8.2

   This is a stable bugfix release, with the following changes:

   Improved OGG decoding speed when using stb_vorbis
   Updated to newer versions of decoding libraries
VersionDeltaFile
1.30+7-6audio/SDL2_mixer/Makefile
1.12+4-4audio/SDL2_mixer/distinfo
1.19+2-2audio/SDL2_mixer/buildlink3.mk
+13-123 files

NetBSD/src 81j0s1wsys/dev smbiosvar.h

   s/repersentation/representation/ in comment.
VersionDeltaFile
1.3+2-2sys/dev/smbiosvar.h
+2-21 files

NetBSD/pkgsrc-wip 2fc8f82. Makefile, blogc Makefile PLIST

blogc: Add blogc-0.20.1

Blogc is a blog compiler written in C. It compiles source files and
templates intro blog/website resources.
DeltaFile
+16-0blogc/Makefile
+8-0blogc/PLIST
+5-0blogc/distinfo
+2-0blogc/DESCR
+1-0Makefile
+32-05 files

NetBSD/pkgsrc w3AVpoRnet/dnsdist distinfo Makefile

   Pullup ticket #7152 - requested by taca
   net/dnsdist: security fix

   Revisions pulled up:
   - net/dnsdist/Makefile                                          1.52
   - net/dnsdist/distinfo                                          1.28

   ---
      Module Name:      pkgsrc
      Committed By:     drixter
      Date:             Thu Jun 25 15:56:28 UTC 2026

      Modified Files:
        pkgsrc/net/dnsdist: Makefile distinfo

      Log Message:
      dnsdist: Update to 2.0.7

      Released: 25th of June 2026

    [27 lines not shown]
VersionDeltaFile
1.27.2.1+4-4net/dnsdist/distinfo
1.50.2.1+2-2net/dnsdist/Makefile
+6-62 files

NetBSD/pkgsrc-wip 9628344fresh Makefile distinfo

Update editors/fresh to 0.4.2. Remove git-versioned crate scaffold.
DeltaFile
+2-16fresh/Makefile
+6-9fresh/distinfo
+3-1fresh/COMMIT_MSG
+1-1fresh/cargo-depends.mk
+12-274 files

NetBSD/pkgsrc jUrTF5awww/chromium Makefile options.mk

   Pullup ticket #7150 - requested by scole
   www/chromium: NetBSD 10 build fix

   Revisions pulled up:
   - www/chromium/Makefile                                         1.63
   - www/chromium/options.mk                                       1.5

   ---
      Module Name:    pkgsrc
      Committed By:   kikadf
      Date:           Fri Jun 26 21:28:57 UTC 2026

      Modified Files:
              pkgsrc/www/chromium: Makefile options.mk

      Log Message:
      chromium: fix build on NetBSD-10

      Reported by Sean Cole
VersionDeltaFile
1.62.2.1+3-1www/chromium/Makefile
1.4.2.1+1-2www/chromium/options.mk
+4-32 files

NetBSD/pkgsrc ZKKgBfIdoc CHANGES-2026

   Updated lang/rust, databases/postgresql-timescaledb
VersionDeltaFile
1.4145+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc ADPVu4Sdatabases/postgresql-timescaledb distinfo Makefile

   postgresql-timescaledb: updated to 2.28.2

   2.28.2

   Bugfixes

   * Fix bgw_job_stat_history migration for 2.28.1
   * Fix chunk_constraint migration
   * Fix column ordering on first/last-based sparse indexes
   * Automatically drop incompatible smallint bloom filters when upgrading instead of stopping the upgrade
VersionDeltaFile
1.53+4-4databases/postgresql-timescaledb/distinfo
1.56+2-2databases/postgresql-timescaledb/Makefile
1.52+2-1databases/postgresql-timescaledb/PLIST
+8-73 files

NetBSD/pkgsrc HgPg2Yhlang/rust options.mk distinfo

   rust: updated to 1.96.1

   Rust 1.96.1 fixes:

   Missing retries / timeouts in Cargo's HTTP client
   Miscompilation in a MIR optimization

   It also fixes three CVEs affecting libssh2 (which is compiled into Cargo):

   CVE-2025-15661
   CVE-2026-55199
   CVE-2026-55200
VersionDeltaFile
1.55+10-2lang/rust/options.mk
1.201+4-4lang/rust/distinfo
1.362+2-2lang/rust/Makefile
+16-83 files

NetBSD/src 7WZ9ekLsys/sys featuretest.h

   sys/featuretest.h: Make _XOPEN_SOURCE>=500<600 imply POSIX.1-1995.

   PR standards/60389: sys/featuretest.h: _XOPEN_SOURCE=520 fails to
   imply _POSIX_C_SOURCE=199506L
VersionDeltaFile
1.15+2-2sys/sys/featuretest.h
+2-21 files

NetBSD/src na0e8q0sys/sys featuretest.h

   sys/featuretest.h: Explain the purpose more forcefully at the top.

   Substantially expand the bibliographic references while here.
VersionDeltaFile
1.14+79-30sys/sys/featuretest.h
+79-301 files

NetBSD/src ujmPCo9doc CHANGES-11.0

   Ticket #358
VersionDeltaFile
1.1.2.113+6-1doc/CHANGES-11.0
+6-11 files

NetBSD/xsrc kdUe8TZexternal/mit/libdrm/dist configure

   Pull up following revision(s) (requested by kikadf in ticket #358):

        xsrc/external/mit/libdrm/dist/configure: revision 1.8

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

NetBSD/pkgsrc Ik6ZbR3doc CHANGES-2026

   doc: Updated inputmethod/canna to 3.8
VersionDeltaFile
1.4144+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FNFif24inputmethod/canna distinfo, inputmethod/canna/patches patch-canuum_termio.c patch-canuum_canna.c

   canna: update to 3.8

   pkgsrc changes:
   - update MASTER_SITES to use github
   - remove patches for posix_openpt(3) now supported by upstream
   - reduce diffs for canuum and add proper descrtiptions for each patch

   Upstream changes:
    https://github.com/canna-input/canna/releases/tag/release-3.8
    https://github.com/canna-input/canna/releases/tag/release-3.7p5
    https://github.com/canna-input/canna/releases/tag/release-3.7p4

   Canna 3.8 (2026-05-09)

    - New dictionary: zipcode and jigyosyo
    - Removed dictionary: yubin
    - "Canuum" no longer depends on the "libspt" library

   Canna 3.7p5 (2025-08-15)

    [7 lines not shown]
VersionDeltaFile
1.2+6-50inputmethod/canna/patches/patch-canuum_termio.c
1.21+15-24inputmethod/canna/distinfo
1.2+9-29inputmethod/canna/patches/patch-canuum_canna.c
1.2+17-9inputmethod/canna/patches/patch-canuum_termcap.c
1.3+10-16inputmethod/canna/patches/patch-canna_widedef.h
1.2+10-10inputmethod/canna/patches/patch-Canna.conf
+67-13819 files not shown
+100-17225 files

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/pkgsrc M5xrV2Xdoc CHANGES-2026

   doc: Updated devel/jq to 1.8.2nb1
VersionDeltaFile
1.4143+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bBUnThLdevel/jq distinfo Makefile, devel/jq/patches patch-src_main.c patch-src_builtin.c

   jq: remove testing patch; update ctype(3) patch

   Bump PKGREVISION for ctype(3) patch.

   (both were committed unintentionally)
VersionDeltaFile
1.25+2-3devel/jq/distinfo
1.4+2-2devel/jq/patches/patch-src_main.c
1.26+2-1devel/jq/Makefile
1.6+1-1devel/jq/patches/patch-src_builtin.c
+7-74 files