NetBSD/pkgsrc-wip 69e5215waybar distinfo

waybar: fix distinfo
DeltaFile
+4-4waybar/distinfo
+4-41 files

NetBSD/pkgsrc-wip ccddddcwaybar/patches patch-src_util_icon__loader.cpp patch-src_modules_user.cpp

waybar: add some upstream pull reqs
DeltaFile
+1-0waybar/patches/patch-src_util_icon__loader.cpp
+1-0waybar/patches/patch-src_modules_user.cpp
+1-0waybar/patches/patch-src_modules_memory_bsd.cpp
+1-0waybar/patches/patch-src_modules_cpu__frequency_bsd.cpp
+4-04 files

NetBSD/pkgsrc zOmPixGdoc CHANGES-2026

   texstudio update
VersionDeltaFile
1.5986+2-2doc/CHANGES-2026
+2-21 files

NetBSD/pkgsrc XHl3Ob0editors/texstudio Makefile PLIST, editors/texstudio/patches patch-CMakeLists.txt

   texstudio: update to 4.9.7

   4.9.6
   This fixes some crashes and add a git panel.

   4.9.7
   This fixes some crashes.
VersionDeltaFile
1.2+20-2editors/texstudio/patches/patch-CMakeLists.txt
1.14+5-5editors/texstudio/distinfo
1.10+5-2editors/texstudio/PLIST
1.117+3-3editors/texstudio/Makefile
+33-124 files

NetBSD/pkgsrc C6gtIpcdoc CHANGES-2026

   Updated net/samba4
VersionDeltaFile
1.5985+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 00mW7W4net/samba4 distinfo Makefile, net/samba4/patches patch-libcli_dns_wscript__build

   samba4: updated to 4.24.7

   Changes since 4.24.6
   --------------------

   o  Ralph Boehme <slow at samba.org>
      * BUG 16097: POSIX ACL backend silently discards erros when processing NT
        ACLs with non-canonical ordering

   o  Volker Lendecke <vl at samba.org>
      * BUG 16225: dns client problems related to EDNS usage

   o  AndrĂŠas Leroux <aleroux at tranquil.it>
      * BUG 15988: Samba internal DNS service doesn't handle switch from UDP to TCP
        when packet is larger than 4k

   o  Stefan Metzmacher <metze at samba.org>
      * BUG 15988: Samba internal DNS service doesn't handle switch from UDP to TCP
        when packet is larger than 4k

    [19 lines not shown]
VersionDeltaFile
1.223+7-8net/samba4/Makefile
1.131+5-5net/samba4/distinfo
1.3+3-3net/samba4/patches/patch-libcli_dns_wscript__build
+15-163 files

NetBSD/pkgsrc DQRwwvWdoc CHANGES-2026

   Updated lang/nodejs
VersionDeltaFile
1.5984+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc no48wuwlang/nodejs Makefile distinfo

   nodejs: updated to 26.8.2

   26.8.2 (Current)

   Notable Changes

   - doc: deprecate Server.prototype._listen2 in node:net (Antoine du Hamel)
   - meta: refine the security vuln posture for experimental features (James M Snell)
   - deps: update Undici to 8.10.2 (Node.js GitHub Bot)
   - deps: update OpenSSL to 3.5.8
VersionDeltaFile
1.331+4-4lang/nodejs/distinfo
1.360+2-2lang/nodejs/Makefile
+6-62 files

NetBSD/pkgsrc QNhpIdldoc CHANGES-2026

   Updated devel/py-aiostream, mail/py-checkdmarc
