NetBSD/pkgsrc-wip 412b13dbrush-shell COMMIT_MSG, ipv6calc Makefile COMMIT_MSG

shells/brush-shell-v0.4.0 / net/ipv6calc-4.4.0 / audio/vorbis-tools: Clean-up
DeltaFile
+23-0brush-shell/COMMIT_MSG
+19-0vorbis-tools/patches/patch-configure
+14-0vorbis-tools/patches/patch-ogg123_status.c
+4-10ipv6calc/Makefile
+12-0ipv6calc/COMMIT_MSG
+8-2vorbis-tools/PLIST
+80-123 files not shown
+83-179 files

NetBSD/pkgsrc 6fHgngJdoc CHANGES-2026

   doc: Updated databases/mariadb1011-server to 10.11.18
VersionDeltaFile
1.3688+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc 7OhNv0Zdatabases/mariadb1011-client distinfo, databases/mariadb1011-client/patches patch-CMakeLists.txt patch-plugin_auth__socket_CMakeLists.txt

   mariadb1011: Update to 10.6.27

   This update fixes various stability and security issues.

   Verified to build on NetBSD, FreeBSD, macOS, and Linux, with the
   exception of mariadb1011-embedded (quite messy).
VersionDeltaFile
1.22+4-51databases/mariadb1011-embedded/Makefile
1.6+10-9databases/mariadb1011-client/patches/patch-CMakeLists.txt
1.2+8-8databases/mariadb1011-client/patches/patch-plugin_auth__socket_CMakeLists.txt
1.19+6-6databases/mariadb1011-client/distinfo
1.3+5-5databases/mariadb1011-client/patches/patch-scripts_CMakeLists.txt
1.5+3-2databases/mariadb1011-server/PLIST
+36-818 files not shown
+39-8914 files

NetBSD/pkgsrc-wip 1304b8dbrush-shell DESCR Makefile

brush-shellL cosmetic fix
DeltaFile
+5-2brush-shell/DESCR
+2-2brush-shell/Makefile
+7-42 files

NetBSD/xsrc a7px2KAexternal/mit/libdrm/dist/amdgpu amdgpu_userq.c

   Cast a pointer via (uintptr_t) to fix 32bit builds
VersionDeltaFile
1.2+1-1external/mit/libdrm/dist/amdgpu/amdgpu_userq.c
+1-11 files

NetBSD/pkgsrc MNaJq8Pdoc CHANGES-2026

   doc: Updated shells/oh-my-posh to 29.15.0
VersionDeltaFile
1.3687+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc cTxvf1Dshells/oh-my-posh distinfo go-modules.mk

   shells/oh-my-posh: update to 29.15.0

   Bug Fixes

       docs: correct async setting reference and ETag caching note (94f627c)
       docs: resolve markdownlint violations (36d285f)
       mcp: harden endpoint and add discovery file (91e647d)
       mcp: hoist message var and add isError to tool responses (20fc648)
       website: use dangerouslySetInnerHTML for JSON-LD scripts (a43f4bc)

   Features

       dsc: add skipExistingInit (33c72f0), closes #7560
       website: add AI agent discovery files (74d3656)
       website: improve agent readiness meta and MCP CORS (31c53cd)
VersionDeltaFile
1.304+64-64shells/oh-my-posh/distinfo
1.130+20-20shells/oh-my-posh/go-modules.mk
1.335+2-3shells/oh-my-posh/Makefile
+86-873 files

NetBSD/pkgsrc Ot6vyzJx11/editres Makefile

   editres: make sure build finds the correct app-defaults dir.
VersionDeltaFile
1.17+3-1x11/editres/Makefile
+3-11 files

NetBSD/pkgsrc AP8R49Bnet/wget Makefile distinfo, net/wget/patches patch-src_http-ntlm.c

   wget: fix build with nettle-4
VersionDeltaFile
1.1+26-0net/wget/patches/patch-src_http-ntlm.c
1.185+2-2net/wget/Makefile
1.74+2-1net/wget/distinfo
+30-33 files

