NetBSD/pkgsrc xr5a1Aqdoc CHANGES-2026

   doc: Updated textproc/gemtext2html to 1.1
VersionDeltaFile
1.3852+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Bo1LiIDtextproc/gemtext2html distinfo Makefile

   Update textproc/gemtext2html to 1.1

   * Includes encoding in <meta> tag.
   * Includes xmlns in <html> tag for XHTML compatibility.
   * Allows specifying a prefix for local links.
   * Makes e-mail address links a separate link class.
   * Adds SVG to default list of image formats.
VersionDeltaFile
1.3+4-4textproc/gemtext2html/distinfo
1.3+2-2textproc/gemtext2html/Makefile
1.3+2-2textproc/gemtext2html/PLIST
+8-83 files

NetBSD/pkgsrc MCsSNGLdoc CHANGES-2026

   doc: Updated ham/hamlib to 4.7.2
VersionDeltaFile
1.3851+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FxoVn5gham/hamlib distinfo Makefile

   ham/hamlib: Update to 4.7.2

   Upstream NEWS, less bugfixes and minor improvements:

   Version 4.7.2
           * 2026-06-21
           * rigctld:  Fix send_raw stack out-of-bounds write and uninitialized memory;
             CVE-2026-54634/GitHub GHSA-gpcq-c37x-pr4.  (TNX George Baltz)
           * rigctld:  Fix stack/heap overflow primitive in read_string_generic +
             auth bypass in rigctld + weak password handling; GitHub GHSA-f72v-7gmh-m9mj.
             (TNX George Baltz)

   Update committed in freeze, because:
     - micro update
     - good upstream history of micro being micro
     - 6 dependencies (<25)
     - carries CVE and would be pulled up anyway

   and
     - 5 deps build, and freedv is broken by a codec2 update
VersionDeltaFile
1.40+4-4ham/hamlib/distinfo
1.73+2-2ham/hamlib/Makefile
+6-62 files

NetBSD/pkgsrc-wip 3cac9a6crush distinfo COMMIT_MSG

crush: Update to v0.79.1
DeltaFile
+15-21crush/distinfo
+5-23crush/COMMIT_MSG
+4-6crush/go-modules.mk
+1-1crush/Makefile
+25-514 files

NetBSD/pkgsrc-wip c373e1f. Makefile, sem distinfo cargo-crates.mk

sem: add new package
DeltaFile
+986-0sem/distinfo
+329-0sem/cargo-crates.mk
+32-0sem/Makefile
+7-0sem/DESCR
+2-0sem/PLIST
+1-0Makefile
+1,357-06 files

NetBSD/pkgsrc-wip 5da8d57. TODO, py-whichllm distinfo PLIST

py-whichllm: update to 0.5.12
DeltaFile
+3-3py-whichllm/distinfo
+3-0py-whichllm/PLIST
+1-1py-whichllm/Makefile
+0-1TODO
+7-54 files

NetBSD/pkgsrc-wip d413108pitchfork distinfo cargo-depends.mk

pitchfork: update to 2.13.1
DeltaFile
+24-6pitchfork/distinfo
+7-1pitchfork/cargo-depends.mk
+1-1pitchfork/Makefile
+2-0pitchfork/TODO
+34-84 files

NetBSD/src VlHSLeeusr.sbin/sysinst gpt.c msg.mi.de

   PR 60333: make the GPT reading code recognize when the GPT does not
   cover the whole disk (like after copying an install image to a device)
   and offer to fix it.
VersionDeltaFile
1.33+43-15usr.sbin/sysinst/gpt.c
1.57+4-1usr.sbin/sysinst/msg.mi.de
1.58+4-1usr.sbin/sysinst/msg.mi.en
1.48+4-1usr.sbin/sysinst/msg.mi.es
1.51+4-1usr.sbin/sysinst/msg.mi.fr
1.54+3-1usr.sbin/sysinst/msg.mi.pl
+62-206 files

NetBSD/pkgsrc-wip f21fa5e. TODO, fsel distinfo Makefile

fsel: update to 0.2.0
DeltaFile
+3-3fsel/distinfo
+1-1fsel/Makefile
+0-1TODO
+4-53 files

NetBSD/pkgsrc-wip 0f34f89. TODO

TODO: + crush-0.79.1, fsel-0.2.0, pitchfork-2.14.0, py-whichllm-0.5.12.
DeltaFile
+4-1TODO
+4-11 files

