NetBSD/pkgsrc ezg78wVx11/xmon Makefile distinfo, x11/xmon/patches patch-ab patch-table11.c

   xmon: Fix building with GCC 14 and GCC 15.

   This code makes frequent use of K&Risms such as implicit
   function declarations, implicit int, etc. Fix a few and
   force an older C standard to ensure this keeps building.
VersionDeltaFile
1.2+15-5x11/xmon/patches/patch-ab
1.1+15-0x11/xmon/patches/patch-table11.c
1.16+8-1x11/xmon/Makefile
1.10+3-2x11/xmon/distinfo
+41-84 files

NetBSD/pkgsrc bByx805x11/xwatchwin distinfo, x11/xwatchwin/patches patch-xwatchwin.c

   xwatchwin: Fix build with GCC 14 and 15.

   Avoid implicit int. Recent GCC no longer likes it.
VersionDeltaFile
1.1+14-0x11/xwatchwin/patches/patch-xwatchwin.c
1.7+2-1x11/xwatchwin/distinfo
+16-12 files

NetBSD/pkgsrc 8mM70N9mail/xmailbox distinfo, mail/xmailbox/patches patch-ac

   xmailbox: Fix implicit declaration of fork(2), getuid(2), etc

   Need to include <unistd.h>.
VersionDeltaFile
1.3+12-4mail/xmailbox/patches/patch-ac
1.9+2-2mail/xmailbox/distinfo
+14-62 files

NetBSD/pkgsrc gVesEqRmail/xmailwatcher Makefile distinfo, mail/xmailwatcher/patches patch-ab patch-aa

   xmailwatcher: Fix building with GCC 14 and GCC 15.

   This code makes frequent use of K&Risms such as implicit
   function declarations, implicit int, etc. Fix a few and
   force an older C standard to ensure this keeps building.
VersionDeltaFile
1.2+13-5mail/xmailwatcher/patches/patch-ab
1.2+10-5mail/xmailwatcher/patches/patch-aa
1.17+8-1mail/xmailwatcher/Makefile
1.7+3-3mail/xmailwatcher/distinfo
+34-144 files

NetBSD/pkgsrc Q1H7wjVaudio/ubs/patches patch-src_cmd__search.c patch-src_loginfo.c

   ubs: Need to include <strings.h> for bzero(3).

   Should help the SunOS build.
VersionDeltaFile
1.1+14-0audio/ubs/patches/patch-src_cmd__search.c
1.1+14-0audio/ubs/patches/patch-src_loginfo.c
1.1+14-0audio/ubs/patches/patch-lib_exec__proc.c
1.1+14-0audio/ubs/patches/patch-lib_parse__line.c
1.1+14-0audio/ubs/patches/patch-src_read__sched.c
1.1+14-0audio/ubs/patches/patch-src_ubs.c
+84-01 files not shown
+91-17 files

NetBSD/pkgsrc xmmgi1Pwm/w9wm distinfo, wm/w9wm/patches patch-manage.c patch-menu.c

   w9wm: Fix implicit function declarations
VersionDeltaFile
1.1+14-0wm/w9wm/patches/patch-manage.c
1.1+13-0wm/w9wm/patches/patch-menu.c
1.1+13-0wm/w9wm/patches/patch-error.c
1.7+4-1wm/w9wm/distinfo
+44-14 files

NetBSD/pkgsrc ITSs3m6net/sslh Makefile

   sslh: SunOS needs __EXTENSIONS__ for vasprintf
VersionDeltaFile
1.21+3-1net/sslh/Makefile
+3-11 files

NetBSD/pkgsrc cRH6IbBsecurity/srm Makefile

   srm: build fix for lethal combination of SunOS & GCC 14

   doesn't include <alloca.h> which is needed on SunOS,
   just define the function to the compiler builtin to avoid
   needing a patch.
VersionDeltaFile
1.11+6-1security/srm/Makefile
+6-11 files

NetBSD/pkgsrc So3l7Pvnet/tcpdstat distinfo, net/tcpdstat/patches patch-ip_flow.c patch-net__read.c

   tcpdstat: Fix implicit string function declarations.
VersionDeltaFile
1.2+15-7net/tcpdstat/patches/patch-ip_flow.c
1.1+14-0net/tcpdstat/patches/patch-net__read.c
1.1+14-0net/tcpdstat/patches/patch-stat.c
1.9+4-2net/tcpdstat/distinfo
+47-94 files

NetBSD/pkgsrc zofwlpDsecurity/sslproxy Makefile distinfo, security/sslproxy/patches patch-ssl__proxy.c

   sslproxy: Need to include <strings.h> for bcopy(3), bzero(3).
VersionDeltaFile
1.1+14-0security/sslproxy/patches/patch-ssl__proxy.c
1.12+2-2security/sslproxy/Makefile
1.6+2-1security/sslproxy/distinfo
+18-33 files

