NetBSD/pkgsrc-wip c4d75f9corrosion DESCR Makefile

corrosion: Add with 0.6.1
DeltaFile
+19-0corrosion/DESCR
+17-0corrosion/Makefile
+7-0corrosion/COMMIT_MSG
+6-0corrosion/PLIST
+5-0corrosion/distinfo
+2-0corrosion/TODO
+56-01 files not shown
+57-07 files

NetBSD/pkgsrc OHU8xSsgeography/R-raster Makefile

   (geography/R-raster) Fix build on Darwin
VersionDeltaFile
1.6+2-2geography/R-raster/Makefile
+2-21 files

NetBSD/src XijLJFtsys/dev/ic wdc.c

   Support 8-bit PIO if the front-end indicates that it's necessary:
   - In wdc_drvprobe(), if neither ATAC_CAP_DATA16 nor ATAC_CAP_DATA32
     is set in the controller capabilities, then attempt to enable 8-bit
     PIO on the drive.  If that command fails, ignore the drive.
   - In wdc_datain_pio(), if we're doing 8-bit PIO, check for ATA_DRIVE_NOSTREAM
     and simulate a NOSTREAM 16-bit PIO.  This is necessary because we
     treat the IDENTIFY command as "special" for historical (and almost
     certainly bad) reasons.
   - wdc_dataout_pio() gets the same NOSTREAM shenanigans for 8-bit PIO,
     although I would be surprised if it is ever requested.
VersionDeltaFile
1.315+76-5sys/dev/ic/wdc.c
+76-51 files

NetBSD/src 9tfSQgzsys/dev/ata ata.c atavar.h

   Add a function, ata_set_pio8(), that issues SET_FEATURES with
   WDSF_8BIT_PIO_EN to enable 8-bit PIO on a device.
VersionDeltaFile
1.173+40-2sys/dev/ata/ata.c
1.111+2-1sys/dev/ata/atavar.h
+42-32 files

NetBSD/src B7iepEosys/dev/ic pcf8584reg.h

   Indentation improvements.
VersionDeltaFile
1.5+10-6sys/dev/ic/pcf8584reg.h
+10-61 files

NetBSD/pkgsrc-wip 4bb8045. Makefile, ed COMMIT_MSG Makefile

ed: Update to 1.22.5
DeltaFile
+135-0ed/COMMIT_MSG
+22-0ed/Makefile
+7-0ed/DESCR
+6-0ed/PLIST
+5-0ed/distinfo
+1-0Makefile
+176-06 files

NetBSD/pkgsrc-wip 68dc416. Makefile, zutils COMMIT_MSG Makefile

zutils: remove, imported to pkgsrc
DeltaFile
+0-75zutils/COMMIT_MSG
+0-33zutils/Makefile
+0-17zutils/PLIST
+0-14zutils/DESCR
+0-5zutils/distinfo
+0-1Makefile
+0-1456 files

NetBSD/pkgsrc sBvley4doc CHANGES-2026

   doc: Added fonts/colorsym version 1.0.0
VersionDeltaFile
1.4406+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NEALxTbfonts Makefile

   fonts/Makefile: + colorsym
VersionDeltaFile
1.460+2-1fonts/Makefile
+2-11 files

NetBSD/pkgsrc b87t1Llfonts/colorsym Makefile PLIST

   fonts/colorsym: import colorsym-1.0.0

   A free, open-source way to identify color when color alone isn't
   enough.

   ColorSym is an open color-identification system: a set of simple,
   memorable symbols that map to colors so anyone can tell them apart,
   even when color by itself fails. Use it in board games, apps, print,
   signage, packaging, and anywhere color carries meaning.
VersionDeltaFile
1.1+18-0fonts/colorsym/Makefile
1.1+9-0fonts/colorsym/PLIST
1.1+7-0fonts/colorsym/DESCR
1.1+5-0fonts/colorsym/distinfo
+39-04 files

NetBSD/pkgsrc TJyx1HPdoc CHANGES-2026

   doc: Updated archivers/zutils to 1.16