NetBSD/pkgsrc-wip 5c0aa57brush-shell Makefile PLIST, brush-shell/patches patch-.._vendor_nix-0.31.2_src_sys_wait.rs

brush-shell: fix build
DeltaFile
+30-0brush-shell/patches/patch-.._vendor_nix-0.31.2_src_sys_wait.rs
+11-1brush-shell/Makefile
+1-3brush-shell/PLIST
+1-0brush-shell/distinfo
+43-44 files

NetBSD/pkgsrc YAuAhAbdoc CHANGES-2026

   Updated net/yt-dlp, devel/py-xbe
VersionDeltaFile
1.3686+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc Rp8tCKXdevel/py-xbe PLIST Makefile

   py-xbe: updated to 1.0.4

   1.0.4
   Unknown changes
VersionDeltaFile
1.3+6-6devel/py-xbe/PLIST
1.7+6-4devel/py-xbe/Makefile
1.8+4-4devel/py-xbe/distinfo
+16-143 files

NetBSD/pkgsrc qypSdlanet/yt-dlp PLIST distinfo

   yt-dlp: updated to 2026.6.9

   yt-dlp 2026.06.09

   Important changes

   The minimum supported versions of Deno, Node, and Bun have been raised.
   The minimum required version of Deno is now v2.3.0; supported Node versions are v22 and up; Bun support has been deprecated and limited to versions 1.2.11 through 1.3.14.
   Security
   Usage of vulnerable conversions (e.g. %()s) with the --exec option is an all-too-common pitfall. To remedy this, --exec now only allows safe conversions in its command templates.
   Most users can simply replace %(...)s with %(...)q in their --exec argument(s). Numeric conversions are unaffected by this change. Using unsafe conversions with --exec poses a significant security risk. Read more
   [CVE-2026-50019] File Downloader cookie leak with curl
   Impact is limited to users of --downloader curl; cookies are now properly passed to curl so that it respects their scope
   [CVE-2026-50023] Dangerous file type creation via insufficient filename sanitization
   Writing files with the extensions .desktop, .url, or .webloc is now only allowed in the context of --write-link functionality
   [CVE-2026-50574] Arbitrary code execution via manifest downloads with aria2c
   Impact is limited to users of --downloader aria2c
   Support for downloading HLS and DASH formats with aria2c has been removed. Users affected by this change should migrate to use -N for concurrent fragment downloads via the native downloader
VersionDeltaFile
1.60+1-247net/yt-dlp/PLIST
1.84+4-4net/yt-dlp/distinfo
1.91+2-2net/yt-dlp/Makefile
+7-2533 files

NetBSD/src VZiqazKdistrib/sets/lists/xbase md.amd64 md.evbarm, distrib/sets/lists/xdebug md.amd64 md.evbarm

   updates for libdrm 2.4.134.
VersionDeltaFile
1.24+2-2distrib/sets/lists/xbase/md.amd64
1.12+2-2distrib/sets/lists/xbase/md.evbarm
1.38+2-2distrib/sets/lists/xbase/md.i386
1.71+2-2distrib/sets/lists/xdebug/md.amd64
1.41+2-2distrib/sets/lists/xdebug/md.evbarm
1.68+2-2distrib/sets/lists/xdebug/md.i386
+12-122 files not shown
+16-158 files

NetBSD/xsrc OkSNQumexternal/mit/libdrm/dist xf86drm.c, external/mit/libdrm/dist/amdgpu amdgpu.h amdgpu_vamgr.c

   merge libdrm 2.4.134
VersionDeltaFile
1.6+154-0external/mit/libdrm/dist/amdgpu/amdgpu.h
1.16+87-12external/mit/libdrm/dist/include/drm/drm.h
1.35+79-7external/mit/libdrm/dist/xf86drm.c
1.6+50-3external/mit/libdrm/dist/amdgpu/amdgpu_vamgr.c
1.8+44-2external/mit/libdrm/dist/amdgpu/amdgpu_bo.c
1.21+24-7external/mit/libdrm/dist/tests/modetest/modetest.c
+438-3128 files not shown
+475-3734 files

