NetBSD/pkgsrc-wip 267fd08megacmd PLIST Makefile, megacmd/patches patch-sdk_src_posix_fs.cpp patch-CMakeLists.txt

megacmd: remove, imported
DeltaFile
+0-198megacmd/patches/patch-sdk_src_posix_fs.cpp
+0-74megacmd/PLIST
+0-73megacmd/patches/patch-CMakeLists.txt
+0-58megacmd/Makefile
+0-42megacmd/patches/patch-sdk_src_filesystem.cpp
+0-36megacmd/patches/patch-sdk_include_mega_posix_megafs.h
+0-48119 files not shown
+0-80425 files

NetBSD/pkgsrc-wip 2bd6bd5unison-snapshot Makefile distinfo

unison-snapshot: Update to 2.53.71

This is alpha1 for 2.54.0.
DeltaFile
+3-3unison-snapshot/Makefile
+3-3unison-snapshot/distinfo
+6-62 files

NetBSD/pkgsrc cxSfZutdoc TODO

   doc/TODO: update SOGo

   + SOGo-5.12.7, SOPE-5.12.7.
VersionDeltaFile
1.27026+3-3doc/TODO
+3-31 files

NetBSD/pkgsrc-wip 4038c61megacmd distinfo TODO

megacmd: finalize
DeltaFile
+3-3megacmd/distinfo
+0-2megacmd/TODO
+3-52 files

NetBSD/pkgsrc a7yRDJkdoc CHANGES-2026

   doc: Updated audio/spotify-player to 0.23.0
VersionDeltaFile
1.2011+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Jsvi4dPaudio/spotify-player distinfo cargo-depends.mk

   audio/spotify-player: update to 0.23.0

   Highlight of this release is the new optional real-time audio visualisation (thanks @Narqulie for the implementation)

   What's Changed

    - docs: fix broken relative links in README for crates.io compatibility by @greqor in #926
    - fix: bind CLI socket before spawning handler thread by @greqor in #929
    - Add doc for component styles and improve wording for other docs by @aome510 in #932
    - feat: add mouse scroll to incease/decrease volume by @Alimedhat000 in #931
    - feat: remember Tracks context in Currently Playing page by @aome510 in #933
    - refactor: consolidate client requests and move currently_playing_tracks_id to PlayerState by @aome510 in #939
    - docs: add THEMES.md to showcase community theme collections by @MBeggiato in #938
    - Feat: Adding real-time audio visualisation by @Narqulie in #943
    - Fix: Artist Page "Albums" and "Related Artists" shown even on small windows by @wzifox in #945
    - fix: include seed track when using GoToRadio by @anspangilinan in #947
    - Loading spinner on startup by @mielpeeters in #950
VersionDeltaFile
1.52+445-412audio/spotify-player/distinfo
1.49+147-136audio/spotify-player/cargo-depends.mk
1.71+4-4audio/spotify-player/Makefile
+596-5523 files

NetBSD/pkgsrc acmuyz3doc CHANGES-2026

   Updated textproc/py-regex, www/py-gunicorn
VersionDeltaFile
1.2010+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc G1WeA2swww/py-gunicorn PLIST distinfo

   py-gunicorn: updated to 25.3.0

   25.3.0 - 2026-03-26

   Bug Fixes

   - **HTTP/2 ASGI Body Duplication**: Fix request body being received twice in HTTP/2
     ASGI requests, causing JSON parsing errors with "Extra data" messages

   - **ASGI Chunked EOF Handling**: Add `finish()` method to callback parser to handle
     chunked encoding edge case where connection closes before final CRLF after zero-chunk

   - **HTTP/2 Documentation**: Fix `http_protocols` examples to use comma-separated string
     instead of list syntax

   - **Chunked Encoding**: Reject chunk extensions containing bare CR bytes per RFC 9112

   Security


    [14 lines not shown]
VersionDeltaFile
1.18+4-4www/py-gunicorn/PLIST
1.23+4-4www/py-gunicorn/distinfo
1.31+2-2www/py-gunicorn/Makefile
+10-103 files

NetBSD/pkgsrc iikRBcDtextproc/py-regex distinfo Makefile

   py-regex: updated to 2026.3.32

   Version: 2026.3.32

       Fixed segfault.

   Version: 2026.3.31

       Fixed bug again.

   Version: 2026.3.30

       Fixed bug.
VersionDeltaFile
1.68+4-4textproc/py-regex/distinfo
1.72+2-2textproc/py-regex/Makefile
+6-62 files

