NetBSD/src 0aYR70Susr.sbin/syslogd syslogd.c

   syslogd: Add missing SLIST_INIT()

    Add missing SLIST_INIT() in main(). This is not a real bug
   because the tls_opt is in BSS and SLIST_INIT() assign NULL.
   Written by Masakazu OOHASHI at IIJ.
VersionDeltaFile
1.155+4-2usr.sbin/syslogd/syslogd.c
+4-21 files

NetBSD/src eIOYn9kusr.sbin/syslogd tls.c syslogd.c

   syslogd: Consistently use FREEPTR() for debugging
VersionDeltaFile
1.27+12-12usr.sbin/syslogd/tls.c
1.154+7-7usr.sbin/syslogd/syslogd.c
+19-192 files

NetBSD/src LFcw8fzusr.sbin/syslogd syslogd.c extern.h

   syslogd: Make some linebuf related variables static
VersionDeltaFile
1.153+4-4usr.sbin/syslogd/syslogd.c
1.5+1-3usr.sbin/syslogd/extern.h
+5-72 files

NetBSD/src 5Cw2wdJusr.sbin/syslogd syslogd.h

   syslogd: Remove unused MAXSVLINE
VersionDeltaFile
1.11+1-2usr.sbin/syslogd/syslogd.h
+1-21 files

NetBSD/src KWgD6Q3usr.sbin/syslogd syslogd.c syslogd.h

   syslogd: KNF. No functional change
VersionDeltaFile
1.152+30-24usr.sbin/syslogd/syslogd.c
1.10+14-13usr.sbin/syslogd/syslogd.h
1.26+10-10usr.sbin/syslogd/tls.c
1.10+7-7usr.sbin/syslogd/sign.c
1.4+4-4usr.sbin/syslogd/sign.h
1.4+2-2usr.sbin/syslogd/tls.h
+67-606 files

NetBSD/src EFgpSunusr.sbin/syslogd syslogd.c

   syslogd: Retry sendto() if it raises EBUSY, too

    Written by Masakazu OOHASHI at IIJ.
VersionDeltaFile
1.151+3-2usr.sbin/syslogd/syslogd.c
+3-21 files

NetBSD/pkgsrc CPRz9ZWemulators/suse15_gcc12 Makefile distinfo

   suse_gcc12: support static linking

   Allow creation of Linux binaries that do not need any of the suse_* packages installed.
   Add glibc-devel-static.
   Bump PKGREVISION.

   Test:
   # /emul/linux/usr/bin/gcc-12 -static -o hellolinux hello.c
   # file hellolinux
   hellolinux: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=89293d07b15722eb4b069afda0d48e6c62115e22, for GNU/Linux 3.2.0, with debug_info, not stripped
   # pkg_delete suse_gcc12 suse_binutils suse_base
   # rm -r /emul/linux
   # ./hellolinux
   hello, world
VersionDeltaFile
1.3+3-2emulators/suse15_gcc12/Makefile
1.3+4-1emulators/suse15_gcc12/distinfo
+7-32 files

NetBSD/pkgsrc K3c67k9doc CHANGES-2026

   Updated www/py-autobahn, textproc/py-wcmatch, print/py-octoprint, www/py-zensical
VersionDeltaFile
1.4203+5-1doc/CHANGES-2026
+5-11 files

NetBSD/src QCHq2Efusr.sbin/syslogd tls.c

   syslogd: Fix memory-leak during tls_send()

    Dealocate unhandled line buffers when error occurred.
   Note that it's freed in dispatch_tls_send() on success.
   Found and fixed by Masakazu OOHASHI at IIJ.
VersionDeltaFile
1.25+4-2usr.sbin/syslogd/tls.c
+4-21 files

NetBSD/src dNU769Wusr.sbin/syslogd tls.c

   syslogd: Fix mem-leak of match_hostname()

    ASN1_OCTET_STRING must be deallocated.
   Found and fixed by Masakazu OOHASHI at IIJ.
VersionDeltaFile
1.24+20-10usr.sbin/syslogd/tls.c
+20-101 files

