NetBSD/pkgsrc mnZcYIGdoc CHANGES-2026

   doc: Added textproc/libxo version 2.0.0
VersionDeltaFile
1.5953+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc RZMAuletextproc Makefile

   textproc/Makefile: + libxo
VersionDeltaFile
1.1601+2-1textproc/Makefile
+2-11 files

NetBSD/pkgsrc lrjsUOatextproc/libxo DESCR distinfo, textproc/libxo/patches patch-configure.ac

   textproc/libxo: New package

   The libxo library allows an application to generate text, XML, JSON, and
   HTML output using a common set of function calls. The application decides at
   run time which output style should be produced. The application calls a
   function "xo_emit" to product output that is described in a format string. A
   "field descriptor" tells libxo what the field is and what it means.
VersionDeltaFile
1.1+96-0textproc/libxo/patches/patch-configure.ac
1.1+78-0textproc/libxo/PLIST
1.1+29-0textproc/libxo/Makefile
1.1+6-0textproc/libxo/distinfo
1.1+5-0textproc/libxo/DESCR
+214-05 files

NetBSD/pkgsrc nmAz9txdoc CHANGES-2026

   security/mldsa: note update of mldsa to 20260909
VersionDeltaFile
1.5952+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc dRDhlLPsecurity/mldsa Makefile PLIST

   security/mldsa: update to version 20260909

   build and install the libmldsa(3) shared objects too
VersionDeltaFile
1.2+4-4security/mldsa/distinfo
1.2+4-1security/mldsa/PLIST
1.2+2-2security/mldsa/Makefile
+10-73 files

NetBSD/src zM6SQmOsys/ufs/lfs lfs_segment.c

   Decrement seg_iocount only while the segment lock is held.  May help
   with the deadlock reported in PR kern/60504.
VersionDeltaFile
1.313+5-3sys/ufs/lfs/lfs_segment.c
+5-31 files

NetBSD/src CImztXdsys/ufs/lfs lfs_inode.c lfs_segment.c

   Instead of writing partial-segments synchronously when sync is requested,
   write them async, but wait for vp->v_numoutput to drop to zero if the
   calling semantics require it.  That way, even if we might have to wait,
   nobody else is required to wait with us.
VersionDeltaFile
1.312+4-4sys/ufs/lfs/lfs_segment.c
1.32+4-4sys/ufs/lfs/lfs_pages.c
1.166+3-3sys/ufs/lfs/lfs_inode.c
+11-113 files

NetBSD/src pzV2eOIsys/ufs/lfs lfs_vfsops.c lfs_vnops.c

   Be more discerning about when to write the inode of a file, and when
   to mark a file IN_MODIFIED.  Prevents what amounts to a vnode leak.
VersionDeltaFile
1.31+21-25sys/ufs/lfs/lfs_pages.c
1.311+2-6sys/ufs/lfs/lfs_segment.c
1.355+4-3sys/ufs/lfs/lfs_vnops.c
1.402+3-3sys/ufs/lfs/lfs_vfsops.c
+30-374 files

NetBSD/pkgsrc zoUYGaWmultimedia/mlt Makefile.common Makefile

   mlt: merge Makefile.common into Makefile
VersionDeltaFile
1.163+14-4multimedia/mlt/Makefile
1.5+1-1multimedia/mlt/Makefile.common
+15-52 files

NetBSD/pkgsrc Dxm75wAdoc CHANGES-2026

   add tex-glossaries-extra*, tex-luaxml*
VersionDeltaFile
1.5951+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc gQsMF76print/tex-luaxml DESCR distinfo, print/tex-luaxml-doc distinfo Makefile

   tex-luaxml{,.doc}: add version 0.2c

   LuaXML is a pure Lua library for reading and serializing XML
   files. The current release is aimed mainly at support for the
   odsfile package. The documentation was created by automatic
   conversion of original documentation in the source code.
VersionDeltaFile
1.1+17-0print/tex-luaxml/PLIST
1.1+15-0print/tex-luaxml/Makefile
1.1+13-0print/tex-luaxml-doc/Makefile
1.1+5-0print/tex-luaxml/distinfo
1.1+5-0print/tex-luaxml-doc/distinfo
1.1+4-0print/tex-luaxml/DESCR
+59-03 files not shown
+67-19 files

