NetBSD/pkgsrc 5avbkyBdoc CHANGES-2026

   doc: Updated lang/algol68g to 3.12.2
VersionDeltaFile
1.3493+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pp78BbVlang/algol68g Makefile distinfo

   lang/algol68g: update to 3.12.2

   Version 3.12.0-2, April/May 2026
   * Move from domain xs4all.nl to new domain algol68genie.nl.
   * Minor fixes.

   Version 3.11.0-3, March/April 2026
   * Improves STRING handling.
   * Minor fixes.
   * Documentation updates.
   * Adds environment enquiry "eof char".
   * Adds operators CEIL, FIX, FLOOR, FRAC and TRUNC.
VersionDeltaFile
1.40+4-5lang/algol68g/Makefile
1.21+4-4lang/algol68g/distinfo
+8-92 files

NetBSD/pkgsrc mgUEfaQdevel/yaks Makefile

   yaks: fix NetBSD build.
VersionDeltaFile
1.2+4-3devel/yaks/Makefile
+4-31 files

NetBSD/pkgsrc hkfZUaUnet/haproxy Makefile

   haproxy: support for USE_REGPARM was removed, remove it from Makefile
VersionDeltaFile
1.158+1-2net/haproxy/Makefile
+1-21 files

NetBSD/pkgsrc BopFlH8doc CHANGES-2026

   Updated lang/tcl, x11/tk
VersionDeltaFile
1.3492+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc Wdhbbbbx11/tk distinfo Makefile.version

   tk: updated to 8.6.18

   8.6.18

   Aqua: Non-menubar menu invisible if toplevel is on another display (chavez).

   (bug) [a91b24] Correct macOSVersion on future macOS for older SDK builds (chavez)

   (bug) [d93d96] Pointer arithmetic with NULL in ImgGetPhoto() (chavez)

   (bug) [6c4795] leak in XCreateBitmapFromData() in ImgGetPhoto() (chavez)

   (new) [04e173] Add support for Copy/Cut/Paste keys in X11 (nijtmans)

   (bug) [95da0f] tkpWinRopModes[GXnoop] is R2_NOT, should be R2_NOP (chavez)

   (bug) [2c240b] Install pkg-config file (oscarfv)

   (bug) [816739] Install man pages (oscarfv)

    [40 lines not shown]
VersionDeltaFile
1.65+4-4x11/tk/distinfo
1.29+2-2x11/tk/Makefile.version
+6-62 files

NetBSD/pkgsrc OvfrzAklang/tcl/patches patch-pkgs_tdbcpostgres1.1.13_configure patch-pkgs_thread2.8.13_configure

   tcl: updated to 8.6.18

   8.6.18

   support for MacOS Tahoe. Simplify for MacOS > 10 (nijtmans)
        => platform 1.1.0

   (bug)          Use correct equality
        => http 2.9.9

   (new) Unicode version 17 (nijtmans)

   (bug) re-generate tclDate.c with bison 3.8.2, fixes clang-15 compiler warnings (nijtmans)

   (bug) [77059c] TclPushVarName(): pointer overflow (chavez)

   (new) dde => 1.4.6

   (new) Add IWYU export pragma annotations for improved clangd and clang-tidy diagnostics

    [23 lines not shown]
VersionDeltaFile
1.1+30-0lang/tcl/patches/patch-pkgs_tdbcpostgres1.1.13_configure
1.1+30-0lang/tcl/patches/patch-pkgs_thread2.8.13_configure
1.1+30-0lang/tcl/patches/patch-pkgs_tdbc1.1.13_configure
1.1+30-0lang/tcl/patches/patch-pkgs_tdbcmysql1.1.13_configure
1.1+30-0lang/tcl/patches/patch-pkgs_tdbcodbc1.1.13_configure
1.1+30-0lang/tcl/patches/patch-pkgs_itcl4.3.7_configure
+180-015 files not shown
+260-3621 files

NetBSD/pkgsrc qVt46Ocwww/py-jupyter_server Makefile, www/py-jupyterlab Makefile

   py-jupyter_server py-jupyterlab: fix TOOL dependency yet again
VersionDeltaFile
1.26+2-2www/py-jupyterlab/Makefile
1.22+2-2www/py-jupyter_server/Makefile
+4-42 files

NetBSD/pkgsrc Fqihg1Udoc CHANGES-2026

   Updated databases/sqlite3*, devel/lemon
VersionDeltaFile
1.3491+6-1doc/CHANGES-2026
+6-11 files

NetBSD/pkgsrc 0P7v8qkdatabases/sqlite3 distinfo Makefile.common, databases/sqlite3-diff distinfo

   sqlite3: updated to 3.53.2

   3.53.2 (2026-06-03):

   Fixes for problems in 3.53.0 reported by users. See the check-in timeline for details.
VersionDeltaFile
1.169+4-4databases/sqlite3-tcl/distinfo
1.12+4-4databases/sqlite3-diff/distinfo
1.155+4-4databases/sqlite3-docs/distinfo
1.224+4-4databases/sqlite3/distinfo
1.96+4-4devel/lemon/distinfo
1.132+3-3databases/sqlite3/Makefile.common
+23-231 files not shown
+25-247 files