NetBSD/src XVTU1j8usr.sbin/syslogd tls.c

   syslogd: Use X509_free() to deallocate certfile data in init_global_TLS_CTX()

    Found and fixed by Masakazu OOHASHI at IIJ.
VersionDeltaFile
1.23+4-2usr.sbin/syslogd/tls.c
+4-21 files

NetBSD/pkgsrc JYn1xNlaudio/sox_ng PLIST Makefile, audio/sox_ng/patches patch-src_oss.c patch-src_sox__ng.c

   sox_ng: update to 14.8.0.1.

   Enable compatibility symlinks so this can replace the unmaintained sox
   package.

   Enable test target.

   sox_ng-14.8.0.1      2026-05-26
   ---------------

   Changes since 14.8.0:

     o Fix builds without FFTW giving all-black spectrograms, broken in 14.8.0
     o Trivial fixes to the docs


   sox_ng-14.8.0        2026-05-18
   -------------


    [258 lines not shown]
VersionDeltaFile
1.2+18-0audio/sox_ng/PLIST
1.2+7-6audio/sox_ng/Makefile
1.2+4-7audio/sox_ng/distinfo
1.2+1-1audio/sox_ng/patches/patch-src_oss.c
1.2+1-1audio/sox_ng/patches/patch-src_sox__ng.c
1.2+1-1audio/sox_ng/patches/patch-src_sunaudio.c
+32-166 files

NetBSD/src zDTqfJrusr.sbin/syslogd tls.c

   syslogd: Fix memory leak in match_certfile()

    Found and fixed by Masakazu OOHASHI at IIJ.
VersionDeltaFile
1.22+8-6usr.sbin/syslogd/tls.c
+8-61 files

NetBSD/src ULc8B6yusr.sbin/syslogd syslogd.c

   syslogd: Fix incorrect comparison in buf_queue_obj_size()

    Found and fixed by Masakazu OOHASHI at IIJ.
VersionDeltaFile
1.150+4-4usr.sbin/syslogd/syslogd.c
+4-41 files

NetBSD/src 83t62wAusr.sbin/syslogd syslogd.c

   syslogd: Fix a bug that tls_ca mistakenly matches tls_cadir

    Found and fixed by Masakazu OOHASHI at IIJ.
VersionDeltaFile
1.149+3-3usr.sbin/syslogd/syslogd.c
+3-31 files

NetBSD/src DHX8pJFsys/net if_spppsubr.c

   sppp: Fix double counting and missing counts
VersionDeltaFile
1.299+24-8sys/net/if_spppsubr.c
+24-81 files

NetBSD/pkgsrc tIxfL2Ewww/py-zensical PLIST distinfo

   py-zensical: updated to 0.0.46

   0.0.46

   This version improves search result quality and includes several bug fixes and refactorings.
VersionDeltaFile
1.2+88-7www/py-zensical/PLIST
1.3+19-19www/py-zensical/distinfo
1.4+11-10www/py-zensical/Makefile
1.3+5-5www/py-zensical/cargo-depends.mk
+123-414 files

NetBSD/src XTmRtnlsys/arch/aarch64/aarch64 locore_el2.S

   aarch64: actually set SCTLR_EL2.EOS=1

   Set SCTLR_EL2.EOS=1 if FEAT_ExS is supported as the previous change
   expects it. (SCTLR_EL2 != SCTLR_EL1, oops)
VersionDeltaFile
1.13+22-4sys/arch/aarch64/aarch64/locore_el2.S
+22-41 files