NetBSD/xsrc G4AFnpuexternal/mit/libdrm/dist/amdgpu amdgpu_asic_id.c, external/mit/libdrm/dist/data amdgpu.ids

   initial import of libdrm-2.4.134
VersionDeltaFile
1.1.1.9+303-1external/mit/libdrm/dist/tests/util/pattern.c
1.1.1.14+300-0external/mit/libdrm/dist/include/drm/amdgpu_drm.h
1.1.1.11+230-32external/mit/libdrm/dist/include/drm/drm_fourcc.h
1.1.1.13+207-44external/mit/libdrm/dist/data/amdgpu.ids
1.1.1.4+189-5external/mit/libdrm/dist/amdgpu/amdgpu_asic_id.c
1.1.1.16+193-1external/mit/libdrm/dist/include/drm/drm_mode.h
+1,422-8341 files not shown
+2,263-21147 files

NetBSD/src Fo319PStests/net/if_pppoe t_pppoe.sh t_pppoe_tags.sh

   Split pppoe(4) tests
VersionDeltaFile
1.34+88-790tests/net/if_pppoe/t_pppoe.sh
1.1+256-0tests/net/if_pppoe/t_pppoe_tags.sh
1.1+248-0tests/net/if_pppoe/common.sh
1.1+224-0tests/net/if_pppoe/t_pppoe_ipcp.sh
1.1+160-0tests/net/if_pppoe/t_pppoe_ipv6cp.sh
1.5+3-3tests/net/if_pppoe/Makefile
+979-7931 files not shown
+983-7947 files

NetBSD/pkgsrc MkzRk26doc CHANGES-2026

   Updated net/libtorrent-rasterbar, net/bird
VersionDeltaFile
1.3685+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc kcQk8bznet/bird distinfo Makefile

   bird: updated to 3.3.1

   3.3.1
   Many fixes, several security issues
VersionDeltaFile
1.20+4-4net/bird/distinfo
1.15+2-2net/bird/Makefile
+6-62 files

NetBSD/pkgsrc 9V8KOr3net/libtorrent-rasterbar distinfo Makefile

   libtorrent-rasterbar: updated to 2.0.13

   2.0.13

   stricter basic auth handling for web seed
   fix bug in tracker announcements involving i2p trackers
   improve performance of disk job pool
   fix race when removing an auto managed torrent
   fix bug in post_download_queue() when a torrent complete
   in create_torrent, store symbolic links according to BEP 47
   strengthen peer encryption (obfuscation)
   improve HTTP response parsing
   optimize sanitization of symlinks when loading torrents
   stricter checking of tracker URLs
   fixed piece-picker accounting issue for filtered pieces
   add setting for NAT-PMP lease duration
   optimize v2 request sizes
   fix socks5 issues
   fix issue in loading v2 resume data merkle trees
VersionDeltaFile
1.24+4-4net/libtorrent-rasterbar/distinfo
1.41+2-3net/libtorrent-rasterbar/Makefile
+6-72 files

NetBSD/pkgsrc jcXq5cBdoc CHANGES-2026

   Updated security/py-cryptography[_vectors], devel/py-wcwidth
VersionDeltaFile
1.3684+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc 6SkJZXwdevel/py-wcwidth PLIST distinfo

   py-wcwidth: updated to 0.8.1

   0.8.1
   Improved corrections tables
VersionDeltaFile
1.11+4-4devel/py-wcwidth/PLIST
1.24+4-4devel/py-wcwidth/distinfo
1.27+2-2devel/py-wcwidth/Makefile
+10-103 files

NetBSD/pkgsrc L0LvbHXsecurity/py-cryptography distinfo Makefile, security/py-cryptography_vectors distinfo Makefile

   py-cryptography py-cryptography_vectors: updated to 48.0.1

   48.0.1
   Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 4.0.1.
