NetBSD/pkgsrc ZRqSM0ngames/greed distinfo, games/greed/patches patch-Cargo.toml

   greed: add upstream bug report URL
VersionDeltaFile
1.16+2-2games/greed/distinfo
1.2+3-1games/greed/patches/patch-Cargo.toml
+5-32 files

NetBSD/pkgsrc eUFCU0rdoc CHANGES-2026

   doc: Updated games/greed to 5.1
VersionDeltaFile
1.3186+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AwZZvcugames/greed distinfo cargo-depends.mk, games/greed/patches patch-Cargo.toml

   greed: update to 5.1.

   5.1: 2026-05-21::
     Move code to crossterm to avoid a dependency on srtty(1).
VersionDeltaFile
1.15+116-4games/greed/distinfo
1.1+39-0games/greed/cargo-depends.mk
1.1+24-0games/greed/patches/patch-Cargo.toml
1.11+11-6games/greed/Makefile
+190-104 files

NetBSD/src 5SVNnKesys/arch/riscv/riscv db_interface.c

   risc-v: ddb support for 'mach cpuinfo'
VersionDeltaFile
1.7+71-3sys/arch/riscv/riscv/db_interface.c
+71-31 files

NetBSD/src vf248AQsys/uvm/pmap pmap.c

   Improve / Add some coments.
VersionDeltaFile
1.96+20-13sys/uvm/pmap/pmap.c
+20-131 files

NetBSD/src bOW2lClexternal/bsd/unbound/include config.h

   turn off HAVE_ATTR_NONSTRING for clang, our clang doesn't have it.

   should fix all the llvm builds i hope.
VersionDeltaFile
1.17+3-0external/bsd/unbound/include/config.h
+3-01 files

NetBSD/pkgsrc-wip 7794bb1glsmac Makefile distinfo

Redoing base pkg files with url2pkg.
DeltaFile
+17-0glsmac/Makefile
+5-0glsmac/distinfo
+4-0glsmac/PLIST
+2-0glsmac/DESCR
+28-04 files

NetBSD/pkgsrc-wip 30c2ed1glsmac Makefile DESCR

Cleaning up unsuccessful attempts, to try url2pkg instead.
DeltaFile
+0-35glsmac/Makefile
+0-5glsmac/DESCR
+0-3glsmac/COMMIT_MSG
+0-1glsmac/TODO
+0-1glsmac/PLIST
+0-455 files