VersionDeltaFile
1.4405+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc uDHgoEaarchivers/zutils Makefile distinfo

   zutils: Update to 1.16

   2026-02-07  Antonio Diaz Diaz  <antonio at gnu.org>

           * Version 1.16 released.
           * zcmp.cc (getnum): Accept underscore separators ('_').
             Print large numbers with underscore separators ('_').
           * zgrep.cc: Assign short option name '-?' to '--help'.
           * *.cc: (show_help): Print "*Exit status*" for section in man page.
           * Makefile.in (install-bin): Warn of changes in /etc/zutils.conf.

   2025-05-27  Antonio Diaz Diaz  <antonio at gnu.org>

           * Version 1.15 released.
           * zcat, ztest, zupdate: New option '-x, --exclude'.
           * zgrep: New option '--exclude'.
           * zgrep.cc: Exit with status 2 if write error on stdout.

   2025-01-05  Antonio Diaz Diaz  <antonio at gnu.org>

    [56 lines not shown]
VersionDeltaFile
1.14+9-15archivers/zutils/Makefile
1.10+4-4archivers/zutils/distinfo
1.3+1-1archivers/zutils/PLIST
+14-203 files

NetBSD/pkgsrc JSGdh6qdoc CHANGES-2026

   doc: Updated devel/gccmakedep to 1.0.5
VersionDeltaFile
1.4404+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc sbhCCHXdevel/gccmakedep Makefile distinfo

   gccmakedep: update to 1.0.5.

   Alan Coopersmith (5):
         Improve man page formatting
         Strip trailing whitespace from source files
         gitlab CI: drop the ci-fairy check-mr job
         meson: Add option to build with meson
         gccmakedep 1.0.5

   Bjarni Ingi Gislason (1):
         gccmakedep.1: Some editorial changes for this man page

   Zitrone (2):
         gccmakedep.in: add license into header
         add COPYING file
VersionDeltaFile
1.4+4-6devel/gccmakedep/Makefile
1.6+4-4devel/gccmakedep/distinfo
+8-102 files

NetBSD/src sRgcrllusr.sbin/sysinst disks.c Makefile.inc

   Try to conditionaly remove more dead code and messages for extremely
   constrained environments like atari install disks.
VersionDeltaFile
1.99+9-2usr.sbin/sysinst/disks.c
1.56+8-1usr.sbin/sysinst/Makefile.inc
1.58+5-1usr.sbin/sysinst/msg.mi.pl
1.52+5-1usr.sbin/sysinst/msg.mi.es
1.55+5-1usr.sbin/sysinst/msg.mi.fr
1.60+5-1usr.sbin/sysinst/msg.mi.de
+37-73 files not shown
+47-109 files

NetBSD/pkgsrc a1da214doc CHANGES-2026

   doc: Updated x11/xwud to 1.0.8
VersionDeltaFile
1.4403+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc f2iMqbBx11/xwud Makefile distinfo

   xwud: update to 1.0.8.

   Alan Coopersmith (7):
         -help should exit(0) not (1)
         Improve man page formatting
         man page: fix warnings from `mandoc -T lint`
         gitlab CI: drop the ci-fairy check-mr job
         Strip trailing whitespace from source files
         meson: Add option to build with meson
         xwud 1.0.8
VersionDeltaFile
1.13+3-5x11/xwud/Makefile
1.10+4-4x11/xwud/distinfo
+7-92 files

NetBSD/pkgsrc SgiweRhdoc CHANGES-2026

   doc: Updated x11/xwd to 1.0.10
VersionDeltaFile
1.4402+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FuM2089x11/xwd Makefile distinfo

   xwd: update to 1.0.10.

   Alan Coopersmith (6):
         Improve man page formatting
         man page: fix warnings from `mandoc -T lint`
         gitlab CI: drop the ci-fairy check-mr job
         Check for malloc failures
         meson: Add option to build with meson
         xwd 1.0.10
VersionDeltaFile
1.15+3-5x11/xwd/Makefile
1.12+4-4x11/xwd/distinfo
+7-92 files

