NetBSD/src I4u9YtNshare/man/man3 makedev.3

   PR/60136: Yamamoto Takashi: Document major/minor to reflect reality.
VersionDeltaFile
1.3+10-6share/man/man3/makedev.3
+10-61 files

NetBSD/src USmnYarexternal/bsd/blocklist/diff named.diff

   updare for bind-9.20.22
VersionDeltaFile
1.3+137-192external/bsd/blocklist/diff/named.diff
+137-1921 files

NetBSD/src WyNNxhoexternal/mpl/bind/bin/named Makefile, external/mpl/bind/dist/bin/named main.c

   Put back blocklistd support (requested by Wolfgang Solfrank)
VersionDeltaFile
1.23+6-1external/mpl/bind/dist/bin/named/main.c
1.28+4-1external/mpl/bind/dist/lib/ns/client.c
1.17+4-1external/mpl/bind/dist/lib/ns/xfrout.c
1.7+3-1external/mpl/bind/bin/named/Makefile
1.2+2-1external/mpl/bind/include/ns/pfilter.h
+19-55 files

NetBSD/src XNhaBt4external/bsd/blocklist/etc blocklistd.conf

   fix RFC1918 typo (Ed Maste)
VersionDeltaFile
1.5+1-1external/bsd/blocklist/etc/blocklistd.conf
+1-11 files

NetBSD/pkgsrc 5dPWyUgdoc CHANGES-2026

   doc: Updated lang/php85 to 8.5.5
VersionDeltaFile
1.2177+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kPqJDWelang/php phpversion.mk, lang/php85 distinfo

   lang/php85: update to 8.5.5

   PHP 8.5.5 (2026-04-09)

   - Core:
     . Fixed bug GH-20672 (Incorrect property_info sizing for locally shadowed
       trait properties). (ilutov)
     . Fixed bugs GH-20875, GH-20873, GH-20854 (Propagate IN_GET guard in
       get_property_ptr_ptr for lazy proxies). (iliaal)

   - Bz2:
     . Fix truncation of total output size causing erroneous errors. (ndossche)

   - DOM:
     . Fixed bug GH-21486 (Dom\HTMLDocument parser mangles xml:space and
       xml:lang attributes). (ndossche)

   - FFI:
     . Fixed resource leak in FFI::cdef() onsymbol resolution failure.

    [58 lines not shown]
VersionDeltaFile
1.5+4-4lang/php85/distinfo
1.495+2-2lang/php/phpversion.mk
+6-62 files

NetBSD/src jerbCzMsys/arch/sun2/sun2 machdep.c, sys/arch/sun3/sun3 machdep.c machdep.h

   Use common m68k mm_md_physacc().
VersionDeltaFile
1.128+2-22sys/arch/sun3/sun3x/pmap.c
1.224+2-12sys/arch/sun3/sun3/machdep.c
1.97+2-12sys/arch/sun2/sun2/machdep.c
1.152+2-9sys/arch/sun3/sun3x/machdep.c
1.44+1-2sys/arch/sun3/sun3/machdep.h
+9-575 files

NetBSD/src dPwh7U0distrib/sets/lists/comp mi, distrib/sets/lists/debug mi

   fix sun2 build with MKDEBUG=yes, and MKLINT=yes:
   - libgcc_eh_g.a, libgcc_s_g.a need to be marked as pic only builds
   - llibipsec.ln libipsec_g.a need to be marked as ipsec only builds
   - libnpf_g.a needs to be marked as npf only build
VersionDeltaFile
1.511+5-5distrib/sets/lists/debug/mi
1.2522+2-2distrib/sets/lists/comp/mi
+7-72 files

NetBSD/src kG71lJKsys/arch/cesfic/cesfic machdep.c, sys/arch/hp300/hp300 machdep.c

   Re-factor the virt68k mm_md_physacc() into mm_md_physacc_regular(),
   which is a common implementation that uses phys_seg_list[] to verify
   the offset is in regular physical memory.

   Add a mm_md_physacc() alias to mm_md_physacc_regular(), which makes it
   the standard implementation for m68k platforms.  If a platform wishes
   to provide additional access beyond what phys_seg_list[] describes
   (hp300 and x68k fall into this category), they merely need to provide
   a mm_md_physacc() that adds their own filtering in addition to what
   mm_md_physacc_regular() provides.

   Remove several copies of mm_md_physacc() which were obviously just blind
   copies of the hp300 version and incorrect for the platforms that copied
   it (the hp300 has an oddball memory layout).
VersionDeltaFile
1.20+32-2sys/arch/m68k/m68k/m68k_machdep.c
1.228+9-20sys/arch/x68k/x68k/machdep.c
1.39+2-22sys/arch/virt68k/virt68k/machdep.c
1.138+2-18sys/arch/news68k/news68k/machdep.c
1.267+10-7sys/arch/hp300/hp300/machdep.c
1.89+2-9sys/arch/cesfic/cesfic/machdep.c
+57-784 files not shown
+68-10610 files

NetBSD/pkgsrc-wip b46ef44. Makefile, py-vdirsyncer-git PLIST Makefile

