NetBSD/pkgsrc VVWMZxmmath/R-survey Makefile

   R-survey: remove obsolete clause
VersionDeltaFile
1.8+1-6math/R-survey/Makefile
+1-61 files

NetBSD/pkgsrc 8EjPae2geography/R-osmdata Makefile

   R-osmdata: remove obsolete clause
VersionDeltaFile
1.5+1-8geography/R-osmdata/Makefile
+1-81 files

NetBSD/pkgsrc kqRARAsmath/R-energy Makefile

   R-energy: remove obsolete clause
VersionDeltaFile
1.9+1-7math/R-energy/Makefile
+1-71 files

NetBSD/pkgsrc 8fvpN1cgraphics/R-interp Makefile

   R-interp: remove obsolete clause
VersionDeltaFile
1.5+1-7graphics/R-interp/Makefile
+1-71 files

NetBSD/pkgsrc-wip 3964619ntfy PLIST COMMIT_MSG

ntfy: Add ntfy version 2.28.0.

ntfy is an open source, self-hostable push notification service.

It's written in Go, so the package is relatively straightforward.
The Go build command was copied from their Makefile development target to avoid using goreleaser.
Tested on Debian and FreeBSD.
DeltaFile
+800-0ntfy/distinfo
+267-0ntfy/go-modules.mk
+28-0ntfy/Makefile
+4-0ntfy/DESCR
+3-0ntfy/COMMIT_MSG
+2-0ntfy/PLIST
+1,104-01 files not shown
+1,105-07 files

NetBSD/pkgsrc-wip ca85d07. Makefile, atkinson-hyperlegible distinfo COMMIT_MSG

atkinson-hyperlegible: Add the original Atkinson Hyperlegible font from 2019.
DeltaFile
+23-0atkinson-hyperlegible/Makefile
+9-0atkinson-hyperlegible/PLIST
+9-0atkinson-hyperlegible/DESCR
+7-0atkinson-hyperlegible/COMMIT_MSG
+5-0atkinson-hyperlegible/distinfo
+1-0Makefile
+54-06 files

NetBSD/pkgsrc-wip 664d409. Makefile, mage PLIST DESCR

mage: Add new package for mage version 1.17.2.

This is a pretty simple Go package. Tested on Debian and FreeBSD.
DeltaFile
+14-0mage/Makefile
+5-0mage/distinfo
+5-0mage/COMMIT_MSG
+3-0mage/DESCR
+2-0mage/PLIST
+1-0Makefile
+30-06 files

NetBSD/pkgsrc BJHv0oJdoc TODO

   doc/TODO: update bind

   + bind-9.20.29.
VersionDeltaFile
1.27928+2-2doc/TODO
+2-21 files

NetBSD/src 4BSXazLdoc 3RDPARTY

   new bind and unbound.
VersionDeltaFile
1.2248+5-5doc/3RDPARTY
+5-51 files

NetBSD/src 0cqUwx5sys/kern uipc_usrreq.c

   uipc_usrreq: Fix unix-domain socket inode assignment.

   1. `if (unp->unp_ino == 0) unp->unp_ino = unp_ino++' would assign
      zero the first time around by mistake, and then assign nonzero
      after that.  `if (unp->unp_ino == 0) unp->unp_ino = ++unp_ino'
      avoids this silliness.

   2. Make the ++unp_ino part atomic.

   PR kern/60729: incosistent st_ino from the first stat(2) on a socket
VersionDeltaFile
1.210+25-5sys/kern/uipc_usrreq.c
+25-51 files

NetBSD/pkgsrc 7MUrf2Jdoc CHANGES-2026 TODO

   doc: Updated devel/libextractor to 1.15
VersionDeltaFile
1.27927+20-6doc/TODO
1.6127+2-1doc/CHANGES-2026
+22-72 files