NetBSD/pkgsrc khPer6Yprint/tex-glossaries-extra distinfo DESCR, print/tex-glossaries-extra-doc Makefile PLIST

   tex-glossaries-extra{,-doc}: add version 2.1

   This package provides improvements and extra features to the
   glossaries package. Some of the default glossaries.sty
   behaviour is changed by glossaries-extra.sty. See the user
   manual glossaries-extra-manual.pdf for further details.
   glossaries-extra.sty requires the glossaries package and,
   naturally, all packages required by glossaries.sty.
VersionDeltaFile
1.1+625-0print/tex-glossaries-extra-doc/PLIST
1.1+35-0print/tex-glossaries-extra/PLIST
1.1+17-0print/tex-glossaries-extra/Makefile
1.1+13-0print/tex-glossaries-extra-doc/Makefile
1.1+6-0print/tex-glossaries-extra/DESCR
1.1+5-0print/tex-glossaries-extra/distinfo
+701-03 files not shown
+710-19 files

NetBSD/pkgsrc dMNm7hadoc CHANGES-2026

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

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

   resterm: Update to 1.7.1

   Text display
   Hints and completion
VersionDeltaFile
1.43+3-3www/resterm/distinfo
1.49+1-1www/resterm/Makefile
1.34+0-0www/resterm/go-modules.mk
+4-43 files

NetBSD/pkgsrc pgnXPLOx11/qt6-qtbase distinfo Makefile, x11/qt6-qtbase/patches patch-src_gui_image_qiconloader.cpp

   qt6-qtbase: fix regression in icon handling

   Don't consider fallbackThemeName() in themeName()
   https://codereview.qt-project.org/c/qt/qtbase/+/763319
   https://bugs.kde.org/show_bug.cgi?id=524657
VersionDeltaFile
1.1+18-0x11/qt6-qtbase/patches/patch-src_gui_image_qiconloader.cpp
1.77+2-2x11/qt6-qtbase/Makefile
1.35+2-1x11/qt6-qtbase/distinfo
+22-33 files

NetBSD/pkgsrc LrRK7yGdoc CHANGES-2026

    Updated lang/lua55 to 5.5.1
VersionDeltaFile
1.5949+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AvB2BWIlang/lua55 version.mk distinfo

   Update lang/lua55 to version 5.5.1.
VersionDeltaFile
1.2+4-4lang/lua55/distinfo
1.2+2-2lang/lua55/version.mk
+6-62 files

NetBSD/pkgsrc LGreZhndevel/py-meson_python distinfo, devel/py-meson_python/patches patch-mesonpy___tags.py

   py-meson_python: fix ABI tag handling
VersionDeltaFile
1.1+32-0devel/py-meson_python/patches/patch-mesonpy___tags.py
1.11+2-1devel/py-meson_python/distinfo
+34-12 files

NetBSD/pkgsrc UAoRL1Ndoc TODO CHANGES-2026

   Updated www/py-zensical, devel/py-test-env
VersionDeltaFile
1.5948+3-1doc/CHANGES-2026
1.27876+1-2doc/TODO
+4-32 files

NetBSD/pkgsrc pXcREcUdevel/py-test-env Makefile distinfo

   py-test-env: updated to 1.7.1

   1.7.1
   Unknown changes
VersionDeltaFile
1.17+4-4devel/py-test-env/distinfo
1.17+2-2devel/py-test-env/Makefile
+6-62 files

NetBSD/pkgsrc ys4q5OTwww/py-zensical ALTERNATIVES

   py-zensical: added ALTERNATIVES
VersionDeltaFile
1.1+1-0www/py-zensical/ALTERNATIVES
+1-01 files

NetBSD/pkgsrc Xd8aArdwww/py-zensical Makefile PLIST, www/py-zensical/patches patch-Cargo.toml

   py-zensical: updated to 0.0.60

   0.0.60
   This version updates the user interface to 0.0.28, fixing navigation pruning
   and alternate-link handling while adding 51 new icons. It also adds direct
   support for the table-reader plugin and fixes template inclusion with macros on
   Windows extended-length paths.
