NetBSD/pkgsrc D6qe8lLmultimedia/dumpmpeg Makefile

   dumpmpeg: add trailing slash in HOMEPAGE
VersionDeltaFile
1.18+2-3multimedia/dumpmpeg/Makefile
+2-31 files

NetBSD/pkgsrc mhXttrRconverters/dsk2rom Makefile

   dsk2rom: comment out dead site
VersionDeltaFile
1.2+3-3converters/dsk2rom/Makefile
+3-31 files

NetBSD/src Dzrl770usr.bin/ftp ftp.c util.c

   ftp: fix ascii transfers with progress bar

   Handle stdio interruption by signals and improve error handling
   in getc() and putc() on the control and data channels.
   Provide ftp_getc() and ftp_putc() wrappers that:
   - Retry the operation on EINTR or EAGAIN instead of failing.
   - Store other error codes in a return variable separate to errno,
     and use that variable in ferror() handling, for more correct
     error messages.

   Fixes the progress bar display in ascii mode transfers.

   (Note that I haven't fixed interrupted reads from stdin or
   writes to ttyout; that's a much larger refactor that's out of scope).

   Fix PR bin/59587 from Johnny Billquist, with the fix
   inspired by the patch in that PR.
VersionDeltaFile
1.179+51-33usr.bin/ftp/ftp.c
1.169+59-3usr.bin/ftp/util.c
1.85+4-2usr.bin/ftp/extern.h
1.101+2-2usr.bin/ftp/version.h
+116-404 files

NetBSD/src CuFn19Vsys/ufs/lfs lfs_segment.c lfs_alloc.c

   Undo previous commit; it needs further refinement.
VersionDeltaFile
1.304+3-24sys/ufs/lfs/lfs_segment.c
1.151+3-10sys/ufs/lfs/lfs_alloc.c
1.351+2-6sys/ufs/lfs/lfs_vnops.c
1.163+1-6sys/ufs/lfs/lfs_inode.c
1.31+1-3sys/ufs/lfs/lfs_inode.h
1.129+1-1sys/ufs/lfs/lfs_extern.h
+11-502 files not shown
+11-538 files

NetBSD/pkgsrc-wip feed003py-slixmpp Makefile

slixxmpp: Update to 1.12.0 (does not build; new rust stuff)
DeltaFile
+7-2py-slixmpp/Makefile
+7-21 files

NetBSD/pkgsrc-wip 06c3d6epy-aioxmpp distinfo Makefile

py-aioxmpp: Update to 0.12.0

Not tested, but this is wip and 0.12.0 was released in January 2021.
DeltaFile
+3-3py-aioxmpp/distinfo
+2-2py-aioxmpp/Makefile
+5-52 files

NetBSD/src 5rMNk37sys/arch/sun3/sun3 cache.c pmap.c, sys/arch/sun3/sun3x pmap.c genassym.cf

   Remove redundant cache.h header; all of these values are already defined
   in generic m68k code.
VersionDeltaFile
1.25+2-3sys/arch/sun3/sun3/cache.c
1.181+2-3sys/arch/sun3/sun3/pmap.c
1.124+2-3sys/arch/sun3/sun3x/pmap.c
1.22+1-2sys/arch/sun3/sun3/genassym.cf
1.19+1-2sys/arch/sun3/sun3x/genassym.cf
1.7+1-1sys/arch/sun3/sun3/cache.h
+9-146 files

NetBSD/pkgsrc ynEUJTrtextproc/doxx Makefile

   doxx: fix CATEGORIES and pkglint
VersionDeltaFile
1.2+3-3textproc/doxx/Makefile
+3-31 files

NetBSD/pkgsrc CBDRIqJdoc CHANGES-2025

   doc: Updated www/py-urllib3 to 2.6.0
VersionDeltaFile
1.7056+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc MdkBfKuwww/py-urllib3 Makefile distinfo

   py-urllib3: update to 2.6.0.

   2.6.0 (2025-12-05)
   ==================

   Security
   --------

   - Fixed a security issue where streaming API could improperly handle highly
     compressed HTTP content ("decompression bombs") leading to excessive resource
     consumption even when a small amount of data was requested. Reading small
     chunks of compressed data is safer and much more efficient now.
     (`GHSA-2xpw-w6gg-jr37 <https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37>`__)
   - Fixed a security issue where an attacker could compose an HTTP response with
     virtually unlimited links in the ``Content-Encoding`` header, potentially
     leading to a denial of service (DoS) attack by exhausting system resources
     during decoding. The number of allowed chained encodings is now limited to 5.
     (`GHSA-gm62-xv2j-4w53 <https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53>`__)


    [42 lines not shown]
