NetBSD/pkgsrc C72mxTSdoc CHANGES-2026

   doc: Updated devel/erlang-cache_tab to 1.0.33
VersionDeltaFile
1.933+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc QkA04XRdevel/erlang-cache_tab distinfo Makefile

   devel/erlang-cache_tab: Update to 1.0.33

   # Version 1.0.33

   * Updating p1_utils to version 1.0.28.
   * Fix warnings reported by dialyzer

   # Version 1.0.32

   * Updating p1_utils to version 1.0.27.
VersionDeltaFile
1.17+4-4devel/erlang-cache_tab/distinfo
1.16+2-2devel/erlang-cache_tab/Makefile
+6-62 files

NetBSD/pkgsrc UcU1f19doc CHANGES-2026

   doc: Updated lang/go125 to 1.25.7
VersionDeltaFile
1.932+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc WBmpyX6lang/go version.mk, lang/go124 distinfo

   go: update to 1.25.7 and 1.24.13

   These releases include 2 security fixes following the security policy:

   -   cmd/cgo: remove user-content from doc strings in cgo ASTs

       A discrepancy between how Go and C/C++ comments
       were parsed allowed for code smuggling into the
       resulting cgo binary.

       To prevent this behavior, the cgo compiler
       will no longer parse user-provided doc
       comments.

       Thank you to RyotaK (https://ryotak.net) of
       GMO Flatt Security Inc. for reporting this issue.

       This is CVE-2025-61732 and https://go.dev/issue/76697.


    [30 lines not shown]
VersionDeltaFile
1.14+4-4lang/go124/distinfo
1.9+4-4lang/go125/distinfo
1.243+3-3lang/go/version.mk
+11-113 files

NetBSD/pkgsrc-wip 6dc8b0ego126 PLIST distinfo

go126: update to 1.26 RC 3.

This release includes 1 security fix following the security policy:

crypto/tls: unexpected session resumption when using Config.GetConfigForClient

Config.GetConfigForClient is documented to use the original Config's session
ticket keys unless explicitly overridden. This can cause unexpected behavior if
the returned Config modifies authentication parameters, like ClientCAs: a
connection initially established with the parent (or a sibling) Config can be
resumed, bypassing the modified authentication requirements.

If ClientAuth is VerifyClientCertIfGiven or RequireAndVerifyClientCert (on the
server) or InsecureSkipVerify is false (on the client), crypto/tls now checks
that the root of the previously-verified chain is still in ClientCAs/RootCAs
when resuming a connection.

Go 1.26 Release Candidate 2, Go 1.25.6, and Go 1.24.12 had fixed a similar issue
related to session ticket keys being implicitly shared by Config.Clone. Since

    [11 lines not shown]
DeltaFile
+4-2go126/PLIST
+3-3go126/distinfo
+1-1go126/Makefile
+8-63 files

NetBSD/pkgsrc-wip 93b3f16portablexdr Makefile

portablexdr: try fixing compilation with gcc 15
DeltaFile
+3-0portablexdr/Makefile
+3-01 files

NetBSD/pkgsrc-wip 0ee50b7aegisub TODO

aegisub: update TODO: does nothing on startup
DeltaFile
+2-1aegisub/TODO
+2-11 files

NetBSD/pkgsrc-wip 394a942lpjs distinfo Makefile

munge-enable: Offer to run auto-ssh-authorize
DeltaFile
+3-3lpjs/distinfo
+2-2lpjs/Makefile
+5-52 files

NetBSD/src mTopSRTshare/misc acronyms.comp

   +NVM, NVME  Non-Volatile Memory (Express)
VersionDeltaFile
1.420+3-1share/misc/acronyms.comp
+3-11 files

NetBSD/pkgsrc hdEpNlDdoc CHANGES-2026

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

NetBSD/pkgsrc a52bILIchat/ejabberd distinfo Makefile, chat/ejabberd/patches patch-src_mod__muc__room.erl

   chat/ejabberd: Update to 25.10

   Upstream NEWS:

   * 25.10

   Release Highlights:

       Added more Ad-Hoc Commands from XEP-0133
       Updated support for XEP-0317 Hats

   If you are upgrading from a previous version, there are no mandatory changes in SQL schemas, configuration, API commands or hooks.

   Other contents:

       New option archive_muc_as_mucsub in mod_mam
       Removed support for Erlang/OTP older than 25.0
       Support for the new Erlang maybe expression
       Rename New SQL schema to Multihost, and Default to Singlehost
VersionDeltaFile
1.1+32-0chat/ejabberd/patches/patch-src_mod__muc__room.erl
1.75+5-4chat/ejabberd/distinfo
1.111+2-2chat/ejabberd/Makefile
1.64+0-1chat/ejabberd/PLIST
+39-74 files

NetBSD/src E3NdkXIsys/dev/i2c adm1026.c

   Handle cases where we have a gap in the sensors configured/present with
   a map of envsys sensor to chip sensor.
   Use a variable to hold the register number instead of passing a constant
   to the iic routines.
VersionDeltaFile
1.15+120-83sys/dev/i2c/adm1026.c
+120-831 files

NetBSD/src z6tRtu9doc CHANGES

   doc: just under a month of changes
VersionDeltaFile
1.3226+20-1doc/CHANGES
+20-11 files

NetBSD/src WsRkeeIsys/arch/sparc64/sparc64 ofw_patch.c autoconf.c

   Reduce the amount of patching conditions in autoconf.c by moving the
   machine model checks to ofw_patch.c.  We now have one patch routine for
   i2c buses and another for i2c devices.
   Consolidate the patching checks for parent bus type into a single check.
   Remove the "multi_read" property for V210, V240 and V440 - no longer needed
   because the pcfiic driver was fixed.
   While here, add a "fan_mask" property for the V240, which has only 3 fans
   in the first group of 4.
VersionDeltaFile
1.10+48-25sys/arch/sparc64/sparc64/ofw_patch.c
1.247+5-32sys/arch/sparc64/sparc64/autoconf.c
1.5+3-8sys/arch/sparc64/sparc64/ofw_patch.h
+56-653 files

NetBSD/pkgsrc Pk3jkKpchat/ejabberd distinfo Makefile

   chat/ejabberd: Update to 25.08

   This release seems to have an issue with the http upload module.
   Commenting it out avoided it, and it's likely fixed in future versions
   anyway.  Given that I don't hear from anyone else using ejabberd, I'm
   going to assume that's ok, vs the impending federation problems.

   See also:
     https://letsencrypt.org/2025/05/14/ending-tls-client-authentication
     https://blog.prosody.im/2026-letsencrypt-changes/
   This update should in theory cause ejabberd to accept s2s TLS
   connections where the peer is, unsurprisingly, using a server
   certificate.

   Tested on NetBSD 9 amd64.


   Upstream NEWS:


    [17 lines not shown]
VersionDeltaFile
1.74+4-4chat/ejabberd/distinfo
1.110+2-3chat/ejabberd/Makefile
1.63+2-0chat/ejabberd/PLIST
+8-73 files

NetBSD/pkgsrc qEM0I15doc CHANGES-2026

   doc: Updated net/yt-dlp to 2026.2.4
VersionDeltaFile
1.930+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VhxyZrUnet/yt-dlp distinfo Makefile

   yt-dlp: update to 2026.2.4.

   ### 2026.02.04

   #### Extractor changes
   - **unsupported**: [Update unsupported URLs]
   - **youtube**: [Default to `tv` player JS variant]
VersionDeltaFile
1.79+4-4net/yt-dlp/distinfo
1.86+5-2net/yt-dlp/Makefile
+9-62 files

NetBSD/pkgsrc-wip f45e0c0nettle PLIST Makefile, nettle/patches patch-Makefile.in patch-configure

nettle: add package for v4 for testing
DeltaFile
+81-0nettle/PLIST
+59-0nettle/patches/patch-Makefile.in
+35-0nettle/Makefile
+24-0nettle/patches/patch-configure
+23-0nettle/DESCR
+17-0nettle/patches/patch-testsuite_Makefile.in
+239-05 files not shown
+298-011 files

NetBSD/pkgsrc fdCEvX4print/auctex Makefile

   auctex: add emacs30 to EMACS_VERSIONS_ACCEPTED

   Rev 1.75 to Makefile limited to supported emacs versions 26+
   using a list in EMACS_VERSIONS_ACCEPTED.   The default emacs
   is now emacs30 which is greater than 26+.   Add emacs30 to
   EMACS_VERSIONS_ACCEPTED list (prev highest value was emacs29).
VersionDeltaFile
1.88+2-2print/auctex/Makefile
+2-21 files

NetBSD/pkgsrc n34k4xFgraphics/xv Makefile

   xv: add missing buildlink ref to x11/libXrandr

   Rev 1.3 of patches/patch-xv.h pulled in support for XrandR from
   forked upstream but did not add a buildlink dependency to x11/libXrandr.
   This caused the build to fail with "No such file or directory"
   when trying to include X11/extensions/Xrandr.h.   Resolve by
   including missing buildlink file.
VersionDeltaFile
1.106+2-1graphics/xv/Makefile
+2-11 files

NetBSD/pkgsrc 6sVNOuYdoc TODO CHANGES-2026

   doc: nettle update reverted, add TODO with link to gnutls ticket
VersionDeltaFile
1.26763+2-1doc/TODO
1.929+1-2doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc IgLFDTbsecurity/nettle distinfo PLIST, security/nettle/patches patch-Makefile.in

   nettle: downgrade, gnutls is not ready for nettle 4
VersionDeltaFile
1.13+6-6security/nettle/patches/patch-Makefile.in
1.33+4-4security/nettle/distinfo
1.16+5-2security/nettle/PLIST
1.36+2-2security/nettle/Makefile
1.11+1-1security/nettle/buildlink3.mk
+18-155 files

NetBSD/pkgsrc iDXZlcZdoc CHANGES-2026

   Updated net/ettercap[-gtk]
VersionDeltaFile
1.928+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc jyi0zABnet/ettercap Makefile.common distinfo, net/ettercap-gtk PLIST

   ettercap: updated to 0.8.4

   0.8.4

   !! Fix curl version detection for curl version > 7
   !! Proper unloading for all plugins
   !! Fixing some memory leaks
   !! Fix issue when de- and re-activating dns_spoof plugin
   !! Fix segmentation fault when stopping isolate plugin
   !! Handle pre-defined target host list when used in silent mode
   !! Fix support when used with network sub-interfaces
   !! Globals are properly freed before exit
   !! OpenSSL access to opaque data
   !! Match cmake minimum version requirement - fixes 1278 (Gentoo bug: 955891)
   !! Fix fingerprint composition
   !! Default connection buffer size increased from 10KByte to 10MByte
   !! /etc/ettercap is now by default /usr/local/etc/ettercap under non-Linux OS
   !! Fix build issue on FreeBSD
   !! Fix redirect rule (de-)installation for port 8080 on FreeBSD

    [9 lines not shown]
VersionDeltaFile
1.3+9-32net/ettercap/patches/patch-CMakeLists.txt
1.5+13-10net/ettercap/Makefile.common
1.1+14-0net/ettercap/patches/patch-src_CMakeLists.txt
1.2+9-4net/ettercap-gtk/PLIST
1.23+6-6net/ettercap/distinfo
1.7+8-3net/ettercap/PLIST
+59-553 files not shown
+63-619 files

NetBSD/pkgsrc P0Oxqypdoc CHANGES-2026

   doc: Updated mail/ruby-mime-types-data to 3.2026.0203
VersionDeltaFile
1.927+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc IUu54T2mail/ruby-mime-types-data distinfo Makefile

   mail/ruby-mime-types-data: update to 3.2026.0203

   3.2026.0203 (2026-02-03)

   * Updated registry entries from the IANA media registry and provisional
     media registry and the Apache Tika media registry as of the release date.
VersionDeltaFile
1.49+4-4mail/ruby-mime-types-data/distinfo
1.47+2-2mail/ruby-mime-types-data/Makefile
+6-62 files

NetBSD/pkgsrc 5kgvNbKnet/ruby-stompserver Makefile

   net/ruby-stompserver: remove dead code

   Remove code for ruby31 had removed from pkgsrc.
VersionDeltaFile
1.15+1-6net/ruby-stompserver/Makefile
+1-61 files

NetBSD/pkgsrc Hi7B8gIdoc CHANGES-2026

   Updated archivers/unrar, security/ccid
VersionDeltaFile
1.926+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc sjupwSSsecurity/ccid distinfo Makefile

   ccid: updated to 1.7.1

   1.7.1 - 4 February 2026, Ludovic Rousseau
      - Add support of
       - ACS APG8201-B2
       - BUDGET E-ID BUD001
       - CHERRY Smart Board 1150
       - CryptnoxCR CryptnoxCR
       - Diebold Nixdorf PN7362au CCID
       - FT BioPass FIDO2 Pro
       - Nitrokey Nitrokey Passkey
      - Add SCARD_CTL_CODE(3601): USB path of the reader
      - Some other minor improvements
VersionDeltaFile
1.31+4-4security/ccid/distinfo
1.52+2-2security/ccid/Makefile
+6-62 files

NetBSD/src Dgh7rLosbin/gpt main.c

   Allow scaling of the media size (-m arg)

   Note that we cannot use gpt_size_get() as that needs gpt->secsz
   to have been set already (ie: can only be used after gpt_open)
   and treats unscaled numbers as multiples of sectors, whereas the
   -m arg has always been a byte size.

   For gpt_human_get() or simply using dehumanize_number() we
   would need to handle 's' and 'b' suffixes by hand anyway, so it
   is simpler to simply to the whole thing longhand in this case.

   This also allows (with some hackery) for the media size to be
   set as some number of sectors, when we do not yet know the
   sector size - it gets corrected later once the sector size has
   been determined.
VersionDeltaFile
1.16+89-6sbin/gpt/main.c
+89-61 files