NetBSD/pkgsrc twNmUCXdevel/libextractor PLIST distinfo

   libextractor: update to 1.15.

   Security fix release.
   Fix pkglint.
   Add test arget.

   Mon Jun 29 07:58:39 PM CEST 2026
       Fix potential 4 MB on-stack memory allocation that could
       result in a stack-based buffer overflow in the OLE2 extractor.
       Thanks to Haitam Lazaar for reporting.
       Releasing GNU libextractor 1.15. -CG

   Mon May 25 12:43:20 PM CEST 2026
        Revive REAL plugin (fixes #2518).
        Revive VLC plugin (fixes #2075).
        Fix issues in ELF plugin (fixes #8514).
        Fix issues in HTML plugin (fixes #8620).
        Fix issues in EXIV2 plugin (fixes #8513, #9223).
        Revive Applefile plugin (fixes #2517).

    [3 lines not shown]
VersionDeltaFile
1.147+18-6devel/libextractor/Makefile
1.34+4-5devel/libextractor/distinfo
1.18+4-0devel/libextractor/PLIST
+26-113 files

NetBSD/pkgsrc PQ0PQjJdoc CHANGES-2026

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

NetBSD/pkgsrc 42Bfyabeditors/vim-share PLIST version.mk

   Update to version 9.2.1116.

   Changes:
   - patch 9.2.1116: 'tagfunc' not used for tag completion
   - patch 9.2.1115: ml_updatechunk() rescans all chunks on every line update
   - patch 9.2.1114: Visual selection is not highlighted at the cursor position
   - runtime(nasm): move options to separate ftplugin
   - patch 9.2.1113: use-after-free and memory leak in serverSendToVim()
   - runtime(c,cpp): Update syntax, fix number patterns
   - runtime(sh): touch does not end at curly block
   - patch 9.2.1112: set_indent() adjusts text properties without any present
   - patch 9.2.1111: Crash in a zero-width window with a status line
   - patch 9.2.1110: regexp NFA compilation reallocates scratch buffers each time
   - patch 9.2.1109: Popup image is drawn over a popup with a higher zindex
   - runtime(doc): fix wrong notation of :qall in quickfix.txt
   - patch 9.2.1108: Scrolling recomputes the height of every visible line
   - runtime(nginx): syntax highlighting is slow on large configs
   - patch 9.2.1107: getregionpos() is slow when only the region bounds are needed
   - patch 9.2.1106: GTK4: cell edges are blurry with fractional scaling

    [119 lines not shown]
VersionDeltaFile
1.245+4-4editors/vim-share/distinfo
1.181+2-2editors/vim-share/version.mk
1.96+3-0editors/vim-share/PLIST
+9-63 files

NetBSD/src qhmf3Kssys/arch/i386/stand/lib biosdisk.c

   fix typos
VersionDeltaFile
1.62+2-2sys/arch/i386/stand/lib/biosdisk.c
+2-21 files

NetBSD/src SdGgXKLsys/arch/x86/isa clock.c

   x86/sysbeep(4): Don't detach at shutdown.

   This reverts sys/arch/x86/isa/clock.c rev. 1.32, which was the first
   of a spate of changes to sprinkle DVF_DETACH_SHUTDOWN for reasons
   that were unclear and apparently interfere with other functionality:

   > Module Name:    src
   > Committed By:   dyoung
   > Date:           Tue Apr  7 17:51:46 UTC 2009
   >
   > Modified Files:
   >         src/sys/arch/x86/isa: clock.c
   >
   > Log Message:
   > Detach sysbeep0 at shutdown.
   >
   >
   > To generate a diff of this commit:
   > cvs rdiff -u -r1.31 -r1.32 src/sys/arch/x86/isa/clock.c

    [18 lines not shown]
VersionDeltaFile
1.44+3-3sys/arch/x86/isa/clock.c
+3-31 files

NetBSD/src LRdQUrkshare/man/man4 clockctl.4

   clockctl.4: minor wording tweak
VersionDeltaFile
1.9+2-2share/man/man4/clockctl.4
+2-21 files

NetBSD/src SwCZkfolib/libc/sys gettimeofday.2 adjtime.2

   adjtime.2 & gettimeofday.2: minor wording and style tweaks

   (Various man pages can't decide between "super user", "super-user", and
   "superuser"; let's at least be consistent from line to line in one
   man page.)
VersionDeltaFile
1.31+4-4lib/libc/sys/gettimeofday.2
1.22+4-4lib/libc/sys/adjtime.2
+8-82 files

NetBSD/src omAz2ansys/arch/i386/stand/efiboot efidisk.c

   Check part[i].guid for NULL to avoid derefrencing.

   Can happen if efiboot was loaded from a MBR_PTYPE_EFI in a MBR without a
   GPT.
VersionDeltaFile
1.12+3-2sys/arch/i386/stand/efiboot/efidisk.c
+3-21 files

NetBSD/src qfuvUwLlibexec/ld.elf_so Makefile

   ld.elf_so: g/c empty conditional

   It was not empty for about two hours before the commit that introduced
   it had been reverted.  Its content was revered, but the conditional
   itself was forgoten.

   While here, add "compat32" in the comment for the MLIBDIR block to
   make this place more easily findable.
VersionDeltaFile
1.157+2-4libexec/ld.elf_so/Makefile
+2-41 files

NetBSD/src 8YK35DWsys/arch/riscv/riscv bus_space_generic.S

   risc-v: revert the change for generic_bs_r_4

   According to the RISC-V ABI Calling Convention an integer scalars
   narrower than XLEN bits are widened according to the sign of their
   type up to 32 bits, then sign-extended to XLEN bits.
VersionDeltaFile
1.10+2-6sys/arch/riscv/riscv/bus_space_generic.S
+2-61 files

NetBSD/pkgsrc-wip f077560openjdk25 options.mk

openjdk25: whitespace
DeltaFile
+1-1openjdk25/options.mk
+1-11 files

NetBSD/pkgsrc-wip a133bb1openjdk25 PLIST.Darwin options.mk

openjdk25: adjust some PLIST conditionals
DeltaFile
+4-4openjdk25/PLIST
+5-0openjdk25/Makefile
+3-1openjdk25/options.mk
+0-2openjdk25/PLIST.Darwin
+12-74 files

NetBSD/pkgsrc-wip ddc7b71. Makefile

Makefile: sync
DeltaFile
+2-0Makefile
+2-01 files

NetBSD/pkgsrc-wip 5bf6878openjdk25 PLIST Makefile

openjdk25: fix some PLIST issues on Darwin
DeltaFile
+35-0openjdk25/PLIST.Darwin
+4-2openjdk25/Makefile
+1-1openjdk25/PLIST
+40-33 files

NetBSD/pkgsrc-wip bb5ff83openjdk25 distinfo Makefile, openjdk25/patches patch-make_autoconf_flags-cflags.m4 patch-make_autoconf_buildjdk-spec.gmk.template

openjdk25: get the build further along on macOS
DeltaFile
+15-1openjdk25/patches/patch-make_autoconf_buildjdk-spec.gmk.template
+13-1openjdk25/patches/patch-make_autoconf_flags-cflags.m4
+11-2openjdk25/options.mk
+9-0openjdk25/bootstrap.mk
+7-1openjdk25/Makefile
+5-2openjdk25/distinfo
+60-76 files

NetBSD/pkgsrc 37oNJzTdoc TODO

   doc/TODO: Update some

   + SOGo-5.12.11 [security], SOPE-5.12.11,
     dovecot-2.4.5 [CVE-2025-30189 and more], dovecot2-pigeonhole-2.4.5,
     mariadb-10.6.28, mariadb-10.11.19, mariadb-11.8.9, mariadb-12.3.3,
     mariadb-13.0.2, php-basercms-5.4.0, php-composer-2.10.3,
     php-dotclear-2.39.3, roundcube-1.7.4, thrift-0.24.0 [CVE-2026-41608].

   - drupal-10.0.5, drupal-9.5.5, sympa-6.2.76.
VersionDeltaFile
1.27926+16-21doc/TODO
+16-211 files

NetBSD/pkgsrc 1EkxAMFdoc pkg-vulnerabilities

   doc: Update CVE-2026-80212 and CVE-2026-80213 for ruby33 and ruby34
VersionDeltaFile
1.794+5-5doc/pkg-vulnerabilities
+5-51 files

NetBSD/pkgsrc CCuWLGPdoc CHANGES-2026

   doc: Updated lang/ruby34 to 3.4.10nb2
VersionDeltaFile
1.6125+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc nMfza3mlang/ruby rubyversion.mk, lang/ruby34 distinfo Makefile

   lang/ruby34: update resolv gem

   Update resolv gem to 0.7.2 to fix CVE-2026-80212 and CVE-2026-80213.

   Bump PKGREVISION.
VersionDeltaFile
1.3+159-136lang/ruby34/patches/patch-lib_resolv.rb
1.12+2-2lang/ruby34/Makefile
1.331+2-2lang/ruby/rubyversion.mk
1.18+2-1lang/ruby34/distinfo
+165-1414 files