NetBSD/pkgsrc whjlLo2security/mhash Makefile

   mhash: needs older autoconf
VersionDeltaFile
1.44+2-2security/mhash/Makefile
+2-21 files

NetBSD/pkgsrc IKlIXHSdoc CHANGES-2026

   doc: Updated net/croc to 11.1.2
VersionDeltaFile
1.5356+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc cUvCbbknet/croc Makefile go-modules.mk

   croc: Update to 11.1.2

   What's Changed
   fix: web by @schollz in #1249
   fix: web by @schollz in #1250
   Add a Debian install section by @barnumbirr in #1251
   build(deps): bump golang.org/x/net from 0.57.0 to 0.58.0 by @dependabot[bot] in #1253
   build(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 by @dependabot[bot] in #1252
   fear: improve transfer performance by @schollz in #1254
VersionDeltaFile
1.5+15-24net/croc/distinfo
1.5+4-7net/croc/go-modules.mk
1.36+1-1net/croc/Makefile
+20-323 files

NetBSD/pkgsrc 5DCSm4rdoc CHANGES-2026

   doc: Updated www/resterm to 1.1.1
VersionDeltaFile
1.5355+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ukqSH1Xwww/resterm go-modules.mk Makefile

   resterm: Update to 1.11.1

   New
   Command suggestions now show their shortcuts alongside the full command name, making commands like :w, :q, and :e a bit easier to discover.

   Fixed
   There was an issue where the Open dialog could be slow when browsing larger directories. This has been fixed, making file suggestions faster and more responsive.
VersionDeltaFile
1.28+3-3www/resterm/distinfo
1.31+2-3www/resterm/Makefile
1.19+0-0www/resterm/go-modules.mk
+5-63 files

NetBSD/pkgsrc 1lY0Ca3devel/glasgow distinfo Makefile

   Update devel/glasgow to newer Git snapshot
VersionDeltaFile
1.2+369-122devel/glasgow/PLIST
1.6+9-7devel/glasgow/Makefile
1.2+4-4devel/glasgow/distinfo
+382-1333 files

NetBSD/pkgsrc 26VI373devel/py-fx2 distinfo PLIST

   Update devel/py-fx2 to 0.16
VersionDeltaFile
1.6+5-7devel/py-fx2/Makefile
1.2+5-5devel/py-fx2/PLIST
1.3+4-4devel/py-fx2/distinfo
+14-163 files

NetBSD/src 9Th06z0sys/dev/pci pcidevs_data.h pcidevs.h

   regen.
VersionDeltaFile
1.1522+2-2sys/dev/pci/pcidevs_data.h
1.1523+2-2sys/dev/pci/pcidevs.h
+4-42 files

NetBSD/src i0wQhUhsys/dev/pci pcidevs

   fix typo in my previous commit: s/JMC58X/JMB58x/.
VersionDeltaFile
1.1544+2-2sys/dev/pci/pcidevs
+2-21 files

NetBSD/src 3Zd44q7sys/dev/pci agp.c

   Do not require the display device to identify as VGA subclass.

   If it's a display device and has AGP capability, we can trust it's a
   proper AGP master. This fixes attachment for my Permedia 2 AGP board,
   which identifies as subclass miscellaneous (0x80).
VersionDeltaFile
1.91+3-4sys/dev/pci/agp.c
+3-41 files

NetBSD/src 3xK08VMsys/ddb db_command.c

   ddb(4)/crash(8): Print lock symbols in `show all locks'.

   Reorder columns so the variable-width symbol comes last.

   PR kern/60030: ddb/crash: show all locks without LOCKDEBUG
VersionDeltaFile
1.195+12-7sys/ddb/db_command.c
+12-71 files

NetBSD/pkgsrc-wip 53576aaprometheus-lts PLIST Makefile, prometheus-lts/patches patch-cmd_prometheus_main.go

prometheus-lts: Downgrade to 3.5.5

Latest stable release of the 3.5.x LTS.

See TODO on build problems that are currently happening with 3.13.2.
DeltaFile
+832-2,848prometheus-lts/distinfo
+275-947prometheus-lts/go-modules.mk
+6-6prometheus-lts/patches/patch-cmd_prometheus_main.go
+4-4prometheus-lts/PLIST
+4-4prometheus-lts/Makefile
+1,121-3,8095 files

NetBSD/src Di2uebNsys/arch/amd64/amd64 db_interface.c, sys/arch/i386/i386 db_interface.c

   crash(8): Add support for `mach cpu N' on x86.

   Requires core dump to have the registers saved on cpuN.  This happens
   with the ddb `sync' command, but not with the kern.dump_on_panic=1
   ddb.onpanic=0 path yet -- TBD.

   PR bin/58010: crash(8) doesn't support `mach cpu N' to examine
   registers/stack of other CPUs
VersionDeltaFile
1.5+91-3usr.sbin/crash/arch/x86.c
1.91+6-2sys/arch/i386/i386/db_interface.c
1.43+6-2sys/arch/amd64/amd64/db_interface.c
1.55+6-1usr.sbin/crash/Makefile
+109-84 files

NetBSD/pkgsrc-wip d86b86aprometheus-lts TODO

prometheus-lts: Point out the version tested

(Redundant right now, but this package will go back to 3.5.5 that seems
fine and still LTS probably!)
DeltaFile
+1-1prometheus-lts/TODO
+1-11 files

NetBSD/pkgsrc ADnnv05doc CHANGES-2026

   doc: Updated math/py-numpy to 2.5.2nb1
VersionDeltaFile
1.5354+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc qu0hOmZmath/py-numpy distinfo Makefile, math/py-numpy/patches patch-numpy___core_src_umath_ufunc__object.c patch-numpy___core_src_multiarray_arrayobject.c

   py-numpy: stop forcing c99

   This codebase actually wants c11; avoids the need for two patches.
   Debugged with help from upstream.

   Bump PKGREVISION.
VersionDeltaFile
1.157+3-3math/py-numpy/Makefile
1.120+1-3math/py-numpy/distinfo
1.3+1-1math/py-numpy/patches/patch-numpy___core_src_umath_ufunc__object.c
1.3+1-1math/py-numpy/patches/patch-numpy___core_src_multiarray_arrayobject.c
+6-84 files

NetBSD/pkgsrc crQARJ2doc CHANGES-2026

   doc: Updated x11/xpr to 1.2.1
VersionDeltaFile
1.5353+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6K9u04nx11/xpr Makefile distinfo

   xpr: update to 1.2.1.

   Alan Coopersmith (8):
         xpr: add -help option
         xdpr: add -version option
         Accept --help & --version as aliases to -help & -version
         Improve man page formatting
         man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
         gitlab CI: drop the ci-fairy check-mr job
         meson: Add option to build with meson
         xpr 1.2.1
VersionDeltaFile
1.8+4-4x11/xpr/distinfo
1.8+3-3x11/xpr/Makefile
+7-72 files

NetBSD/src wLJML2Tsys/dev/pci pcidevs.h pcidevs_data.h

   regen.
VersionDeltaFile
1.1521+4,138-4,135sys/dev/pci/pcidevs_data.h
1.1522+1-0sys/dev/pci/pcidevs.h
+4,139-4,1352 files

NetBSD/src FExd9Imsys/dev/pci pcidevs

   Add JMicron JMB58x AHCI SATA controller.
VersionDeltaFile
1.1543+2-1sys/dev/pci/pcidevs
+2-11 files

NetBSD/pkgsrc 58Bdjf4doc CHANGES-2026

   doc: Updated devel/py-tortoisehg to 7.2.2
VersionDeltaFile
1.5352+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc EPUrVahdevel/py-tortoisehg Makefile distinfo

   devel/py-tortoisehg: update to 7.2.2

   This matches the version of Mercurial in pkgsrc.
   /usr/pkg/lib/python3.13/site-packages/tortoisehg/util/hgversion.py shows
   the versions of Mercurial that this version of thg will work with:
   6.3.* up to 7.2.*.
   No changelog found.
VersionDeltaFile
1.64+4-4devel/py-tortoisehg/distinfo
1.111+3-4devel/py-tortoisehg/Makefile
+7-82 files

NetBSD/pkgsrc g5wEbG3doc pkg-vulnerabilities

   pkg-vulnerabilities: Restrict several Python entries

   Several CVEs where fixed in latest Python releases.

   From Showta Ishizaki via PR pkg/60605, thanks!
VersionDeltaFile
1.780+23-23doc/pkg-vulnerabilities
+23-231 files

NetBSD/pkgsrc-wip 1237841prometheus-lts TODO

prometheus-lts: more TODO

Switching to just golang.org/x/sys at v0.45.0 does not seem to help.
Document what I have tried and how it fails.
DeltaFile
+14-380prometheus-lts/TODO
+14-3801 files

NetBSD/pkgsrc kSOeROywm/obconf distinfo, wm/obconf/patches patch-src_desktops.h patch-src_main.c

   wm/obconf: Fix build with GCC 14
VersionDeltaFile
1.1+14-0wm/obconf/patches/patch-src_main.c
1.1+14-0wm/obconf/patches/patch-src_appearance.c
1.1+13-0wm/obconf/patches/patch-src_desktops.h
1.16+4-1wm/obconf/distinfo
+45-14 files

NetBSD/pkgsrc NRg1xFcdoc TODO

   doc/TODO: + lyx-2.5.2.
VersionDeltaFile
1.27771+2-1doc/TODO
+2-11 files

NetBSD/src Rvnvz2Hdoc CHANGES-10.2

   Tickets #1323 - #1327
VersionDeltaFile
1.1.2.124+26-1doc/CHANGES-10.2
+26-11 files

NetBSD/src nr0FrO7sys/external/bsd/dwc2/dist dwc2_core.c

   dwc2: Bring dwc2_wait_for_mode from upstream and use in dwc2_force_mode.

   dwc2_wait_for_mode will wait upto 110milliseconds for the controller
   to enter the expected mode.

   This hopefully fixes

   port-evbarm/60613: Recent dwc2 commit breaks usb based ethernet device...
VersionDeltaFile
1.15+37-3sys/external/bsd/dwc2/dist/dwc2_core.c
+37-31 files

NetBSD/src AOfKu15sys/dev/pci pciconf.c

   Pull up following revision(s) (requested by rin in ticket #1327):

        sys/dev/pci/pciconf.c: revision 1.57
        sys/dev/pci/pciconf.c: revision 1.58
        sys/dev/pci/pciconf.c: revision 1.59

   pciconf: Fix alignments of device memory and I/O resources

   Resources must be their-size-aligned. While here:
   - Switch *align variable from int to more suitable integer types.
   - Make some conditions clearer (NFC).


   pciconf: Fix round-up logics for total sizes of bridge resources

   The previous ones are valid only if alignments are 4K or 1M,
   for I/O or memory, respectively.
   pciconf: Sort resource windows in order of decreasing alignment
   instead of size.

    [8 lines not shown]
VersionDeltaFile
1.55.4.1+34-37sys/dev/pci/pciconf.c
+34-371 files

NetBSD/src fYXfL0Vdoc CHANGES-11.1

   Tickets #411 - #416, #418
VersionDeltaFile
1.1.2.3+45-1doc/CHANGES-11.1
+45-11 files