NetBSD/pkgsrc pkzhMMBdoc CHANGES-2026

   Updated textproc/p5-PDF-Reuse-Barcode
VersionDeltaFile
1.4958+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc aabIQFNtextproc/p5-PDF-Reuse-Barcode Makefile distinfo

   Update to 0.11

   Upstream changes:
   0.11 Wed Jul 29 2026
        Bug fixes to the 0.10 "textsize" work and one older defect:
        - The bars are now raised as the text grows, so a large textsize no
          longer prints the human readable text over the bottom of the
          barcode. Previously anything above about 12 point overprinted,
          which is a scanning failure rather than a cosmetic one. GitHub #8.
        - The background extension strips are drawn at the height the
          background box was actually drawn at, rather than one unit short.
          GitHub #8.
        - $qrcode is reset between barcodes, so a barcode drawn after a
          QRcode in the same process no longer renders down the QRcode path.
          GitHub #6.
        Output at the default textsize is unchanged.
   0.10 Wed Jul 29 2026
        Added "textsize" parameter to set the point size of the human readable
        text below the barcode. Defaults to 10, so existing output is unchanged.

    [3 lines not shown]
VersionDeltaFile
1.7+4-4textproc/p5-PDF-Reuse-Barcode/distinfo
1.23+2-3textproc/p5-PDF-Reuse-Barcode/Makefile
+6-72 files

NetBSD/pkgsrc ik8gawndevel/idiff distinfo, devel/idiff/patches patch-ab patch-Makefile

   Fixup for RELRO
VersionDeltaFile
1.1+19-0devel/idiff/patches/patch-Makefile
1.11+2-2devel/idiff/distinfo
1.2+1-1devel/idiff/patches/patch-ab
+22-33 files

NetBSD/pkgsrc pBtYEpZdoc TODO CHANGES-2026

   Updated databases/p5-Rose-DB to 0.788
VersionDeltaFile
1.27691+1-2doc/TODO
1.4957+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc CjlbpKGdatabases/p5-Rose-DB Makefile distinfo

   Update to 0.788

   Upstream changes:
   0.788 (07.17.2026) - John Siracusa <siracusa at gmail.com>
       * Fixed a bug in refine_dbi_foreign_key_info. (Patch by Bernd Bleßmann)
   0.787 (05.04.2026) - John Siracusa <siracusa at gmail.com>
       * Adjusted MySQL column auto-generation to better handle the
         explicit_defaults_for_timestamp server setting.
   0.786 (08.20.2024) - John Siracusa <siracusa at gmail.com>
       * Fixed a bug that could cause database passwords to appear in debugging
         output when $Rose::DB::Debug was set to a true value. Also added
         connection options to the debugging output.
   0.785 (02.28.2023) - John Siracusa <siracusa at gmail.com>
       * Added timestamps_are_inlined method to DBD::Pg. (Patch
         by Ferry Hendrikx.)
   0.784 (02.03.2023) - John Siracusa <siracusa at gmail.com>
       * Added support for PDBs (Pluggable Databases) to DBD::Oracle. (Patch
         by Ferry Hendrikx.)
       * Added support for "numeric" booleans to DBD::Oracle. (Patch by Ferry
         Hendrikx.)
VersionDeltaFile
1.20+4-4databases/p5-Rose-DB/distinfo
1.40+3-4databases/p5-Rose-DB/Makefile
+7-82 files

NetBSD/pkgsrc iwqGYnIdoc CHANGES-2026

   Updated textproc/p5-PDF-Reuse to 0.44