py-vdirsyncer-git: remove

Package is dying, no need to track its git head.
DeltaFile
+0-63py-vdirsyncer-git/PLIST
+0-40py-vdirsyncer-git/Makefile
+0-7py-vdirsyncer-git/DESCR
+0-1Makefile
+0-1114 files

NetBSD/pkgsrc-wip 2e2d818pimsync distinfo cargo-depends.mk, pimsync/patches patch-Cargo.toml

pimsync: new package

packages fine, just needs testing
DeltaFile
+651-0pimsync/distinfo
+216-0pimsync/cargo-depends.mk
+38-0pimsync/Makefile
+12-0pimsync/patches/patch-Cargo.toml
+6-0pimsync/PLIST
+4-0pimsync/DESCR
+927-01 files not shown
+929-07 files

NetBSD/src NLdVnuQsys/arch/x68k/conf files.x68k, sys/arch/x68k/include vmparam.h

   Use phys_seg_list[] / machine_init_common() / shared dumpsys().
VersionDeltaFile
1.227+30-302sys/arch/x68k/x68k/machdep.c
1.43+4-1sys/arch/x68k/include/vmparam.h
1.101+2-1sys/arch/x68k/conf/files.x68k
+36-3043 files

NetBSD/src qzoWnU8sys/arch/hp300/hp300 machdep.c, sys/arch/m68k/m68k dumpsys.c

   Re-factor dumpsys() and related functions.  This requires the platform
   to use phys_seg_list[] to describe the RAM.
VersionDeltaFile
1.1+323-0sys/arch/m68k/m68k/dumpsys.c
1.38+2-277sys/arch/virt68k/virt68k/machdep.c
1.190+2-277sys/arch/mvme68k/mvme68k/machdep.c
1.141+2-222sys/arch/next68k/next68k/machdep.c
1.137+2-216sys/arch/news68k/news68k/machdep.c
1.266+2-204sys/arch/hp300/hp300/machdep.c
+333-1,1968 files not shown
+352-1,40714 files

NetBSD/pkgsrc Ul05Yzbdoc CHANGES-2026

   Updated sysutils/gam to 7.40.00
VersionDeltaFile
1.2176+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 5eE17tJsysutils/gam distinfo Makefile

   gam: update to 7.40.00 and take maintainership

   Take maintainership.

   Changes since 7.38.00:

   7.40.00

   Updated gam print|show businessprofileaccounts (client access) to gam <UserTypeEntity> print|show businessprofileaccounts (service account access). You'll need to run gam user user at domain.com update serviceaccount and select 2)  Business Account Management API.

   7.39.08

   Fixed bug in gam oauth create that caused a trap when 0)  Business Account Management API was selected.

   Upgraded to Python 3.14.4 on macOS and Windows; Linux is still 3.14.3.

   7.39.07

   Upgraded to OpenSSL 3.6.2.

    [58 lines not shown]
VersionDeltaFile
1.17+4-4sysutils/gam/distinfo
1.25+3-3sysutils/gam/Makefile
+7-72 files

NetBSD/pkgsrc xpkoXkGdoc CHANGES-2026

   Updated devel/buf, devel/sdl12-compat
VersionDeltaFile
1.2175+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 5EgDg2Ydevel/sdl12-compat distinfo Makefile

   sdl12-compat: updated to 1.2.76

   1.2.76

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

   Fixed Sacred Gold crash during initial loading screen, requires SDL 3.4.4
   Fixed perl language binding test failures
VersionDeltaFile
1.6+4-4devel/sdl12-compat/distinfo
1.16+2-2devel/sdl12-compat/Makefile
+6-62 files

NetBSD/pkgsrc 2qHSUfjlang/rust Makefile

   rust: Avoid bootstrap sanity checks on SunOS.

   This is untested due to gnulib fallout, but should fix issue where the illumos
   bootstrap kit conflicts with the checks for m68k-netbsd, and avoids a patch.
VersionDeltaFile
1.357+2-1lang/rust/Makefile
+2-11 files

NetBSD/pkgsrc bGEyR9vdevel/buf distinfo go-modules.mk, devel/buf/patches patch-go.mod patch-kernel_unix.go

   buf: updated to 1.67.0

   1.67.0

   Fix LSP not skipping buf.build/docs links for lint rules from check plugins and policies.
   Fix buf dep graph --format json silently dropping dependencies when a dependency was already seen.
   Add support for --rbs_out as a protoc_builtin plugin (requires protoc v34.0+).
   Add relevant links from CEL LSP hover documentation to either <celbyexample.com> or <protovalidate.com>
   Add OpenBSD and FreeBSD release binaries for amd64 and arm64.
   Skip writing unchanged output files in buf generate to preserve modification times
   Update buf beta registry plugin delete to prompt the user for deletion, matching the UX of the other deletion commands. Use --force to restore the old behavior.
VersionDeltaFile
1.2+424-925devel/buf/distinfo
1.2+140-306devel/buf/go-modules.mk
1.9+4-11devel/buf/Makefile
1.2+1-1devel/buf/patches/patch-go.mod
1.2+1-1devel/buf/patches/patch-kernel_unix.go
1.2+1-1devel/buf/patches/patch-layer_unix.go
+571-1,2456 files