NetBSD/pkgsrc uhNShMtdoc TODO

   doc/TODO: add some

   + OpenJPH-0.29.0, dasel-3.11.1, fast_float-8.2.10, fmtlib-12.2.0,
     labwc-0.20.1, libffi-3.6.0, libical4-4.0.3, libzim-9.8.0,
     lima-2.1.3, openexr-3.4.13, pugixml-1.16, rspamd-4.1.1,
     xkeyboard-config-2.48.
VersionDeltaFile
1.27429+14-5doc/TODO
+14-51 files

NetBSD/src 8WKb2Rrshare/man/man4 agp.4, sys/arch/x86/pci files.pci

   agp(4): port agp_nvidia driver from FreeBSD.

   It supports the AGP controller in the NVIDIA nForce and nForce2 chipsets.

   Tested on Biostar M7NCD Ultra with Radeon 9550,  GeForce FX 5700 LE and
   ATI Rage 128 Pro.
   All cards attach and work over AGP,  however DRM drivers manage the GART
   internally and do not use the kernel AGP GART path directly.
   Radeon 9550 was working more stable with AGP disabled due to known DRM
   instabilities.

   The GART bind/unbind/flush paths were briefly tested via a custom userspace
   test program using /dev/agpgart ioctls.

   Reviewed by riastradh@ and uwe@.
   Also thanks to abs@ for donating some graphics cards used in testing.

   For more information see the discussion on tech-kern:
   https://mail-index.netbsd.org/tech-kern/2026/06/07/msg031073.html
VersionDeltaFile
1.1+396-0sys/dev/pci/agp_nvidia.c
1.25+18-1sys/dev/pci/agpreg.h
1.90+10-2sys/dev/pci/agp.c
1.18+4-2share/man/man4/agp.4
1.29+3-2sys/arch/x86/pci/files.pci
1.24+3-2sys/dev/pci/agpvar.h
+434-91 files not shown
+438-107 files

NetBSD/pkgsrc 2qRU1yknet/powerdns-recursor Makefile

   pdns-recursor: Add Python as a dependency
VersionDeltaFile
1.62+2-1net/powerdns-recursor/Makefile
+2-11 files

NetBSD/src geJiI7esys/dev/pci agp.c agp_i810.c

   Reorder imports lexicographically, no functional changes expected.
VersionDeltaFile
1.89+14-15sys/dev/pci/agp.c
1.127+11-12sys/dev/pci/agp_i810.c
1.11+10-12sys/dev/pci/agp_amd64.c
1.23+11-11sys/dev/pci/agp_amd.c
1.16+10-11sys/dev/pci/agp_sis.c
1.18+10-11sys/dev/pci/agp_ali.c
+66-725 files not shown
+101-11011 files

NetBSD/src 61DEJF5usr.sbin/sysinst partman.c

   PR 60331: deal with the machine not having any disk available for
   partitioning when leaving the extended partitioning menu.
VersionDeltaFile
1.58+2-2usr.sbin/sysinst/partman.c
+2-21 files

NetBSD/pkgsrc ab4t3XIgeography/R-osmdata/files Makevars

   (geography/R-osmdata) add missing files/Makevars
VersionDeltaFile
1.1+1-0geography/R-osmdata/files/Makevars
+1-01 files

NetBSD/pkgsrc csonhwvdevel/R-devtools Makefile

   (devel/R-devtools) ask for R-pkgload>=1.5.2
VersionDeltaFile
1.19+2-2devel/R-devtools/Makefile
+2-21 files

NetBSD/pkgsrc zDynmDFdoc TODO

   Add a few more which are ready to merge
VersionDeltaFile
1.27428+4-1doc/TODO
+4-11 files

NetBSD/src CDwGAJvdoc 3RDPARTY

   mention services fix
VersionDeltaFile
1.2222+2-1doc/3RDPARTY
+2-11 files

NetBSD/src EcyPdGDetc services

   PR?60345: greywolf: Make file ascii again
VersionDeltaFile
1.110+5-5etc/services
+5-51 files

NetBSD/src IhUfzuZusr.sbin/sysinst util.c msg.mi.fr

   Hack for PR 60224 or PR 60133:
   add a specific message when a compat (base32 or base64) set
   or a debug (or compat debug) set is not found.
   Point at the CD vs. DVD images.

   Still not an ideal UI, but reworking this properly is not going
   to happen before 11.0, and this is intended as a stopgap fix that
   should be pulled up.
