NetBSD/pkgsrc-wip 970d80bsayonara Makefile

sayonara: fix depends
DeltaFile
+2-0sayonara/Makefile
+2-01 files

NetBSD/src rCuNsTvsys/arch/aarch64/aarch64 pmap_machdep.c pmap.c, sys/arch/aarch64/include pmap.h

   pmap: move userland xtab activate/deactivate into pmap_md_asid{,de}activate

   pmap_segtab_{,de}activate() no longer calls pmap_md_xtab_{,de}activate()

   Instead move the calls into
       - pmap_tlb_asid_acquire()
       - pmap_tlb_asid_deactivate()

   respectively.

   Rename xtab to asid at the same time so that the functions are now named
   pmap_md_asid_{,de}activate(), and are provided as static inline to improve
   code size.

   On arm32 and aarch64 TTBR0 is disabled for the entire time that a userland
   process in not pmap_activate()ed and only ever enabled if a userland
   process is pmap_activate()ed. This results in less twiddling of the disable
   bit, and no speculation window there incorrect TTBR0 walks can occur.

   The last part makes GENERIC64_PMAPMI stable on Fusion on an M4 laptop.
VersionDeltaFile
1.448+18-93sys/arch/arm/arm32/pmap.c
1.13+11-72sys/arch/aarch64/aarch64/pmap_machdep.c
1.179+60-1sys/arch/arm/include/arm32/pmap.h
1.60+48-1sys/arch/aarch64/include/pmap.h
1.154+13-34sys/arch/aarch64/aarch64/pmap.c
1.26+2-35sys/arch/riscv/riscv/pmap_machdep.c
+152-23610 files not shown
+234-27516 files

NetBSD/src qydPaq1external/mpl/bind/lib Makefile.inc

   bind: re-enable some suppressed lint warnings

   An amd64 build works fine without them.
VersionDeltaFile
1.3+1-3external/mpl/bind/lib/Makefile.inc
+1-31 files

NetBSD/pkgsrc ERW7ZB2doc CHANGES-2026 TODO

   doc: Updated graphics/openexr to 3.4.10