NetBSD/pkgsrc Qm6ANZktextproc/inlyne distinfo, textproc/inlyne/patches patch-.._vendor_metrics-0.24.0_src_recorder_mod.rs

   inlyne: fix build with rust 1.94
VersionDeltaFile
1.1+33-0textproc/inlyne/patches/patch-.._vendor_metrics-0.24.0_src_recorder_mod.rs
1.9+2-1textproc/inlyne/distinfo
+35-12 files

NetBSD/pkgsrc shn8CXfdevel/gettext distinfo, devel/gettext/patches patch-gettext-runtime_gnulib-lib_localename-unsafe.c patch-gettext-runtime_intl_gnulib-lib_localename-unsafe.c

   gettext: Fix broken gnulib.
VersionDeltaFile
1.1+15-0devel/gettext/patches/patch-gettext-runtime_gnulib-lib_localename-unsafe.c
1.1+15-0devel/gettext/patches/patch-gettext-runtime_intl_gnulib-lib_localename-unsafe.c
1.1+15-0devel/gettext/patches/patch-gettext-tools_gnulib-lib_localename-unsafe.c
1.50+4-1devel/gettext/distinfo
+49-14 files

NetBSD/pkgsrc R86acm4devel/gettext-lib distinfo, devel/gettext-lib/patches patch-gettext-runtime_intl_gnulib-lib_localename-unsafe.c

   gettext-lib: Fix broken gnulib.
VersionDeltaFile
1.1+15-0devel/gettext-lib/patches/patch-gettext-runtime_intl_gnulib-lib_localename-unsafe.c
1.46+2-1devel/gettext-lib/distinfo
+17-12 files

NetBSD/pkgsrc-wip 6577811. TODO

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

NetBSD/pkgsrc OMzpPxStextproc/libunistring/patches patch-tests_pselect.c

   libunistring: remove patch

   rejected upstream

   Should be submitted as a gnulib bug report if it's still relevant,
   with more details.
VersionDeltaFile
1.3+1-1textproc/libunistring/patches/patch-tests_pselect.c
+1-11 files

NetBSD/pkgsrc C2IOkZHtextproc/libunistring distinfo

   libunistring: remove patch

   rejected upstream

   Should be submitted as a gnulib bug report if it's still relevant,
   with more details.
VersionDeltaFile
1.21+1-2textproc/libunistring/distinfo
+1-21 files

NetBSD/pkgsrc 8khQRWgemulators/suse15_gcc12 distinfo Makefile

   suse15_gcc12: Add linux-glibc-devel RPM

   linux-glibc-devel contains many required headers
VersionDeltaFile
1.2+4-1emulators/suse15_gcc12/distinfo
1.2+3-1emulators/suse15_gcc12/Makefile
+7-22 files

NetBSD/pkgsrc bNqZ9gjdoc CHANGES-2026

   doc: Updated cad/tnt-mmtl to 1.2.2nb18
VersionDeltaFile
1.2174+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GTI1JyGcad/tnt-mmtl PLIST Makefile

   tnt-mmtl: fix PLIST

   Image conversion fails:

   Possible precedence issue with control flow operator (exit) at /usr/pkg/bin/pstoimg line 871.
   pstoimg: Error: "/usr/pkg/bin/pnmcrop -verbose  < /tmp/l2h17550/p14057.pnm | /usr/pkg/bin/pnmcrop -verbose  -bot -sides  -sides  | /usr/pkg/bin/pnmcrop -verbose  -l -sides  -sides   > /tmp/l2h17550/p14057.t00
   " failed: Illegal seek

   Bump PKGREVISION.
VersionDeltaFile
1.6+1-12cad/tnt-mmtl/PLIST
1.41+2-2cad/tnt-mmtl/Makefile
+3-142 files

NetBSD/pkgsrc 5G2Wb2sdoc CHANGES-2026

   doc: Updated devel/protobuf-c to 1.5.2nb3
VersionDeltaFile
1.2173+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Lo7oqKJdevel/protobuf-c/patches patch-protoc-gen-c_c__field.cc patch-protoc-gen-c_c__enum__field.cc

   protobuf-c: fix build with protobuf 34

   Using upstream pull request.

   Bump PKGREVISION.
VersionDeltaFile
1.1+44-0devel/protobuf-c/patches/patch-protoc-gen-c_c__field.cc
1.1+25-0devel/protobuf-c/patches/patch-protoc-gen-c_c__enum__field.cc
1.1+25-0devel/protobuf-c/patches/patch-protoc-gen-c_c__helpers.cc
1.1+25-0devel/protobuf-c/patches/patch-protoc-gen-c_c__bytes__field.cc
1.1+25-0devel/protobuf-c/patches/patch-protoc-gen-c_c__message__field.cc
1.1+25-0devel/protobuf-c/patches/patch-protoc-gen-c_c__primitive__field.cc
+169-04 files not shown
+224-310 files