NetBSD/pkgsrc-wip 9c64290dpbox Makefile distinfo

dpbox: update to 6.1.4, no patches required
DeltaFile
+4-4dpbox/Makefile
+3-5dpbox/distinfo
+7-92 files

NetBSD/pkgsrc-wip 53366a0dpbox distinfo, dpbox/patches patch-bl

dpbox: update to 6.1.4, no patches required
DeltaFile
+0-30dpbox/patches/patch-bl
+1-0dpbox/distinfo
+1-302 files

NetBSD/pkgsrc-wip 56ab322rust197 Makefile, rust197/patches patch-vendor_memchr-2.7.4_src_memchr.rs patch-vendor_memchr-2.7.4_src_memmem_searcher.rs

rust197: complete the transition to the "new fix" for the memchr crate.

Apply the vector.rs patch consistently also to the 2.7.4 memchr crate,
so that we do not get checksum conflicts for files in newer crates
which are un-changed from 2.7.4 with the older set of patches.

Should complete the fix of https://github.com/rust-lang/rust/issues/159919.
DeltaFile
+0-128rust197/patches/patch-vendor_memchr-2.7.4_src_memchr.rs
+0-78rust197/patches/patch-vendor_memchr-2.7.4_src_memmem_searcher.rs
+0-24rust197/patches/patch-vendor_memchr-2.7.4_src_arch_aarch64_memchr.rs
+0-15rust197/patches/patch-vendor_memchr-2.7.4_src_arch_aarch64_mod.rs
+0-11rust197/patches/patch-vendor_memchr-2.7.4_src_vector.rs
+1-9rust197/Makefile
+1-2651 files not shown
+2-2707 files

NetBSD/src e9s2ixVsys/dev/ic tulip.c

   Support for the 21142/21143 internal NWay block is structured like a
   PHY driver, but it was overlooked when the ifmedia/mii layer gained a
   locking protocol.  Update it to avoid a recursive mutex acquisition
   that can occur if the autonegotiation completes (very) quickly.

   PR kern/60494
VersionDeltaFile
1.215+42-10sys/dev/ic/tulip.c
+42-101 files

NetBSD/src fGqPArQsys/net if_media.c if_media.h

   Expose ifmedia_match_locked().  This is a pre-requisite for fixing
   the media locking error in the "tlp" driver described in...

   PR kern/60494
VersionDeltaFile
1.55+3-5sys/net/if_media.c
1.73+2-1sys/net/if_media.h
+5-62 files

NetBSD/pkgsrc yWw7REGdoc CHANGES-2026

   Updated sysutils/nabud to 1.4.3.
VersionDeltaFile
1.4775+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc OUXzozksysutils/nabud options.mk Makefile

   Update to nabud-1.4.3.

   Upstream changes: New --with-pak=no and --with-ssl=no which, when combined,
   will elide any crypto library references from nabud.
VersionDeltaFile
1.1+25-0sysutils/nabud/options.mk
1.17+5-4sysutils/nabud/Makefile
1.13+4-4sysutils/nabud/distinfo
+34-83 files

NetBSD/src wbWzhgVsys/arch/mips/ingenic jzmmc.c ingenic_regs.h

   Add JZ4780 SD/MMC driver.

   Tested and expected to work only on CI20 in its current state. Needs
   geralization when the next JZ4780 board appears.
VersionDeltaFile
1.1+885-0sys/arch/mips/ingenic/jzmmc.c
1.29+24-10sys/arch/mips/ingenic/ingenic_regs.h
1.24+20-3sys/arch/mips/ingenic/apbus.c
1.7+8-1sys/arch/mips/ingenic/ingenic_var.h
+937-144 files

NetBSD/pkgsrc 73fllM9doc CHANGES-2026

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

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

   shells/oh-my-posh: update to 29.36.0

   v29.36.0
   Bug Fixes

       color: satisfy fieldalignment on TestWithGradientStops cases (6ea1f3d)

   Features

       color: auto-shade single-color gradients with dark-gradient/light-gradient (5f2e723)

   v29.35.3
   Bug Fixes

       pwsh: stop async prompt clobbering third-party prompt wrappers (4c0f1c2), closes #7714

   v29.35.2
   Bug Fixes


    [14 lines not shown]
VersionDeltaFile
1.317+10-10shells/oh-my-posh/distinfo
1.349+2-2shells/oh-my-posh/Makefile
1.136+2-2shells/oh-my-posh/go-modules.mk
+14-143 files