VersionDeltaFile
1.5983+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc cpc41A7mail/py-checkdmarc distinfo Makefile

   py-checkdmarc: updated to 6.0.1

   6.0.1

   Fixed

   SPF: the RFC 6652 reporting modifiers ra=, rp=, and rr=, added in 5.8.0 and removed later, are recognized again; their values are validated against RFC 6652 §3 (rp= per erratum 6579) and surfaced in the parsed result as ra, rp, and rr next to exp, and a malformed value is warned about and ignored instead of failing the record. Warnings also cover the two RFC 6652 §3 semantic rules — rp= and rr= do nothing without ra=, and ra= is ignored in a record reached through an include — and exp= and these modifiers are now honored after all in any order

   6.0.0

   An RFC conformance audit compared every module line-by-line against its governing specification (SPF: RFC 7208; DMARC: RFC 9989/9990; TLSRPT: RFC 8460; MTA-STS: RFC 8461; SMTP/MX: RFC 5321/7505/2181; DNSSEC: RFC 4033-4035; SOA: RFC 1035/2181; BIMI: draft-brand-indicators-14) and found 81 discrepancies, most confirmed by executing the old code. This release fixes all of them. Many fixes change validation verdicts — records the specs call valid are no longer rejected, and records they call invalid are no longer accepted — hence the major version. This release also contains everything staged for 5.18.0, which was never released.

   Breaking changes

   MX STARTTLS/TLS testing is now opt-in: pass --check-mx-tls on the CLI or check_mx_tls=True to check_domains(), check_mx(), or get_mx_hosts(). The --skip-tls flag and skip_tls parameter are still accepted but do nothing, and passing skip_tls emits a DeprecationWarning. As a result, MX host results no longer carry the tls and starttls keys, and the CSV tls/starttls columns are empty, unless TLS testing is turned on
   check_dnssec() performs a real chain-of-trust check anchored at the parent zone's DS record instead of verifying a zone's DNSKEY against itself. A zone with no DS at its parent (including "island of security" zones) is insecure per RFC 4033 §4.3 and returns False; a broken zone such as dnssec-failed.org returns False through any resolver, where it previously returned True through non-validating resolvers. Bogus (SERVFAIL with DS present) is now warned about distinctly from unsigned
   Unknown and extension tags/fields now parse with a warning instead of failing validation, as each spec requires: SPF unknown modifiers (RFC 7208 §6), DMARC unknown tags (RFC 9989 §4.7), TLSRPT extension fields (RFC 8460 §3), MTA-STS extension fields and policy keys (RFC 8461 §3.2), and BIMI unknown tags (draft §4.3). An unknown field is ignored only when it fits the spec's own extension grammar; a malformed extension name or value still fails the record or policy
   A TXT record unrelated to the record type being queried is now discarded instead of failing validation, per each spec's discard rule: TLSRPT (RFC 8460 §3.1), MTA-STS (RFC 8461 §3.1), BIMI (draft §7.2), and DMARC report authorization records (RFC 9990 §4). Each query also now returns the record carrying the version tag rather than whichever TXT record the resolver listed first. When a real record sits beside the unrelated one, the unrelated record is reported as a warning; when it is the only record present, the check reports that no record exists. DMARC authorization records are discarded silently, and a wildcard authorization record that is unrelated is still an error. Callers catching UnrelatedTXTRecordFoundAtTLSRPT or UnrelatedTXTRecordFoundAtBIMI should note that those queries now raise SMTPTLSReportingRecordNotFound and BIMIRecordNotFound instead
   Records the old code wrongly accepted are now invalid: SPF records exceeding the 10-DNS-lookup limit through a, ptr, or macro-valued terms (RFC 7208 §4.6.4 — the limit was previously only enforced for some mechanism types), SPF include of a domain with no SPF record (permerror per RFC 7208 §5.2), MTA-STS policies missing a required key (RFC 8461 §3.2 — the check was dead code), BIMI records missing the required l= tag (draft §4.3), lowercase v=dmarc1 (RFC 9989 §4.8), and an SPF qualifier on a modifier or a value on the all mechanism (RFC 7208 §12)

    [54 lines not shown]
VersionDeltaFile
1.36+5-5mail/py-checkdmarc/Makefile
1.34+4-4mail/py-checkdmarc/distinfo
+9-92 files

NetBSD/pkgsrc FLy9OUldevel/py-aiostream distinfo Makefile

   py-aiostream: updated to 0.7.2

   0.7.2
   Change return type of return Callable annotation in async_ to Coroutine[Any, Any, T], which is narrower than Awaitable[T]
   Replace asyncio.iscoroutinefunction with inspect.iscoroutinefunction
   Allow concatmap, flatmap and switchmap to receive an async function