NetBSD/pkgsrc kP8EufXprint/py-octoprint Makefile distinfo

   py-octoprint: updated to 1.11.8

   1.11.8

   Security fixes

   XSS in Suppressed Command Notifications, severity Moderate (4.6): OctoPrint versions up to and including 1.11.7 as well as 2.0.0rc1 and 2.0.0rc2 are affected by a vulnerability that allows injection of arbitrary HTML and JavaScript into Suppressed Command notifications popups generated by the printer.

   An attacker who successfully convinces a victim to print a specially crafted file could exploit this issue to disrupt ongoing prints, extract information (including sensitive configuration settings, if the targeted user has the necessary permissions for that), or perform other actions on behalf of the targeted user within the OctoPrint instance.

   See also the GitHub Security Advisory and CVE-2026-35163.

   File exfiltration possible via further parameter injection on upload endpoints, severity High (7.0): OctoPrint versions up until and including 1.11.7 as well as 2.0.0rc1 and 2.0.0rc2 contain a vulnerability that allows an attacker with the FILE_UPLOAD permission to exfiltrate files from the host that OctoPrint has read access to, by moving them into the upload folder where they then can be downloaded from. This vulnerability was already reported as GHSA-m9jh-jf9h-x3h2/CVE-2025-48067 but the fix provided in OctoPrint 1.11.2 turned out to be incomplete.

   The primary risk lies in the potential exfiltration of secrets stored inside OctoPrint's config, or further system files. By removing important runtime files, this could also be used to impact the availability of the host after an attempted server restart. Given that the attacker requires a user account with file upload permissions, the actual impact of this should however hopefully be minimal in most cases.

   See also the GitHub Security Advisory and CVE-2026-54134.

   Bug fixes

    [2 lines not shown]
VersionDeltaFile
1.19+4-6print/py-octoprint/Makefile
1.11+4-4print/py-octoprint/distinfo
+8-102 files

NetBSD/pkgsrc RQDPXmatextproc/py-wcmatch distinfo Makefile

   py-wcmatch: updated to 10.2.1

   10.2.1
   - **FIX**: Properly update project requirements to ensure usage of `bracex` 3.0.
VersionDeltaFile
1.14+4-4textproc/py-wcmatch/distinfo
1.16+3-3textproc/py-wcmatch/Makefile
+7-72 files

NetBSD/pkgsrc Wlh5Thwwww/py-autobahn PLIST Makefile

   py-autobahn: updated to 26.6.2

   26.6.2

   **WAMP Cryptosign**

   * Fix ``import autobahn.wamp.cryptosign`` raising ``TypeError: unsupported operand type(s) for |: 'str' and 'NoneType'`` on CPython 3.11/3.12/3.13 when crypto support (``nacl``) is installed. A ``ruff`` ``UP007`` autofix in 26.6.1 had rewritten ``Optional["ISecurityModule"]`` to ``"ISecurityModule" | None`` in a module that lacks ``from __future__ import annotations``, so the string forward-reference union was evaluated eagerly at class-definition time (CPython 3.14 was unaffected because PEP 649 defers annotation evaluation). The regression broke WAMP-cryptosign and any importer with crypto dependencies present (e.g. ``xbr``, Crossbar.io) on CPython < 3.14. Added ``from __future__ import annotations`` to ``cryptosign.py`` to defer annotation evaluation
VersionDeltaFile
1.25+12-7www/py-autobahn/PLIST
1.49+5-6www/py-autobahn/Makefile
1.36+4-4www/py-autobahn/distinfo
+21-173 files

NetBSD/pkgsrc KVQwdsPdoc CHANGES-2026

   Updated devel/SDL3, net/icinga2
VersionDeltaFile
1.4202+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 275J3cLnet/icinga2 distinfo Makefile

   icinga2: updated to 2.16.3

   2.16.3 (2026-07-01)

   This is a hotfix release that fixes a regression with the `Json.decode()` DSL function that was introduced in v2.16.2:
   The addition of a second argument to the internal `JsonDecode()` function unintentionally leaked into the DSL as a
   required argument. This version restores the old and intended behavior of `Json.decode()`.

   Changes

   * Restore single-argument `Json.decode()` in the DSL
   * Add the upgrading documentation for v2.15.1 again, which went missing with the v2.16.0 release
VersionDeltaFile
1.14+4-4net/icinga2/distinfo
1.29+2-2net/icinga2/Makefile
+6-62 files

NetBSD/src Fsjr5hdsys/net if_spppsubr.c

   sppp: use time_uptime32 and atomic_loadstore for safety
VersionDeltaFile
1.298+10-8sys/net/if_spppsubr.c
+10-81 files