VersionDeltaFile
1.4956+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc zC8AAGQtextproc/p5-PDF-Reuse Makefile distinfo

   Update to 0.44

   Upstream changes:
   0.44 Wed Jul 29 2026
        - Embedded TrueType text is now searchable and copyable (GitHub #15,
          RT #123564). A /ToUnicode CMap is generated for each embedded font,
          covering only the glyphs actually used. Built here rather than via
          Text::PDF::TTFont0, whose ToUnicode support emits a malformed CMap
          (RT #123562, unfixed upstream).
        - Fix "Didn't find pages" when a source filename is reused within one
          session (GitHub #21, #22, RT #103758, RT #103768). %processed cached
          byte offsets keyed by filename and was never invalidated when the
          file behind that name was replaced, so the first file's offsets were
          applied to the second file's bytes.
        - CI now covers Linux, macOS and Windows again, with per-platform
          isolation so one failing cell no longer masks the others
          (GitHub #9, #10). Upstream workflow references are pinned to a SHA;
          see docs/ci-pin-maintenance.md.
VersionDeltaFile
1.8+4-4textproc/p5-PDF-Reuse/distinfo
1.26+2-3textproc/p5-PDF-Reuse/Makefile
+6-72 files

NetBSD/pkgsrc ncjxCIOdoc CHANGES-2026

   Updated textproc/p5-Pod-POM-View-Restructured to 1.000004
VersionDeltaFile
1.4955+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc lELxK2Gtextproc/p5-Pod-POM-View-Restructured Makefile distinfo

   Update to 1.000004

   Upstream changes:
   Version 1.000004
           * Update link to CPAN search.
           * Update authors and copyrights.
VersionDeltaFile
1.2+4-4textproc/p5-Pod-POM-View-Restructured/distinfo
1.3+2-3textproc/p5-Pod-POM-View-Restructured/Makefile
+6-72 files

NetBSD/pkgsrc Fr3xhHzdoc CHANGES-2026

   Updated textproc/p5-podlators to 6.1.0
VersionDeltaFile
1.4954+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VQrX1O2textproc/p5-podlators Makefile distinfo

   Update to 6.1.0

   Upstream changes:
   v6.1.0 - 2026-07-19
   - groff 1.24.0 broke use of the .IP macro for tag list formatting by
     removing the mandatory spacing between the tag and the paragraph. Work
     around this by using .TP for lists other than bullet or numbered
     lists. Be aware that groff 1.24 and later defaults to a minimum gap of
     two spaces between the tag and the paragraph for .TP instead of one
     space as in previous pod2man and groff releases. POD documents that want
     an indent just wide enough for tags to format on the same line as the
     paragraph may need to increase the indent level for the =over command by
     one to render as desired with those versions of groff.
   - Change the default fixed-width font from CW to CR. This avoids warnings
     with groff 1.24.0 or later at the cost of breaking troff output on
     Solaris 10. nroff output and troff output on Solaris 11 are
     unaffected. The pod2man option --fixed=CW will restore the previous
     behavior. Thanks to G. Branden Robinson for the analysis and assistance.
     (GitHub #43)

    [24 lines not shown]
VersionDeltaFile
1.18+4-4textproc/p5-podlators/distinfo
1.37+3-4textproc/p5-podlators/Makefile
+7-82 files

NetBSD/pkgsrc SgsvcZbdoc CHANGES-2026

   Updated textproc/p5-PPIx-QuoteLike to 0.024
VersionDeltaFile
1.4953+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 14jzFystextproc/p5-PPIx-QuoteLike Makefile distinfo

   Update to 0.024

   Upstream changes:
   0.024           2026-06-13      T. R. Wyant
       Remove references to the RT bug tracking system.
       Replace wyant at cpan.org with harryfmudd at comcast.net.
       Repackage licenses so that GitHub can find them (maybe).
       Thanks to Mikko Koivunalho (specifically his blog post
       https://blogs.perl.org/users/mikko_koivunalho/2025/11/github-and-the-perl-license.html
       for the how-to.
       Add SECURITY policy.
       No functional changes.
VersionDeltaFile
1.14+4-4textproc/p5-PPIx-QuoteLike/distinfo
1.22+2-3textproc/p5-PPIx-QuoteLike/Makefile
+6-72 files

NetBSD/pkgsrc 4WPoMmNdoc CHANGES-2026

   Updated textproc/p5-Encode-IMAPUTF7 to 1.07
VersionDeltaFile
1.4952+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mqpPSSbtextproc/p5-Encode-IMAPUTF7 Makefile distinfo

   Update to 1.07

   Upstream changes:
   1.07      2025-05-25 21:55:49-04:00 America/New_York
           - mostly just packaging updates, documentation fixing
           - bump minimum perl to v5.12 (ca. 2010)
   1.06      Fri May  9 12:23:00 2025
           - Fix tests to work under perl v5.40
VersionDeltaFile
1.2+4-4textproc/p5-Encode-IMAPUTF7/distinfo
1.7+2-3textproc/p5-Encode-IMAPUTF7/Makefile
+6-72 files

NetBSD/pkgsrc EQyDydywww/drupal11 Makefile

   Fix build by adding more files to REPLACE_PHP and REPLACE_BASH

   Thanks to wiz@
VersionDeltaFile
1.11+8-4www/drupal11/Makefile
+8-41 files

NetBSD/pkgsrc 2DFxIvfdoc TODO

   doc/TODO: + gmic-4.0.
VersionDeltaFile
1.27690+2-1doc/TODO
+2-11 files

NetBSD/pkgsrc jOrKVnNdoc CHANGES-2026

   doc: nerd-fonts update to 3.5.0
VersionDeltaFile
1.4951+21-1doc/CHANGES-2026
+21-11 files

NetBSD/pkgsrc Vmf0Novfonts/nerd-fonts-3270 distinfo, fonts/nerd-fonts-Agave distinfo

   nerd-fonts*: update to 3.5.0

   Three glyph set updates
   Finally Braille glyphs matching the 'cell' size exactly
   Two new fonts
   All fonts updated
VersionDeltaFile
1.4+4-4fonts/nerd-fonts-Hack/distinfo
1.7+4-4fonts/nerd-fonts-AurulentSansMono/distinfo
1.7+4-4fonts/nerd-fonts-Arimo/distinfo
1.7+4-4fonts/nerd-fonts-AnonymousPro/distinfo
1.7+4-4fonts/nerd-fonts-Agave/distinfo
1.7+4-4fonts/nerd-fonts-3270/distinfo
+24-2415 files not shown
+82-8221 files

NetBSD/pkgsrc IVEh0Dzcross/ppc-morphos-gcc Makefile, cross/ppc-morphos-gcc/files const-baserel.diff

   cross/ppc-morphos-gcc: Exclude DECL_ARTIFICIAL from .rodata -> .sdata move
VersionDeltaFile
1.12+2-2cross/ppc-morphos-gcc/Makefile
1.4+1-1cross/ppc-morphos-gcc/files/const-baserel.diff
+3-32 files

NetBSD/pkgsrc uOd73pFdoc TODO CHANGES-2026

   doc: Updated devel/pkgconf to 3.0.5
VersionDeltaFile
1.27689+1-2doc/TODO
1.4950+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc 5gcurwAdevel/pkgconf Makefile distinfo

   pkgconf: update to 3.0.5.

   Changes from 3.0.4 to 3.0.5:
   ----------------------------

   * Correctness fixes:
     - Shell quoting and backslash escapes in pc(5) properties are now consumed
       once, after variable substitution, instead of while splitting the property
       beforehand.  Quoting arriving from a variable is therefore treated like
       quoting written inline, --variable reports a value as the .pc file spells
       it, and fragments are escaped exactly once when rendered.  This supersedes
       the 3.0.4 fix, which unescaped whitespace at parse time and so hid the
       escaping from consumers such as cmake's FindPkgConfig.
       See https://github.com/pkgconf/pkgconf/issues/575 and
       https://github.com/pkgconf/pkgconf/issues/579.
     - Metadata queries no longer consult Conflicts rules between the modules named
       on the command line, as reporting metadata does not combine them into a
       build.  This covers --license, --license-file, --modversion, --path,
       --print-provides, --print-requires, --print-requires-private,

    [41 lines not shown]
VersionDeltaFile
1.36+4-4devel/pkgconf/distinfo
1.41+2-2devel/pkgconf/Makefile
+6-62 files

NetBSD/pkgsrc a7QKKtfdoc TODO

   doc/TODO: + pkgconf-3.0.5, prometheus-3.13.2, qtcreator-20.0.1.
VersionDeltaFile
1.27688+4-3doc/TODO
+4-31 files

NetBSD/pkgsrc 2KhXbCZdoc TODO CHANGES-2026

   doc: Updated security/libssh to 0.12.1
VersionDeltaFile
1.27687+1-2doc/TODO
1.4949+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc hXRT2X3security/libssh PLIST Makefile, security/libssh/patches patch-tests_torture.c

   libssh: update to 0.12.1.

   version 0.12.1 (released 2026-07-21)
    * Security:
      * CVE-2026-15370: Stack buffer overflow in SFTP server longname construction
      * CVE-2026-59842: Information disclosure via short GSSAPI Curve25519 public key
      * CVE-2026-59843: Denial of service via zero advertised channel packet size
      * CVE-2026-59844: Denial of service via oversized SFTP read length
      * CVE-2026-59845: Denial of service via unchecked ProxyCommand fork() failure
      * CVE-2026-59846: Information disclosure via ProxyCommand %r username expansion
      * CVE-2026-59847: Integrity downgrade via OpenSSL AES-GCM tag verification
      * CVE-2026-59848: Denial of service via SFTP responses with unknown request IDs
      * CVE-2026-59849: Denial of service via automatic certificate authentication loop
      * CVE-2026-59850: Use-after-free via data callbacks on closed channels
      * CVE-2026-59851: Authentication bypass via missing GSSAPI principal check
      * Zero-initialize every ssh_string
    * Compatibility:
      * Fix compatibility with C23 / gcc16
      * Allow hybrid ML-KEM key exchange in FIPS mode

    [53 lines not shown]
VersionDeltaFile
1.3+7-7security/libssh/patches/patch-tests_torture.c
1.37+5-5security/libssh/distinfo
1.25+2-2security/libssh/PLIST
1.60+2-2security/libssh/Makefile
+16-164 files

NetBSD/pkgsrc D2vmayidoc CHANGES-2026 TODO

   doc: Updated emulators/mame to 0.289
VersionDeltaFile
1.27686+2-3doc/TODO
1.4948+2-1doc/CHANGES-2026
+4-42 files

NetBSD/pkgsrc Bgym99wemulators/mame Makefile distinfo

   mame: update to 0.289.

   After two long months, MAME 0.289 is ready, and it’s an undeniably
   massive update! But before we talk about emulation, there are a
   few more mundane things to mention. The sdljoy joystick input module
   now supports game controllers with up to 128 buttons. Finally,
   outputs have been overhauled, improving performance and fixing
   issues, but you may need to update your configuration if you’ve
   got external programs hooked up, and some artwork files may need
   updating.

   You’ll notice a number of systems and coprocessor cards based around
   NS32000 family CPUs are now working. If you aren’t familiar with
   it, the NS32000 architecture was one of the first single-chip CPU
   families with a 32-bit ALU. It used a highly orthogonal instruction
   set with clear influences from Digital Equipment Corporation’s
   earlier work. In retrospect, it didn’t have enough registers, the
   instruction encoding was too complex, it took them too long to
   overtake Motorola’s 68k family’s performance, and bugs in the

    [31 lines not shown]
VersionDeltaFile
1.168+4-4emulators/mame/distinfo
1.106+8-0emulators/mame/PLIST
1.233+2-3emulators/mame/Makefile
+14-73 files

NetBSD/pkgsrc wjHs7Jhcross/ppc-morphos-gcc Makefile, cross/ppc-morphos-gcc/files no-shrink-wrap-for-baserel.diff

   cross/ppc-morphos-gcc: Disable shrink wrap for baserel code
VersionDeltaFile
1.1+23-0cross/ppc-morphos-gcc/files/no-shrink-wrap-for-baserel.diff
1.11+3-2cross/ppc-morphos-gcc/Makefile
+26-22 files

NetBSD/pkgsrc Vixz2Jkdoc TODO CHANGES-2026

   doc: Updated textproc/moor to 2.16.2
VersionDeltaFile
1.27685+1-2doc/TODO
1.4947+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc srraY6Itextproc/moor Makefile go-modules.mk

   moor: update to 2.16.2.

   2.16.2

   Before this release, a file that the syntax highlighter saw as one
   single token -- a file holding nothing but a number, for example --
   came out with every character in the same color.

   With this release, highlighting that would look uniform is skipped and
   the text is shown plain. Thanks @knirch for reporting #445!

   Also in this release:

       On Windows, arrow and function keys now work immediately after
       returning from an editor opened with "v", instead of being ignored for
       up to a tenth of a second
       Faster .zst decompression on arm64 (Apple Silicon), and corrupt .zst
       input now reports an error rather than decoding to garbage
       Compressed files and streams are now properly closed, so moor no

    [31 lines not shown]
VersionDeltaFile
1.29+58-145textproc/moor/distinfo
1.10+18-47textproc/moor/go-modules.mk
1.43+2-3textproc/moor/Makefile
+78-1953 files