NetBSD/pkgsrc-wip 4ee2838efl distinfo, efl/patches patch-src_lib_eet_eet__image.c

efl: backport upstream patch

Backport existing eet upstream patch.
Already upstreamed as part of pull request:
https://git.enlightenment.org/enlightenment/efl/pulls/130
While not mandatory for building efl,
all existing patches closely follow OpenBSD logic,
thefore adding this to pkgsrc as well.
DeltaFile
+19-0efl/patches/patch-src_lib_eet_eet__image.c
+1-0efl/distinfo
+20-02 files

NetBSD/src eLwcwYisbin/mount_lfs mount_lfs.c

   mount_lfs: Build fix: s/unreachable()/__unreachable()/

   <stddef.h> only declares unreachable() for C23 or later.

   Here, as <sys/cdefs.h> is already being included, just
   use one of its definitions directly, rather than attempting
   to do so indirectly via <stddef.h>

   This can be changed to anything else that works of course.
VersionDeltaFile
1.43+3-3sbin/mount_lfs/mount_lfs.c
+3-31 files

NetBSD/pkgsrc-wip b8d1bbeefl distinfo, efl/patches patch-src_lib_elementary_Efl__Ui.h patch-src_lib_ecore_efl__exe.c

efl: mark upstream merged patches

This commit's patches were upstreamed as part of pull request:
https://git.enlightenment.org/enlightenment/efl/pulls/130
DeltaFile
+6-6efl/distinfo
+1-0efl/patches/patch-src_lib_elementary_Efl__Ui.h
+1-0efl/patches/patch-src_lib_ecore_efl__exe.c
+1-0efl/patches/patch-src_lib_ecore_efl__core__proc__env.c
+1-0efl/patches/patch-src_lib_ecore_ecore__exe__posix.c
+1-0efl/patches/patch-src_lib_ecore_Efl__Core.h
+11-61 files not shown
+12-67 files

NetBSD/src cY2vMeBsbin/mount_lfs mount_lfs.c

   mount_lfs(8): Add unreachable() to fix clang build.

   dependall ===> sbin/mount_lfs
   /home/source/ab/HEAD-llvm/src/sbin/mount_lfs/mount_lfs.c:319:1: error: function declared 'noreturn' should not return [-Werror,-Winvalid-noreturn]

   The only two cases in invoke_cleaner are already handled, so the rest
   should be unreachable.
VersionDeltaFile
1.42+5-2sbin/mount_lfs/mount_lfs.c
+5-21 files

NetBSD/src ni4Hl2mdoc CHANGES 3RDPARTY

   new bind
VersionDeltaFile
1.2241+4-4doc/3RDPARTY
1.3286+2-1doc/CHANGES
+6-52 files

NetBSD/src 2z4mNrndistrib/sets/lists/base shl.mi, distrib/sets/lists/debug shl.mi

   bump libdns
VersionDeltaFile
1.412+2-2distrib/sets/lists/debug/shl.mi
1.1048+2-2distrib/sets/lists/base/shl.mi
+4-42 files

NetBSD/src lcwtV60external/mpl/bind/dist/lib/dns catz.c resolver.c, external/mpl/bind/dist/lib/isc work.c

   merge changes between 9.20.24 and 9.20.27
VersionDeltaFile
1.23+429-130external/mpl/bind/dist/lib/dns/validator.c
1.5+401-34external/mpl/bind/dist/lib/isc/work.c
1.30+92-265external/mpl/bind/dist/lib/ns/query.c
1.5+303-51external/mpl/bind/dist/tests/isc/time_test.c
1.28+210-117external/mpl/bind/dist/lib/dns/resolver.c
1.19+151-106external/mpl/bind/dist/lib/dns/catz.c
+1,586-70397 files not shown
+4,794-1,920103 files