NetBSD/pkgsrc 4RnYezCdoc CHANGES-2026

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

NetBSD/pkgsrc GAoP1cVwww/py-django5 distinfo Makefile

   py-django5: updated to 5.2.15

   Django 5.2.15 fixes five security issues with severity “low” in 5.2.14.

   CVE-2026-6873: Signed cookie salt namespace collision

   get_signed_cookie() derived the signing salt by concatenating the cookie name (key) and salt arguments. When distinct name and salt pairs produced the same concatenation, cookies could be accepted in a context different from the one where they were signed.

   Cookies are now signed with an unambiguous salt derivation. For backwards compatibility, cookies signed by older Django versions are accepted until Django 7.0. Projects affected by the above ambiguity should set SIGNED_COOKIE_LEGACY_SALT_FALLBACK to False to reject older cookies immediately.

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

   CVE-2026-7666: Potential unencrypted email transmission via STARTTLS in the SMTP backend

   When using EMAIL_USE_TLS, a failed STARTTLS handshake could leave a partially-initialized connection that would subsequently be reused for sending email without encryption. This can occur with fail_silently=True, as used by send_mail() and BrokenLinkEmailsMiddleware, among others. Connections configured with EMAIL_USE_SSL are not affected.

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

   CVE-2026-8404: Potential exposure of private data via case-sensitive Cache-Control directives

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

NetBSD/pkgsrc m1RLQVjwww/py-django distinfo Makefile

   py-django: updated to 6.0.6

   Django 6.0.6 fixes five security issues with severity “low” and one bug in 6.0.5.

   CVE-2026-6873: Signed cookie salt namespace collision

   get_signed_cookie() derived the signing salt by concatenating the cookie name (key) and salt arguments. When distinct name and salt pairs produced the same concatenation, cookies could be accepted in a context different from the one where they were signed.

   Cookies are now signed with an unambiguous salt derivation. For backwards compatibility, cookies signed by older Django versions are accepted until Django 7.0. Projects affected by the above ambiguity should set SIGNED_COOKIE_LEGACY_SALT_FALLBACK to False to reject older cookies immediately.

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

   CVE-2026-7666: Potential unencrypted email transmission via STARTTLS in the SMTP backend

   When using EMAIL_USE_TLS, a failed STARTTLS handshake could leave a partially-initialized connection that would subsequently be reused for sending email without encryption. This can occur with fail_silently=True, as used by send_mail() and BrokenLinkEmailsMiddleware, among others. Connections configured with EMAIL_USE_SSL are not affected.

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

   CVE-2026-8404: Potential exposure of private data via case-sensitive Cache-Control directives

    [22 lines not shown]
VersionDeltaFile
1.128+4-4www/py-django/distinfo
1.156+2-2www/py-django/Makefile
+6-62 files

NetBSD/pkgsrc KGWclP0doc CHANGES-2026

   Updated net/freeradius
VersionDeltaFile
1.3489+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc EpH2OQunet/freeradius distinfo Makefile.common, net/freeradius-freetds Makefile

   freeradius: updated to 3.2.10

   3.2.10
   The focus of this release is stability.
VersionDeltaFile
1.53+4-4net/freeradius/distinfo
1.19+2-2net/freeradius/Makefile.common
1.37+1-2net/freeradius-freetds/Makefile
1.45+1-2net/freeradius-rest/Makefile
+8-104 files

NetBSD/pkgsrc YB6i5ekdoc CHANGES-2026

   doc: updated graphics/tkimg to 2.1.1
VersionDeltaFile
1.3488+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 5izPQhtgraphics/tkimg distinfo Makefile

   Update to version 2.1.1

   2026/03/04: Version 2.1.1
   Patch release.
       Updated external libraries: JPEG 10.0, PNG 1.6.48, TIFF 4.7.1, ZLIB 1.3.2.
       Fixed FLIR and RAW parser to work correctly on big-endian systems.

   2025/06/22: Version 2.1.0
   Maintenance release.
       Updated external libraries: PNG 1.6.48.
       Improved RAW image handler to handle all data types correctly.
       Fixed bug compiling with MSYS2/Clang64.
VersionDeltaFile
1.2+4-4graphics/tkimg/distinfo
1.3+2-2graphics/tkimg/Makefile
+6-62 files

NetBSD/pkgsrc LillGI1doc CHANGES-2026

   doc: Updated lang/joker to 1.8.1
VersionDeltaFile
1.3487+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hudUSralang/joker distinfo Makefile

   joker: update to 1.8.1

   General improvements
   - Add joker.mail namespace

   Linter improvements
   - Implement more thorough type checking
   - Fix redundant do linter warning in joker.better-cond/cond
VersionDeltaFile
1.16+4-4lang/joker/distinfo
1.42+2-2lang/joker/Makefile
+6-62 files