NetBSD/pkgsrc i5NgpY8doc CHANGES-2026

   tex package updates
VersionDeltaFile
1.2009+8-1doc/CHANGES-2026
+8-11 files

NetBSD/pkgsrc FD4IpsGprint/tex-overpic distinfo Makefile

   tex-overpic: update to 2.2

   The new version offers the macros \width, \height and \depth
   as well as the dimension register \totalheight within the
   environments “overpic” and “Overpic”.
VersionDeltaFile
1.9+3-3print/tex-overpic/distinfo
1.11+2-2print/tex-overpic/Makefile
+5-52 files

NetBSD/pkgsrc vDoU9U4print/tex-oberdiek DESCR distinfo, print/tex-oberdiek-doc distinfo Makefile

   tex-oberdiek{,-doc}: update to 2025

   aliascnt has been moved out of the bundle
VersionDeltaFile
1.4+33-33print/tex-oberdiek/DESCR
1.23+4-4print/tex-oberdiek/distinfo
1.23+4-4print/tex-oberdiek-doc/distinfo
1.36+3-3print/tex-oberdiek/Makefile
1.23+3-3print/tex-oberdiek-doc/Makefile
1.14+1-2print/tex-oberdiek-doc/PLIST
+48-491 files not shown
+49-517 files

NetBSD/pkgsrc NC6yysBdoc CHANGES-2026

   doc: Updated sysutils/py-Glances to 4.5.2
VersionDeltaFile
1.2008+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc V7AaLsgsysutils/py-Glances distinfo Makefile

   sysutils/py-Glances: Update to 4.5.2

   Changes since 4.5.1:

   =============
   Version 4.5.2
   =============

   Bug corrected:

     * System display error on "little" terminal #3469

   Security patches:

     * Default CORS Configuration Allows Cross-Origin Credential Theft - Correct
       CVE-2026-32610
     * Incomplete Secrets Redaction: /api/v4/args Endpoint Leaks Password Hash
       and SNMP Credentials - Correct CVE-2026-32609
     * REST/WebUI Lacks Host Validation and Remains Exposed to DNS Rebinding -

    [68 lines not shown]
VersionDeltaFile
1.39+4-4sysutils/py-Glances/distinfo
1.46+2-2sysutils/py-Glances/Makefile
+6-62 files

NetBSD/src wyd4pTxsys/arch/evbppc/nintendo/dev ahcisata_ahb.c

   wiiu: Optimize ahci intr handler.

   The summary interrupt tells us which port the interrupt is for, so we can
   call ahci_intr_port directly (avoiding two extra reads of AHCI_IS).

   Now that oea_dumpsys pauses other CPUs properly, remove the panicstr test.
VersionDeltaFile
1.4+7-4sys/arch/evbppc/nintendo/dev/ahcisata_ahb.c
+7-41 files

NetBSD/src mOLd3jisys/arch/powerpc/oea oea_machdep.c

   powerpc: oea: Pause other CPUs when taking a crash dump.
VersionDeltaFile
1.88+11-2sys/arch/powerpc/oea/oea_machdep.c
+11-21 files

NetBSD/pkgsrc PRZkBXhprint/tex-ntgclass distinfo Makefile, print/tex-ntgclass-doc distinfo Makefile

   tex-ntgclass{,-doc}: update to 2.1h

   A small update to make the copyright notice current.

   The command \afsluiting in the "brief" class now has an optional argument to
   specify the width of the signature boxes, the default width is 0.3\textwidth
VersionDeltaFile
1.8+3-3print/tex-ntgclass/distinfo
1.8+3-3print/tex-ntgclass-doc/distinfo
1.8+2-2print/tex-ntgclass/Makefile
1.8+2-2print/tex-ntgclass-doc/Makefile
+10-104 files

NetBSD/pkgsrc n1mW9hqdoc CHANGES-2026

   doc: Updated security/wolfssl to 5.9.0
VersionDeltaFile
1.2007+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc F3EtOCPsecurity/wolfssl PLIST distinfo

   security/wolfssl: Update to 5.9.0

   Changes since 5.8.4:

   To download the release bundle of wolfSSL visit the download page at
   www.wolfssl.com/download/

   PR stands for Pull Request, and PR references a GitHub pull request number
   where the code change was added.

   Vulnerabilities

     * [High CVE-2026-3548] Two buffer overflow vulnerabilities existed in the
       wolfSSL CRL parser when parsing CRL numbers - both heap-based and
       stack-based. Only affects builds with CRL support enabled when loading
       untrusted CRLs. Fixed in PR 9628 and PR 9873.
     * [High CVE-2026-3549] Heap Overflow in TLS 1.3 ECH parsing. An integer
       underflow existed in ECH extension parsing logic causing out-of-bounds
       writes. ECH is disabled by default; still evolving as a standard. Fixed in

    [190 lines not shown]