NetBSD/pkgsrc PupMaSTmath/leantar Makefile

   leantar: set GITHUB_PROJECT
VersionDeltaFile
1.2+2-1math/leantar/Makefile
+2-11 files

NetBSD/pkgsrc 3mbzIOWmath/otter Makefile distinfo, math/otter/patches patch-examples-run_All

   math/otter: clean up, add license

   Running all provided examples is not a typical use case, so omit the
   shell interpreter and the executable bit
VersionDeltaFile
1.19+8-7math/otter/Makefile
1.2+1-7math/otter/patches/patch-examples-run_All
1.9+2-2math/otter/distinfo
+11-163 files

NetBSD/pkgsrc o3LoHJUdoc TODO

   doc/TODO: add some

   + compiledb-go-1.6.2, jjui-0.10.9, kdiff3-1.12.6, lerc-4.2.0,
     libical4-4.0.4, lima-2.2.0, nghttp3-1.18.0, ocaml-dune-3.24.1,
     py-annotated-types-0.8.0, py-confuse-2.2.1, py-filelock-3.32.0,
     py-google-api-core-2.33.0, py-google-auth-2.56.2, py-grpcio-1.83.0,
     py-h2-4.4.0, py-httpcore2-2.9.1, py-httpx2-2.9.1, py-icalendar-7.2.2,
     py-urwid-4.0.8, py-uv-build-0.11.32, rspamd-4.1.3.
VersionDeltaFile
1.27638+22-3doc/TODO
+22-31 files

NetBSD/src VUJPQv2sys/dev/ic mpt.c

   Replace "soft reset failed" messages with "unable to soft reset" for
   cases where we don't attempt a soft reset.
VersionDeltaFile
1.22+4-4sys/dev/ic/mpt.c
+4-41 files

NetBSD/pkgsrc fMfyxH0doc CHANGES-2026

   doc: Updated devel/p5-Module-Pluggable to 6.4
VersionDeltaFile
1.4773+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc lwnqLMQdevel/p5-Module-Pluggable Makefile distinfo

   p5-Module-Pluggable: update to 6.4.

   2026-07-25 - 6.4
       Add a CI/CD pipeline for the first time in 26 years
       Add the ability to make search search "strict" and only walk the given search_dirs (thanks @rjbs)
       Add much more documentation to Module::Pluggable::Object (thanks Dave Rolsky)
       Make it so that you can give each search_path its own custom options
       Finally fix spurious test failure because of already installed modules I hope (thanks @SZREZIC, Andreas Koenig and @ZEFRAM)
       Remove optional_features from Makefile.PL META_MERGE which caused installation confusion sometimes
       Add the ability to have different sorting algorithms (thanks @CHOHAG)
       Fix the issues with OSX extended-attributes on files (thanks pgoyette99)
       Clean up old stale core-lib (thanks @dolmen and @haarg)
VersionDeltaFile
1.43+3-8devel/p5-Module-Pluggable/Makefile
1.17+4-4devel/p5-Module-Pluggable/distinfo
+7-122 files