VersionDeltaFile
1.68+8-6www/py-urllib3/Makefile
1.54+4-4www/py-urllib3/distinfo
+12-102 files

NetBSD/pkgsrc CMDwr6Owww Makefile

   www/Makefile: + py-quart, py-quart-trio
VersionDeltaFile
1.1891+3-1www/Makefile
+3-11 files

NetBSD/pkgsrc S4DYzezdoc CHANGES-2025

   doc: Added www/py-quart-trio version 0.12.0
VersionDeltaFile
1.7055+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc lw1Fniowww/py-quart-trio PLIST Makefile

   www/py-quart-trio: import py-quart-trio-0.12.0

   Quart-Trio is an extension for Quart to support the Trio event
   loop. This is an alternative to using the asyncio event loop present
   in the Python standard library and supported by default in Quart.
VersionDeltaFile
1.1+49-0www/py-quart-trio/PLIST
1.1+25-0www/py-quart-trio/Makefile
1.1+5-0www/py-quart-trio/distinfo
1.1+3-0www/py-quart-trio/DESCR
+82-04 files

NetBSD/pkgsrc gnRRbredoc CHANGES-2025

   doc: Added www/py-quart version 0.20.0
VersionDeltaFile
1.7054+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc TGgfRL3www/py-quart PLIST Makefile

   www/py-quart: import py-quart-0.20.0

   Quart is an async Python web application framework. Using Quart
   you can,

   - render and serve HTML templates,
   - write (RESTful) JSON APIs,
   - serve WebSockets,
   - stream request and response data,
   - do pretty much anything over the HTTP or WebSocket protocols.
VersionDeltaFile
1.1+109-0www/py-quart/PLIST
1.1+29-0www/py-quart/Makefile
1.1+8-0www/py-quart/DESCR
1.1+5-0www/py-quart/distinfo
+151-04 files

NetBSD/pkgsrc 1S98dWwdoc CHANGES-2025

   doc: Added www/py-hypercorn version 0.18.0
VersionDeltaFile
1.7053+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc Xl2QqaKwww Makefile

   www/Makefile: + py-hypercorn
VersionDeltaFile
1.1890+2-1www/Makefile
+2-11 files

NetBSD/pkgsrc SOn9GgJwww/py-hypercorn PLIST Makefile

   www/py-hypercorn: import py-hypercorn-0.18.0

   Hypercorn is an ASGI and WSGI web server based on the sans-io hyper,
   h11, h2, and wsproto libraries and inspired by Gunicorn. Hypercorn
   supports HTTP/1, HTTP/2, WebSockets (over HTTP/1 and HTTP/2), ASGI,
   and WSGI specifications. Hypercorn can utilise asyncio, uvloop, or
   trio worker types.

   Hypercorn can optionally serve the current draft of the HTTP/3
   specification using the aioquic library.
VersionDeltaFile
1.1+125-0www/py-hypercorn/PLIST
1.1+30-0www/py-hypercorn/Makefile
1.1+8-0www/py-hypercorn/DESCR
1.1+5-0www/py-hypercorn/distinfo
+168-04 files

NetBSD/pkgsrc LqE8PBBdoc CHANGES-2025 TODO

   doc: Updated devel/py-test-trio to 0.8.0nb1
VersionDeltaFile
1.7052+2-1doc/CHANGES-2025
1.26510+2-1doc/TODO
+4-22 files

NetBSD/pkgsrc 2BiBg3Idevel/py-test-trio PLIST Makefile

   py-test-trio: update dependency pattern, convert to wheel.mk

   Bump PKGREVISION.
VersionDeltaFile
1.2+8-6devel/py-test-trio/PLIST
1.3+5-5devel/py-test-trio/Makefile
+13-112 files