NetBSD/src slSqzaHbin/sh trap.c

   PR bin/60275  one more (should be the last) correction

   It wasn't possible to do this, previously, but after the 3rd
   in the sequence, we can (it should have been included with that one).

   Never even look at gotsig[signo] in a vforked child - it will
   be reflecting the state of the parent, not the child, so has
   nothing to do with the child (this wasn't true until after the
   3rd fix, which made sure that the child after a vfork doesn't
   step on the parent's memory).

   This will fix an unbelievably unlikely situation, where a
   trapped signal arrives at the parent immediately before it
   vforks() a child, which happens before the trap is executed.

   Depending upon which of the various fixes (or none of them)
   to this PR have been included various incorrect things might
   have happened - the child might have processed the signal
   trap instead of the parent, the signal might be lost, or even

    [2 lines not shown]
VersionDeltaFile
1.62+3-3bin/sh/trap.c
+3-31 files

NetBSD/pkgsrc-wip 2df77e4glsmac Makefile

Modified GCC_REQD 11, typo said 17 before, which is not existent!
DeltaFile
+1-1glsmac/Makefile
+1-11 files

NetBSD/pkgsrc-wip 96ec473glsmac DESCR

Modified DESCR due to warning line 4 is too long.
DeltaFile
+2-1glsmac/DESCR
+2-11 files

NetBSD/pkgsrc-wip a0b0348glsmac TODO

Add TODO, explaining my lack of experience.
DeltaFile
+1-0glsmac/TODO
+1-01 files

NetBSD/pkgsrc-wip 31900ecglsmac DESCR

Add DESCR
DeltaFile
+4-0glsmac/DESCR
+4-01 files

NetBSD/pkgsrc-wip c8cb4a9glsmac Makefile

Hacking glsmac Makefile
DeltaFile
+1-4glsmac/Makefile
+1-41 files

NetBSD/pkgsrc-wip 4eb335fglsmac PLIST

Add PLIST
DeltaFile
+1-0glsmac/PLIST
+1-01 files

NetBSD/pkgsrc-wip 05adf87. TODO

TODO: + tor-browser-15.0.14.
DeltaFile
+1-1TODO
+1-11 files

NetBSD/pkgsrc 1xGkAUldoc TODO

   doc/TODO: + llvm-22.1.6 [wip].
VersionDeltaFile
1.27290+2-2doc/TODO
+2-21 files

NetBSD/pkgsrc braCVe4doc CHANGES-2026

   doc: Updated time/R-tzdb to 0.5.0
VersionDeltaFile
1.3185+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc udoxUFRtime/R-tzdb Makefile distinfo

   (time/R-tzdb) Updated 0.4.0 to 0.5.0, fix build against R-4.6.0

   # tzdb 0.5.0

   * Updated the time zone database to 2025a (#37).

   * Updated the embedded date library
     (SHA 32ecb2ad24699963f6c58d74d74bcd8bf7e830a9) (#36, #40).

   * cpp11 >=0.5.2 is now required.

   * R >=4.0.0 is now required. This is consistent with the standards of the
     tidyverse.
VersionDeltaFile
1.4+5-3time/R-tzdb/Makefile
1.6+4-4time/R-tzdb/distinfo
+9-72 files

NetBSD/pkgsrc bZKDiiidoc CHANGES-2026

   doc: Updated math/R-proxy to 0.4.29
VersionDeltaFile
1.3184+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc JjwqJZvmath/R-proxy distinfo Makefile

   (math/R-proxy) Updated 0.4.27 to 0.4.29, explicit NEWS.md unknown
VersionDeltaFile
1.5+4-4math/R-proxy/distinfo
1.3+2-2math/R-proxy/Makefile
+6-62 files

NetBSD/pkgsrc-wip 45cf9e8glsmac COMMIT_MSG

Added a COMMIT_MSG, following (as best I could):
https://pkgsrc.org/wip/users/

and helpful email from:
Greg Troxel <gdt at lexort.com>
DeltaFile
+3-0glsmac/COMMIT_MSG
+3-01 files

NetBSD/pkgsrc 1Er5k2Jwww/firefox mozilla-common.mk

   firefox: 150.0.x requires nss>=3.122.2
VersionDeltaFile
1.311+2-2www/firefox/mozilla-common.mk
+2-21 files

NetBSD/src cwBBQKRsys/arch/i386/stand/efiboot/bootia32 efibootia32.c startprog32.S, sys/arch/i386/stand/efiboot/bootx64 multiboot64.S efibootx64.c

   x86/efiboot: Put writable variables in .data, not .text.

   And define them in the .c file where they're used; no need to have
   extra unnecessary .S stuff just to define a global variable.

   Based on patch by Paul Ripke to bootx64.efi, adapted for bootia32.efi
   too.

   PR kern/59151: efiboot hangs on new motherboard
VersionDeltaFile
1.2+1-5sys/arch/i386/stand/efiboot/bootx64/multiboot64.S
1.9+3-3sys/arch/i386/stand/efiboot/bootia32/efibootia32.c
1.4+1-5sys/arch/i386/stand/efiboot/bootia32/startprog32.S
1.7+3-3sys/arch/i386/stand/efiboot/bootx64/efibootx64.c
1.3+1-5sys/arch/i386/stand/efiboot/bootia32/multiboot32.S
1.6+1-5sys/arch/i386/stand/efiboot/bootx64/startprog64.S
+10-266 files

NetBSD/src 1uFnkEndistrib/sets/lists/base shl.mi, distrib/sets/lists/debug shl.mi

   bump libunbound
VersionDeltaFile
1.401+2-2distrib/sets/lists/debug/shl.mi
1.1041+2-2distrib/sets/lists/base/shl.mi
+4-42 files

NetBSD/src 6kZifa7doc 3RDPARTY CHANGES

   new unbound
VersionDeltaFile
1.2210+4-4doc/3RDPARTY
1.3261+2-1doc/CHANGES
+6-52 files

NetBSD/src nicPIA3external/bsd/unbound/dist/libunbound unbound.h, external/bsd/unbound/dist/services authzone.c

   Merge changes between unbound 1.24.2 and 1.25.1
VersionDeltaFile
1.16+215-190external/bsd/unbound/include/config.h
1.6+107-43external/bsd/unbound/dist/services/authzone.c
1.9+22-5external/bsd/unbound/dist/util/netevent.c
1.4+8-0external/bsd/unbound/lib/libunbound/unbound.expsym
1.8+4-0external/bsd/unbound/dist/libunbound/unbound.h
1.9+2-2external/bsd/unbound/lib/libunbound/shlib_version
+358-2401 files not shown
+358-2407 files

NetBSD/src KUtmCKdexternal/bsd/unbound/dist configure, external/bsd/unbound/dist/doc unbound.conf.5.in unbound.conf.rst

   Import unbound 1.25.1 (previous was 1.24.2)

   Bug Fixes

   Fix CVE-2026-33278, Possible remote code execution during DNSSEC validation.
   Thanks to Qifan Zhang, Palo Alto Networks, for the report.

   Fix CVE-2026-42944, Heap overflow and crash with multiple nsid, cookie,
   padding EDNS options. Thanks to Qifan Zhang, Palo Alto Networks, for the
   report.

   Fix CVE-2026-42959, Crash during DNSSEC validation of malicious content. Thanks
   to Qifan Zhang, Palo Alto Networks, for the report.

   Fix CVE-2026-32792, Packet of death with DNSCrypt. Thanks to Andrew Griffiths
   from 'calif.io' for the report.

   Fix CVE-2026-40622, "Ghost domain name" variant. Thanks to Qifan Zhang, Palo
   Alto Networks, for the report.

    [25 lines not shown]
VersionDeltaFile
1.1.1.11+4,279-4,238external/bsd/unbound/dist/util/configlexer.c
1.1.1.11+2,312-2,835external/bsd/unbound/dist/configure
1.1.1.11+2,286-2,230external/bsd/unbound/dist/util/configparser.c
1.1.1.11+411-147external/bsd/unbound/dist/doc/unbound.conf.5.in
1.1+522-0external/bsd/unbound/dist/testdata/respip_dns64_lookup.rpl
1.1.1.2+385-137external/bsd/unbound/dist/doc/unbound.conf.rst
+10,195-9,587226 files not shown
+19,067-11,111232 files

NetBSD/pkgsrc naj1LF0doc CHANGES-2026

   doc: Updated www/firefox140-l10n to 140.11.0
VersionDeltaFile
1.3183+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc U3Aolczwww/firefox140-l10n distinfo Makefile

   firefox140-l10n: update to 140.11
VersionDeltaFile
1.12+307-307www/firefox140-l10n/distinfo
1.12+2-2www/firefox140-l10n/Makefile
+309-3092 files