NetBSD/pkgsrc CkjqY9Ndoc CHANGES-2026

   doc: Updated x11/xvinfo to 1.1.6
VersionDeltaFile
1.4401+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc r6FLJ9Ux11/xvinfo Makefile distinfo

   xvinfo: update to 1.1.6.

   Alan Coopersmith (6):
         Add -help option
         Accept --help & --version as aliases to -help & -version
         man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
         gitlab CI: drop the ci-fairy check-mr job
         meson: Add option to build with meson
         xvinfo 1.1.6
VersionDeltaFile
1.14+3-5x11/xvinfo/Makefile
1.12+4-4x11/xvinfo/distinfo
+7-92 files

NetBSD/pkgsrc PTFLj1kdoc CHANGES-2026

   doc: Updated x11/xstdcmap to 1.0.6
VersionDeltaFile
1.4400+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc JYH0G6Ex11/xstdcmap distinfo Makefile

   xstdcmap: update to 1.0.6.

   Alan Coopersmith (7):
         Bypass Xrm for handling -help & -version arguments
         Improve man page formatting
         man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
         gitlab CI: drop the ci-fairy check-mr job
         Strip trailing whitespace from source files
         meson: Add option to build with meson
         xstdcmap 1.0.6
VersionDeltaFile
1.7+4-4x11/xstdcmap/distinfo
1.8+3-3x11/xstdcmap/Makefile
+7-72 files

NetBSD/pkgsrc f8jllP7doc CHANGES-2026

   doc: Updated www/p5-HTTP-Date to 6.08
VersionDeltaFile
1.4399+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc PU6aCduwww/p5-HTTP-Date distinfo Makefile

   p5-HTTP-Date: update to 6.08.

   6.08      2026-07-09 02:04:21Z

       - [SECURITY] Reject input longer than 64 characters in parse_date()
         to prevent quadratic regex backtracking (a denial of service) on
         hostile date strings. Fixes CVE-2026-14741. (Olaf Alders)
VersionDeltaFile
1.9+4-4www/p5-HTTP-Date/distinfo
1.26+2-2www/p5-HTTP-Date/Makefile
+6-62 files

NetBSD/pkgsrc 6unQ9wEdoc TODO CHANGES-2026

   doc: Updated time/p5-DateTime-TimeZone to 2.69
VersionDeltaFile
1.27558+10-1doc/TODO
1.4398+2-1doc/CHANGES-2026
+12-22 files

NetBSD/pkgsrc 2Tf6NIGtime/p5-DateTime-TimeZone distinfo Makefile

   p5-DateTime-TimeZone: update to 2.69.

   2.69    2026-07-08

   - This release is based on version 2026c of the Olson database. This release includes contemporary
     changes for Alberta, CA and Morocco.
VersionDeltaFile
1.114+4-4time/p5-DateTime-TimeZone/distinfo
1.137+2-2time/p5-DateTime-TimeZone/Makefile
+6-62 files

NetBSD/pkgsrc-wip 0afab88zutils Makefile

zutils: minor cleanups
DeltaFile
+4-10zutils/Makefile
+4-101 files

NetBSD/pkgsrc c2h77DDdoc CHANGES-2026

   doc: Updated shells/oh-my-posh to 29.25.1
VersionDeltaFile
1.4397+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kmFEEToshells/oh-my-posh distinfo go-modules.mk

   shells/oh-my-posh: update to 29.25.1

   v29.25.1
   Bug Fixes

       zsh: start the serve daemon without job-control notice (881ef79), closes #7660

   v29.25.0
   Features

       segment: detect terraform/tofu version from tenv (49962b1), closes #7168

   v29.24.1
   Bug Fixes

       cache: rehash PATH per command lookup for the serve daemon) (29bd48b)
       zsh: scope serve fd dup stderr redirect to a block (c94c27b), closes #7653

   v29.24.0

    [36 lines not shown]
VersionDeltaFile
1.311+46-46shells/oh-my-posh/distinfo
1.135+14-14shells/oh-my-posh/go-modules.mk
1.343+1-2shells/oh-my-posh/Makefile
+61-623 files