NetBSD/pkgsrc qR6T9HTfilesystems/fuse Makefile DESCR, filesystems/fuse3 DESCR Makefile

   filesystems/fuse{,3}: Tidy, NFCI

     - Align DESCR to each other, taking the text that describes what the
       package is, vs marketing copy about FUSE.  Explain fuse2 vs 3, and
       add a NetBSD-only see-also to perfused(8).
     - trim duplicate bsd.prefs.mk
     - align whitespace between versions to reduce diffs
     - reorder some lines to reduce diffs

   Likely more diff-reduction could be done, but this is what I felt
   confident would not cause even any binary change in the package.
VersionDeltaFile
1.21+13-18filesystems/fuse/Makefile
1.5+11-9filesystems/fuse/DESCR
1.3+10-3filesystems/fuse3/DESCR
1.2+3-8filesystems/fuse3/Makefile
+37-384 files

NetBSD/pkgsrc qPxtZfxfilesystems/perfuse DESCR

   filesystems/perfuse: Explain why this is ~never built

   perfuse is part of the NetBSD base system since 6, so while packages
   depend on this to ensure perfuse, the package is ~never built.
VersionDeltaFile
1.7+9-5filesystems/perfuse/DESCR
+9-51 files

NetBSD/pkgsrc uVllgFxdoc CHANGES-2026

   doc: Updated editors/vim-share to 9.2.0593
VersionDeltaFile
1.3486+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc d9cSn77editors/vim-share distinfo version.mk

   Update to version 9.2.0593.

   Changes:
   - patch 9.2.0593: :wqall ignores term_setkill() on running terminal buffers
   - patch 9.2.0592: Error when restoring session with terminal window
   - patch 9.2.0591: 'scrolljump' ignored when scrolling up
   - patch 9.2.0590: GTK4: drawing area loses focus shape on popup menu open
   - patch 9.2.0589: filetype: xinitrc files are not recognized
   - runtime(doc): Update mapping descriptions
   - runtime(kitty): Fix regex for kittyMapSeq region
   - patch 9.2.0588: GTK4: drawing area loses focus after closing a menubar popover
   - patch 9.2.0587: GTK4: left scrollbar overlaps drawarea
   - runtime(doc): fix a typo in :write-plugin
   - runtime(doc): Tweak documentation style
   - runtime(cpp): recognize C++23 stdfloat types
   - patch 9.2.0586: Crash with TextPut autocmd when pasting in terminal buffer
   - runtime(c): classify type qualifiers, function specifiers and C23 attributes
   - patch 9.2.0585: line number wrong after undoing a deletion in quickfix buffer
   - runtime(sgf): Include sgf syntax script

    [28 lines not shown]
VersionDeltaFile
1.238+4-4editors/vim-share/distinfo
1.174+2-2editors/vim-share/version.mk
1.91+1-0editors/vim-share/PLIST
+7-63 files

NetBSD/pkgsrc LseGkSTdoc CHANGES-2026

   doc: Updated pkgtools/pkglint to 23.21.0
VersionDeltaFile
1.3485+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc J2z5qtxpkgtools/pkglint distinfo Makefile

   pkgtools/pkglint: update to 23.21.0

   Changes since 23.20.0 from 2026-01-31:

   Warn about removed files that are still in CVS.

   Allow the note about the "!=" assignment operator to be suppressed using
   the standard rationale. Previously, the comment needed to be on the same
   line, the line above didn't work.

   Only allow ${RUN} at the beginning of a shell execution line, as that
   variable expands to a "@".

   Explain how to suppress diagnostics.

   Allow the error about omf-scrollkeeper.mk to be suppressed.
VersionDeltaFile
1.42+4-4pkgtools/pkglint/distinfo
1.811+2-3pkgtools/pkglint/Makefile
+6-72 files

NetBSD/pkgsrc DeS760sdoc CHANGES-2026

   doc: Updated security/cargo-auditable to 0.7.5
VersionDeltaFile
1.3484+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hj7OSMjsecurity/cargo-auditable Makefile distinfo

   security/cargo-auditable: update to 0.7.5

    - No ChangeLog provided.
VersionDeltaFile
1.2+5-5security/cargo-auditable/Makefile
1.2+4-4security/cargo-auditable/distinfo
1.2+0-0security/cargo-auditable/cargo-depends.mk
+9-93 files

NetBSD/pkgsrc 4YM8RN6doc CHANGES-2026

   Updated security/pcsc-tools
VersionDeltaFile
1.3483+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VbMjgPQsecurity/pcsc-tools distinfo Makefile

   pcsc-tools: updated to 1.7.5

   1.7.5

   po/PACKAGE: add Georgian

   pcsc_scan: handle the case of an error during SCardGetStatusChange

   If SCardGetStatusChange() returns in error then stop the spinner thread
   before exiting.
VersionDeltaFile
1.20+4-4security/pcsc-tools/distinfo
1.31+2-3security/pcsc-tools/Makefile
1.7+2-1security/pcsc-tools/PLIST
+8-83 files

NetBSD/pkgsrc GmRCD6Wdoc CHANGES-2026

   Updated games/vcmi
VersionDeltaFile
1.3482+2-1doc/CHANGES-2026
+2-11 files