NetBSD/pkgsrc 06JWfOfcross/ppc-morphos-gcc Makefile, cross/ppc-morphos-gcc/files const-baserel.diff

   cross/ppc-morphos-gcc: Exclude function pointers and C++ metadata from baserel
VersionDeltaFile
1.6+35-11cross/ppc-morphos-gcc/files/const-baserel.diff
1.14+2-2cross/ppc-morphos-gcc/Makefile
+37-132 files

NetBSD/pkgsrc JZaKNhmdoc CHANGES-2026

   doc: Updated www/resterm to 0.51.3
VersionDeltaFile
1.5002+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc iTOBCe2www/resterm go-modules.mk Makefile

   resterm: Update to 0.51.3

   Fixed
   Text wrapping
   The wrapper walked text one rune at a time, which broke down on anything past plain ASCII. Most of the time invisible, but it was an real bug. It now works in grapheme clusters.
   * Emoji sequences, combining accents and joined characters no longer get cut in half at a wrap point.
   * Zero-width runes no longer count as a cell, so lines containing combining marks stop wrapping earlier than they should have.
   * Double-width characters (CJK and similar) can no longer push a row past the pane width. A row that overflowed got wrapped a second time by the terminal, which put the cursor and selection on the wrong line.
   * A character too wide to fit beside an indent now moves down whole, and if it still does not fit, the indent is dropped rather than overflowing the row.
   * A character wider than the entire row is placed on a row of its own instead of looping.
   Row mapping was counted from the size of the output buffer. Blank lines add no bytes, so they were skipped and the map claimed more rows than existed. Cursor movement and selection in bodies with blank lines landed one or more lines off. Rows are counted directly now.

   Color handling had two leaks:
   * A reset arriving after the last visible character on a line was dropped together with the empty continuation row it landed on, so the color carried into everything below it.
   * An escape sequence that appeared inside a run of whitespace was discarded when that whitespace was trimmed at a wrap point.
   Also in this area:
   * Pre mode no longer produces rows containing only indentation.
   * CRLF, control bytes and invalid UTF-8 no longer throw off width accounting or get dropped from the output.
   * Extended color codes such as ESC[38;5;0m are read as a color, not as a reset.

    [7 lines not shown]
VersionDeltaFile
1.23+3-3www/resterm/distinfo
1.25+1-1www/resterm/Makefile
1.14+0-0www/resterm/go-modules.mk
+4-43 files

NetBSD/pkgsrc ciiL5Uzcross/ppc-morphos-gcc Makefile, cross/ppc-morphos-gcc/files const-baserel.diff

   cross/ppc-morphos-gcc: Move COMDATs to sdata too for baserel and always honor explicit section
VersionDeltaFile
1.5+55-10cross/ppc-morphos-gcc/files/const-baserel.diff
1.13+2-2cross/ppc-morphos-gcc/Makefile
+57-122 files

NetBSD/pkgsrc Wz9QfJydoc TODO

   doc/TODO: + ejabberd-26.07.
VersionDeltaFile
1.27694+2-1doc/TODO
+2-11 files

NetBSD/pkgsrc WiAkmhCdoc CHANGES-2026

   doc: Updated chat/ejabberd to 26.02
VersionDeltaFile
1.5001+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6QgJBXIchat/ejabberd distinfo Makefile

   chat/ejabberd: Update to 26.02

   ## Version 26.02

   - Removes `mod_muc_occupantid` modules, and integrates its functionality directly into `mod_muc` ([#4521](https://github.com/processone/ejabberd/issues/4521))
VersionDeltaFile
1.66+35-1chat/ejabberd/PLIST
1.115+16-4chat/ejabberd/Makefile
1.77+4-4chat/ejabberd/distinfo
+55-93 files

NetBSD/pkgsrc r3DHKAJdoc CHANGES-2026

   doc: Updated net/tailscale to 1.102.2
VersionDeltaFile
1.5000+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc W0hLUgmnet/tailscale Makefile distinfo

   tailscale: update to 1.102.2

   A regression causing incoming Tailscale Funnel connections to fail is
   resolved.
VersionDeltaFile
1.11+4-4net/tailscale/distinfo
1.28+3-3net/tailscale/Makefile
+7-72 files

NetBSD/pkgsrc QJ38mopshells/fish Makefile

   fish: add missing tool for testing and add test status comment
VersionDeltaFile
1.66+4-1shells/fish/Makefile
+4-11 files

NetBSD/pkgsrc wzZS9hOdoc CHANGES-2026

   doc: Updated net/knot-resolver to 6.4.2
VersionDeltaFile
1.4999+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8ke7K5anet/knot-resolver Makefile distinfo

   knot-resolver: Update to 6.4.2

   Bugfixes
   cache: avoid excessive logging introduced in the last release (!1869)
   /options/serve-stale: avoid SIGSEGV from a LuaJIT bug (#957)
   Improvements
   DoH: add unencrypted mode for reverese proxies (alpha, !1877)
   deal with LMDB 1.0.0 switching format (!1880)
VersionDeltaFile
1.3+3-3net/knot-resolver/distinfo
1.3+1-1net/knot-resolver/Makefile
+4-42 files

NetBSD/pkgsrc fPWZzaUdoc CHANGES-2026

   Updated lang/python314, lang/py314-html-docs
VersionDeltaFile
1.4998+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc gQNKTBzlang/py314-html-docs distinfo, lang/python314 Makefile distinfo

   python314 py314-html-docs: updated to 3.14.7

   Python 3.14.7 final

   Security
   gh-153030: Fixed quadratic complexity in incremental parsing of long unterminated constructs (such as tags or comments) in html.parser.HTMLParser, which could be exploited for a denial of service.
   gh-152674: The xml.etree.ElementTree.Element methods findall(), iterfind() and find() avoid quadratic behavior when using XPath index predicates ([1], [last()], [last()-N]) on XML documents with many same-tag siblings.
   gh-152216: Update bundled libexpat to version 2.8.2.
   gh-151987: The tarfile.TarFile.extract() method now applies the given filter when it extracts a link target from the archive as a fallback.
   gh-151981: In tarfile, seeking a stream now stops when end of the stream is reached.
   gh-151544: Modules/Setup.local is no longer used as a landmark to discover whether Python is running in a source tree, as it could potentially affect actual installs. The pybuilddir.txt file is now the sole indicator of running in a source tree.
   gh-151558: Fixed an vulnerability in the tarfile data and tar extraction filters where crafted archives could create a symlink pointing outside the destination directory. This was a bypass of CVE 2025-4330.
   gh-150743: http.client now limits the number of chunked-response trailer lines it will read to 100, and the number of interim (1xx) responses it will skip to 100. A malicious or broken server could previously stream trailer lines or 100 Continue responses forever, hanging the client even when a socket timeout was in use. Reported by @YLChen-007 via GHSA-w4q2-g22w-6fr4.
   gh-143927: Normalize all line endings (CR, CRLF, and LF) to LF+TAB when writing multi-line configparser values.
   gh-143921: Reject NUL, CR and LF characters in IMAP commands. Other control characters are allowed and sent quoted.
   Core and Builtins
   gh-133931: Fix data races when setting attributes of function objects on the free threaded build.

   gh-154709: Fix an out-of-bounds access in reverse dictionary iterators when the underlying dictionary is cleared and modified after the iterator is created.

    [385 lines not shown]
VersionDeltaFile
1.7+57-2lang/python314/PLIST
1.2+12-12lang/python314/patches/patch-configure
1.2+8-8lang/python314/patches/patch-Makefile.pre.in
1.12+6-6lang/python314/distinfo
1.16+3-7lang/python314/Makefile
1.8+4-4lang/py314-html-docs/distinfo
+90-393 files not shown
+99-449 files

NetBSD/pkgsrc DmRWXupdoc CHANGES-2026

   doc: Updated textproc/split-thai to 2.44
VersionDeltaFile
1.4997+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 9hvp5Q1textproc/split-thai Makefile distinfo

   Update to version 2.44
   - update thai2english parser for new webpage format
   - merge 'pthai-mp3-url into 'pthai-mp3-fetch
VersionDeltaFile
1.49+4-4textproc/split-thai/distinfo
1.73+2-2textproc/split-thai/Makefile
+6-62 files

NetBSD/pkgsrc UL5wTaDconverters/p5-Cpanel-JSON-XS Makefile distinfo

   Pullup ticket #7222 - requested by taca
   converters/c5-Cpanel-JSON-XS: Security fix

   Revisions pulled up:
   - converters/p5-Cpanel-JSON-XS/Makefile                         1.20
   - converters/p5-Cpanel-JSON-XS/distinfo                         1.12

   ---
      Module Name:      pkgsrc
      Committed By:     wen
      Date:             Fri Jul 24 02:58:23 UTC 2026

      Modified Files:
        pkgsrc/converters/p5-Cpanel-JSON-XS: Makefile distinfo

      Log Message:
      Update to 4.43

      Upstream changes:

    [83 lines not shown]
VersionDeltaFile
1.11.30.1+4-4converters/p5-Cpanel-JSON-XS/distinfo
1.18.8.1+2-3converters/p5-Cpanel-JSON-XS/Makefile
+6-72 files

NetBSD/pkgsrc HuhP4zOmail/rspamd cfgfiles.mk distinfo, mail/rspamd/patches patch-src_plugins_lua_dmarc.lua

   Pullup ticket #7221 - requested by taca
   mail/rpsmad: Security fix

   Revisions pulled up:
   - mail/rspamd/Makefile                                          1.136-1.138
   - mail/rspamd/PLIST                                             1.42-1.43
   - mail/rspamd/cfgfiles.mk                                       1.21-1.23
   - mail/rspamd/distinfo                                          1.75-1.77
   - mail/rspamd/patches/patch-src_plugins_lua_dmarc.lua           deleted

   ---
      Module Name:      pkgsrc
      Committed By:     wiz
      Date:             Mon Jul  6 09:22:18 UTC 2026

      Modified Files:
        pkgsrc/mail/rspamd: Makefile PLIST cfgfiles.mk distinfo
      Removed Files:
        pkgsrc/mail/rspamd/patches: patch-src_plugins_lua_dmarc.lua

    [283 lines not shown]
VersionDeltaFile
1.41.2.1+15-9mail/rspamd/PLIST
1.135.2.1+6-7mail/rspamd/Makefile
1.74.2.1+4-5mail/rspamd/distinfo
1.20.2.1+1-2mail/rspamd/cfgfiles.mk
1.3.6.1+1-1mail/rspamd/patches/patch-src_plugins_lua_dmarc.lua
+27-245 files

NetBSD/pkgsrc m3Kgnmylang/php phpversion.mk, lang/php85 distinfo

   Pullup ticket #7220 - requested by taca
   lang/php85: Security fix

   Revisions pulled up:
   - lang/php/phpversion.mk                                        1.511
   - lang/php85/distinfo                                           1.9

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Fri Jul 31 04:55:12 UTC 2026

      Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php85: distinfo

      Log Message:
      lang/php85: update to 8.5.9


    [196 lines not shown]
VersionDeltaFile
1.7.2.2+4-4lang/php85/distinfo
1.502.2.8+2-2lang/php/phpversion.mk
+6-62 files

NetBSD/pkgsrc Hun8lM7lang/php phpversion.mk, lang/php84 distinfo

   Pullup ticket #7219 - requested by taca
   lang/php84: Security fix

   Revisions pulled up:
   - lang/php/phpversion.mk                                        1.510
   - lang/php84/distinfo                                           1.24

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Fri Jul 31 04:52:14 UTC 2026

      Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php84: distinfo

      Log Message:
      lang/php84: update to 8.4.24


    [165 lines not shown]
VersionDeltaFile
1.22.2.2+4-4lang/php84/distinfo
1.502.2.7+2-2lang/php/phpversion.mk
+6-62 files

NetBSD/pkgsrc NyWeBJmlang/php phpversion.mk, lang/php83 distinfo

   Pullup ticket #7218 - requested by taca
   lang/php83: Security fix

   Revisions pulled up:
   - lang/php/phpversion.mk                                        1.509
   - lang/php83/distinfo                                           1.36

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Fri Jul 31 04:49:00 UTC 2026

      Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php83: distinfo

      Log Message:
      lang/php83: update to 8.3.33


    [15 lines not shown]
VersionDeltaFile
1.34.2.2+4-4lang/php83/distinfo
1.502.2.6+2-2lang/php/phpversion.mk
+6-62 files

NetBSD/pkgsrc z8fDfezlang/php phpversion.mk, lang/php82 distinfo

   Pullup ticket #7217 - requested by taca
   lang/php82: Security fix

   Revisions pulled up:
   - lang/php/phpversion.mk                                        1.508
   - lang/php82/distinfo                                           1.38

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Fri Jul 31 04:46:42 UTC 2026

      Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php82: distinfo

      Log Message:
      lang/php82: update to 8.2.33


    [15 lines not shown]
VersionDeltaFile
1.36.2.2+4-4lang/php82/distinfo
1.502.2.5+2-2lang/php/phpversion.mk
+6-62 files

NetBSD/pkgsrc Pdr6G8owww/p5-HTML-Gumbo distinfo Makefile

   Pullup ticket #7213 - requested by taca
   www/p5-HTML-Gumbo: Security fix

   Revisions pulled up:
   - www/p5-HTML-Gumbo/Makefile                                    1.11
   - www/p5-HTML-Gumbo/distinfo                                    1.2

   ---
      Module Name:      pkgsrc
      Committed By:     wen
      Date:             Fri Jul 24 00:42:20 UTC 2026

      Modified Files:
        pkgsrc/www/p5-HTML-Gumbo: Makefile distinfo

      Log Message:
      Update to 0.20

      Upstream changes:

    [11 lines not shown]
VersionDeltaFile
1.9.8.1+4-5www/p5-HTML-Gumbo/Makefile
1.1.34.1+4-4www/p5-HTML-Gumbo/distinfo
+8-92 files

NetBSD/pkgsrc 6hDYan5devel/ruby-activesupport80 distinfo, textproc/ruby-actiontext80 distinfo

   Pullup ticket #7215 - requested by taca
   www/ruby-rails80: Security fix

   Revisions pulled up:
   - databases/ruby-activerecord80/distinfo                        1.7
   - devel/ruby-activejob80/distinfo                               1.7
   - devel/ruby-activemodel80/distinfo                             1.7
   - devel/ruby-activestorage80/PLIST                              1.2
   - devel/ruby-activestorage80/distinfo                           1.7
   - devel/ruby-activesupport80/distinfo                           1.7
   - devel/ruby-railties80/distinfo                                1.7
   - lang/ruby/rails.mk                                            1.192
   - mail/ruby-actionmailbox80/distinfo                            1.7
   - mail/ruby-actionmailer80/distinfo                             1.7
   - textproc/ruby-actiontext80/distinfo                           1.7
   - www/ruby-actioncable80/distinfo                               1.7
   - www/ruby-actionpack80/distinfo                                1.7
   - www/ruby-actionview80/distinfo                                1.7
   - www/ruby-rails80/distinfo                                     1.7

    [31 lines not shown]
VersionDeltaFile
1.6.2.1+4-4www/ruby-rails80/distinfo
1.6.2.1+4-4www/ruby-actionview80/distinfo
1.6.2.1+4-4www/ruby-actionpack80/distinfo
1.6.2.1+4-4www/ruby-actioncable80/distinfo
1.6.2.1+4-4textproc/ruby-actiontext80/distinfo
1.6.2.1+4-4devel/ruby-activesupport80/distinfo
+24-249 files not shown
+55-5415 files

NetBSD/pkgsrc y80gCkxdatabases/ruby-activerecord72 distinfo, devel/ruby-activejob72 distinfo

   Pullup ticket #7214 - requested by taca
   www/ruby-rails72: Security fix

   Revisions pulled up:
   - databases/ruby-activerecord72/distinfo                        1.5
   - devel/ruby-activejob72/distinfo                               1.5
   - devel/ruby-activemodel72/distinfo                             1.5
   - devel/ruby-activestorage72/PLIST                              1.2
   - devel/ruby-activestorage72/distinfo                           1.5
   - devel/ruby-activesupport72/distinfo                           1.5
   - devel/ruby-railties72/distinfo                                1.5
   - lang/ruby/rails.mk                                            1.191
   - mail/ruby-actionmailbox72/distinfo                            1.5
   - mail/ruby-actionmailer72/distinfo                             1.5
   - textproc/ruby-actiontext72/distinfo                           1.5
   - www/ruby-actioncable72/distinfo                               1.5
   - www/ruby-actionpack72/distinfo                                1.5
   - www/ruby-actionview72/distinfo                                1.5
   - www/ruby-rails72/distinfo                                     1.5

    [31 lines not shown]
VersionDeltaFile
1.4.2.1+4-4mail/ruby-actionmailer72/distinfo
1.4.2.1+4-4mail/ruby-actionmailbox72/distinfo
1.4.2.1+4-4devel/ruby-railties72/distinfo
1.4.2.1+4-4devel/ruby-activesupport72/distinfo
1.4.2.1+4-4devel/ruby-activejob72/distinfo
1.4.2.1+4-4databases/ruby-activerecord72/distinfo
+24-249 files not shown
+55-5415 files

NetBSD/pkgsrc r3v3JoZnet/samba4 Makefile distinfo, net/samba4/patches patch-lib_util_util__crypt.c patch-buildtools_wafsamba_wscript

   Pullup ticket #7216 - requested by taca
   net/samba4: Security fix

   Revisions pulled up:
   - net/samba4/Makefile                                           1.219-1.220
   - net/samba4/distinfo                                           1.127-1.129
   - net/samba4/patches/patch-buildtools_wafsamba_wscript          1.4
   - net/samba4/patches/patch-lib_util_util__crypt.c               1.4
   - net/samba4/patches/patch-source4_torture_local_nss__tests.c   1.3

   ---
      Module Name:      pkgsrc
      Committed By:     adam
      Date:             Wed Jul  1 07:27:25 UTC 2026

      Modified Files:
        pkgsrc/net/samba4: Makefile distinfo

      Log Message:

    [135 lines not shown]
VersionDeltaFile
1.3.2.1+0-26net/samba4/patches/patch-source4_torture_local_nss__tests.c
1.3.2.2+26-0net/samba4/patches/patch-source4_torture_local_nss__tests.c
1.126.2.1+7-6net/samba4/distinfo
1.3.54.1+5-3net/samba4/patches/patch-buildtools_wafsamba_wscript
1.3.2.1+3-3net/samba4/patches/patch-lib_util_util__crypt.c
1.218.2.1+2-3net/samba4/Makefile
+43-416 files

NetBSD/pkgsrc lbFuZXZdoc CHANGES-2026

   doc: Updated shells/zsh-completions to 0.36.0
VersionDeltaFile
1.4996+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc qdZehNZshells/zsh-completions Makefile distinfo

   zsh-completions: update to 0.36.0.

   New Completions,

       age, augmatch, augparse, augprint, bento4, blkid, certbot,
       chatblade, chcpu, chmem, chpasswd, diskutil, distro_info,
       do-release-upgrade, fail2ban-regex, fallocate, gio, ipcmk,
       ipcrm, ipcs, jest, l3build, ldattach, lscpu, lsipc, lslocks,
       lslogins, lsmem, mcookie, neo, pre-commit, rdfind, rev,
       shallow-backup, sox_ng, sslscan, supervisord, swaplabel, swapoff,
       swapon, textutil, tsx, uuidd, uuidgen, uuidparse, vipw, wdctl,
       xdg-mime, yamllint, zramctl

   Updated Completions,

       afew, archlinux-java, bitcoin-cli, bundle, cap, ccache, cf,
       chromium, clang-check, clang-format, clang-tidy, cmake, conan,
       concourse, cppcheck, dad, dart, dhcpcd, direnv, ecdsautil,
       emacs, emulator, exportfs, fail2ban-client, flutter, fwupdmgr,

    [12 lines not shown]
VersionDeltaFile
1.3+50-17shells/zsh-completions/PLIST
1.5+4-4shells/zsh-completions/distinfo
1.3+2-2shells/zsh-completions/Makefile
+56-233 files

NetBSD/pkgsrc WhJNjBRdevel/kio-extras Makefile, editors/codelite Makefile

   pkgrevision revbump for ticket #7212 security/libssh
VersionDeltaFile
1.34.2.1+2-2sysutils/zabbix50-proxy/Makefile
1.122.4.1+2-2security/hydra/Makefile
1.11.4.1+2-2misc/tmate/Makefile
1.407.2.1+2-2emulators/qemu/Makefile
1.79.2.1+2-2editors/codelite/Makefile
1.67.2.1+2-2devel/kio-extras/Makefile
+12-1211 files not shown
+34-3217 files

NetBSD/pkgsrc CEuPcifsecurity/libssh PLIST buildlink3.mk, security/libssh/patches patch-tests_torture.c

   Pullup ticket #7212 - requested by taca
   security/libssh: Security fix

   Revisions pulled up:
   - security/libssh/Makefile                                      1.59
   - security/libssh/PLIST                                         1.24
   - security/libssh/buildlink3.mk                                 1.27
   - security/libssh/distinfo                                      1.36
   - security/libssh/patches/patch-tests_torture.c                 1.2

   ---
      Module Name:      pkgsrc
      Committed By:     wiz
      Date:             Thu Jul 23 09:25:56 UTC 2026

      Modified Files:
        pkgsrc/security/libssh: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/security/libssh/patches: patch-tests_torture.c


    [29 lines not shown]
VersionDeltaFile
1.57.2.1+4-10security/libssh/Makefile
1.35.4.1+5-5security/libssh/distinfo
1.26.10.1+3-3security/libssh/buildlink3.mk
1.23.4.1+2-2security/libssh/PLIST
1.1.52.1+1-1security/libssh/patches/patch-tests_torture.c
+15-215 files