NetBSD/pkgsrc-wip 3230020rust-beta Makefile

rust-beta: fix last comment

More clean-up will follow upon beta.5 release.
DeltaFile
+6-6rust-beta/Makefile
+6-61 files

NetBSD/pkgsrc QdXtdjXdoc TODO CHANGES-2026

   doc: Updated games/vms-empire to 1.22
VersionDeltaFile
1.27154+2-2doc/TODO
1.2559+2-1doc/CHANGES-2026
+4-32 files

NetBSD/pkgsrc x2LGrQtgames/vms-empire distinfo Makefile, games/vms-empire/patches patch-Makefile patch-aa

   vms-empire: update to 1.22.

         New -g option allows setting the map size.
         Repair install/uninstall in Makefile.
         Spellcheck all docs.
VersionDeltaFile
1.1+43-0games/vms-empire/patches/patch-Makefile
1.17+5-5games/vms-empire/distinfo
1.22+5-2games/vms-empire/Makefile
1.4+2-1games/vms-empire/PLIST
1.10+1-1games/vms-empire/patches/patch-aa
+56-95 files

NetBSD/pkgsrc-wip a7d49f8webkit-gtk60/patches patch-Source_bmalloc_libpas_src_libpas_pas__monotonic__time.c

webkit-gtk60: regen patch
DeltaFile
+9-9webkit-gtk60/patches/patch-Source_bmalloc_libpas_src_libpas_pas__monotonic__time.c
+9-91 files

NetBSD/pkgsrc-wip e46fccawebkit-gtk60 distinfo

webkit-gtk60: regen distinfo
DeltaFile
+3-2webkit-gtk60/distinfo
+3-21 files

NetBSD/pkgsrc-wip c87ac40webkit-gtk60/patches patch-Source_WebCore_style_values_non-standard_StyleWebKitBoxReflect.h

webkit-gtk60: regen patch
DeltaFile
+4-4webkit-gtk60/patches/patch-Source_WebCore_style_values_non-standard_StyleWebKitBoxReflect.h
+4-41 files

NetBSD/pkgsrc-wip 22c089ewebkit-gtk distinfo

webkit-gtk: regen distinfo
DeltaFile
+1-0webkit-gtk/distinfo
+1-01 files

NetBSD/pkgsrc-wip 13a6727webkit-gtk60/patches patch-Source_WTF_wtf_glib_FileSystemGlib.cpp

webkit-gtk60: fix two bugs in procfs handling
DeltaFile
+30-0webkit-gtk60/patches/patch-Source_WTF_wtf_glib_FileSystemGlib.cpp
+30-01 files

NetBSD/pkgsrc-wip 9658a18webkit-gtk/patches patch-Source_WTF_wtf_glib_FileSystemGlib.cpp

webkit-gtk: fix two bugs in procfs handling
DeltaFile
+30-0webkit-gtk/patches/patch-Source_WTF_wtf_glib_FileSystemGlib.cpp
+30-01 files

NetBSD/src hqXsPR6sys/arch/virt68k/virt68k bus_space.c

   Use pmap_{pa_has,va_is}_static_mapping() rather than hard-coding the
   VIRT68K TT ranges.
VersionDeltaFile
1.2+18-10sys/arch/virt68k/virt68k/bus_space.c
+18-101 files

NetBSD/src m1jmfzysys/arch/m68k/include pmap_68k.h pmap_motorola.h, sys/arch/m68k/m68k pmap_68k.c pmap_motorola.c

   Introduce new functions:
   - pmap_pa_has_static_mapping() -- Does the specified physical address
     range have a static mapping (either TT or allocated in pmap_bootstrap1())?
   - pmap_va_is_static_mapping() -- Is the specified virtual address range
     one of those static mappings?
VersionDeltaFile
1.53+104-3sys/arch/m68k/m68k/pmap_68k.c
1.104+104-2sys/arch/m68k/m68k/pmap_motorola.c
1.13+10-1sys/arch/m68k/include/pmap_68k.h
1.55+6-1sys/arch/m68k/include/pmap_motorola.h
+224-74 files

NetBSD/src yZuxprWsys/arch/amiga/amiga machdep.c, sys/arch/atari/atari machdep.c

   These platforms don't yet have the necessary changes to use the new
   68k pmap, but declare an empty machine_bootmap[] for a future change
   to shared code that will reference it.
VersionDeltaFile
1.206+7-2sys/arch/atari/atari/machdep.c
1.91+7-2sys/arch/cesfic/cesfic/machdep.c
1.277+7-2sys/arch/amiga/amiga/machdep.c
+21-63 files

NetBSD/src 77cI8nlsys/arch/hp300/hp300 machdep.c, sys/arch/luna68k/luna68k machdep.c

   Remove __HAVE_NEW_PMAP_68K for declaring machine_bootmap[].