NetBSD/pkgsrc d4h31Rldevel/samurai Makefile

   samurai: SunOS wants __EXTENSIONS__ for getline(3).
VersionDeltaFile
1.6+3-1devel/samurai/Makefile
+3-11 files

NetBSD/pkgsrc P4ONdWPinputmethod/fcitx PLIST distinfo, inputmethod/fcitx/patches patch-CMakeLists.txt patch-src_module_spell_spell.c

   fcitx: Various build fixes.

   - Need to include <strings.h> to use index(3).
   - Honour the OS/user's PKGMANDIR choice.
VersionDeltaFile
1.6+10-10inputmethod/fcitx/PLIST
1.1+16-0inputmethod/fcitx/patches/patch-CMakeLists.txt
1.1+14-0inputmethod/fcitx/patches/patch-src_module_spell_spell.c
1.9+3-3inputmethod/fcitx/distinfo
1.65+2-1inputmethod/fcitx/Makefile
+45-145 files

NetBSD/pkgsrc vXQGlqCaudio/tremor Makefile

   tremor: build fix for lethal combination of SunOS & GCC 14

   doesn't include <alloca.h> which is needed on SunOS,
   just define the function to the compiler builtin to avoid
   needing a patch.
VersionDeltaFile
1.28+6-1audio/tremor/Makefile
+6-11 files

NetBSD/pkgsrc PEGZh7Kdevel/m17n-lib Makefile

   m17n-lib: build fix for lethal combination of SunOS & GCC 14

   doesn't include <alloca.h> which is needed on SunOS,
   just define the function to the compiler builtin to avoid
   needing a patch.
VersionDeltaFile
1.63+6-1devel/m17n-lib/Makefile
+6-11 files

NetBSD/pkgsrc 6zKTWzXsysutils/libayatana-indicator Makefile

   libayatana-indicator: SunOS linker doesn't support version-script.

   Just strip out the linker argument on SunOS.
VersionDeltaFile
1.10+3-1sysutils/libayatana-indicator/Makefile
+3-11 files

NetBSD/pkgsrc TM4EXrYgraphics/drawpile Makefile

   drawpile: Needs socket lib on SunOS.
VersionDeltaFile
1.39+3-1graphics/drawpile/Makefile
+3-11 files

NetBSD/pkgsrc fkFlqeetime/dclock Makefile distinfo, time/dclock/patches patch-ab patch-dclock.c

   dclock: Various build fixes for GCC 14 and GCC 15.
VersionDeltaFile
1.5+55-20time/dclock/patches/patch-ab
1.1+25-0time/dclock/patches/patch-dclock.c
1.21+10-1time/dclock/Makefile
1.14+3-2time/dclock/distinfo
+93-234 files

NetBSD/pkgsrc MNEvObdsysutils/crashme Makefile distinfo, sysutils/crashme/patches patch-ab patch-pddet.c

   crashme: Fix building with GCC 14 and GCC 15.

   This code makes frequent use of K&Risms such as implicit
   function declarations, implicit int, etc. Fix a few and
   force an older C standard to ensure this keeps building.
VersionDeltaFile
1.3+76-5sysutils/crashme/patches/patch-ab
1.1+14-0sysutils/crashme/patches/patch-pddet.c
1.27+8-1sysutils/crashme/Makefile
1.11+3-2sysutils/crashme/distinfo
+101-84 files

NetBSD/pkgsrc dCNq6ndtextproc/untex distinfo, textproc/untex/patches patch-untex.c

   untex: Fix build with GCC 14.

   Avoid implicit declaration of strncmp(3), exit(3) by including
   the right headers.
VersionDeltaFile
1.1+16-0textproc/untex/patches/patch-untex.c
1.7+2-1textproc/untex/distinfo
+18-12 files

NetBSD/pkgsrc nqNBqdCarchivers/lzsa Makefile distinfo, archivers/lzsa/patches patch-src_dictionary.c patch-Makefile

   lzsa: Various build fixes.

   Define the correct _POSIX_C_SOURCE to get a definition of
   ftello(3).

   Make sure the user's choice of compiler is honoured instead
   of always using clang.

   Verified to build on FreeBSD, NetBSD, macOS, Linux.
VersionDeltaFile
1.1+15-0archivers/lzsa/patches/patch-src_dictionary.c
1.1+13-0archivers/lzsa/patches/patch-Makefile
1.2+6-1archivers/lzsa/Makefile
1.2+3-1archivers/lzsa/distinfo
+37-24 files

NetBSD/pkgsrc VFaWC8adatabases/mariadb1011-server PLIST, databases/mariadb114-server PLIST

   mariadb[114,118,1011]-server: Fix non-auth_pam PLIST

   Should help the SunOS builds.
