NetBSD/pkgsrc mju6IzPwww/py-autobahn Makefile

   py-autobahn: remove superfluous file to make PLIST constant on all architectures
VersionDeltaFile
1.47+5-3www/py-autobahn/Makefile
+5-31 files

NetBSD/pkgsrc GK7VOSVdatabases/db4 distinfo, databases/db4/patches patch-ae patch-ab

   databases/db[45] -- Add mutex support for SPARC v[78] machines.

   Thanks go to John D. Baker for submitting an updated patch to the PR,
   and to Andrew Randrianasulu for bringing up the issue again and then
   testing the patches.

   Fixes PR pkg/43444.
VersionDeltaFile
1.3+27-59databases/db4/patches/patch-ae
1.28+30-23databases/db4/patches/patch-ab
1.2+30-3databases/db5/patches/patch-src_dbinc_mutex_int.h
1.9+17-3databases/db5/patches/patch-ab
1.20+3-3databases/db5/distinfo
1.52+3-3databases/db4/distinfo
+110-946 files

NetBSD/pkgsrc WULgUxCmk/defaults options.description

   options.description: add a couple
VersionDeltaFile
1.752+2-0mk/defaults/options.description
+2-01 files

NetBSD/pkgsrc yofA0kndoc CHANGES-2025

   doc: Updated graphics/p5-PerlMagick to 7.1.2.11
VersionDeltaFile
1.7232+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc 2ZMfW9pgraphics/p5-PerlMagick Makefile

   p5-PerlMagick: Update to 7.1.2.11
VersionDeltaFile
1.223+1-2graphics/p5-PerlMagick/Makefile
+1-21 files

NetBSD/pkgsrc tfLVmJKdoc CHANGES-2025

   doc: Updated graphics/ImageMagick to 7.1.2.11
VersionDeltaFile
1.7231+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc 0SbPbqBgraphics/ImageMagick distinfo Makefile.common

   ImageMagick: Update to 7.1.2.11

   upstream changes:
   -----------------
   7.1.2-11 - 2025-12-14
   Commits
     * beta release e97f8c1
     * Only allow setting the data_precision to values other then 16 and 12 when quality is lossless (>= 100). 4d7581a
     * Switch to macos-15-intel for the x64 MacOS build. 3f47b60
     * Removed old debug statements. 281adfc
     * Added extra checks to prevent overflows on 32-bit systems and do an earlier exit. 1dc1fc9
     * release 578d60d
VersionDeltaFile
1.314+4-4graphics/ImageMagick/distinfo
1.292+2-2graphics/ImageMagick/Makefile.common
+6-62 files

NetBSD/pkgsrc qMlm74Kmail/flowerysong-openarc Makefile

   flowerysong-openarc: try helping the package find libmilter

   discussed with manu@
VersionDeltaFile
1.4+3-2mail/flowerysong-openarc/Makefile
+3-21 files

NetBSD/pkgsrc Vy4Ob8Femulators/dosbox-staging options.mk Makefile

   emulators/dosbox-staging: move some dependencies to options.mk
VersionDeltaFile
1.2+43-7emulators/dosbox-staging/options.mk
1.6+6-6emulators/dosbox-staging/Makefile
+49-132 files

NetBSD/pkgsrc XQm14hRdoc CHANGES-2025

   doc: Updated time/ruby-tzinfo-data to 1.2025.3