NetBSD/pkgsrc OC6VNsJdevel/SDL3 distinfo Makefile

   SDL3: updated to 3.4.12

   3.4.12

   This is a stable bugfix release, with the following changes:

   Fixed an assert on Windows in SDL_SetWindowOpacity()
   Improved support for external surfaces under Wayland
   Fixed visual artifacts when switching render targets with the Vulkan renderer
   Fixed crash rendering YUV textures on NVIDIA drivers with the Vulkan renderer
   Added SDL_HINT_ENABLE_STEAM_SCREEN_KEYBOARD to customize behavior on Steam Deck and Steam Machine
   Improved support for gamepads under Emscripten
   Added hotplug detection support when using libusb for HIDAPI controllers
   Fixed flipped Xbox 360 controller axes on macOS
   Fixed truncated long text input sequences when using sdl2-compat
VersionDeltaFile
1.11+4-4devel/SDL3/distinfo
1.12+2-2devel/SDL3/Makefile
1.12+2-2devel/SDL3/PLIST
+8-83 files

NetBSD/pkgsrc XPfZB7Bdoc CHANGES-2026

   Updated databases/py-apsw, devel/py-argcomplete, devel/py-coverage, time/py-croniter
VersionDeltaFile
1.4201+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc zFMYeC3time/py-croniter distinfo Makefile

   py-croniter: updated to 6.2.3

   6.2.3 (2026-07-02)

   Features and Improvements
   - Fix quadratic expansion of comma-separated range lists for a large speed-up on expressions with many ranges.

   Bugfixes
   - Reject a zero step (e.g. ``5-5/0``) in equal and reversed cron ranges instead of silently accepting it.
   - Fix ``expand_from_start_time`` month low-bound off-by-one so stepped month ranges start on the correct month.
VersionDeltaFile
1.3+4-4time/py-croniter/distinfo
1.3+3-3time/py-croniter/Makefile
+7-72 files

NetBSD/pkgsrc TdNxR2Cdevel/py-coverage distinfo Makefile

   py-coverage: updated to 7.15.0

   Version 7.15.0 — 2026-07-02

   - Since 7.14.0, reporting commands implicitly combine parallel data files. Now
     those commands have a new option ``--keep-combined`` to retain the data files
     after combining them instead of the default, which is to delete them.
     Finishes `issue 2198`_.

   - Fix: the LCOV report would incorrectly count excluded functions as uncovered,
     as described in `issue 2205`_. This is now fixed thanks to `Martin Kuntz
     Jacobsen <pull 2206_>`_.

   - When running your program, coverage now correctly sets
     ``yourmodule.__spec__.loader`` as `strongly recommended <--loader--_>`_,
     avoiding the deprecation warning described in `issue 2208`_. Thanks, `A5rocks
     <pull 2209_>`_.

   - Fix: with Python 3.10, running with the ``-I`` (isolated mode) option didn't

    [3 lines not shown]
VersionDeltaFile
1.78+4-4devel/py-coverage/distinfo
1.92+2-2devel/py-coverage/Makefile
+6-62 files

NetBSD/pkgsrc Ehhev4Jdevel/py-argcomplete distinfo PLIST

   py-argcomplete: updated to 3.7.0

   Changes for v3.7.0 (2026-06-30)

   - Escape glob and brace metacharacters in quote_completions
   - Quote prefix passed to compgen in FilesCompleter
   - Remove deprecated easy_install script detection
   - Type hinting improvements
VersionDeltaFile
1.43+4-4devel/py-argcomplete/distinfo
1.14+1-5devel/py-argcomplete/PLIST
1.52+2-2devel/py-argcomplete/Makefile
+7-113 files

NetBSD/pkgsrc jsGHPgwdatabases/py-apsw distinfo Makefile

   py-apsw: updated to 3.53.3.0

   3.53.3.0

   pyodide (web assembly) builds are now published to pypi, thanks to version 4 of cibuildwheel.

   Async breaking changes: This SQLite release requires the database mutex for some APIs that it did not before. The following were direct values, but now must be awaited: Connection.changes() Connection.get_autocommit() Connection.in_transaction Connection.last_insert_rowid() Connection.total_changes()

   The closure extension was removed from SQLite extra by SQLite. Common table expressions are a better approach.

   Remove the logger on module unload (APSW issue 620)
VersionDeltaFile
1.64+4-4databases/py-apsw/distinfo
1.96+2-2databases/py-apsw/Makefile
+6-62 files