VersionDeltaFile
1.6+2-2databases/mariadb1011-server/PLIST
1.3+2-2databases/mariadb114-server/PLIST
1.4+2-2databases/mariadb118-server/PLIST
+6-63 files

NetBSD/pkgsrc 8jvWmztdevel/libmtp distinfo, devel/libmtp/patches patch-src_unicode.c

   libmtp: Handle the case where the iconv(3) is overridden by GNU libiconv.
VersionDeltaFile
1.2+6-7devel/libmtp/patches/patch-src_unicode.c
1.22+2-2devel/libmtp/distinfo
+8-92 files

NetBSD/pkgsrc Y2Sf9Nzgraphics/colord Makefile

   colord: Strip out --version-script linker args to help the SunOS linker.

   Should help the SunOS builds.
VersionDeltaFile
1.33+4-1graphics/colord/Makefile
+4-11 files

NetBSD/pkgsrc oU6l2Nidoc CHANGES-2026

   Note update of net/bind918 to 9.18.50.
VersionDeltaFile
1.3841+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc sZ579Tsnet/bind918 distinfo Makefile

   net/bind: update to version 9.18.50.

   Pkgsrc changes:
    * None (just version + checksums)

   Upstream changes:

   Notes for BIND 9.18.50
   ----------------------

   Removed Features
   ~~~~~~~~~~~~~~~~

   - Remove ineffective TCP fallback after repeated UDP timeouts.

     When an authoritative server failed to respond to two consecutive UDP
     queries, :iscman:`named` marked the next retry as TCP but still sent
     it over UDP, producing misleading dnstap records. The ineffective
     retry path has been removed; a corrected TCP fallback will be restored

    [34 lines not shown]
VersionDeltaFile
1.41+4-4net/bind918/distinfo
1.69+2-2net/bind918/Makefile
+6-62 files

NetBSD/pkgsrc mYpQBRHdoc CHANGES-2026

   doc: Updated archivers/lhasa to 0.6.0
VersionDeltaFile
1.3840+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc WxuklF5archivers/lhasa distinfo Makefile

   lhasa: update to 0.6.0

   pkgsrc change:
   - take maintainership

   Upstream changelog:
    https://github.com/fragglet/lhasa/blob/v0.6.0/NEWS.md

   ## v0.6.0 (2026-06-17):

    * This release fixes a read overflow in the -pm2- decoder, where a
      specially-crafted -pm2- sequence could cause reads from beyond the
      end of the `copy_decode[]` array. However, it is not believed to be
      an exploitable bug so this is not a security issue. Thanks to
      Yukimura / @damseleng for reporting the bug.
    * Archived files with empty filenames are now skipped over during
      extract so that subsequent files can be extracted properly. This
      allows some files in the Aminet archive to be extracted that were
      previously only partially extracted (thanks @polluks).

    [2 lines not shown]
VersionDeltaFile
1.14+4-4archivers/lhasa/distinfo
1.14+3-3archivers/lhasa/Makefile
+7-72 files

NetBSD/pkgsrc nJ2v4asdoc CHANGES-2026

   doc: Updated textproc/ruby-nokogiri to 1.19.4
VersionDeltaFile
1.3839+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc cVriwjstextproc/ruby-nokogiri distinfo Makefile

   ruby-nokogiri: update to 1.19.4

   Upstream changelog:
    https://github.com/sparklemotion/nokogiri/releases/tag/v1.19.4

   v1.19.4 / 2026-06-18

   Security

     * [CRuby] (Low) Fixed a possible invalid memory read when XML::Node#
       initialize_copy_with_args is called with an argument that is not a
       Node. See GHSA-g9g8-vgvw-g3vf for more information.
     * [CRuby] (Low) Fixed a possible use-after-free when an
       XML::XPathContext is used after its source document has been
       garbage collected. See GHSA-p67v-3w7g-wjg7 for more information.
     * [CRuby] (Low) Fixed a possible use-after-free during XInclude
       processing via Node#do_xinclude. See GHSA-wfpw-mmfh-qq69 for more
       information.
     * [CRuby] (Low) Fixed a possible use-after-free when Document#root=

    [21 lines not shown]
VersionDeltaFile
1.78+4-4textproc/ruby-nokogiri/distinfo
1.111+2-2textproc/ruby-nokogiri/Makefile
+6-62 files

NetBSD/pkgsrc 3e5LoRPdatabases/postgresql-postgis2 Makefile

   postgis: Drop MAINTAINERship

   Upstream has suddenly become very LLM.  I'll probably still do
   updates, but I don't want to be viewed as having any responsibility
   for this.
VersionDeltaFile
1.196+2-2databases/postgresql-postgis2/Makefile
+2-21 files