VersionDeltaFile
1.7230+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc FyRzEdbtime/ruby-tzinfo-data distinfo Makefile

   time/ruby-tzinfo-data: update to 1.2025.3

   1.2025.3 (2025-12-13)

   * Based on version 2025c of the IANA Time Zone Database
     (https://lists.iana.org/hyperkitty/list/tz-announce@iana.org/message/TAGXKYLMAQRZRFTERQ33CEKOW7KRJVAK/).
VersionDeltaFile
1.41+4-4time/ruby-tzinfo-data/distinfo
1.40+2-2time/ruby-tzinfo-data/Makefile
+6-62 files

NetBSD/pkgsrc 8SKEISJdoc pkg-vulnerabilities

   pkg-vulnerabilities: add last 24 hours CVEs

   + py-django-allauth, elasticsearch, libreoffice
     openrsync (not fixed), uriparser
VersionDeltaFile
1.685+7-1doc/pkg-vulnerabilities
+7-11 files

NetBSD/pkgsrc klzUHv5audio/suil PLIST.Darwin

   suil: try fixing PLIST on Darwin
VersionDeltaFile
1.1+2-0audio/suil/PLIST.Darwin
+2-01 files

NetBSD/pkgsrc rHWbmbRdevel/libmemmgr Makefile distinfo, devel/libmemmgr/patches patch-memmgr.internal.h patch-strallocnp.c

   libmemmgr: fix build on NetBSD 11

   and hopefully SmartOS too
VersionDeltaFile
1.1+14-0devel/libmemmgr/patches/patch-memmgr.internal.h
1.1+14-0devel/libmemmgr/patches/patch-strallocnp.c
1.21+4-4devel/libmemmgr/Makefile
1.6+3-1devel/libmemmgr/distinfo
+35-54 files

NetBSD/pkgsrc wnZdPsLdoc CHANGES-2025

   doc: Updated textproc/uriparser to 1.0.0
VersionDeltaFile
1.7229+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc 7ed1d91textproc/uriparser distinfo options.mk, textproc/uriparser/patches patch-include_uriparser_UriBase.h

   uriparser: update to 1.0.0.

   Security fix release.

   2025-12-15 -- 1.0.0

   >>>>>>>>>>>>> SECURITY >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
     * Fixed: [CVE-2025-67899]
         Protect from stack overflow during parsing by dissolving all 13 cases
         of recursion, both direct and indirect. The attack vector was long
         (or crafted) URI input. The known impact is denial of service or more.
         Thanks for the report to Sergey Svistunov!
         Thanks for in-depth review to Tim Düsterhus! (sponsored by Tideways GmbH)
         Thanks for C callgraph tool "egypt" (https://www.gson.org/egypt/)
           to Andreas Gustafsson and for "dot_find_cycles.py" to Jason Antman!
         (GitHub #282, GitHub #284)
   >>>>>>>>>>>>> SECURITY >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
     * Changed: Start requiring a C99 compiler (GitHub #264, GitHub #273)
     * Changed: Require CMake >=3.15.0 (GitHub #270)

    [53 lines not shown]
VersionDeltaFile
1.20+4-5textproc/uriparser/distinfo
1.4+4-3textproc/uriparser/options.mk
1.21+2-2textproc/uriparser/Makefile
1.11+2-2textproc/uriparser/PLIST
1.2+1-1textproc/uriparser/patches/patch-include_uriparser_UriBase.h
+13-135 files

NetBSD/pkgsrc 7EhpBN4www/firefox distinfo, www/firefox/patches patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.cc

   firefox: make a patch's comments match its gamut
VersionDeltaFile
1.572+2-2www/firefox/distinfo
1.4+2-1www/firefox/patches/patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.cc
+4-32 files

NetBSD/pkgsrc HbTQyR3graphics/pngcheck Makefile

   pngcheck: simplify build
VersionDeltaFile
1.7+2-2graphics/pngcheck/Makefile
+2-21 files

NetBSD/pkgsrc nZkuOEzdoc CHANGES-2025

   doc: Updated graphics/pngcheck to 4.0.1
VersionDeltaFile
1.7228+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc vp1Eewjgraphics/pngcheck Makefile distinfo, graphics/pngcheck/patches patch-pngcheck.c

   pngcheck: update to 4.0.1.

   4.0.1

   This release builds on version 4.0.0 with the following improvements:

   New Features

       Added support for Content Credentials caBX chunk from PNG Fourth Edition
       Added support for Apple iDOT chunk (now registered)
       Added cICP autodetect for BT.601 PAL, SECAM and NTSC
       Added validation that cICP chunk must accompany the use of mDCV

   Build System Improvements

       Added GitHub Actions CI for CMake and Make builds on Ubuntu, macOS, and Windows
       Required zlib library as a non-optional dependency
       Auto-detect Windows platform without requiring the WIN32 macro
       Imported the wildargs library for automatic wildcard argument expansion on Windows

    [23 lines not shown]
VersionDeltaFile
1.1+16-0graphics/pngcheck/patches/patch-pngcheck.c
1.6+8-7graphics/pngcheck/Makefile
1.7+5-4graphics/pngcheck/distinfo
1.3+3-2graphics/pngcheck/PLIST
+32-134 files

NetBSD/pkgsrc ifEhwQDwww/firefox140 distinfo, www/firefox140/patches patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.cc

   firefox140: fix builds with NetBSD >= 11.99.4
VersionDeltaFile
1.2+12-2www/firefox140/patches/patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.cc
1.4+2-2www/firefox140/distinfo
+14-42 files

NetBSD/pkgsrc KnvpiCYshells/fish Makefile

   shells/fish: fix build

   Disable dynamic linking against pkgsrc pcre2, otherwise fish fails the
   runtime library search path check.
   This will be reported upstream.
VersionDeltaFile
1.58+8-5shells/fish/Makefile
+8-51 files

NetBSD/pkgsrc 1hsI1u1doc CHANGES-2025

   doc: update for start of freeze for Q4 branch
VersionDeltaFile
1.7227+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc 6tNQbPRdoc CHANGES-2025

   Updated editors/qtcreator, graphics/hugin
VersionDeltaFile
1.7226+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc TYe3vYigraphics/hugin distinfo Makefile, graphics/hugin/patches patch-src_hugin1_hugin_MainFrame.cpp patch-src_hugin__base_vigra__ext_ImageTransformsGPU.cpp

   hugin: updated to 2025.0.1

   2025.0.1

   Fixes create panorama command from fast panorama window and from main menu.
   Fixes compilation issues on Mac OS.
VersionDeltaFile
1.36+4-7graphics/hugin/distinfo
1.166+2-2graphics/hugin/Makefile
1.3+1-1graphics/hugin/patches/patch-src_hugin1_hugin_MainFrame.cpp
1.2+1-1graphics/hugin/patches/patch-src_hugin__base_vigra__ext_ImageTransformsGPU.cpp
1.4+1-1graphics/hugin/patches/patch-src_hugin1_base__wx_platform.cpp
+9-125 files

NetBSD/pkgsrc E5D38YNeditors/qtcreator distinfo Makefile, editors/qtcreator/patches patch-bin_CMakeLists.txt

   qtcreator: updated to 18.0.1

   18.0.1
   Bug fixes
VersionDeltaFile
1.14+5-5editors/qtcreator/distinfo
1.44+2-2editors/qtcreator/Makefile
1.2+3-1editors/qtcreator/patches/patch-bin_CMakeLists.txt
1.8+2-1editors/qtcreator/PLIST
+12-94 files

NetBSD/pkgsrc PyqazADdoc CHANGES-2025

   doc: Note update of mail/roundcube and related pacakges to 1.6.12

        mail/roundcube
        mail/roundcube-plugin-enigma
        mail/roundcube-plugin-password
        mail/roundcube-plugin-zipdownload
VersionDeltaFile
1.7225+5-1doc/CHANGES-2025
+5-11 files

NetBSD/pkgsrc 158eBbpmail/roundcube distinfo PLIST, mail/roundcube-plugin-password distinfo Makefile

   mail/roundcube: update to 1.6.12

   This release contains security related fixes, last two items.

   Roundcube 1.6.12 (2025-12-14)

   * Support IPv6 in database DSN (#9937)
   * Don't force specific error_reporting setting
   * Fix compatibility with PHP 8.5 regarding array_first()
   * Remove X-XSS-Protection example from .htaccess file (#9875)
   * Fix "Assign to group" action state after creation of a first group (#9889)
   * Fix bug where contacts search would fail if `contactlist_fields` contained
     vcard fields (#9850)
   * Fix bug where an mbox export file could include inconsistent message
     delimiters (#9879)
   * Fix parsing of inline styles that aren't well-formatted (#9948)
   * Fix Cross-Site-Scripting vulnerability via SVG's animate tag
   * Fix Information Disclosure vulnerability in the HTML style sanitizer
VersionDeltaFile
1.95+4-4mail/roundcube/distinfo
1.42+4-4mail/roundcube-plugin-password/distinfo
1.58+2-3mail/roundcube/PLIST
1.40+2-2mail/roundcube/Makefile.common
1.27+1-2mail/roundcube-plugin-password/Makefile
+13-155 files

NetBSD/pkgsrc odDrCvxdoc CHANGES-2025

   doc: Added sysutils/gravityfile version 0.2.0
VersionDeltaFile
1.7224+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc QhzrFyFsysutils Makefile

   Add gravityfile
VersionDeltaFile
1.1174+2-1sysutils/Makefile
+2-11 files