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 TODO CHANGES-2026

   doc: Updated devel/jq to 1.8.2
VersionDeltaFile
1.27427+1-2doc/TODO
1.3850+2-1doc/CHANGES-2026
+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

NetBSD/src ErbKwiLsys/dev/pci agpvar.h

   include pcivar.h so that includes can be sorted lexicographically in agp files.
VersionDeltaFile
1.23+3-1sys/dev/pci/agpvar.h
+3-11 files

NetBSD/src rmr7PjIsys/arch/alpha/alpha disksubr.c, sys/arch/arm/arm disksubr.c

   fix typos in comments, mainly s/archtypal/archetypal/.
VersionDeltaFile
1.43+3-3sys/arch/alpha/alpha/disksubr.c
1.27+3-3sys/arch/arm/arm/disksubr.c
1.22+3-3sys/arch/arm/broadcom/bcm2835_vcaudio.c
1.19+3-3sys/arch/evbmips/evbmips/disksubr.c
1.4+3-3sys/arch/evbmips/sbmips/disksubr.c
1.19+3-3sys/arch/evbppc/evbppc/disksubr.c
+18-189 files not shown
+43-4315 files

NetBSD/pkgsrc-wip c4d1adfpy-ksef2 PLIST distinfo

py-ksef2: update to 0.17.1
DeltaFile
+12-3py-ksef2/PLIST
+3-3py-ksef2/distinfo
+1-1py-ksef2/Makefile
+16-73 files

NetBSD/pkgsrc wb6mpc1doc TODO

   doc/TODO: + scummvm-2026.3.0.
VersionDeltaFile
1.27426+2-1doc/TODO
+2-11 files

NetBSD/pkgsrc yyGCj1Pdoc CHANGES-2026 TODO

   doc: Updated textproc/py-ujson to 5.13.0
VersionDeltaFile
1.3847+2-1doc/CHANGES-2026
1.27425+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc oYPG1fctextproc/py-ujson distinfo Makefile

   py-ujson: update to 5.13.0.

   Security fix release.

   Added

       Create manylinux2014 wheels (#745) @hugovk
       Add support for Python 3.15 (#742) @hugovk
       Disable global interpreter lock for freethreading (#737) @bwoodsend
       Re-enable building GraalPy wheels on macOS arm64 (#733) @timfel

   Changed

       Move metadata from setup.cfg to pyproject.toml (#736) @hugovk

   Fixed

       Tighten UTF-8 validation for ujson.dumps(b"...", reject_bytes=False) (169eaf3) @bwoodsend
       Replace generated version.h with macro (#735) @hugovk
VersionDeltaFile
1.25+4-4textproc/py-ujson/distinfo
1.30+2-5textproc/py-ujson/Makefile
+6-92 files

NetBSD/pkgsrc 8lxVPu2doc CHANGES-2026 TODO

   doc: Updated textproc/py-pdf to 6.13.3
VersionDeltaFile
1.3846+2-1doc/CHANGES-2026
1.27424+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc GFIKEJbtextproc/py-pdf Makefile distinfo

   py-pdf: update to 6.13.3.

   Security fix release.

   Security (SEC)

       Apply MAX_DECLARED_STREAM_LENGTH to streams without length as well (#3871) by @stefan6419846

   Performance Improvements (PI)

       Avoid per-pixel getpixel loop for 1-bit indexed images (#3854) by @Samuel-Harris

   Robustness (ROB)

       Several fixes by @metsw24-max

   Maintenance (MAINT)

       Make mypy assert messages consistent (#3849) by @j-t-1
VersionDeltaFile
1.70+4-4textproc/py-pdf/Makefile
1.64+4-4textproc/py-pdf/distinfo
+8-82 files

NetBSD/pkgsrc A9SHxYYdoc CHANGES-2026

   Note update of the "mutt" package to version 2.4.0
VersionDeltaFile
1.3845+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc l5nLRmxmail/mutt distinfo Makefile, mail/mutt/patches patch-color.c

   mail/mutt: Update to version 2.4.0

   Changes since version 2.3.3:
     ! Maildir folders are now only recognized if they contain cur, new, and tmp
       subfolders.  Previously mutt only checked for the cur subfolder when
       opening.
     ! --without-wc-funcs configure option is deprecated.
     + New functions <open-thread>, <open-all-threads>, <close-thread>,
       <close-all-threads> were added to explicitly open/close a thread, in
       addition to the thread toggle functions.
     + $tmpdraftdir, defaulting /var/tmp, sets the directory where message
       composition drafts are saved.
     ! --textmode is no longer required for pgp classic mode signing, although
       mutt still keeps the flags in the sample config files.
     ! ~C and ~L patterns match Bcc recipient lists too.
     ! When querying for addresses, via <query> or <complete-query>,
       the query menu can be exiting via <quit> after tagging entries.
       Previously, <select-entry> had to be used for tagged entries to be
       processed.

    [10 lines not shown]
VersionDeltaFile
1.3+6-6mail/mutt/patches/patch-color.c
1.127+5-5mail/mutt/distinfo
1.299+2-2mail/mutt/Makefile
+13-133 files

NetBSD/pkgsrc yuhiBBkdoc TODO CHANGES-2026

   doc: Updated devel/py-msgpack to 1.2.1
VersionDeltaFile
1.27423+18-9doc/TODO
1.3844+2-1doc/CHANGES-2026
+20-102 files

NetBSD/pkgsrc P8TpXamdevel/py-msgpack distinfo Makefile

   py-msgpack: update to 1.2.1.

   Security fix release.

   1.2.1

   Bump pypa/cibuildwheel from 4.0.0 to 4.1.0 in the all-dependencies group by @dependabot[bot] in #694
   release v1.2.1 by @methane in #698

   1.2.0

   relax setuptools version by @methane in #652
   update setuptools requirements to >=78.1.1 by @methane in #653
   cython: freethreading_compatible by @methane in #654
   drop Python 3.9 by @methane in #656
   update cython and cibuildwheel by @methane in #658
   ci: add riscv64 manylinux/musllinux wheels by @justeph in #664
   fix: check unpack_callback_uint32 result by @KowalskiThomas in #666
   fix: re-raise existing exception when available by @KowalskiThomas in #667

    [23 lines not shown]
VersionDeltaFile
1.28+4-4devel/py-msgpack/distinfo
1.42+2-2devel/py-msgpack/Makefile
+6-62 files

NetBSD/pkgsrc-wip a56f1f1cloudflare-speed-cli distinfo cargo-depends.mk, cloudflare-speed-cli/patches patch-src_network.rs

cloudflare-speed-cli: update to 1.0.6
DeltaFile
+97-54cloudflare-speed-cli/distinfo
+93-0cloudflare-speed-cli/patches/patch-src_network.rs
+31-17cloudflare-speed-cli/cargo-depends.mk
+2-0cloudflare-speed-cli/TODO
+1-1cloudflare-speed-cli/Makefile
+224-725 files

NetBSD/pkgsrc ihLgKuKdoc CHANGES-2026

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

NetBSD/pkgsrc Pq7wD4Ctextproc/gemtext2html distinfo Makefile

   Update textproc/gemtext2html to 1.0.1
VersionDeltaFile
1.2+4-4textproc/gemtext2html/distinfo
1.2+2-2textproc/gemtext2html/Makefile
1.2+2-2textproc/gemtext2html/PLIST
+8-83 files