NetBSD/pkgsrc VqNbhmwmail/mu distinfo, mail/mu/patches patch-lib_utils_mu-html-to-text.cc

   mu: fixed ctype(3) issue
VersionDeltaFile
1.1+24-0mail/mu/patches/patch-lib_utils_mu-html-to-text.cc
1.16+2-1mail/mu/distinfo
+26-12 files

NetBSD/src wXg55Ofexternal/public-domain/tz tzdata2netbsd

   Restore line whose content vanished in previous

   Somehow in the previous version, the content of one line was
   removed, leaving just the indentation tabs... restore that line.

   While here, and inspired by that line remnant, check for trailing
   whitespace, and obliterate all of it that is unintentional (there
   is one space in an EDIT_ME in a here-doc which is intended).

   Also, in the rarely used "zones added"/"zones removed" commit message,
   for the set lists, add some vertical white space before the listings
   of any zones added or removed (happens so rarely, I'm not sure that
   code has ever been used).
VersionDeltaFile
1.19+8-8external/public-domain/tz/tzdata2netbsd
+8-81 files

NetBSD/pkgsrc-wip b4cddd5unifi8 PLIST Makefile, unifi8/patches patch-snappy-java-1.0.5.4_Makefile

Remove unif{8,9}

They both have serious CVEs and are no longer supported.

unifi10 is supported, wip & pkgsrc has been updated to a version with the
(known) security issues fixed, and it should be supported on any platform
which can run unifi8 or 9
DeltaFile
+0-6,635unifi8/PLIST
+0-5,675unifi9/PLIST
+0-119unifi8/Makefile
+0-118unifi9/Makefile
+0-28unifi8/patches/patch-snappy-java-1.0.5.4_Makefile
+0-28unifi9/patches/patch-snappy-java-1.0.5.4_Makefile
+0-12,60320 files not shown
+0-12,80326 files

NetBSD/pkgsrc-wip 23e1681unifi10 distinfo Makefile

unfi: Adjust NetBSD keywords to pkgsrc - no other change
DeltaFile
+1-1unifi10/distinfo
+1-1unifi10/Makefile
+1-1unifi10/PLIST
+3-33 files

NetBSD/src CiLfgUNshare/misc acronyms.comp

   +CWE  common weakness enumeration
VersionDeltaFile
1.424+2-1share/misc/acronyms.comp
+2-11 files

NetBSD/src 5IxpPHwsys/arch/m68k/m68k pmap_68k.c

   Update comments to reflect that mac68k now uses this pmap as the default.
VersionDeltaFile
1.71+7-6sys/arch/m68k/m68k/pmap_68k.c
+7-61 files

NetBSD/src K03pIIbsys/arch/mac68k/conf std.mac68k

   Switch mac68k to the new pmap as the default.
VersionDeltaFile
1.33+2-2sys/arch/mac68k/conf/std.mac68k
+2-21 files

NetBSD/src gVjhlXMsys/arch/m68k/m68k pmap_68k.c

   Update comments based on testing report from nat@ (rigorous small-memory
   config testing on 68030).
VersionDeltaFile
1.70+3-5sys/arch/m68k/m68k/pmap_68k.c
+3-51 files

NetBSD/pkgsrc-wip 02990e6chromium distinfo Makefile

chromium: update to 148.0.7778.167
DeltaFile
+6-6chromium/distinfo
+5-2chromium/Makefile
+1-1chromium/options.mk
+12-93 files

NetBSD/src igaWiftdoc CHANGES-11.0

   Tickets #284 and #285
VersionDeltaFile
1.1.2.91+12-1doc/CHANGES-11.0
+12-11 files