VersionDeltaFile
1.12+6-6devel/py-aiostream/Makefile
1.9+4-4devel/py-aiostream/distinfo
+10-102 files

NetBSD/pkgsrc E78Q3i0devel/py-anyio Makefile

   py-anyio: typing-extensions for Python < 3.15 nor 3.13
VersionDeltaFile
1.40+2-2devel/py-anyio/Makefile
+2-21 files

NetBSD/pkgsrc uK6RqhFdoc CHANGES-2026

   Updated archivers/xz, lang/py-ast-serialize, textproc/py-regex, misc/py-platformdirs
VersionDeltaFile
1.5982+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc 9cd7xYMmisc/py-platformdirs Makefile distinfo

   py-platformdirs: updated to 4.11.8

   4.11.8
   fix: ignore relative XDG base directory paths
   fix: return one user path for root under multipath
   fix: preserve literal percent signs in user-dirs paths
   fix: retain Homebrew site directories inside virtual environments
VersionDeltaFile
1.50+4-4misc/py-platformdirs/distinfo
1.51+2-2misc/py-platformdirs/Makefile
+6-62 files

NetBSD/pkgsrc KdHtbBytextproc/py-regex Makefile distinfo

   py-regex: updated to 2026.9.10

   2026.9.10

   Fixed version.

   2026.9.9

   Fix Python API error propagation in match helpers
   Preserve Python Exceptions in Input Decoding and String Detachment
   Prevent Invalid Pointer Use and Exception State Corruption in Byte String Joining
   Propagate Allocation and Internal Errors During Pattern Compilation and Scanner Execution
VersionDeltaFile
1.75+4-4textproc/py-regex/distinfo
1.79+2-2textproc/py-regex/Makefile
+6-62 files

NetBSD/pkgsrc DuJJmPQlang/py-ast-serialize Makefile distinfo

   py-ast-serialize: updated to 0.11.1

   0.11.1
   Unknown changes
VersionDeltaFile
1.8+4-4lang/py-ast-serialize/distinfo
1.8+2-2lang/py-ast-serialize/Makefile
+6-62 files

NetBSD/pkgsrc VN6H7M1archivers/xz Makefile distinfo

   xz: updated to 5.8.4

   5.8.4 (2026-09-09)

   IMPORTANT: This includes a fix for a security issue that affects all
   XZ Utils versions since 5.0.0. This and a few other fixes have also
   been committed to the old stable branches (v5.2, v5.4, and v5.6) in
   the xz Git repository. Those fixes are marked below. No new 5.2.x,
   5.4.x, or 5.6.x releases will be made.

   * liblzma:

       - lzma_alone_decoder(), lzma_lzip_decoder(),
         lzma_auto_decoder(), and lzma_microlzma_decoder(): Fix an
         invalid memory access after memory allocation has failed and
         the application reinitializes the existing decoder to decode
         a different file. This bug could at least result in a crash.
         This is tracked as GHSA-5qpq-xqfv-j9pg. CVE number is pending.
         (Also in v5.2, v5.4, and v5.6.)

    [120 lines not shown]
VersionDeltaFile
1.44+4-4archivers/xz/distinfo
1.58+2-2archivers/xz/Makefile
+6-62 files

NetBSD/pkgsrc K6jWBStgames/dungeon DESCR

   Fix my email - this has been unnoti=iced for years!
VersionDeltaFile
1.3+1-1games/dungeon/DESCR
+1-11 files

NetBSD/src mNfgDkhsys/dev/usb uhub.c

   Whitespace
VersionDeltaFile
1.164+9-9sys/dev/usb/uhub.c
+9-91 files

NetBSD/pkgsrc WzPt1hadoc CHANGES-2026

   Note update of security/mldsa to version 20260909nb1

   + don't build or install profiling or shared libs
VersionDeltaFile
1.5981+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GDjuD1Hsecurity/mldsa distinfo Makefile, security/mldsa/patches patch-lib-Makefile

   security/mldsa - update package to version 20260909nb1

   + don't build or install profiling or shared libs