VersionDeltaFile
1.79+35-1usr.sbin/sysinst/util.c
1.50+20-1usr.sbin/sysinst/msg.mi.fr
1.53+20-1usr.sbin/sysinst/msg.mi.pl
1.47+20-1usr.sbin/sysinst/msg.mi.es
1.56+20-1usr.sbin/sysinst/msg.mi.de
1.57+20-1usr.sbin/sysinst/msg.mi.en
+135-66 files

NetBSD/pkgsrc-wip 0dc3c71py-xsdata Makefile distinfo

py-xsdata: use PYPI distfile, add missing tool

add some test dependencies, but at least one is currently unpackaged
DeltaFile
+6-5py-xsdata/Makefile
+3-3py-xsdata/distinfo
+9-82 files

NetBSD/pkgsrc RPNDnokdoc CHANGES-2026 TODO

   doc: Updated devel/jq to 1.8.2
VersionDeltaFile
1.3850+2-1doc/CHANGES-2026
1.27427+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc VlxpVIldevel/jq distinfo Makefile

   jq: update to 1.8.2.

   Security fix release.

   Ok leot@

   # 1.8.2

   This is a patch release with security fixes and bug fixes since 1.8.1, along with new builds for Windows arm64 and Docker arm/v7.
   Full commit log can be found at <https://github.com/jqlang/jq/compare/jq-1.8.1...jq-1.8.2>.

   ## Security fixes

   - CVE-2026-32316: Fix heap buffer overflow in `jvp_string_append` and `jvp_string_copy_replace_bad`.
     @itchyny e47e56d226519635768e6aab2f38f0ab037c09e5
   - CVE-2026-33947: Limit path depth to prevent stack overflow in `jv_setpath`, `jv_getpath`, `jv_delpaths`.
     @itchyny fb59f1491058d58bdc3e8dd28f1773d1ac690a1f
   - CVE-2026-33948: Fix NUL truncation in the JSON parser.
     @itchyny 6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b

    [88 lines not shown]
VersionDeltaFile
1.23+4-4devel/jq/distinfo
1.25+5-2devel/jq/Makefile
+9-62 files

NetBSD/pkgsrc cYH9mqEdoc CHANGES-2026

   doc: Updated devel/R-pkgload to 1.5.3
VersionDeltaFile
1.3849+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc aIzbDkrdevel/R-pkgload distinfo Makefile

   (devel/R-pkgload) Updated 1.4.0 to 1.5.3, this is needed for fixing R-devtools packaging

   # pkgload 1.5.3

   * When reloading a package, `load_all()` now runs the unload hooks of the
     previously loaded package (`.onUnload()` and user hooks registered with
     `setHook()`), whether it was loaded with pkgload or regularly. The old
     namespace and its DLL are still kept loaded so that dangling references
     continue to work, and errors thrown from `.onUnload()` are demoted to
     warnings so that they can't prevent reloading (#253).

   # pkgload 1.5.2

   * Better handling of S7 topics (#332).


   # pkgload 1.5.1

   * Fixes for CRAN checks.

    [23 lines not shown]
VersionDeltaFile
1.11+4-4devel/R-pkgload/distinfo
1.12+2-2devel/R-pkgload/Makefile
+6-62 files

NetBSD/pkgsrc zzgrj8Wdoc pkg-vulnerabilities

   pkg-vulnerabilities: add recent jq vulnerabilities

   Via jq-1.8.2 changelog.
VersionDeltaFile
1.767+17-1doc/pkg-vulnerabilities
+17-11 files

NetBSD/pkgsrc m7JWNfmdoc CHANGES-2026

   doc: Updated geography/R-sf to 1.1.1
VersionDeltaFile
1.3848+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ETucuQFgeography/R-sf distinfo Makefile

   (geography/R-sf) Updated 1.0.19 to 1.1.1, fix build against R-4.6.0

   # version 1.1-1
   ---------------
   * use RAII in functions calling GEOS for handling context, based on
     how terra does this; #2604

   * `st_graticule()` simplifies output lines; #1364

   * `dplyr::count()` drops geometries if `.drop_geom = TRUE` is set;
     #2596

   * better handle graticules crossing the antemeridian; #2561

   * add the option `by_element = TRUE` to binary geometry predicates,
     measures and transformers; #2594 and #2595 by @rariariari w. help
     from Claude

   * add `MULTISURFACE` and `CURVEPOLYGON` to vctrs methods; #2589 #2601

    [100 lines not shown]
VersionDeltaFile
1.8+4-4geography/R-sf/distinfo
1.45+2-3geography/R-sf/Makefile
+6-72 files