VersionDeltaFile
1.79+4-4security/py-cryptography_vectors/distinfo
1.118+4-4security/py-cryptography/distinfo
1.82+2-2security/py-cryptography_vectors/Makefile
1.146+2-2security/py-cryptography/Makefile
+12-124 files

NetBSD/pkgsrc fxwdYbXdoc CHANGES-pkgsrc-2026Q1

   doc: update for tickets 7128-7136
VersionDeltaFile
1.1.2.26+27-1doc/CHANGES-pkgsrc-2026Q1
+27-11 files

NetBSD/pkgsrc uJkTmGCwww/palemoon distinfo Makefile.common, www/palemoon/patches patch-platform__media__ffvpx__config_unix_ppc.h patch-platform_layout_base_FrameProperties.h

   Pullup ticket #7129 - requested by nia
   www/palemoon: Security fix

   Revisions pulled up:
   - www/palemoon/Makefile.common                                  1.7
   - www/palemoon/distinfo                                         1.44
   - www/palemoon/options.mk                                       1.4
   - www/palemoon/patches/patch-platform__media__ffvpx__config_unix_ppc.h deleted
   - www/palemoon/patches/patch-platform_layout_base_FrameProperties.h deleted
   - www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__config.h deleted
   - www/palemoon/patches/patch-platform_security_generate__mapfile.py deleted

   ---
      Module Name:      pkgsrc
      Committed By:     nia
      Date:             Sat Jun  6 12:50:07 UTC 2026

      Modified Files:
        pkgsrc/www/palemoon: Makefile.common distinfo options.mk

    [16 lines not shown]
VersionDeltaFile
1.39.2.5+10-14www/palemoon/distinfo
1.3.2.4+9-4www/palemoon/Makefile.common
1.2.2.1+1-2www/palemoon/options.mk
1.2.2.1+1-1www/palemoon/patches/patch-platform__media__ffvpx__config_unix_ppc.h
1.1.4.1+1-1www/palemoon/patches/patch-platform_layout_base_FrameProperties.h
1.1.2.3+1-1www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__config.h
+23-231 files not shown
+24-247 files

NetBSD/pkgsrc D5ue01Xdoc CHANGES-2026

   doc: Updated chat/py-xmpppy to 0.7.4
VersionDeltaFile
1.3683+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UgmGZe7chat/py-xmpppy distinfo Makefile

   chat/py-xmpppy: Update to 0.7.4

   2026-06-09 0.7.4
   ================
   - Fixed ``UnicodeDecodeError`` while logging large stanzas by using ``backslashreplace`` handler.
     Thanks, @vthriller and @normanr.
   - Improved compatibility with Python 2. Thanks, @vbontchev.
VersionDeltaFile
1.15+4-4chat/py-xmpppy/distinfo
1.39+2-2chat/py-xmpppy/Makefile
+6-62 files

NetBSD/src x3n3yVKsys/conf files

   Fix an edit glitch.
VersionDeltaFile
1.1320+1-1sys/conf/files
+1-11 files

NetBSD/pkgsrc UeeM69Idoc CHANGES-2026

   doc: Updated math/R-dplyr to 1.2.1nb1
VersionDeltaFile
1.3682+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc lQ0x4ivmath/R-dplyr distinfo Makefile

   (math/R-dplyr) Updated 1.1.4 to 1.2.1, fix build against R 4.6.0

   # dplyr 1.2.1

   * dplyr is now fully compliant with the R C API (#7819).

   # dplyr 1.2.0

   ## New features

   * New `filter_out()` companion to `filter()`.

     * Use `filter()` when specifying rows to _keep_.

     * Use `filter_out()` when specifying rows to _drop_.

     `filter_out()` simplifies cases where you would have previously used
     a `filter()` to drop rows. It is particularly useful when missing
     values are involved. For example, to drop rows where the `count` is

    [376 lines not shown]
VersionDeltaFile
1.12+4-4math/R-dplyr/distinfo
1.13+2-2math/R-dplyr/Makefile
+6-62 files