VersionDeltaFile
1.1+16-0security/mldsa/patches/patch-lib-Makefile
1.3+1-5security/mldsa/PLIST
1.3+2-1security/mldsa/distinfo
1.3+2-1security/mldsa/Makefile
+21-74 files

NetBSD/pkgsrc 6wfrY1ndoc CHANGES-2026

   doc: Updated lang/akku to 1.1.0
VersionDeltaFile
1.5980+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FBfWoqqlang Makefile, lang/akku distinfo DESCR

   imported akku 1.1.0
VersionDeltaFile
1.1+287-0lang/akku/PLIST
1.1+42-0lang/akku/patches/patch-spells_define-values.scm
1.1+20-0lang/akku/Makefile
1.1+7-0lang/akku/DESCR
1.1+6-0lang/akku/distinfo
1.797+2-1lang/Makefile
+364-16 files

NetBSD/src TG8B0wwdistrib/utils/embedded/conf riscv64mbr.conf riscv64.conf

   s/kernel_GENERIC/kernel_GENERIC64, sync with arm64.
VersionDeltaFile
1.2+3-3distrib/utils/embedded/conf/riscv64mbr.conf
1.2+3-3distrib/utils/embedded/conf/riscv64.conf
+6-62 files

NetBSD/src KFAP0bUsbin/mount_lfs mount_lfs.c mount_lfs.8, sys/ufs/lfs lfs_vfsops.c

   Allow the user to decline roll forward by passing option "-o nolog" to
   mount_lfs.  Internally this is implemented by interpreting the MNT_LOG
   flag to mean "do roll forward".  Option "-o log" defaults on in mount_lfs(8).
VersionDeltaFile
1.9+46-16tests/fs/lfs/t_rfw.c
1.17+11-1sbin/mount_lfs/mount_lfs.8
1.403+5-4sys/ufs/lfs/lfs_vfsops.c
1.44+4-3sbin/mount_lfs/mount_lfs.c
+66-244 files

NetBSD/src GZima08sys/ufs/lfs lfs_rfw.c

   Don't panic if inodes that won't fit in the Ifile are encountered when
   rolling forward.  Instead, extend the Ifile to accommodate them.
VersionDeltaFile
1.45+23-8sys/ufs/lfs/lfs_rfw.c
+23-81 files

NetBSD/pkgsrc-wip 6ddaac3hawk-scheme PLIST distinfo

wip/hawk-scheme: update to hawk-scheme-0.11

Release notes:

hawk v0.11:
* Improved garbage collector
* Many backend bugfixes

hawk v0.10:
* Improved backend operand fusion
* Added --unsafe flag, that disables vector bounds length checks
DeltaFile
+3-3hawk-scheme/distinfo
+3-3hawk-scheme/Makefile
+1-0hawk-scheme/PLIST
+7-63 files

NetBSD/pkgsrc-wip 3184715hawk-scheme COMMIT_MSG

wip/hawk-scheme: add a COMMIT_MSG
DeltaFile
+5-0hawk-scheme/COMMIT_MSG
+5-01 files

NetBSD/pkgsrc-wip 6db331auzdoom Makefile PLIST, uzdoom/patches patch-libraries_ZVulkan_CMakeLists.txt patch-libraries_ZWidget_CMakeLists.txt

wip/uzdoom: import UZDoom-5.0.1 as games/uzdoom

UZDoom is a modder-friendly OpenGL and Vulkan source port based on
the DOOM engine.
DeltaFile
+59-0uzdoom/PLIST
+38-0uzdoom/Makefile
+33-0uzdoom/patches/patch-src_common_engine_m__joy.cpp
+22-0uzdoom/patches/patch-src_gameconfigfile.cpp
+21-0uzdoom/patches/patch-libraries_ZVulkan_CMakeLists.txt
+21-0uzdoom/patches/patch-libraries_ZWidget_CMakeLists.txt
+194-010 files not shown
+314-016 files

NetBSD/pkgsrc-wip 24605f1crush Makefile COMMIT_MSG

crush: Update to 0.93.1
DeltaFile
+375-450crush/distinfo
+124-149crush/go-modules.mk
+22-19crush/COMMIT_MSG
+1-1crush/Makefile
+522-6194 files