VersionDeltaFile
1.11+353-31www/py-zensical/distinfo
1.7+115-9www/py-zensical/cargo-depends.mk
1.8+62-8www/py-zensical/PLIST
1.1+16-0www/py-zensical/patches/patch-Cargo.toml
1.12+10-3www/py-zensical/Makefile
+556-515 files

NetBSD/pkgsrc 4YS1JMpdoc CHANGES-2026

   Note addition of security/mldsa-20260908 to the packages collection
VersionDeltaFile
1.5947+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 1xAL8zHsecurity Makefile, security/mldsa distinfo PLIST

   Add security/mldsa-20260908 to the packages collection

        This is mldsa, a module-lattice-based digital signature algorithm
        utility for generating keypairs, signing and verifying files and data.
        It has an alter ego, mlsignify, implementing the same command line
        switches as signify(1).  The mldsa and mlsignify utilities are based
        on the libmldsa(3) library, which uses parts of liboqs and openssl to
        provide ML-DSA-65 (NIST FIPS 204) post-quantum digital signatures.
        The secret key is usually protected by passphrase-based encryption,
        which uses Argon2id as a KDF, and AES256-GCM.

        SHA 3 512 is used for digests.
VersionDeltaFile
1.1+24-0security/mldsa/Makefile
1.1+10-0security/mldsa/DESCR
1.1+7-0security/mldsa/PLIST
1.1+5-0security/mldsa/distinfo
1.1023+2-1security/Makefile
+48-15 files

NetBSD/pkgsrc J6rCtdumeta-pkgs/bulk-medium Makefile

   meta-pkgs/bulk-medium: update dependency: sysutils/xen{kernel|tools}420

   The previous dependency, sysutils/xen{kernel|tools}415 has been deleted.
VersionDeltaFile
1.125+3-3meta-pkgs/bulk-medium/Makefile
+3-31 files

NetBSD/pkgsrc Uva9288doc CHANGES-2026

   doc: Updated net/dnscontrol to 5.0.4
VersionDeltaFile
1.5946+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc SrsV0pznet/dnscontrol Makefile go-modules.mk

   dnsdist: Update to 5.0.4

   Changelog
   Provider-specific changes:
   ee0730f: AKAMAIEDGEDNS: Update edgegrid version to 13.4.0 and update docs to address issue#4202 (#4853) (@meghanakudua02)
   e374ee2: HOSTINGDE: Fix SOA mailbox set to 1 at domain (#4858) (@jonathan8devs)
   c7067ae: HOSTINGDE: Fix TXT quoting on read and write (#4856) (@jonathan8devs)

   Dependencies:
   9aeac5f: CHORE: Update dependencies (#4861) (@TomOnTime)
   Other changes and improvements:
   d258d60: BUG: Fix DMARC_BUILDER TypeScript types for psd= and t= (#4855) (@kytta)
   5e4e61e: Release v5.0.4 (#4862) (@TomOnTime)

   Deprecation warnings
   Warning
   REV() will switch from RFC2317 to RFC4183 sometime after v5.0 is released. This is a breaking change.
   Warnings are output if your configuration is affected.
   See https://docs.dnscontrol.org/language-reference/top-level-functions/revcompat

    [2 lines not shown]
VersionDeltaFile
1.11+168-156net/dnscontrol/distinfo
1.12+55-51net/dnscontrol/go-modules.mk
1.47+2-3net/dnscontrol/Makefile
+225-2103 files

NetBSD/pkgsrc-wip b494956openjdk25 distinfo bootstrap.mk

openjdk25: add NetBSD-*-earmv6hf
DeltaFile
+8-0openjdk25/bootstrap.mk
+3-0openjdk25/distinfo
+11-02 files

NetBSD/src 2rBXTwCsys/arch/amd64/conf ALL, sys/arch/i386/conf ALL

   x86/ALL: Enable nvmm(4).

   This way we can exercise the build of statically configured nvmm,
   when it is still normally used as as the module nvmm.kmod.
VersionDeltaFile
1.527+4-2sys/arch/i386/conf/ALL
1.199+4-2sys/arch/amd64/conf/ALL
+8-42 files

NetBSD/pkgsrc TVKRPyKdoc CHANGES-2026

   doc: Updated audio/faac to 1.50nb1
VersionDeltaFile
1.5945+2-1doc/CHANGES-2026
+2-11 files