NetBSD/src ExUlOCksys/dev/ic mpt_netbsd.c

   Always use snprintf for MPI_EVENT_INTEGRATED_RAID output.  Keep better
   track of the amount that we've already printed and increase the max
   length to handle all string combinations (even if they shouldn't happen).
   From a suggestion by kre.
VersionDeltaFile
1.44+27-32sys/dev/ic/mpt_netbsd.c
+27-321 files

NetBSD/pkgsrc 62XpzJIdoc CHANGES-2026

   doc: Updated www/p5-HTTP-Message to 7.04
VersionDeltaFile
1.4772+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc KOS9Oi0www/p5-HTTP-Message distinfo Makefile

   p5-HTTP-Message: update to 7.04.

   7.04      2026-07-24 00:01:56Z
       - add RFC 10008 HTTP QUERY method (GH#225) (Daniel Böhmer),
         see https://datatracker.ietf.org/doc/rfc10008/

   7.03      2026-07-21 20:45:16Z
       - Fix max_body_size for Content-Encoding: br, which made every brotli
         response fail to decode whenever a limit was set (GH#229)
VersionDeltaFile
1.28+4-4www/p5-HTTP-Message/distinfo
1.47+2-3www/p5-HTTP-Message/Makefile
+6-72 files

NetBSD/pkgsrc y3KZ2Ildoc CHANGES-2026

   doc: Updated www/p5-HTTP-Cookies to 6.12
VersionDeltaFile
1.4771+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 42zbfAowww/p5-HTTP-Cookies distinfo Makefile

   p5-HTTP-Cookies: update to 6.12.

   6.12      2026-07-26 02:34:52Z
       - Honour Max-Age when extracting cookies; it had been silently ignored
         since 6.10, so Max-Age=0 no longer deleted a cookie and a Max-Age
         lifetime was never applied (GH#69) (reported by Robert Mueller)
       - When both Max-Age and Expires are present, let Max-Age take precedence
         regardless of order, and let a repeated attribute's last value win, per
         RFC 6265 5.3 (GH#69)
VersionDeltaFile
1.13+4-4www/p5-HTTP-Cookies/distinfo
1.30+3-4www/p5-HTTP-Cookies/Makefile
+7-82 files

NetBSD/pkgsrc PwBlSsjtextproc/groff options.mk

   groff: rename ghostscript option back to groff-docs

   It pulls in more than ghostscript, and there was no backwards
   compatibility provided for the old option.
VersionDeltaFile
1.19+3-3textproc/groff/options.mk
+3-31 files

NetBSD/src MSb2sQgshare/man/man8/man8.sparc64 boot.8

   sparc64 boot(8): fix grammar
VersionDeltaFile
1.21+2-2share/man/man8/man8.sparc64/boot.8
+2-21 files

NetBSD/pkgsrc-wip dd4789ezoneminder PLIST Makefile, zoneminder/files README-pkgsrc.md httpd-zoneminder.conf

zoneminder: Add upgrade candidate to 1.38.3
DeltaFile
+8,745-0zoneminder/PLIST
+378-0zoneminder/Makefile
+151-0zoneminder/files/README-pkgsrc.md
+96-0zoneminder/files/httpd-zoneminder.conf
+51-0zoneminder/patches/patch-scripts_zm_in
+44-0zoneminder/patches/patch-src_zm_signal_cpp
+9,465-014 files not shown
+9,765-020 files

NetBSD/src QXfwg9oshare/man/man8/man8.sparc64 boot.8

   sparc64 boot(8): brush up
VersionDeltaFile
1.20+29-18share/man/man8/man8.sparc64/boot.8
+29-181 files

NetBSD/src e1NgQ1Wshare/man/man4/man4.sparc64 auxfan.4

   auxfan(4): use .Ql for the OFW device node name
VersionDeltaFile
1.2+4-3share/man/man4/man4.sparc64/auxfan.4
+4-31 files

NetBSD/src 8ckw0XSshare/man/man8/man8.sparc64 boot.8

   Move the text noting the 4Gb boot restriction from the BUGS section
   to the main text and expand it, as it not restricted to UltraSPARC 1
   and 2 machines.
   Minor grammar fix whilst here.
VersionDeltaFile
1.19+8-6share/man/man8/man8.sparc64/boot.8
+8-61 files

NetBSD/pkgsrc GN4hSH8doc CHANGES-2026

   doc: Updated www/ruby-sass-embedded to 1.102.0
VersionDeltaFile
1.4770+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 5FHQJ0Owww/ruby-sass-embedded distinfo PLIST

   www/ruby-sass-embedded: update to 1.102.0

   1.101.5 (2026-07-23)

   * Bump rubygems/configure-rubygems-credentials from 2.0.0 to 2.1.0 (#385)
   * Update rubocop requirement from ~> 1.87.0 to ~> 1.88.0 (#386)
   * Bump actions/checkout from 6 to 7 (#387)
   * Bump actions/checkout from 6 to 7 in /.github/actions/build-dart-sass
     (#388)
   * Bump actions/setup-node from 6 to 7 in /.github/actions/build-dart-sass
     (#389)
   * Bump sass from 1.101.0 to 1.101.5 in /ext/sass (#391)

   1.101.6 (2026-07-23)

   * Bump sass from 1.101.5 to 1.101.6 in /ext/sass (#392)

   1.101.7 (2026-07-24)


    [6 lines not shown]
VersionDeltaFile
1.12+4-4www/ruby-sass-embedded/distinfo
1.9+3-3www/ruby-sass-embedded/PLIST
1.15+2-2www/ruby-sass-embedded/Makefile
+9-93 files

NetBSD/pkgsrc gqBgfGQdoc CHANGES-2026

   doc: Updated www/ruby-cgi to 0.5.2
VersionDeltaFile
1.4769+2-1doc/CHANGES-2026
+2-11 files