VersionDeltaFile
1.18+7-2security/wolfssl/PLIST
1.31+4-4security/wolfssl/distinfo
1.30+2-2security/wolfssl/Makefile
+13-83 files

NetBSD/pkgsrc dycH9UIprint/tex-nfssext-cfr distinfo Makefile, print/tex-nfssext-cfr-doc distinfo Makefile

   tex-nfssext-cfr{,-doc}: update to 1.3

   Allow   extin{} again for hyperref 2025-05-20 or later.
VersionDeltaFile
1.5+4-4print/tex-nfssext-cfr/distinfo
1.5+4-4print/tex-nfssext-cfr-doc/distinfo
1.5+3-3print/tex-nfssext-cfr/Makefile
1.5+3-3print/tex-nfssext-cfr-doc/Makefile
+14-144 files

NetBSD/pkgsrc XbFHEXEdoc CHANGES-2026

   doc: Updated audio/fasttracker2 to 2.12
VersionDeltaFile
1.2006+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc z5iAvmTaudio/fasttracker2 distinfo Makefile

   audio/fasttracker2: Update to 2.12

   Changes since 2.11:

   Improvements

     * Removed the quadratic spline interpolation option. It didn't make much
       sense anyway in comparison to cubic spline.
     * Reduced the number of pre-computed interpolation phases from 8192 to 4096
       for less pressure on the CPU cache. The audible difference is minimal.
     * Mixer code is no longer unrolled. The speed difference was minimal, and it
       would cause a ton of extra code bytes for almost no performance gain.
VersionDeltaFile
1.129+4-4audio/fasttracker2/distinfo
1.145+2-2audio/fasttracker2/Makefile
+6-62 files

NetBSD/pkgsrc Zp7aKJAdoc CHANGES-2026

   Updated converters/py-fastbencode, misc/py-pbs-installer
VersionDeltaFile
1.2005+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 4S2G9d0misc/py-pbs-installer distinfo Makefile

   py-pbs-installer: updated to 2026.3.25

   2026.3.25
   Unknown changes
VersionDeltaFile
1.16+4-4misc/py-pbs-installer/distinfo
1.16+2-2misc/py-pbs-installer/Makefile
+6-62 files

NetBSD/pkgsrc a2nxZqcconverters/py-fastbencode distinfo cargo-depends.mk

   py-fastbencode: updated to 0.3.10

   0.3.10
   Bumped dependencies
VersionDeltaFile
1.11+43-58converters/py-fastbencode/distinfo
1.5+13-18converters/py-fastbencode/cargo-depends.mk
1.17+2-2converters/py-fastbencode/Makefile
+58-783 files

NetBSD/pkgsrc SEiSr5ydoc TODO CHANGES-2026

   doc: Updated lang/perl5 to 5.42.2
VersionDeltaFile
1.27025+1-2doc/TODO
1.2004+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc ngRW5fKdoc CHANGES-2026

   tex package updates
VersionDeltaFile
1.2003+33-1doc/CHANGES-2026
+33-11 files

NetBSD/pkgsrc 36a0XyHdoc CHANGES-2026

   doc: Updated databases/p5-gdbm to 5.42.2
VersionDeltaFile
1.2002+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc OSygITNdatabases/p5-gdbm Makefile

   p5-gdbm: update to 5.42.2.

   Match perl5.
VersionDeltaFile
1.59+1-2databases/p5-gdbm/Makefile
+1-21 files

NetBSD/pkgsrc VGPabARlang/perl5 distinfo Makefile.common, lang/perl5/patches patch-op.c patch-t_op_for-many.t

   perl: update to 5.42.2.

   Perl 5.42.2 represents approximately 3 weeks of development since Perl
   5.42.1 and contains approximately 2,900 lines of changes across 57 files
   from 6 authors.
VersionDeltaFile
1.196+4-6lang/perl5/distinfo
1.53+3-4lang/perl5/Makefile.common
1.291+1-2lang/perl5/Makefile
1.2+1-1lang/perl5/patches/patch-op.c
1.2+1-1lang/perl5/patches/patch-t_op_for-many.t
+10-145 files