FreeBSD/ports ef75675multimedia/livego Makefile distinfo

multimedia/livego: update 0.0.15 -> 0.0.20 and take maintainership

Changelog: https://github.com/gwuhaolin/livego/releases/tag/0.0.20

Major changes:
    * Fix Memory leak
    * Update ignore rules
    * Add RTMPS support
    * added hls via https support

Port changes:

go-redis package don't fit GH_TUPLE expectations by creating the wrong
directory structure (create a ${WRKDIR}/go-redis directory where
${WRKDIR}/redis is expected) leading to post-extract move errors, so it
must be handled separately.
DeltaFile
+36-31multimedia/livego/Makefile
+9-7multimedia/livego/distinfo
+45-382 files

NetBSD/pkgsrc xfxva4ddoc CHANGES-2026

   doc: Updated textproc/ruby-review to 5.11.0
VersionDeltaFile
1.1812+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc fHSutwhdoc CHANGES-2026

   doc: Updated devel/php-xdebug to 3.5.1
VersionDeltaFile
1.1811+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Dhulfcbtextproc/ruby-review PLIST distinfo

   textproc/ruby-review: update to 5.11.0

   This is a leaf package.

   5.11.0 (2026-03-15)

   Bug fixes

   * Fixed errors occurring with ruby-zip v3.x (#1941, #1942).
   * LATEXBuilder: Fixed an issue where internal anchor links starting with
     #... in @<href> op would break (#1955).
   * Fixed a build error when using review-jsbook in combination with TeXLive
     2026 or later (#1960, #1961).

   Enhancements

   * Added support for Ruby 3.4 (#1933, #1939).
   * Enabled support for //firstlinenum in PLAINTEXTBuilder and TOPBuilder
     (#1931).

    [25 lines not shown]
VersionDeltaFile
1.10+30-2textproc/ruby-review/PLIST
1.16+4-4textproc/ruby-review/distinfo
1.18+2-2textproc/ruby-review/Makefile
+36-83 files

NetBSD/pkgsrc 0hAxOV5devel/php-xdebug distinfo Makefile

   devel/php-xdebug: update to 3.5.1

   3.5.1 (2026-03-17)

   Fixed bugs:

   * Fixed issue #2391: Code Coverage times out on random tests
   * Fixed issue #2395: Severe performance degredation on Windows
   * Fixed issue #2397: Very slow with Xdebug 3.5.0
VersionDeltaFile
1.50+4-4devel/php-xdebug/distinfo
1.62+2-2devel/php-xdebug/Makefile
+6-62 files

NetBSD/pkgsrc OgY9zssarchivers/ruby-zlib Makefile

   archivers/ruby-zlib: exclude ruby40

   Now Ruby 4.0.2 has zlib 3.2.3 gem.
VersionDeltaFile
1.9+3-3archivers/ruby-zlib/Makefile
+3-31 files

OpenBSD/ports 9bIZX4Udevel/py-trio Makefile distinfo, devel/py-trio/pkg PLIST

   update to py3-trio-0.33.0
VersionDeltaFile
1.8+15-3devel/py-trio/pkg/PLIST
1.11+8-5devel/py-trio/Makefile
1.6+2-2devel/py-trio/distinfo
+25-103 files

NetBSD/pkgsrc PuGHeJpdoc CHANGES-2026

   doc: Updated lang/ruby40 to 4.0.2
VersionDeltaFile
1.1810+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc IJItG9Flang/ruby rubyversion.mk, lang/ruby40 distinfo

   lang/ruby40: update to 4.0.2

   This release contains security fix for zlib gem version 3.3.2 which fixes
   CVE-2026-27820.

   Quote from release announce:

   This is a routine update that includes a bugfix in YJIT for NoMethodError on
   Puma. Please see the GitHub Releases for further details.

   Release Schedule

   We intend to release the latest stable Ruby version (currently Ruby 4.0)
   every two months following the most recent release. Ruby 4.0.3 will be
   released in May, 4.0.4 in July, 4.0.5 in September, and 4.0.6 in November.

   If a change arises that significantly affects users, a release may occur
   earlier than planned, and the subsequent schedule may shift accordingly.


    [59 lines not shown]
VersionDeltaFile
1.314+7-7lang/ruby/rubyversion.mk
1.4+4-4lang/ruby40/distinfo
+11-112 files

OpenBSD/ports ZdSRwL4sysutils/conky Makefile distinfo, sysutils/conky/patches patch-cmake_ConkyPlatformChecks_cmake

   update to conky-1.22.3, enable tests
VersionDeltaFile
1.75+6-3sysutils/conky/Makefile
1.10+2-2sysutils/conky/distinfo
1.3+1-1sysutils/conky/patches/patch-cmake_ConkyPlatformChecks_cmake
+9-63 files

NetBSD/pkgsrc IYKVbzCtextproc/xml-coreutils distinfo, textproc/xml-coreutils/patches patch-src_io.c patch-src_fbreader.c

   xml-coreutils: Fix implicit decls on SunOS
VersionDeltaFile
1.1+17-0textproc/xml-coreutils/patches/patch-src_io.c
1.1+15-0textproc/xml-coreutils/patches/patch-src_fbreader.c
1.5+3-1textproc/xml-coreutils/distinfo
+35-13 files

NetBSD/pkgsrc 073jT2Itextproc/xml2doc distinfo, textproc/xml2doc/patches patch-src_defs.h patch-ab

   xml2doc: Various build fixes.

   - Fix implicit function decls.
   - Let infra take care of stripping. It uses an argument to strip
     that is unsupported on some systems.
VersionDeltaFile
1.1+14-0textproc/xml2doc/patches/patch-src_defs.h
1.3+12-1textproc/xml2doc/patches/patch-ab
1.8+3-2textproc/xml2doc/distinfo
+29-33 files

NetBSD/src 5KfVCxqexternal/cddl/osnet/dist/uts/common/fs/zfs zfs_vnops.c zfs_znode.c, external/cddl/osnet/dist/uts/common/fs/zfs/sys zfs_znode.h

   zfs: fix "slow rm" issue

   * stop commiting zil in zfs_netbsd_reclaim and other operations
     in vnode reclaim path.

   * retire zfs_zget_cleaner/VN_RELE_CLEANER.
     instead, just use normal zfs_zget and vrele_async.

   note that these two changes depend on each other:

   * zfs_zget_cleaner relies on zil_commit in zfs_netbsd_reclaim to
     ensure that the znode referenced by TX_WRITE itx is always in-core.

   * otoh, zfs_zget_clear makes zil_commit in the vnode reclaim path
     possible. that is, zfs_netbsd_reclaim (VOP_RECLAIM) is called with
     the vnode in VS_RECLAIMING state, which would make vcache_vget
     block.
     if the vnode being reclaimed happened to have TX_WRITE itx on the
     zil, it deadlocks.

    [20 lines not shown]
VersionDeltaFile
1.92+25-16external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c
1.36+0-37external/cddl/osnet/dist/uts/common/fs/zfs/zfs_znode.c
1.33+20-3external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vfsops.c
1.10+0-1external/cddl/osnet/dist/uts/common/fs/zfs/sys/zfs_znode.h
+45-574 files

NetBSD/pkgsrc R3oBKLrtextproc/qsubst distinfo, textproc/qsubst/patches patch-ab

   qsubst: Fix implicit decl of bcmp(3)
VersionDeltaFile
1.4+10-11textproc/qsubst/patches/patch-ab
1.12+2-2textproc/qsubst/distinfo
+12-132 files

NetBSD/pkgsrc thjhVlAtextproc/sphinxsearch distinfo, textproc/sphinxsearch/patches patch-api_libsphinxclient_sphinxclient.c patch-api_libsphinxclient_test.c

   sphinxsearch: Fix implicit function decls
VersionDeltaFile
1.1+22-0textproc/sphinxsearch/patches/patch-api_libsphinxclient_sphinxclient.c
1.1+14-0textproc/sphinxsearch/patches/patch-api_libsphinxclient_test.c
1.13+3-1textproc/sphinxsearch/distinfo
+39-13 files

NetBSD/pkgsrc iG0AHp4textproc/subtitleripper distinfo, textproc/subtitleripper/patches patch-subtitle2pgm.c

   subtitleripper: Fix implicit decl of exit
VersionDeltaFile
1.1+14-0textproc/subtitleripper/patches/patch-subtitle2pgm.c
1.11+2-1textproc/subtitleripper/distinfo
+16-12 files

Dreckly/dreckly 477791ctextproc/xml-coreutils distinfo, textproc/xml-coreutils/patches patch-src_io.c patch-src_fbreader.c

xml-coreutils: Fix implicit decls on SunOS
DeltaFile
+17-0textproc/xml-coreutils/patches/patch-src_io.c
+15-0textproc/xml-coreutils/patches/patch-src_fbreader.c
+2-0textproc/xml-coreutils/distinfo
+34-03 files

NetBSD/src S2fNDaGsys/kern vfs_mount.c

   dounmount/vfs_insmntque: allow vcache_get during VFS_UNMOUNT

   we currently have assertions to prevent file systems from
   populating its vnode cache during VFS_UNMOUNT. this commit
   relaxes the assertions a bit to allow vcache_get during
   VFS_UNMOUNT. although VFS_UNMOUNT should still eventually
   drain the vnode cache for the mount, this commit allows it
   to populate its vnode cache temporarily.

   this is for zfs, which sometimes need to access znode when
   committing the log. (zfs_get_data)  a forthcoming zfs change
   will depend on this change.

   PR/59885
   https://gnats.netbsd.org/59885
   discussed on tech-kern.
   https://mail-index.netbsd.org/tech-kern/2026/02/20/msg030817.html
VersionDeltaFile
1.111+3-3sys/kern/vfs_mount.c
+3-31 files

Dreckly/dreckly bc92887textproc/xml2doc distinfo, textproc/xml2doc/patches patch-ab

xml2doc: Let infra take care of stripping
DeltaFile
+11-0textproc/xml2doc/patches/patch-ab
+1-1textproc/xml2doc/distinfo
+12-12 files

Dreckly/dreckly f14d5f0textproc/xml2doc distinfo, textproc/xml2doc/patches patch-src_defs.h

xml2doc: Fix implicit function decls
DeltaFile
+14-0textproc/xml2doc/patches/patch-src_defs.h
+1-0textproc/xml2doc/distinfo
+15-02 files

Dreckly/dreckly 0a2b5b5textproc/qsubst distinfo, textproc/qsubst/patches patch-ab

qsubst: Fix implicit decl of bcmp(3)
DeltaFile
+9-10textproc/qsubst/patches/patch-ab
+1-1textproc/qsubst/distinfo
+10-112 files

Dreckly/dreckly 8f15607textproc/xml-coreutils distinfo, textproc/xml-coreutils/patches patch-src_io.c patch-src_fbreader.c

xml-coreutils: Fix implicit decls on SunOS
DeltaFile
+17-0textproc/xml-coreutils/patches/patch-src_io.c
+15-0textproc/xml-coreutils/patches/patch-src_fbreader.c
+2-0textproc/xml-coreutils/distinfo
+34-03 files

Dreckly/dreckly af4fe08textproc/sphinxsearch distinfo, textproc/sphinxsearch/patches patch-api_libsphinxclient_sphinxclient.c patch-api_libsphinxclient_test.c

sphinxsearch: Fix implicit function decls
DeltaFile
+22-0textproc/sphinxsearch/patches/patch-api_libsphinxclient_sphinxclient.c
+14-0textproc/sphinxsearch/patches/patch-api_libsphinxclient_test.c
+2-0textproc/sphinxsearch/distinfo
+38-03 files

FreeBSD/ports f3a8e8bbiology/fastp distinfo Makefile, biology/fastp/files patch-Makefile

biology/fastp: Update to 1.2.0

Numerous improvements and fixes since 0.26.0
Changes: https://github.com/OpenGene/fastp/commits/master/

Reported by:    hayzam at alchemilla.io
Reviewed by:    jwb
Tested by:      jwb
DeltaFile
+49-30biology/fastp/files/patch-Makefile
+3-3biology/fastp/distinfo
+3-2biology/fastp/Makefile
+55-353 files

Dreckly/dreckly fb22eb3textproc/qsubst distinfo, textproc/qsubst/patches patch-ab

qsubst: Fix implicit decl of bcmp(3)
DeltaFile
+9-10textproc/qsubst/patches/patch-ab
+1-1textproc/qsubst/distinfo
+10-112 files

Dreckly/dreckly 1e003e0textproc/xml-coreutils distinfo, textproc/xml-coreutils/patches patch-src_io.c

xml-coreutils: Fix implicit decl on SunOS
DeltaFile
+17-0textproc/xml-coreutils/patches/patch-src_io.c
+1-0textproc/xml-coreutils/distinfo
+18-02 files

Dreckly/dreckly 0d263c6textproc/xml2doc distinfo, textproc/xml2doc/patches patch-src_defs.h

xml2doc: Fix implicit function decls
DeltaFile
+14-0textproc/xml2doc/patches/patch-src_defs.h
+1-0textproc/xml2doc/distinfo
+15-02 files

FreeBSD/ports 97924dcsysutils/loaders-update distinfo Makefile

sysutils/loaders-update: Update 1.2.2 => 1.3.1

Changelogs:
- Added the possibility to scan only for EFI loaders or BIOS loaders.
- Added quiet mode option (no output).
- Added automatic yes option in shoot-me mode.
https://github.com/Emrion/uploaders/releases/tag/1.3.0
https://github.com/Emrion/uploaders/releases/tag/1.3.1

PR:             293973
Reported by:    Emrion <kmachine at free.fr> (maintainer)
Approved by:    maintainer, vvd@ (mentor)
DeltaFile
+3-3sysutils/loaders-update/distinfo
+1-1sysutils/loaders-update/Makefile
+4-42 files

Dreckly/dreckly 549e6bbtextproc/subtitleripper distinfo, textproc/subtitleripper/patches patch-subtitle2pgm.c

subtitleripper: Fix implicit decl of exit
DeltaFile
+14-0textproc/subtitleripper/patches/patch-subtitle2pgm.c
+1-0textproc/subtitleripper/distinfo
+15-02 files

Dreckly/dreckly 0ff9656textproc/sphinxsearch distinfo, textproc/sphinxsearch/patches patch-api_libsphinxclient_sphinxclient.c patch-api_libsphinxclient_test.c

sphinxsearch: Fix implicit function decls
DeltaFile
+22-0textproc/sphinxsearch/patches/patch-api_libsphinxclient_sphinxclient.c
+14-0textproc/sphinxsearch/patches/patch-api_libsphinxclient_test.c
+2-0textproc/sphinxsearch/distinfo
+38-03 files