NetBSD/src 9oWNYFKexternal/mpl/bind/dist/bin/tests/system README.md, external/mpl/bind/dist/bin/tests/system/digdelv tests_dig.py

   Import bind-9-20-27 (Previous was bind-9-20-24)

   iNotes for BIND 9.20.27#
   New Features#
   Disclose active Negative Trust Anchors with Extended DNS Error 33.
   A Negative Trust Anchor (RFC 7646) turns off DNSSEC validation for a
   domain, so a name that would normally fail validation resolves instead. named
   now marks such answers with Extended DNS Error code 33, "Negative Trust
   Anchor", so operators can see at a glance when a response came back only
   because an NTA was in effect. [GL #6268]
   Feature Changes#
   Speed up RPZ policy zone updates.
   RPZ updates used to be applied one small step at a time, adding overhead on
   large policy zones. Updates are now applied as a single batch, improving
   update performance for large RPZ zones, at the cost of no longer overlapping
   with concurrent updates. [GL #5787] [GL #6270]
   Bug Fixes#
   Ensure NSEC authority does not cross zonecut boundary.
   When using a cached NSEC record to prove that a delegation is insecure, named

    [239 lines not shown]
VersionDeltaFile
1.1+983-0external/mpl/bind/dist/bin/tests/system/digdelv/tests_dig.py
1.1.1.5+541-182external/mpl/bind/dist/bin/tests/system/README.md
1.1.1.21+428-129external/mpl/bind/dist/lib/dns/validator.c
1.1+537-0external/mpl/bind/dist/bin/tests/system/isctest/zone.py
1.1+532-0external/mpl/bind/dist/doc/changelog/changelog-9.20.26.rst
1.1+516-0external/mpl/bind/dist/bin/tests/system/formerr/tests_formerr.py
+3,537-3111,122 files not shown
+22,479-6,1341,128 files

NetBSD/src agWqDvXtests/kernel/arch/m68k stack_pointer.h threadspfunc.S

   t_signal_and_sp: Add m68k support.

   PR kern/59327: user stack pointer is not aligned properly
VersionDeltaFile
1.1+121-0tests/kernel/arch/m68k/execsp.S
1.1+52-0tests/kernel/arch/m68k/contextspfunc.S
1.1+51-0tests/kernel/arch/m68k/signalsphandler.S
1.1+46-0tests/kernel/arch/m68k/threadspfunc.S
1.1+35-0tests/kernel/arch/m68k/stack_pointer.h
+305-05 files

NetBSD/pkgsrc-wip ad5210befl TODO

efl: Add references to ctype(3) abuses

Noticed with Nia and Dimitris while rebuilding efl.
DeltaFile
+2-0efl/TODO
+2-01 files

NetBSD/pkgsrc-wip e641ca4efl distinfo, efl/patches patch-src_lib_eina_eina__file__posix.c

efl: sync with upstream patch

This was upstreamed as part of pull request:
https://git.enlightenment.org/enlightenment/efl/pulls/130
DeltaFile
+6-12efl/patches/patch-src_lib_eina_eina__file__posix.c
+1-1efl/distinfo
+7-132 files

NetBSD/src f1J8K52sys/kern sys_process_lwpstatus.c

   ptrace(2): Fix compat32 register set types in previous.

   Not always `struct reg32' or `struct fpreg32', notably on arm32 --
   make sure to say `process_reg32'/`process_fpreg32'/`process_dbreg32'.
   (Here `compat32' means oabi?)

   Followups for:

   PR port-amd64/60556: panic in process_read_fpregs_xmm

   PR kern/60595: System lockup using gdb(1) on kernel with
   DEBUG+LOCKDEBUG

   PR kern/60658: netbsd32_process_read_dbregs() needs the same fix as
   native amd64 process_read_dbregs()
VersionDeltaFile
1.10+5-5sys/kern/sys_process_lwpstatus.c
+5-51 files

NetBSD/pkgsrc TnZPgaFdevel/bazel Makefile

   bazel: use += for BROKEN_ON_PLATFORM

   From Showta Ishizaki in PR 60666
VersionDeltaFile
1.17+3-3devel/bazel/Makefile
+3-31 files

NetBSD/pkgsrc Ez7fjS8doc TODO

   doc/TODO: + calibre-9.14.
VersionDeltaFile
1.27836+2-2doc/TODO
+2-21 files

NetBSD/pkgsrc-wip 8bdcdb5. Makefile, crates-io-cli PLIST DESCR

crates-io-cli: update to current git-hash

Attempt to fix broken build.
DeltaFile
+1,487-0crates-io-cli/distinfo
+496-0crates-io-cli/cargo-depends.mk
+31-0crates-io-cli/Makefile
+6-0crates-io-cli/DESCR
+2-0crates-io-cli/PLIST
+1-0Makefile
+2,023-06 files

NetBSD/pkgsrc-wip d839e4bwebkit-gtk60 distinfo Makefile, webkit-gtk60/patches patch-Source_ThirdParty_skia_CMakeLists.txt

webkit-gtk60: minor build fixes.
DeltaFile
+18-0webkit-gtk60/patches/patch-Source_ThirdParty_skia_CMakeLists.txt
+1-0webkit-gtk60/distinfo
+1-0webkit-gtk60/Makefile
+20-03 files

NetBSD/pkgsrc juN7RFKlang/php56 distinfo Makefile, lang/php56/patches patch-Zend_zend__multiply.h

   (lang/php56) fix build for aarch64, by importing php85 change. Not fully checked sorry
VersionDeltaFile
1.1+28-0lang/php56/patches/patch-Zend_zend__multiply.h
1.49+2-2lang/php56/Makefile
1.67+2-1lang/php56/distinfo
+32-33 files

NetBSD/src C2pbHcNsys/dev/usb if_zyd.c if_urtw.c

   don't expose us to userland until things are fully initialized.

   Same class of bugs that run(4) had in other USB drivers.

   PR kern/60665: run: hot-plugging USB wifi crashes due to use of if_attach
VersionDeltaFile
1.79+8-3sys/dev/usb/if_atu.c
1.62+6-3sys/dev/usb/if_zyd.c
1.28+6-3sys/dev/usb/if_urtw.c
1.68+6-3sys/dev/usb/if_ural.c
1.34+6-3sys/dev/usb/if_upgt.c
1.72+6-3sys/dev/usb/if_rum.c
+38-181 files not shown
+44-217 files

NetBSD/src exVwH8gsys/dev/usb if_run.c

   run: don't expose us to userland until things are fully initialized.

   Fixes crash seen when hot-plugging run(4) with a running wpa_supplicant.
   PR kern/60665: run: hot-plugging USB wifi crashes due to use of if_attach
VersionDeltaFile
1.43+6-3sys/dev/usb/if_run.c
+6-31 files

NetBSD/pkgsrc LbEx33Darchivers/par2 Makefile

   archivers/par2: Note c++14 requirement
VersionDeltaFile
1.39+4-1archivers/par2/Makefile
+4-11 files

NetBSD/src EW39Nr7bin/dd dd.h position.c

   dd(1) - implement POSTX Issue 8 "-iflags=fullblock" option
VersionDeltaFile
1.42+43-9bin/dd/dd.1
1.55+26-8bin/dd/dd.c
1.45+17-2bin/dd/args.c
1.19+4-4bin/dd/position.c
1.17+2-1bin/dd/dd.h
+92-245 files

NetBSD/src mkPDkWusys/ufs/lfs lfs_pages.c

   Mark inode modified in lfs_putpages, when there are dirty pages.
   This ensures the inode is written after the pages, avoiding a situation
   that manifests as files mysteriously reverted (often to zero length)
   and "SEGMENT %d CLAIMS %d BYTES BUT HAS %d (HIGH BY %d)" errors from fsck_lfs
   pass 5.
VersionDeltaFile
1.30+6-4sys/ufs/lfs/lfs_pages.c
+6-41 files

NetBSD/src l6P6vyisys/arch/sparc64/conf GENERIC

   sun4v: Add xhci(4) to sparc64 GENERIC config.

   Texas Instruments TUSB73x0 SuperSpeed USB 3.0 xHCI Host Controller is
   present in SPARC S7-2 servers (device id 0x8241).

   Not tested yet.
VersionDeltaFile
1.253+3-2sys/arch/sparc64/conf/GENERIC
+3-21 files

NetBSD/pkgsrc NJ235MFdoc CHANGES-2026

   doc: Updated net/dnscontrol to 5.0.2
VersionDeltaFile
1.5640+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rZH8P2wnet/dnscontrol Makefile go-modules.mk

   dnscontrol: Update to 5.0.2

   Changelog
   Provider-specific changes:
   a75b7f1: CLOUDNS: BUGFIX: CAA records get unneeded updates (fixes #4819) (#4820) (@TomOnTime)
   9675a6b: TRANSIP: Empty TXT records are not supported by TransIP (#4831) (@TomOnTime)
   4a12040: TRANSIP: TransIP does not support TXT with trailing whitespace (#4832) (@TomOnTime)
   b81370f: TRANSIP: Write TXT records unquoted (v5 regression of #2708) (#4824) (@cafferata)
   6bcc818: chore(netnod): Add @vilhelmprytz as maintainer (#4822) (@vilhelmprytz)

   Documentation:
   6b54c2a: docs: Add TOC and fix MarkDown lint warnings (#4818) (@TomOnTime)

   Dependencies:
   9e51250: chore: Update dependencies (#4826) (@TomOnTime)

   Other changes and improvements:
   a397057: BUG: SPF parsing no longer rejects the bare "ptr" mechanism (#4640) (@shuvamk)
   d32a8f1: BUGFIX: DMARC_BUILDER handling of nonexistentSubdomain policy (#4823) (@eliheady)

    [5 lines not shown]
VersionDeltaFile
1.9+141-261net/dnscontrol/distinfo
1.10+46-86net/dnscontrol/go-modules.mk
1.43+1-1net/dnscontrol/Makefile
+188-3483 files

NetBSD/pkgsrc ZoYin2Odoc CHANGES-2026

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

NetBSD/pkgsrc CwtGFLeeditors/vim-gtk2 Makefile, editors/vim-gtk3 Makefile

   Reset PKGREVISION in vim packages
VersionDeltaFile
1.47+1-2editors/vim-motif/Makefile
1.46+1-2editors/vim-gtk3/Makefile
1.122+1-2editors/vim-gtk2/Makefile
+3-63 files

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

   Update to version 9.2.1020.

   Changes:
   - patch 9.2.1020: autocmd: crash when 'eventignore' is changed while it is being set
   - patch 9.2.1019: completion asked for during 'autocompletedelay' looks automatic
   - patch 9.2.1018: filetype: radvd config files are not recognized
   - patch 9.2.1017: heap-use-after-free in ml_open_file()
   - patch 9.2.1016: tests: viminfo bar line length overflow test fails under ASAN
   - patch 9.2.1015: Vim9: v:errmsg is set while looking ahead at a command
   - runtime(doc): Fix typo in previewpopup option
   - runtime(html): match plain tag and attribute names as keywords
   - runtime(vim): Update base syntax, link straggler regexp groups
   - runtime(ed): Update syntax, add links to Regexp highlight group
   - runtime(doc): Clarify the use of the terminal api
   - patch 9.2.1014: [security]: overflow in undo file entry size check on 32-bit arch
   - patch 9.2.1013: [security]: out-of-bounds access in libvterm CSI 8 t resize
   - patch 9.2.1012: tests: no enough testing for complete_info() "auto"
   - runtime(doc): Docs should use use "regexp" not "regex"
   - runtime(vim): Update base syntax, link pattern groups to Regexp

    [224 lines not shown]
VersionDeltaFile
1.95+12-0editors/vim-share/PLIST
1.244+4-4editors/vim-share/distinfo
1.180+2-2editors/vim-share/version.mk
+18-63 files

NetBSD/pkgsrc 9kTTgordoc TODO CHANGES-2026

   doc: Updated devel/py-ruff to 0.16.5
VersionDeltaFile
1.27835+1-2doc/TODO
1.5638+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc qdlKwGjdevel/py-ruff Makefile cargo-depends.mk

   py-ruff: update to 0.16.5.

   Preview features

       Allow rules without codes (#28049)
       Introduce category selectors (#27666)
       Update preview default rules and categories (#27877)

   Bug fixes

       [flake8-async] Detect blocking generic HTTP requests (ASYNC210) (#28024)
       [flake8-datetimez] Allow timezone-safe strptime chains (DTZ007) (#28023)
       [flake8-simplify] Respect side effects in lambda defaults (SIM401) (#28000)

   Server

       Fix duplicated "of" in ClientOptions doc comment (#27978)

   Documentation

    [3 lines not shown]
VersionDeltaFile
1.119+4-223devel/py-ruff/distinfo
1.113+0-73devel/py-ruff/cargo-depends.mk
1.122+2-2devel/py-ruff/Makefile
+6-2983 files