VersionDeltaFile
1.140+3-5sys/arch/news68k/news68k/machdep.c
1.144+3-5sys/arch/next68k/next68k/machdep.c
1.41+3-5sys/arch/virt68k/virt68k/machdep.c
1.230+3-5sys/arch/x68k/x68k/machdep.c
1.269+4-4sys/arch/hp300/hp300/machdep.c
1.131+3-5sys/arch/luna68k/luna68k/machdep.c
+19-291 files not shown
+21-337 files

NetBSD/src OUZZaGKsys/dev/mvme osiop_pcctwo.c

   Fix previous; the old cpuspeed was in MHz by the end of cpu_startup(),
   not MHz*10 (despite being MHz*10 earlier in startup).

   Also, don't const-fold by hand; let the compiler do it so that it's
   more obvious what is going on.
VersionDeltaFile
1.16+4-4sys/dev/mvme/osiop_pcctwo.c
+4-41 files

NetBSD/src thzHWdgsys/arch/m68k/include mmu_40.h mmu_30.h

   Oops, <m68k/mmu.h> isn't needed by user-land.  Include it when _KERNEL
   only.
VersionDeltaFile
1.7+3-3sys/arch/m68k/include/mmu_40.h
1.6+2-3sys/arch/m68k/include/mmu_30.h
+5-62 files

NetBSD/src d3PgHsisys/arch/m68k/include pmap_motorola.h

   Fully duplicate the pmap_bootmap definitions from the new 68k pmap
   module to simplify the transitional phase and faciliate some future
   code sharing.
VersionDeltaFile
1.54+15-3sys/arch/m68k/include/pmap_motorola.h
+15-31 files

NetBSD/src H3ZF8CTsys/dev/mvme osiop_pcctwo.c

   Adapt to cpuspeed -> cpuspeed_khz changes.
VersionDeltaFile
1.15+6-4sys/dev/mvme/osiop_pcctwo.c
+6-41 files

NetBSD/pkgsrc ypcrP0wdoc CHANGES-2026

   doc: Updated chat/soju to 0.10.1
VersionDeltaFile
1.2558+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc OP8vNt8chat/soju distinfo go-modules.mk

   chat/soju: update to 0.10.1

   # changes

   0.10.1:
   - upstream: fix delay after connect commands
   - upstream: clean up upstreamConn.runUntilRegistered()
   - user: also delay channel joining when authenticating via certificate
   - cmd/sojuctl: fix fmt.Errorf format strings
   - downstream: fetch Server.Config once in downstreamConn.welcome
   - Consistently log STATUSMSG messages to the same file

   0.10.0:
   - The default configuration file now stores messages in the database instead of the filesystem.
   - Add support for IRCv3 draft/message-redaction and draft/ICON.
   - Introduce a new soju.im/blocked IRCv3 metadata key to block messages originating from a specific user.
   - Avoid unnecessary Web Push notifications (e.g. when quickly marked read, for muted conversations, etc).
   - Add workaround to delay joining channels after -connect-command on legacy servers (e.g. for channels requiring NickServ authentication).


    [12 lines not shown]
VersionDeltaFile
1.2+247-154chat/soju/distinfo
1.2+81-50chat/soju/go-modules.mk
1.14+5-3chat/soju/Makefile
+333-2073 files

NetBSD/src 7ds8uXUsys/arch/m68k/include mmu.h

   Add mmu_range_is_tt() helper function that consults the TT register
   configuration to determine if a physical address range is transparently-
   translated for the specified access.

   (missed "cvs add")
VersionDeltaFile
1.1+45-0sys/arch/m68k/include/mmu.h
+45-01 files

NetBSD/src TWXxIlGsys/arch/m68k/conf files.m68k, sys/arch/m68k/include mmu_40.h mmu_30.h

   Add mmu_range_is_tt() helper function that consults the TT register
   configuration to determine if a physical address range is transparently-
   translated for the specified access.
VersionDeltaFile
1.1+252-0sys/arch/m68k/m68k/mmu_tt.c
1.6+4-2sys/arch/m68k/include/mmu_40.h
1.5+3-1sys/arch/m68k/include/mmu_30.h
1.74+2-1sys/arch/m68k/conf/files.m68k
+261-44 files

NetBSD/pkgsrc ODQCS9Udoc CHANGES-2026

   Updated devel/py-dulwich, devel/py-wheel
VersionDeltaFile
1.2557+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 7M0brK4devel/py-wheel Makefile distinfo

   py-wheel: updated to 0.47.0

   0.47.0

   - Added the ``wheel info`` subcommand to display metadata about wheel files without
     unpacking them
   - Fixed ``WheelFile`` raising ``Missing RECORD file`` when the wheel filename contains
     uppercase characters (e.g. ``Django-3.2.5.whl``) but the ``.dist-info`` directory
     inside uses normalized lowercase naming
VersionDeltaFile
1.45+4-5devel/py-wheel/Makefile
1.34+4-4devel/py-wheel/distinfo
1.15+4-1devel/py-wheel/PLIST
+12-103 files