NetBSD/src EXWLXmUsys/arch/or1k/include elf_machdep.h

   or1k/elf_machdep.h: Group symbols into psABI and local groups.

   Allow this file to be used with <sys/elfdefinitions.h>.

   PR lib/59564
VersionDeltaFile
1.3+21-15sys/arch/or1k/include/elf_machdep.h
+21-151 files

NetBSD/src Y1qu5lAsys/dev/pci if_iwm.c

   Appease clang & KNF.

   Should be NFC for gcc compiles.
VersionDeltaFile
1.92+5-3sys/dev/pci/if_iwm.c
+5-31 files

NetBSD/src ZF68PiTsys/ufs/lfs lfs_segment.c lfs_alloc.c

   Track individual inodes between the time that their accounting is
   subtracted from one segment before it is added to the new segment.
   Counting duplicates is not sufficient.  Addresses a "negative bytes"
   panic.
VersionDeltaFile
1.303+26-5sys/ufs/lfs/lfs_segment.c
1.150+12-5sys/ufs/lfs/lfs_alloc.c
1.350+8-4sys/ufs/lfs/lfs_vnops.c
1.162+8-3sys/ufs/lfs/lfs_inode.c
1.30+4-2sys/ufs/lfs/lfs_inode.h
1.396+4-2sys/ufs/lfs/lfs_vfsops.c
+62-212 files not shown
+66-248 files

NetBSD/pkgsrc x6iC85wdoc CHANGES-2025

   doc: Added textproc/xleak version 0.2.5
VersionDeltaFile
1.7051+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc 5AgyKDYtextproc Makefile

   Add xleak
VersionDeltaFile
1.1555+2-1textproc/Makefile
+2-11 files

NetBSD/pkgsrc eztkZR3textproc/xleak distinfo cargo-depends.mk

   textproc/xleak: import package

   Expose Excel files in your terminal - no Microsoft Excel required!

   Inspired by doxx, xleak brings Excel spreadsheets to your command line with
   beautiful rendering, powerful export capabilities, and a feature-rich
   interactive TUI.

   xleak features full-text search, formula display, lazy loading for large files,
   clipboard support, and export to CSV/JSON.
VersionDeltaFile
1.1+632-0textproc/xleak/distinfo
1.1+211-0textproc/xleak/cargo-depends.mk
1.1+16-0textproc/xleak/Makefile
1.1+8-0textproc/xleak/DESCR
1.1+2-0textproc/xleak/PLIST
+869-05 files

NetBSD/pkgsrc tgKpRSZdoc CHANGES-2025

   doc: Added textproc/doxx version 0.1.2
VersionDeltaFile
1.7050+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc gBMg9Dxtextproc Makefile

   Add doxx
VersionDeltaFile
1.1554+2-1textproc/Makefile
+2-11 files

NetBSD/pkgsrc I1PQUxetextproc/doxx distinfo cargo-depends.mk, textproc/doxx/patches patch-.._vendor_lzma-sys-0.1.20_xz-5.2_src_common_mythread.h

   textproc/doxx: import package

   Packaged in wip by wiz@ and myself.

   A fast, terminal-native document viewer for Word files. View,
   search, and export '.docx' documents without leaving your command
   line.
VersionDeltaFile
1.1+942-0textproc/doxx/distinfo
1.1+314-0textproc/doxx/cargo-depends.mk
1.1+20-0textproc/doxx/Makefile
1.1+14-0textproc/doxx/patches/patch-.._vendor_lzma-sys-0.1.20_xz-5.2_src_common_mythread.h
1.1+3-0textproc/doxx/DESCR
1.1+3-0textproc/doxx/PLIST
+1,296-06 files

NetBSD/src m528Eb9sys/ufs/lfs lfs_vfsops.c lfs_alloc.c

   Use a red/black tree, rather than a linked list, to store deferred
   sergment byte count changes in truncation.
VersionDeltaFile
1.395+35-5sys/ufs/lfs/lfs_vfsops.c
1.149+13-10sys/ufs/lfs/lfs_alloc.c
1.161+8-10sys/ufs/lfs/lfs_inode.c
1.215+4-3sys/ufs/lfs/lfs.h
1.29+3-2sys/ufs/lfs/lfs_inode.h
+63-305 files