NetBSD/src pFDGyTIexternal/ibm-public/postfix/dist/conf main.cf

   Pull up following revision(s) (requested by christos in ticket #285):

        external/ibm-public/postfix/dist/conf/main.cf: revision 1.13

   fix so that it works out of the box (from RVP)
VersionDeltaFile
1.11.2.2+3-3external/ibm-public/postfix/dist/conf/main.cf
+3-31 files

NetBSD/src N6eqwBMsys/arch/riscv/include vmparam.h

   Pull up following revision(s) (requested by skrll in ticket #284):

        sys/arch/riscv/include/vmparam.h: revision 1.16

   risc-v: bump some parameter values on riscv64

   Match all other 64bit platforms for
      - PAGER_MAP_DEFAULT_SIZE
      - UBC_WINSHIFT
      - UBC_NWINS

   Spotted by thorpej
VersionDeltaFile
1.14.8.1+20-1sys/arch/riscv/include/vmparam.h
+20-11 files

NetBSD/src nYQ991Ausr.bin/nc nc.1

   PR misc/60253 (conditionally) remove CRYPTO using example

   This completes the previous (2026-03-03) change, by removing an
   example from the EXAMPLES section, which would only work if nc
   was built with the CRYPTO option.

   Like the previous, changing the definition of the number register C
   in the man page source from 0 to 1 will reinstate the example, along
   with all of the CRYPTO options, but makes no sense unless someone
   does the required work to be able to build nc with CRYPTO defined.

   No pullups required, the previous changes weren't pulled up either.
VersionDeltaFile
1.7+3-1usr.bin/nc/nc.1
+3-11 files

NetBSD/pkgsrc bDF3szzdoc CHANGES-2026

   Updated www/py-django[5]
VersionDeltaFile
1.3006+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc xb698ABwww/py-django5 distinfo Makefile

   py-django5: updated to 5.2.14

   Django 5.2.14 fixes three security issues with severity “low” in 5.2.13.

   CVE-2026-5766: Potential denial-of-service vulnerability in ASGI requests via file upload limit bypass¶

   ASGI requests with a missing or understated Content-Length header could bypass the FILE_UPLOAD_MAX_MEMORY_SIZE limit, potentially loading large files into memory and causing service degradation.

   As a reminder, Django expects a limit to be configured at the web server level rather than solely relying on FILE_UPLOAD_MAX_MEMORY_SIZE.

   This issue has severity “low” according to the Django security policy.

   CVE-2026-35192: Session fixation via public cached pages and SESSION_SAVE_EVERY_REQUEST¶

   Response headers did not vary on cookies if a session was not modified, but SESSION_SAVE_EVERY_REQUEST was True. A remote attacker could steal a user’s session after that user visits a cached public page.

   This issue has severity “low” according to the Django security policy.

   CVE-2026-6907: Potential exposure of private data due to incorrect handling of Vary: * in UpdateCacheMiddleware¶

    [2 lines not shown]
VersionDeltaFile
1.2+4-4www/py-django5/distinfo
1.2+2-2www/py-django5/Makefile
+6-62 files

NetBSD/pkgsrc G2SDHLwwww/py-django distinfo Makefile

   py-django: updated to 6.0.5

   6.0.5

   Django 6.0.5 fixes three security issues with severity “low” and several bugs in 6.0.4.

   CVE-2026-5766: Potential denial-of-service vulnerability in ASGI requests via file upload limit bypass

   ASGI requests with a missing or understated Content-Length header could bypass the FILE_UPLOAD_MAX_MEMORY_SIZE limit, potentially loading large files into memory and causing service degradation.

   As a reminder, Django expects a limit to be configured at the web server level rather than solely relying on FILE_UPLOAD_MAX_MEMORY_SIZE.

   This issue has severity “low” according to the Django security policy.

   CVE-2026-35192: Session fixation via public cached pages and SESSION_SAVE_EVERY_REQUEST

   Response headers did not vary on cookies if a session was not modified, but SESSION_SAVE_EVERY_REQUEST was True. A remote attacker could steal a user’s session after that user visits a cached public page.

   This issue has severity “low” according to the Django security policy.

    [12 lines not shown]
VersionDeltaFile
1.127+4-4www/py-django/distinfo
1.155+2-2www/py-django/Makefile
+6-62 files

NetBSD/pkgsrc d4kx5jidoc CHANGES-2026

   Updated net/samba4, net/freeradius
VersionDeltaFile
1.3005+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 0yFuwCfnet/freeradius PLIST Makefile, net/freeradius-rest Makefile

   freeradius: updated to 3.2.8

   FreeRADIUS 3.2.8 Wed 20 Aug 2025 12:00:00 UTC urgency=low
   Configuration changes
   * Replace dictionary.infinera with the correct one.
   * Update dictionary.alteon

   Feature improvements
   * Add support for automated fuzzing.  This doesn't affect
     normal operations, but it does allow for testing of the
     RADIUS decoder.
   * Allow tagged attributes to use ":V" as a tag in some cases.
     The tag is then read from the value which is being assigned
     to the attribute.  This functionality is allowed in 'update'
     sections, including 'update' in module configurations.
     See mods-available/ldap for an example.
   * Add kafka module.  See mods-available/kafka.
   * Allow &control:Packet-SRC-IP-Address to be used when
     proxying needs a given source address.

    [47 lines not shown]
VersionDeltaFile
1.42+100-2net/freeradius/PLIST
1.132+2-9net/freeradius/Makefile
1.51+4-5net/freeradius/distinfo
1.17+3-3net/freeradius/Makefile.common
1.32+1-2net/freeradius-sqlite3/Makefile
1.43+1-2net/freeradius-rest/Makefile
+111-234 files not shown
+115-3010 files

NetBSD/pkgsrc BGLeULSnet/samba4 distinfo Makefile

   samba4: updated to 4.24.2

   Changes since 4.24.1
   * BUG 16038: Samba 4.24 with cups can't get queue and shows errors about
     fetch_share_cache_time
   * BUG 16043: Fix a directory file descriptor leak in vfs_glusterfs that
     caused      unbounded memory growth on the GlusterFS brick with
     persistent SMB2      connections.
   * BUG 16030: Windows Offline Files fails with permission error when directory
     has the read‑only attribute set
   * BUG 15991: samba not triggering mount of zfs snapshot in dataset
     .zfs/snapshots/<snapname> directory
   * BUG 15999: net ads join still fails with multiple DCs
   * BUG 16076: samba-tool shows wrong format specifiers for timestamp
     attributes
   * BUG 14638: restrict anonymous = 2 breaks RODC functionality
   * BUG 15973: smbpasswd can crash winbindd on an AD DC
   * BUG 15995: smbd does not cleanup on disconnect of the transport connection
     on lease break errors

    [9 lines not shown]
VersionDeltaFile
1.125+4-4net/samba4/distinfo
1.215+2-2net/samba4/Makefile
+6-62 files

NetBSD/pkgsrc-wip 7b4f911thonny PLIST distinfo

thonny: update to 5.0.0
DeltaFile
+17-4thonny/PLIST
+3-3thonny/distinfo
+2-1thonny/Makefile
+22-83 files

NetBSD/pkgsrc dTP9dx3doc CHANGES-2026 TODO

   Updated editors/qtcreator
VersionDeltaFile
1.3004+2-1doc/CHANGES-2026
1.27254+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc yngoFUbeditors/qtcreator PLIST distinfo, editors/qtcreator/patches patch-src_app_CMakeLists.txt

   qtcreator: updated to 19.0.1

   Qt Creator version 19.0.1 contains bug fixes.

   General

   Fixed

   * That preferences for newly enabled plugins were only available after restart
   * Various issues with marking the `Preferences` as dirty
   * A possible crash when opening the `About Qt Creator` dialog multiple times
   * That using the keyboard shortcut for `Advanced Find` did not raise the search
     widget
   * Model Context Protocol
       * A crash when using the `quit` action

   Editing

   Fixed

    [16 lines not shown]
VersionDeltaFile
1.10+94-49editors/qtcreator/PLIST
1.16+5-5editors/qtcreator/distinfo
1.4+5-5editors/qtcreator/patches/patch-src_app_CMakeLists.txt
1.48+6-3editors/qtcreator/Makefile
+110-624 files

NetBSD/pkgsrc yGYVz36doc CHANGES-2026

   doc: Updated textproc/gsed to 4.10
VersionDeltaFile
1.3003+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 0kdrbB3textproc/gsed distinfo Makefile, textproc/gsed/patches patch-Makefile.in patch-gnulib-tests_localename.c

   gsed: update to 4.10.

   * Noteworthy changes in release 4.10 (2026-04-21) [stable]

   ** Bug fixes

     sed 's/a/b/g' (and other global substitutions) now works on input
     lines longer than 2GB. Previously, matches beyond the 2^31 byte offset
     would evoke a "panic" (exit 4).
     [bug present since the beginning]

     'sed --follow-symlinks -i' no longer has a TOCTOU race that could let
     an attacker swap a symlink between resolution and open, causing sed to
     read attacker-chosen content and write it to the original target.
     [bug introduced in sed 4.1e]

     sed no longer falsely matches when back-references are combined with
     optional groups (.?) and the $ anchor.  For example, this no longer
     falsely matches the empty string at beginning of line:

    [49 lines not shown]
VersionDeltaFile
1.37+5-8textproc/gsed/distinfo
1.68+2-11textproc/gsed/Makefile
1.4+5-5textproc/gsed/patches/patch-Makefile.in
1.20+3-1textproc/gsed/PLIST
1.2+1-1textproc/gsed/patches/patch-gnulib-tests_localename.c
1.2+1-1textproc/gsed/patches/patch-gnulib-tests_vma-iter.c
+17-271 files not shown
+18-287 files

NetBSD/src 5XhpedDsys/arch/aarch64/aarch64 pmap.c fault.c, sys/arch/aarch64/include pmap.h

   aarch64: add pmap_test_mod_ref support

   Currently fails for non-ARMV81_HAFDBS kernels
VersionDeltaFile
1.156+188-6sys/arch/aarch64/aarch64/pmap.c
1.28+10-2sys/arch/aarch64/aarch64/fault.c
1.61+5-1sys/arch/aarch64/include/pmap.h
1.233+2-1sys/arch/evbarm/conf/GENERIC64
+205-104 files

NetBSD/pkgsrc c2Iojskdoc CHANGES-2026

   Updated meta-pkgs/qt6
VersionDeltaFile
1.3002+36-1doc/CHANGES-2026
+36-11 files

NetBSD/pkgsrc Wi1M7Akmultimedia/qt6-qtmultimedia distinfo, multimedia/qt6-qtmultimedia/patches patch-src_plugins_multimedia_ffmpeg_CMakeLists.txt

   qt6: updated to 6.11.1

   6.11.1
   Bug fixes
VersionDeltaFile
1.3+10-10www/qt6-qtwebengine/PLIST
1.7+8-8www/qt6-qtwebengine/distinfo
1.2+8-8www/qt6-qtwebengine/patches/patch-src_core_CMakeLists.txt
1.3+7-7www/qt6-qtwebengine/patches/patch-src_3rdparty_chromium_third__party_angle_src_libANGLE_Display.cpp
1.3+6-6multimedia/qt6-qtmultimedia/patches/patch-src_plugins_multimedia_ffmpeg_CMakeLists.txt
1.26+5-5multimedia/qt6-qtmultimedia/distinfo
+44-4436 files not shown
+184-18142 files

NetBSD/src ahDRDpNsys/crypto/nist_hash_drbg nist_hash_drbg.c

   nist_hash_drbg: Fix citation to standard.

   - Note that it's Rev. 1.
   - Provide a URL.
   - Link also to the test vectors.
   - And link to an archive of the test vectors, just in case.
VersionDeltaFile
1.4+8-3sys/crypto/nist_hash_drbg/nist_hash_drbg.c
+8-31 files

NetBSD/src cegA51Dsys/dev/pci virtio_pci.c

   virtio(4): Allow virtio 0.9 BAR0 type to be memory rather than I/O.

   This matches virtio>=1.0, and can't break working `hardware': any
   existing virtio devices that worked must have reported I/O-type BAR0,
   so they will continue to work; this will only enable previously
   unusable virtio devices, reporting memory-type BAR0, to work.

   Patch from Petri Koistinen.

   PR kern/60247: virtio(4): legacy attach fails when BAR0 is MMIO
VersionDeltaFile
1.56+8-5sys/dev/pci/virtio_pci.c
+8-51 files

NetBSD/src qUgIeaLcrypto/external/apache2/openssl/dist/crypto threads_win.c threads_none.c, crypto/external/apache2/openssl/dist/include/internal cryptlib.h

   openssl: Disentangle thread-local initialization logic.

   https://github.com/openssl/openssl/issues/31166
   https://github.com/openssl/openssl/pull/31167
   PR lib/60244: openssl 3.5.6 pullup can emit pthread warnings on init
VersionDeltaFile
1.2+70-75crypto/external/apache2/openssl/dist/crypto/threads_win.c
1.2+68-68crypto/external/apache2/openssl/dist/include/internal/cryptlib.h
1.2+23-21crypto/external/apache2/openssl/dist/crypto/threads_none.c
1.4+11-19crypto/external/apache2/openssl/dist/crypto/initthread.c
1.6+1-6crypto/external/apache2/openssl/dist/crypto/threads_pthread.c
+173-1895 files