NetBSD/pkgsrc dL5JMKKdevel/py-dulwich distinfo PLIST

   py-dulwich: updated to 1.2.0

   1.2.0   2026-04-21

   * Expand ``log`` command options: add ``--oneline``, ``--abbrev-commit``,
     ``--author``, ``--committer``, ``--grep``, ``--since``/``--after``,
     ``--until``/``--before``, ``-n``/``--max-count``, ``--no-merges``,
     ``--merges``, ``--stat``, ``-p``/``--patch``, ``--name-only``,
     and ``--follow``.

   * Add ``am`` command and ``porcelain.am()`` for applying mailbox-style
     email patches (``git am``), with state persistence for
     ``--continue``, ``--skip``, ``--abort``, and ``--quit`` recovery
     operations.

   * Add support for ``extensions.relativeworktrees`` repository extension,
     allowing Git worktrees to use relative paths instead of absolute paths
     when linking worktrees.


    [70 lines not shown]
VersionDeltaFile
1.73+31-46devel/py-dulwich/distinfo
1.41+4-20devel/py-dulwich/PLIST
1.15+9-14devel/py-dulwich/cargo-depends.mk
1.78+3-7devel/py-dulwich/Makefile
+47-874 files

NetBSD/pkgsrc Pwcm87pdoc CHANGES-2026

   Updated www/py-scrapy, converters/py-simplejson
VersionDeltaFile
1.2556+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc pzcf4ZPconverters/py-simplejson distinfo Makefile

   py-simplejson: updated to 4.1.0

   Version 4.1.0 released 2026-04-22

   * The C extension now accelerates encoding when ``indent=`` is set.
     Previously the encoder fell back to the pure-Python implementation
     whenever a non-None ``indent`` was passed; now the C encoder emits
     the newline-plus-indent prefix, the level-aware item separator, and
     the closing indent directly.  A representative nested-dict workload
     benchmarks about 4-5x faster end-to-end, and the ``indent=0`` and
     empty-container edge cases continue to match the Python output
     byte-for-byte.

   * The C extension now emits PEP 678 ``exc.add_note()`` annotations on
     serialization failures, matching the pure-Python encoder.  A chained
     error on ``{'a': [1, object(), 3]}`` produces the same three notes
     (``when serializing object object``, ``when serializing list item 1``,
     ``when serializing dict item 'a'``) whether the speedups are loaded
     or not, so the add_note assertions in ``test_errors.py`` no longer
     need ``indent=2`` to force the Python path.
VersionDeltaFile
1.46+4-4converters/py-simplejson/distinfo
1.59+2-2converters/py-simplejson/Makefile
+6-62 files

NetBSD/pkgsrc 9BwsuoGwww/py-scrapy distinfo Makefile

   py-scrapy: updated to 2.15.1

   Scrapy 2.15.1 (2026-04-23)

   Bug fixes

   - Sharing of the SSL context between multiple connections, introduced in
     Scrapy 2.15.0, is reverted as it caused problems and wasn't actually
     needed.

   - Fixed :meth:`scrapy.settings.BaseSettings.getwithbase` failing on keys with
     dots that aren't import names. It now works the way it worked before Scrapy
     2.15.0, without trying to match class objects and import path. A separate
     method,
     :func:`~scrapy.settings.BaseSettings.get_component_priority_dict_with_base`,
     was added that does that, and it is now used for :ref:`component priority
     dictionaries <component-priority-dictionaries>`.

   - Documentation rendering improvements.
VersionDeltaFile
1.28+4-4www/py-scrapy/distinfo
1.38+2-2www/py-scrapy/Makefile
+6-62 files

NetBSD/pkgsrc tbcGQjcdoc CHANGES-2026

   Updated devel/py-filelock, devel/py-faker
VersionDeltaFile
1.2555+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc KUTwlpIdevel/py-faker PLIST distinfo

   py-faker: updated to 40.15.0

   40.15.0 - 2026-04-17

   * Add job providers for `ar_DZ` and `fr_DZ` locales
   * Add company providers for `ar_DZ` and `fr_DZ` locales
   * Add geo providers for `ar_DZ` and `fr_DZ` locales
   * Add currency providers for `ar_DZ` and `fr_DZ` locales
   * Add `date_time` provider for `ar_DZ` locale
   * Add ssn providers for `ar_DZ` and `fr_DZ` locales
VersionDeltaFile
1.71+34-1devel/py-faker/PLIST
1.111+4-4devel/py-faker/distinfo
1.117+2-2devel/py-faker/Makefile
+40-73 files

NetBSD/pkgsrc 2Gaxpwrdevel/py-filelock distinfo Makefile

   py-filelock: updated to 3.29.0

   3.29.0

   fix(async): use single-thread executor for lock consistency
   feat(soft): enable stale lock detection on Windows
VersionDeltaFile
1.44+4-4devel/py-filelock/distinfo
1.45+2-2devel/py-filelock/Makefile
+6-62 files