NetBSD/src fNUtb1Qlib/libc/gen sysctl.c Makefile.inc

   Fix builds - limit new user.stuff in sysctl to real libc

   Keep the user.ostype (etc) new sysctls for the real libc (and
   suitable facsimilies) - other places that "borrow" syctl.c for
   their own purposes can survive without, if any of those want
   to include these mib vars in their version, all that is required
   is to add the appropriate Makefile glue to create the header file
   in the appropriate place, and add -Ipath to the sysctl.o build, and
   the new magic -D to enable it.
VersionDeltaFile
1.42+7-2lib/libc/gen/sysctl.c
1.228+2-2lib/libc/gen/Makefile.inc
+9-42 files

NetBSD/pkgsrc Ip2WJaudoc CHANGES-2026

   Update transmission{,-common,-qt,-gtk} to 4.1.3
VersionDeltaFile
1.4375+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc J24hUwanet/transmission distinfo Makefile.common

   update transmission (and -gtk, and -qt, and -common) to 4.1.3

       Fixed a CORS bug that leaked the anti-CSRF nonce. (#8938)
       Fixed a use-after-free bug in peer code. (#8921)
       Fixed build error when compiling with fmt 12.2.0. (#8942)
       Fixed a 4.1.2 build error in tests. (#8881)
VersionDeltaFile
1.30+4-4net/transmission/distinfo
1.24+2-2net/transmission/Makefile.common
1.12+2-1net/transmission/PLIST
+8-73 files

NetBSD/src l7lXcDSlib/libc/gen sysctl.c Makefile.inc, share/man/man7 sysctl.7

   Add new user.* nodes to sysctl

   This adds the nodes (and documentation for them):

        user.ostype = NetBSD
        user.osrevision = 1199000600
        user.osrelease = 11.99.6
        user.built = 2026-07-10 02:46:18 UTC

   to the sysctl mib (the values shown there just what happened for a test build).
   The first three are more or less identical to the kern.* mib variables of the
   same names - the difference is that these reflect userland, or at least, libc
   so do not alter just because a new updated kernel is booted without updating
   the rest of the system.  The fourth gives either the date when libc was
   built (as shown) or if the value contains a trailing "!" (after a space
   after UTC) the value is the MKREPERO_TIMESTAMP for the build (keep building
   with the same value and the date/time there won't alter).  The date/time
   are always in UTC.


    [11 lines not shown]
VersionDeltaFile
1.41+27-13lib/libc/gen/sysctl.c
1.173+32-2share/man/man7/sysctl.7
1.227+7-1lib/libc/gen/Makefile.inc
1.2+4-3lib/libc/gen/grab-version.sh
1.242+5-1sys/sys/sysctl.h
+75-205 files

NetBSD/src 2eeDw5slib/libc/gen grab-version.sh

   Adding src/lib/libc/gen/grab-version.sh

   A simple script that gets current system version information and
   builds a header file containing it.   To be used in a following commit.
VersionDeltaFile
1.1+91-0lib/libc/gen/grab-version.sh
+91-01 files

NetBSD/pkgsrc-wip c924538p5-DBD-Sybase Makefile distinfo

p5-DBD-Sybase: update to 1.27
DeltaFile
+3-4p5-DBD-Sybase/Makefile
+3-3p5-DBD-Sybase/distinfo
+6-72 files

NetBSD/src mxpLK6Lsys/net if_spppsubr.c

   sppp: Clean up duplicate function declaration
VersionDeltaFile
1.300+2-4sys/net/if_spppsubr.c
+2-41 files

NetBSD/pkgsrc-wip 1b055f3whisper.cpp Makefile

wip/whisper.cpp: Update HOMEPAGE and MASTER_SITES to new GitHub organization
DeltaFile
+2-2whisper.cpp/Makefile
+2-21 files

NetBSD/src NR4ohuusys/arch/sparc/sparc promlib.c

   Whitespace fix only (tab to space)
VersionDeltaFile
1.54+3-3sys/arch/sparc/sparc/promlib.c
+3-31 files

NetBSD/pkgsrc j6YRHlCwww/firefox distinfo, www/firefox/patches patch-js_src_jit_arm64_vixl_Registers-vixl.h

   PR pkg/59775

   Installed suggested patch to fix compiling on NetBSD/aarch64.
   https://gnats.netbsd.org/59775
VersionDeltaFile
1.1+20-0www/firefox/patches/patch-js_src_jit_arm64_vixl_Registers-vixl.h
1.583+2-1www/firefox/distinfo
+22-12 files

NetBSD/pkgsrc-wip baa7a7ebup-git Makefile PLIST, bup-snapshot Makefile PLIST

bup: Rename -git to -snapshot

My opinion is that the point is not that bup is developed in git but
that the package is a snapshot of development rather than a release.

That's my story and I'm sticking with it at least all day today!  But
seriously, it seems like a good plan in general.
DeltaFile
+163-0bup-snapshot/Makefile
+0-163bup-git/Makefile
+128-0bup-snapshot/PLIST
+0-128bup-git/PLIST
+24-0bup-snapshot/patches/patch-lib_bup___helpers.c
+24-0bup-snapshot/DESCR
+339-2919 files not shown
+369-36915 files

NetBSD/pkgsrc-wip 296cf9abup-git distinfo Makefile

bup-git: Advance along upstream main
DeltaFile
+3-3bup-git/distinfo
+2-2bup-git/Makefile
+5-52 files

NetBSD/pkgsrc FhmRqG6graphics/librsvg Makefile

   librsvg: bump PKGREVISION for loader
VersionDeltaFile
1.186+2-1graphics/librsvg/Makefile
+2-11 files

NetBSD/src bpzfZ5qusr.bin/ftp uri.c

   Don't use strcpy to copy a length limited buffer.
VersionDeltaFile
1.4+4-3usr.bin/ftp/uri.c
+4-31 files

NetBSD/src BkRoQzPsys/arch/sparc64/dev pcfiic_ebus.c, sys/dev/ic pcf8584.c pcf8584var.h

   Note that, for the moment, this driver ALWAYS polls.
VersionDeltaFile
1.25+8-1sys/dev/ic/pcf8584.c
1.12+3-3sys/arch/sparc64/dev/pcfiic_ebus.c
1.10+2-2sys/dev/ic/pcf8584var.h
+13-63 files

NetBSD/src 7mteQx2sys/arch/sparc64/dev pcfiic_ebus.c, sys/dev/ic pcf8584.c pcf8584var.h

   Tidy up the front-end / back-end interface of the pcfiic driver in
   preparation for additional front-ends.
VersionDeltaFile
1.24+20-32sys/dev/ic/pcf8584.c
1.11+17-10sys/arch/sparc64/dev/pcfiic_ebus.c
1.9+14-8sys/dev/ic/pcf8584var.h
+51-503 files

NetBSD/src wiTA5qPsys/dev/ic pcf8584reg.h pcf8584var.h

   Standard-issue multiple inclusion guards.
VersionDeltaFile
1.4+6-1sys/dev/ic/pcf8584reg.h
1.8+6-1sys/dev/ic/pcf8584var.h
+12-22 files

NetBSD/pkgsrc pMMtyYftextproc/R-readxl Makefile

   (textproc/R-readxl) remove garbage at the end of line
VersionDeltaFile
1.6+2-2textproc/R-readxl/Makefile
+2-21 files

NetBSD/pkgsrc dIuNL3ldoc CHANGES-2026

   Updated net/wireshark, net/libcares
VersionDeltaFile
1.4374+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc VKp0nQcnet/libcares Makefile distinfo

   libcares: updated to 1.34.8

   c-ares version 1.34.8 - July 7 2026

   This is a bugfix release.

   Bugfixes:
   * Revert "Mark parameters in callbacks as const" which shipped in 1.34.7.
     Changing the parameter types of the `ares_callback`, `ares_host_callback`,
     and `ares_nameinfo_callback` function pointer typedefs was an unintended
     API break: existing applications with the historical non-const callback
     signatures no longer compiled, particularly in C++ where function pointer
     types must match exactly. The read-only nature of the callback parameters
     is now documented instead.
VersionDeltaFile
1.57+7-10net/libcares/Makefile
1.49+4-4net/libcares/distinfo
1.37+2-2net/libcares/PLIST
+13-163 files

NetBSD/pkgsrc xfEmMzAnet/wireshark distinfo PLIST

   wireshark: updated to 4.6.7

   4.6.7

   The following vulnerabilities have been fixed:

   wnpa-sec-2026-52 Catapult DCT2000 protocol dissector crash. Issue 21270.

   wnpa-sec-2026-53 pcapng file parser crash. Issue 21285.

   wnpa-sec-2026-54 FMP/NOTIFY protocol dissector large loop. Issue 21347.

   wnpa-sec-2026-55 SSH protocol dissector crash. Issue 21378.

   wnpa-sec-2026-56 TLS ECH decryption crash. Issue 21390.

   wnpa-sec-2026-57 IEEE 802.11 protocol dissector crash. Issue 21391.

   wnpa-sec-2026-58 Z39.50 protocol dissector crash. Issue 21397.

    [44 lines not shown]
VersionDeltaFile
1.193+4-4net/wireshark/distinfo
1.112+3-3net/wireshark/PLIST
1.350+2-2net/wireshark/Makefile
+9-93 files

NetBSD/pkgsrc PoMAcQidoc CHANGES-2026

   Removed devel/py-uuid, devel/py-vcversioner, devel/py-whichcraft, editors/py-editor
VersionDeltaFile
1.4373+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc SnztrWueditors Makefile, editors/py-editor PLIST Makefile

   py-editor: removed; obsolete
VersionDeltaFile
1.265+1-2editors/Makefile
1.2+1-1editors/py-editor/PLIST
1.4+1-1editors/py-editor/Makefile
1.5+1-1editors/py-editor/distinfo
1.2+0-0editors/py-editor/DESCR
+4-55 files

NetBSD/pkgsrc 6BJZm0ddevel Makefile, devel/py-uuid PLIST distinfo

   py-uuid py-vcversioner py-whichcraft: removed; obsolete
VersionDeltaFile
1.4660+1-4devel/Makefile
1.5+1-1devel/py-uuid/PLIST
1.5+1-1devel/py-uuid/distinfo
1.9+1-1devel/py-whichcraft/distinfo
1.3+1-1devel/py-vcversioner/Makefile
1.2+1-1devel/py-vcversioner/PLIST
+6-97 files not shown
+10-1313 files

NetBSD/pkgsrc K379PHgdoc CHANGES-2026

   Removed devel/py-Spans, devel/py-test-utils, devel/py-traceback2, devel/py-unittest-mixins
VersionDeltaFile
1.4372+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc 4RV7mDCdevel Makefile, devel/py-Spans PLIST distinfo

   py-Spans py-test-utils py-traceback2 py-unittest-mixins: removed; obsolete
VersionDeltaFile
1.4659+1-5devel/Makefile
1.3+1-1devel/py-Spans/PLIST
1.6+1-1devel/py-Spans/distinfo
1.4+1-1devel/py-test-utils/distinfo
1.6+1-1devel/py-Spans/Makefile
1.2+1-1devel/py-traceback2/PLIST
+6-1011 files not shown
+13-1717 files

NetBSD/pkgsrc Ox7VuYkdoc CHANGES-2026

   Removed devel/py-reparser, devel/py-rply, devel/py-scandir, devel/py-simplegeneric
VersionDeltaFile
1.4371+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc DhCtm95devel Makefile, devel/py-reparser PLIST distinfo

   py-reparser py-rply py-scandir py-simplegeneric: removed; obsolete
VersionDeltaFile
1.4658+1-5devel/Makefile
1.2+1-1devel/py-simplegeneric/PLIST
1.5+1-1devel/py-simplegeneric/distinfo
1.2+1-1devel/py-reparser/PLIST
1.4+1-1devel/py-reparser/distinfo
1.11+1-1devel/py-rply/Makefile
+6-1011 files not shown
+13-1717 files

NetBSD/pkgsrc u7acbCRdoc CHANGES-2026

   Removed devel/py-prefixspan, devel/py-pytemplate, devel/py-radon, devel/py-rednose
VersionDeltaFile
1.4370+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc xLQvSxrdevel Makefile, devel/py-prefixspan Makefile PLIST

   py-prefixspan py-pytemplate py-radon py-rednose: removed; obsolete
VersionDeltaFile
1.4657+1-5devel/Makefile
1.5+1-1devel/py-prefixspan/Makefile
1.4+1-1devel/py-prefixspan/PLIST
1.5+1-1devel/py-prefixspan/distinfo
1.17+1-1devel/py-pytemplate/Makefile
1.7+1-1devel/py-pytemplate/PLIST
+6-1013 files not shown
+13-1719 files