NetBSD/src XY9wsRXsys/dev/pci if_rgereg.h if_rge.c

   Pull up following revision(s) (requested by pgoyette in ticket #1232):

        sys/dev/pci/if_rgereg.h: revision 1.18
        sys/dev/pci/if_rge.c: revision 1.47

   Catch up with upstream (OpenBSD)

            Add support for RTL8125D revision 0x6890000
VersionDeltaFile
1.6.4.4+642-4sys/dev/pci/if_rgereg.h
1.24.4.8+140-29sys/dev/pci/if_rge.c
+782-332 files

NetBSD/src yDM1jbosys/dev/pci if_rgereg.h if_rge.c

   Pull up following revision(s) (requested by pgoyette in ticket #172):

        sys/dev/pci/if_rgereg.h: revision 1.18
        sys/dev/pci/if_rge.c: revision 1.47

   Catch up with upstream (OpenBSD)

            Add support for RTL8125D revision 0x6890000
VersionDeltaFile
1.9.2.2+642-4sys/dev/pci/if_rgereg.h
1.34.2.2+140-29sys/dev/pci/if_rge.c
+782-332 files

NetBSD/src M8ml6Rwsys/arch/arm/imx imxwdogreg.h

   s/^/*/
VersionDeltaFile
1.5+1-1sys/arch/arm/imx/imxwdogreg.h
+1-11 files

NetBSD/src d0kCE9Ybin/dd dd.1 args.c

   Pull up following revision(s) (requested by kre in ticket #171):

        bin/dd/dd.1: revision 1.40
        bin/dd/dd.1: revision 1.41
        bin/dd/args.c: revision 1.44
        bin/dd/dd.c: revision 1.54
        bin/dd/dd.1: revision 1.39

   PR bin/59942 Fix handling of count=0

   Apply (modified) patch from Andrus Suvalau in PR bin/59942
   (The actual change is very simple)

   This looks to have been broken since version 1.1 - simply short
   circuiting processing because count==0 is wrong, there is much
   else that needs to be done before copying nothing (including
   verifying args that follow it).

   It is almost certain that files=0 will need a similar change.

    [11 lines not shown]
VersionDeltaFile
1.38.6.1+136-90bin/dd/dd.1
1.43.4.1+2-6bin/dd/args.c
1.53.12.1+3-3bin/dd/dd.c
+141-993 files

NetBSD/src Olpij3Rsys/arch/amd64/amd64 locore.S genassym.cf, sys/arch/amd64/conf MICROVM

   Pull up following revision(s) (requested by khorben in ticket #170):

        sys/arch/amd64/conf/MICROVM: revision 1.5
        sys/arch/amd64/amd64/locore.S: revision 1.234
        sys/arch/x86/x86/x86_machdep.c: revision 1.160
        sys/arch/amd64/amd64/genassym.cf: revision 1.100

   sys/arch/amd64: support ramdisks when booting in GENPVH mode

   This adds support for booting NetBSD/amd64 with QEMU's -kernel/-initrd
   combination, in generic PVH mode (GENPVH). This includes the MICROVM
   kernel, which now defaults to supporting modules and root on memory
   disks.

   This patch probes the first few bytes loaded in memory for
   differentiating between modules, splash screens (PNG or JPEG), or
   assumes filesystem images otherwise. It works with plain filesystem
   images, but not with modules yet. Supporting any combination of
   filesystem, modules or splash screen images should be possible in the

    [5 lines not shown]
VersionDeltaFile
1.230.2.3+64-2sys/arch/amd64/amd64/locore.S
1.159.2.1+61-2sys/arch/x86/x86/x86_machdep.c
1.99.2.1+7-1sys/arch/amd64/amd64/genassym.cf
1.3.2.2+5-1sys/arch/amd64/conf/MICROVM
+137-64 files

NetBSD/src ES728eHsys/nfs nfs_vnops.c

   Pull up following revision(s) (requested by christos in ticket #2002):

        sys/nfs/nfs_vnops.c: revision 1.326
        sys/nfs/nfs_vnops.c: revision 1.327

   prevent i being used if it is negative (0 does nothing). From OpenBSD

   fix remote kernel memory disclosure (rlen can be negative)
   https://github.com/iljavs/FreeBSD-Jail-Security-Research-Mirror/ slide 32
VersionDeltaFile
1.311.4.2+5-4sys/nfs/nfs_vnops.c
+5-41 files

NetBSD/src BVpRWbXsys/nfs nfs_vnops.c

   Pull up following revision(s) (requested by christos in ticket #1231):

        sys/nfs/nfs_vnops.c: revision 1.326
        sys/nfs/nfs_vnops.c: revision 1.327

   prevent i being used if it is negative (0 does nothing). From OpenBSD

   fix remote kernel memory disclosure (rlen can be negative)
   https://github.com/iljavs/FreeBSD-Jail-Security-Research-Mirror/ slide 32
VersionDeltaFile
1.324.4.2+5-4sys/nfs/nfs_vnops.c
+5-41 files

NetBSD/src prwAVnDsys/nfs nfs_vnops.c

   Pull up following revision(s) (requested by christos in ticket #169):

        sys/nfs/nfs_vnops.c: revision 1.326
        sys/nfs/nfs_vnops.c: revision 1.327

   prevent i being used if it is negative (0 does nothing). From OpenBSD

   fix remote kernel memory disclosure (rlen can be negative)
   https://github.com/iljavs/FreeBSD-Jail-Security-Research-Mirror/ slide 32
VersionDeltaFile
1.325.4.1+5-4sys/nfs/nfs_vnops.c
+5-41 files

NetBSD/pkgsrc FOyxYgSsecurity/polkit Makefile

   polkit: SunOS needs -lsocket.
VersionDeltaFile
1.59+2-1security/polkit/Makefile
+2-11 files

NetBSD/pkgsrc 75TPnMLdoc CHANGES-2026

   doc: Updated sysutils/ruby-listen to 3.10.0
VersionDeltaFile
1.845+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc IjoDS8Qsysutils/ruby-listen distinfo Makefile

   sysutils/ruby-listen: update to 3.10.0

   3.10.0 (2026-01-16)

   What's Changed

   * Rubocop workflow with GitHub actions by @AlexB52 in #573
   * Fix the Rubocop offence by @y-yagi in #588
   * Add logger gem as a runtime dependency by @y-yagi in #587
   * Remove conditions from gem declarations in Gemfile by @larskanis in #584
   * CI against Ruby 3.4 by @y-yagi in #590
   * Remove link to Travis CI by @y-yagi in #593
   * Use Naming/PredicatePrefix instead of deprecated Naming/PredicateName cop
     by @y-yagi in #592
   * Remove unused require by @y-yagi in #594
   * Mention the relation with fs.inotify.max_user_watches and the memory
     allocation by @y-yagi in #595
   * CI against Ruby 4.0 by @y-yagi in #596


    [4 lines not shown]
VersionDeltaFile
1.21+4-4sysutils/ruby-listen/distinfo
1.24+2-2sysutils/ruby-listen/Makefile
+6-62 files

NetBSD/pkgsrc tWIVT9qdoc CHANGES-2026

   doc: Updated security/ruby-simple_oauth to 0.4.0
VersionDeltaFile
1.844+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc MP1hrWksecurity/ruby-simple_oauth PLIST distinfo

   security/ruby-simple_oauth: update to 0.4.0

   0.4.0 (2026-02-01)

   Added

   * Extensible signature method registry allowing custom signature methods to
     be registered at runtime
   * Support for RSA-SHA256 and HMAC-SHA256 signature methods
   * OAuth Request Body Hash support (oauth_body_hash parameter) for signing
     requests with non-form-encoded bodies
   * Support for parsing OAuth credentials from POST body via
     Header.parse_form_body
   * Support for realm parameter in OAuth Authorization header

   Fixed

   * Avoid symbolizing untrusted input in parse methods for security
   * Refactored Header.parse for improved robustness using StringScanner

    [6 lines not shown]
VersionDeltaFile
1.6+18-6security/ruby-simple_oauth/PLIST
1.11+4-4security/ruby-simple_oauth/distinfo
1.9+2-2security/ruby-simple_oauth/Makefile
+24-123 files

NetBSD/pkgsrc zhJP5cxdoc CHANGES-2026

   doc: Updated mail/ruby-mime-types-data to 3.2026.0127
VersionDeltaFile
1.843+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc DBVXYtomail/ruby-mime-types-data distinfo Makefile

   mail/ruby-mime-types-data: update to 3.2026.0127

   3.2026.0127 (2026-01-27)

   * Updated registry entries from the IANA media registry and provisional
     media registry and the Apache Tika media registry as of the release date.
VersionDeltaFile
1.48+4-4mail/ruby-mime-types-data/distinfo
1.46+2-2mail/ruby-mime-types-data/Makefile
+6-62 files

NetBSD/src OWlvshsusr.bin/kdump kdump.c

   Use the new psigset() to print the set in ktrpsig (thanks Roland)
VersionDeltaFile
1.152+6-15usr.bin/kdump/kdump.c
+6-151 files

NetBSD/pkgsrc SA6vLZtdoc CHANGES-2026

   doc: Updated devel/ruby-rspec-support to 3.13.7
VersionDeltaFile
1.842+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc QcvT5k1devel/ruby-rspec-support distinfo Makefile

   devel/ruby-rspec-support: update to 3.13.7

   3.13.7 (2026-01-28)

   Bug Fixes:

   * Stop fuzzy matching causing false positives from Range objects.
     (Eric Mueller, #298)
VersionDeltaFile
1.30+4-4devel/ruby-rspec-support/distinfo
1.29+2-2devel/ruby-rspec-support/Makefile
+6-62 files

NetBSD/pkgsrc KlgwwP1doc CHANGES-2026

   doc: Updated devel/ruby-pathname2 to 2.0.0
VersionDeltaFile
1.841+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 0bN5x8wdevel/ruby-pathname2 PLIST distinfo

   devel/ruby-pathname2: update to 2.0.0

   2.0.0 (2025-11-29)

   * Pathname has been renamed Pathname2, so it's no longer competing for the
     same constant name as the stdlib vedrsion.  Recent versions of Ruby simply
     weren't allowing it, and this is probably the better way to go anyway.
   * Added addressable as a dependency since the stdlib uri library is a
     constant source of warnings.
VersionDeltaFile
1.8+4-4devel/ruby-pathname2/PLIST
1.14+4-4devel/ruby-pathname2/distinfo
1.13+4-3devel/ruby-pathname2/Makefile
+12-113 files

NetBSD/pkgsrc BMHTT7qdevel/ruby-hoe distinfo Makefile

   devel/ruby-hoe: update to 4.6.0

   4.6.0 (2026-01-28)

   6 minor enhancements:

   * Added "features/problems" to description_sections array.
   * Added L=<level> option to dcov task.
   * Added description_rdoc_hack=true to force rubygems.org to use rdoc
     formatting.
   * Multiple description sections include the header descriptions (excluding
     first).
   * Redid some of the parsing in intuit_values to be cleaner.
   * Stole halostatue's extensions to Readme url parsing. Thanks!

   3 bug fixes:

   * #missing path now raises instead of warns.
   * #parse_urls no longer raises on the old array format. Long dead.
   * Normalize GHA workflow with minitest and others.
VersionDeltaFile
1.6+4-4devel/ruby-hoe/distinfo
1.6+2-2devel/ruby-hoe/Makefile
+6-62 files

NetBSD/pkgsrc QcqB6oRdoc CHANGES-2026

   doc: Updated devel/ruby2ruby to 2.6.1
VersionDeltaFile
1.840+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc oITRIUKdevel/ruby2ruby distinfo Makefile

   devel/ruby2ruby: update to 2.6.1

   2.6.1 / 2026-01-26

   1 bug fix:

   * Fixed handling of defined? in certain contexts. (triskweline)
VersionDeltaFile
1.29+4-4devel/ruby2ruby/distinfo
1.26+2-2devel/ruby2ruby/Makefile
+6-62 files

NetBSD/pkgsrc 0AxiQMkdoc CHANGES-2026

   doc: Updated databases/ruby-sequel to 5.101.0
VersionDeltaFile
1.839+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6wALxY5databases/ruby-sequel distinfo Makefile

   databases/ruby-sequel: update to 5.101.0

   5.101.0 (2026-02-01)

   * Add detect_unnecessary_association_options plugin to warn/raise for
     unnecessary association options (jeremyevans)
VersionDeltaFile
1.142+4-4databases/ruby-sequel/distinfo
1.143+2-2databases/ruby-sequel/Makefile
1.133+2-1databases/ruby-sequel/PLIST
+8-73 files

NetBSD/pkgsrc 6sLMLygdoc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-s3 to 1.213.0
VersionDeltaFile
1.838+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pLNXcnuwww/ruby-aws-sdk-s3 distinfo Makefile

   www/ruby-aws-sdk-s3: update to 1.213.0

   1.213.0 (2026-01-28)

   * Feature - Adds support for the UpdateObjectEncryption API to change the
     server-side encryption type of objects in general purpose buckets.
VersionDeltaFile
1.52+4-4www/ruby-aws-sdk-s3/distinfo
1.52+2-2www/ruby-aws-sdk-s3/Makefile
+6-62 files

NetBSD/pkgsrc jiDG5Ysdoc CHANGES-2026

   doc: Updated www/ruby-aws-partitions to 1.1211.0
VersionDeltaFile
1.837+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8FaGcC9www/ruby-aws-partitions distinfo Makefile

   www/ruby-aws-partitions: update to 1.1211.0

   1.1211.0 (2026-01-30)

   * Feature - Updated the partitions source data the determines the AWS
     service regions and endpoints.

   1.1210.0 (2026-01-27)

   * Feature - Updated the partitions source data the determines the AWS
     service regions and endpoints.
VersionDeltaFile
1.101+4-4www/ruby-aws-partitions/distinfo
1.99+2-2www/ruby-aws-partitions/Makefile
+6-62 files

NetBSD/src riqVP50distrib/sets/lists/base ad.arm

   Mark /usr/mdec/bootimx23 as obsolete
VersionDeltaFile
1.93+2-1distrib/sets/lists/base/ad.arm
+2-11 files