VersionDeltaFile
1.2457+2-1doc/CHANGES-2026
1.27133+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc C9LErfTgraphics/openexr distinfo Makefile

   openexr: update to 3.4.10.

   ## Version 3.4.10 (April 16, 2026)

   Patch release that addresses the following security vulnerabilities:

   * [CVE-2026-39886](https://www.cve.org/CVERecord?id=CVE-2026-39886) HTJ2K Signed Integer Overflow in `ht_undo_impl()`
   * [CVE-2026-40244](https://www.cve.org/CVERecord?id=CVE-2026-40244) Integer overflow in DWA `setupChannelData` `planarUncRle` pointer arithmetic (missed variant of CVE-2026-34589)
   * [CVE-2026-40250](https://www.cve.org/CVERecord?id=CVE-2026-40250) Integer overflow in DWA decoder `outBufferEnd` pointer arithmetic (missed variant of CVE-2026-34589)

   ### Merged Pull Requests

   * [2346](https://github.com/AcademySoftwareFoundation/openexr/pull/2346)
   Fix integer overflow in internal_dwa_compressor.h
   * [2345](https://github.com/AcademySoftwareFoundation/openexr/pull/2345)
   Fix HTJ2K bytes-per-line integer overflow in internal_ht.cpp
   * [2340](https://github.com/AcademySoftwareFoundation/openexr/pull/2340)
   Fix 3.4.9 cve list formatting
   * [2339](https://github.com/AcademySoftwareFoundation/openexr/pull/2339)

    [24 lines not shown]
VersionDeltaFile
1.73+4-4graphics/openexr/distinfo
1.81+2-2graphics/openexr/Makefile
+6-62 files

NetBSD/pkgsrc Bynm5dtdoc CHANGES-2026 TODO

   doc: Updated textproc/libxmlb to 0.3.26
VersionDeltaFile
1.2456+2-1doc/CHANGES-2026
1.27132+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc x15woHatextproc/libxmlb distinfo Makefile

   libxmlb: update to 0.3.26.

   Version 0.3.26
   ~~~~~~~~~~~~~~
   Released: 2026-04-14

   New Features:
    - Parse CDATA as text (Milan Crha)

   Bugfixes:
    - Add bounds check to prevent OOB read in token index lookup (Richard Hughes)
    - Do not write an invalid silo when more than 63 attrs on one node (Richard Hughes)
    - No inotify for illumos and Solaris (Marcel Telka)
    - Prevent stack overflow from unbounded recursion in export (Richard Hughes)
VersionDeltaFile
1.4+4-4textproc/libxmlb/distinfo
1.9+2-3textproc/libxmlb/Makefile
+6-72 files

NetBSD/pkgsrc aT8jwAidoc CHANGES-2026 TODO

   doc: Updated graphics/libsixel to 1.8.7r1
VersionDeltaFile
1.2455+2-1doc/CHANGES-2026
1.27131+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 2azqXxEgraphics/libsixel Makefile distinfo

   libsixel: update to 1.8.7r1.

   Security fix for CVE-2026-33023 (GHSA-hr25-g2j6-qjw6), use-after-free in load_with_gdkpixbuf().
   Thanks to @nicoppida

   Security fix for CVE-2026-33018 (GHSA-w46f-jr9f-rgvp), use-after-free in load_gif().
   Thanks to @nicoppida

   Security fix for CVE-2026-33019 (GHSA-c854-ffg9-g72c), integer overflow that leads to out-of-bounds read in img2sixel.
   Thanks to @nicoppida

   Security fix for CVE-2026-33020 (GHSA-2xgm-4x47-2x2p), integer overflow in write_png_to_file() that leads to heap overflow.
   Thanks to @nicoppida

   Security fix for CVE-2026-33021 (GHSA-j6m5-2cc7-3whc), use-after-free in sixel_encoder_encode_bytes().
   Thanks to @nicoppida

   Security fix for #222, out-of-bounds memory access in packed pixel format copy path.
   Thanks to @xyzzy42

    [12 lines not shown]
VersionDeltaFile
1.83+5-4graphics/libsixel/Makefile
1.29+4-4graphics/libsixel/distinfo
+9-82 files

NetBSD/pkgsrc C15dqpSdoc CHANGES-2026 TODO

   doc: Updated graphics/libexif to 0.6.26
VersionDeltaFile
1.2454+2-1doc/CHANGES-2026
1.27130+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 9iPgBfRgraphics/libexif distinfo Makefile

   libexif: update to 0.6.26.

   libexif-0.6.26 (2026-04-14):

   * Security issues fixed:
     * CVE-2026-40386: An unsigned integer underflow in Fuji and Olympus makernote handling
     * CVE-2026-40385: An unsigned integer overflow on 32bit systems in Nikon makernote handling
     * CVE-2026-32775: A buffer overwrite via integer underflow in makernote handling
   * handle JPEG APP3 marker
   * added EXIF_TAG_IMAGE_DEPTH tag

   * translations updated: Arabic, German, Spanish, Polish, Romanian,
     Serbian, Swedish, Ukrainian, Chinese
VersionDeltaFile
1.38+4-4graphics/libexif/distinfo
1.55+2-2graphics/libexif/Makefile
1.24+1-0graphics/libexif/PLIST
+7-63 files

NetBSD/pkgsrc OIhS2RZdoc CHANGES-2026

   doc: Updated print/cups to 2.4.17
VersionDeltaFile
1.2453+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc t6rhYardoc CHANGES-2026

   doc: Updated print/cups-base to 2.4.17
VersionDeltaFile
1.2452+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc sD3EX7Xdoc TODO CHANGES-2026

   doc: Updated print/libcups to 2.4.17
VersionDeltaFile
1.27129+1-2doc/TODO
1.2451+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc X5gTZAwprint/cups Makefile.common Makefile, print/cups-base distinfo Makefile

   *cups*: update to 2.4.17

   Changes in CUPS v2.4.17 (2026-04-17)
   ------------------------------------

   - CVE-2026-27447: The scheduler treated local user and group names as case-
     insensitive.
   - CVE-2026-34978: The RSS notifier could write outside the scheduler's RSS
     directory.
   - CVE-2026-34980: The scheduler did not filter control characters from option
     values.
   - CVE-2026-34979: The scheduler did not always allocate enough memory for a
     job's options string.
   - CVE-2026-34990: The scheduler incorrectly allowed local certificates over the
     loopback interface.
   - CVE-2026-39314: Fixed the range check for job password strings.
   - CVE-2026-39316: Fixed a printer subscription bug in the scheduler.
   - CVE-2026-NNNNN: Fixed a SNMP string conversion bug in the backends.
   - The scheduler followed symbolic links when cleaning out its temporary

    [28 lines not shown]
VersionDeltaFile
1.5+15-15print/cups-base/patches/patch-scheduler-main.c
1.48+6-6print/cups-base/distinfo
1.6+5-5print/cups-base/patches/patch-scheduler_auth.c
1.27+2-2print/cups/Makefile.common
1.83+1-2print/cups-base/Makefile
1.302+1-2print/cups/Makefile
+30-321 files not shown
+31-347 files

NetBSD/pkgsrc 26tLNaTdoc TODO CHANGES-2026

   doc: Updated textproc/jsongrep to 0.9.0
VersionDeltaFile
1.27128+1-2doc/TODO
1.2450+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc Sad2Jbmtextproc/jsongrep distinfo Makefile

   jsongrep: update to 0.9.0.

   What's Changed

       feat: add first github pages playground by @thomas9911 in #31
       refactor(cli): --porcelain flag, make --count/ --depth mutually exclusive, --depth with query by @micahkepe in #32
VersionDeltaFile
1.3+4-4textproc/jsongrep/distinfo
1.3+2-2textproc/jsongrep/Makefile
+6-62 files

NetBSD/pkgsrc AMrnZHydoc CHANGES-2026 TODO

   doc: Updated devel/jjui to 0.10.3
VersionDeltaFile
1.2449+2-1doc/CHANGES-2026
1.27127+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc tqWEU61devel/jjui distinfo go-modules.mk

   jjui: update to 0.10.3.

   This release includes new Lua customisation support, repo-local
   configuration, preview sizing improvements, and a set of UI fixes.
   There were also some internal changes around action routing and
   rendering, so if something feels broken or behaves differently,
   please let me know.
VersionDeltaFile
1.17+58-46devel/jjui/distinfo
1.10+18-14devel/jjui/go-modules.mk
1.26+2-3devel/jjui/Makefile
+78-633 files

NetBSD/pkgsrc-wip a7e3894. TODO, crush distinfo go-modules.mk

crush: update to 0.60.0
DeltaFile
+297-288crush/distinfo
+98-95crush/go-modules.mk
+1-1crush/Makefile
+0-1TODO
+396-3854 files

NetBSD/pkgsrc 4HorYjAdoc CHANGES-2026

   doc: Updated www/ruby-propshaft to 1.3.2
VersionDeltaFile
1.2448+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc E2NYvXbwww/ruby-propshaft distinfo Makefile

   www/ruby-propshaft: update to 1.3.2

   1.3.2 (2026-04-17)

   What's Changed

   * Add charset=utf-8 to Content-Type for CSS and HTML assets by @flavorjones
     in #264

   New Contributors

   * @flavorjones made their first contribution in #265
VersionDeltaFile
1.2+4-4www/ruby-propshaft/distinfo
1.2+2-2www/ruby-propshaft/Makefile
+6-62 files

NetBSD/pkgsrc JUMep0ddoc CHANGES-2026 TODO

   doc: Updated devel/compiledb-go to 1.6.1
VersionDeltaFile
1.2447+2-1doc/CHANGES-2026
1.27126+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc MXsQMWEdevel/compiledb-go distinfo Makefile

   compiledb-go: update to 1.6.1.

   No change summary provided.
VersionDeltaFile
1.9+4-4devel/compiledb-go/distinfo
1.23+2-3devel/compiledb-go/Makefile
+6-72 files

NetBSD/pkgsrc 84Oiptodoc TODO CHANGES-2026

   doc: Updated graphics/OpenJPH to 0.27.0
VersionDeltaFile
1.27125+2-3doc/TODO
1.2446+2-1doc/CHANGES-2026
+4-42 files

NetBSD/pkgsrc dfA8fXTdoc CHANGES-2026

   doc: Updated www/ruby-css-parser to 2.0.0
VersionDeltaFile
1.2445+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8PqhGXSgraphics/OpenJPH distinfo Makefile

   OpenJPH: update to 0.27.0.

   What's Changed

       Add initial support for oss-fuzz by @palemieux in #249
       Fix OSS-fuzz build by @palemieux in #250
       Renamed file to avoid duplicate library names in custom builds. by @dlemstra in #252
           Validate dimensions in the SIZ marker segment after reading it from a codestream by @palemieux in #253
       Fix: Rule of 3/5/7 violation leads to possible use after free in inadvertent use of copy constructor /assignment. by @geo-ant in #242
       Fix typo in the signature of get_tile_offset() by @palemieux in #254
       Fix oss-fuzz build and improve documentation by @palemieux in #256
       fix move special functions in mem in and outfile by @geo-ant in #258
       Add support for CIFuzz by @palemieux in #259
       Fix race condition in table initialization with multiple threads by @brechtvl in #243
       Fix 32-bit ARM SIGBUS: align elastic allocator payload for coded_lists::buf by @cary-ilm in #262
       Add Linux-ARM32 Build by @palemieux in #263
       Extend fuzzing harness to add more reachability by @DavidKorczynski in #264
       Fix ARM64EC builds by excluding ARM64EC from x64(_M_X64) detection on Windows by @navvyswethgraphics in #265
VersionDeltaFile
1.7+4-4graphics/OpenJPH/distinfo
1.10+2-2graphics/OpenJPH/Makefile
1.5+2-2graphics/OpenJPH/PLIST
+8-83 files

NetBSD/pkgsrc AlKttWUwww/ruby-css-parser distinfo Makefile

   www/ruby-css-parser: update to 2.0.0

   2.0.0 (2026-02-23)

   * Drop ruby <3.2, fix a memory leak
VersionDeltaFile
1.37+4-4www/ruby-css-parser/distinfo
1.35+2-4www/ruby-css-parser/Makefile
+6-82 files

NetBSD/pkgsrc 9dBz7jUdoc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-core to 3.245.0
VersionDeltaFile
1.2444+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc dkfiFjrwww/ruby-aws-sdk-core distinfo Makefile

   www/ruby-aws-sdk-core: update to 3.245.0

   3.245.0 (2026-04-17)

   * Feature - Updated Aws::STS::Client with the latest API changes.

   * Feature - The STS client now supports configuring SigV4a through the auth
     scheme preference setting.  SigV4a uses asymmetric cryptography, enabling
     customers using long-term IAM credentials to continue making STS API calls
     even when a region is isolated from the partition leader.

   * Issue - Explicitly set 0600 permissions on SSO/login cache files.
VersionDeltaFile
1.75+4-4www/ruby-aws-sdk-core/distinfo
1.74+2-2www/ruby-aws-sdk-core/Makefile
+6-62 files