NetBSD/pkgsrc d6dzOthdoc pkg-vulnerabilities

   pkg-vulnerabilities: Add xz vulnerability CVE-2025-31115
VersionDeltaFile
1.453+2-1doc/pkg-vulnerabilities
+2-11 files

NetBSD/pkgsrc fvKBvMEdoc CHANGES-2025

   Updated net/qbittorrent, www/py-scrapy
VersionDeltaFile
1.4120+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc yoXzfiiwww/py-scrapy distinfo Makefile

   py-scrapy: updated to 2.13.3

   Scrapy 2.13.3 (2025-07-02)

   - Changed the values for :setting:`DOWNLOAD_DELAY` (from ``0`` to ``1``) and
     :setting:`CONCURRENT_REQUESTS_PER_DOMAIN` (from ``8`` to ``1``) in the
     default project template.
   - Improved :class:`scrapy.core.engine.ExecutionEngine` logic related to
     initialization and exception handling, fixing several cases where the
     spider would crash, hang or log an unhandled exception.
     (:issue:`6783`, :issue:`6784`, :issue:`6900`, :issue:`6908`, :issue:`6910`,
   - Fixed a Windows issue with :ref:`feed exports <topics-feed-exports>` using
     :class:`scrapy.extensions.feedexport.FileFeedStorage` that caused the file
     to be created on the wrong drive.
   - Allowed running tests with Twisted 25.5.0+ again. Pytest 8.4.1+ is now
     required for running tests in non-pinned envs as support for the new
     Twisted version was added in that version.
   - Fixed running tests with lxml 6.0.0+.
   - Added a deprecation notice for

    [5 lines not shown]
VersionDeltaFile
1.22+4-4www/py-scrapy/distinfo
1.30+2-2www/py-scrapy/Makefile
+6-62 files

NetBSD/pkgsrc WKmKZRenet/qbittorrent distinfo Makefile

   qbittorrent: updated to 5.1.2

   5.1.2
   - BUGFIX: Don't expose palette colors in UI theme editor since they are not customizable (glassez)
   - BUGFIX: Add fallback to update mechanism (sledgehammer999)
   - WEBUI: Fix incorrectly backported changes (glassez)
   - WEBAPI: Trim leading whitespaces on Run External Program fields (Chocobo1)
   - RSS/SEARCH: Prevent opening local files if web page is expected (glassez)
   - MACOS: Make qBittorrent quit on MacOS with main window closed (Ryu481)
VersionDeltaFile
1.45+4-4net/qbittorrent/distinfo
1.91+2-2net/qbittorrent/Makefile
+6-62 files

NetBSD/src xOg3aOubin/sh miscbltin.c

   Don't allow read to make use of the shell's internal '='
   terminates var names feature (which exists so in things
   like "external foo=bar" the shell can simply set the "variable"
   "foo=bar" to "bar" and doesn't need to put \0 on top of the '=',
   or copy the var name part elsewhere, and other similar internal
   advantages) - in most cases either allowing the '=' is intended, (as
   in the export example) or other checks make it impossible (${var} etc),
   but nothing was checking the var names passed to the read command.

   Fix that ... (side effect is that now if an invalid name is
   given, it will be detected before anything is read, before a
   prompt is written, rather than after the read, when the vars
   are being set to the fields from the line read).

   Don't bother doing this in SMALL shells, avoid the (small) extra
   code bloat - SMALL shells can just treat being able to say
        read a b=hello c   (which means the same as read a b c)
   as a harmless foible...
VersionDeltaFile
1.57+11-3bin/sh/miscbltin.c
+11-31 files

NetBSD/pkgsrc CRqZaAImath/djbsort Makefile

   djbsort: fix SmartOS build.
VersionDeltaFile
1.11+9-1math/djbsort/Makefile
+9-11 files

NetBSD/pkgsrc AluvHPFmath/djbfft Makefile

   djbfft: fix SmartOS build.
VersionDeltaFile
1.24+2-1math/djbfft/Makefile
+2-11 files

NetBSD/pkgsrc w3IaMa5audio/qt6-qtspeech PLIST

   qt6-qtspeech: add some missing files to PLIST
VersionDeltaFile
1.6+10-2audio/qt6-qtspeech/PLIST
+10-21 files

NetBSD/pkgsrc x3k0i13emulators/suse15_linux Makefile.common emulator.mk

   suse15_linux: support gtk4 package
VersionDeltaFile
1.2+2-1emulators/suse15_linux/Makefile.common
1.2+2-1emulators/suse15_linux/emulator.mk
+4-22 files

NetBSD/pkgsrc 0g1pDhnemulators Makefile

   emulators/Makefile: + suse15_gtk4
VersionDeltaFile
1.373+2-1emulators/Makefile
+2-11 files

NetBSD/pkgsrc 3141J9memulators/suse15_gtk4 Makefile DESCR

   emulators/suse15_gtk4: import suse_gtk4-15.5

   Linux compatibility package based on the openSUSE Linux distribution.
   Please visit http://www.opensuse.org/ for more information about openSUSE
   Linux.

   This package supports running ELF binaries linked with glibc2 that
   require GTK+-4.x shared libraries.
VersionDeltaFile
1.1+24-0emulators/suse15_gtk4/Makefile
1.1+6-0emulators/suse15_gtk4/DESCR
1.1+5-0emulators/suse15_gtk4/distinfo
1.1+5-0emulators/suse15_gtk4/suse.x86_64.mk
+40-04 files

NetBSD/pkgsrc HCjfX7wsecurity/sudo distinfo Makefile

   Pullup ticket #6975 - requested by kim
   security/sudo: Security fix

   Revisions pulled up:
   - security/sudo/Makefile                                        1.209
   - security/sudo/distinfo                                        1.138

   ---
      Module Name:    pkgsrc
      Committed By:   kim
      Date:           Tue Jul  1 05:09:11 UTC 2025

      Modified Files:
              pkgsrc/security/sudo: Makefile distinfo

      Log Message:
      sudo: Upgrade to 1.9.17p1

      What's new in Sudo 1.9.17p1

    [76 lines not shown]
VersionDeltaFile
1.137.4.1+4-4security/sudo/distinfo
1.208.2.1+2-3security/sudo/Makefile
+6-72 files

NetBSD/src VzPmATtusr.sbin/npf/npftest/libnpftest npf_l2rule_test.c

   fix lint build
VersionDeltaFile
1.2+12-12usr.sbin/npf/npftest/libnpftest/npf_l2rule_test.c
+12-121 files

NetBSD/src RbVjGZ3usr.sbin/npf/npfctl npf.conf.5

   npf.conf.5: various grammar, spelling, formatting tweaks
VersionDeltaFile
1.98+19-13usr.sbin/npf/npfctl/npf.conf.5
+19-131 files

NetBSD/pkgsrc b7Vsohcdoc TODO CHANGES-2025

   doc: Updated wm/icewm to 3.8.0
VersionDeltaFile
1.25966+1-2doc/TODO
1.4119+2-1doc/CHANGES-2025
+3-32 files

NetBSD/pkgsrc ROe09BBwm/icewm distinfo Makefile

   icewm: update to 3.8.0

   Release icewm-3.8.0 released 2025-06-22
   ---------------------------------------

   git shortlog --no-merges -e -n -w80,6,8 3.7.5...3.8.0

   Bert Gijsbers <gijsbers at science.uva.nl> (22):
         Include sr in LINGUAS.
         Optimize the CPU graph when taskbarbg.xpm is a gradient and
           ColorCPUStatusIdle is the empty string.
         Optimization of the CPU graph.
         Avoid work for translators for now.
         Optimize the MEM graph to reduce the background load of icewm.
         Optimize renderToPixmap for the imlib2 layer.
         Convert a hotkey to uppercase with respect for the current locale.
         YMenuItem doesn't need to be virtual.
         Convert HotChars in a menu to uppercase with respect for the current
           locale.

    [64 lines not shown]
VersionDeltaFile
1.53+4-4wm/icewm/distinfo
1.62+2-2wm/icewm/Makefile
1.29+2-1wm/icewm/PLIST
+8-73 files

NetBSD/pkgsrc 354CQugdoc CHANGES-2025

   doc: Updated lang/gcc13-gnat-libs to 13.4.0nb1
VersionDeltaFile
1.4118+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc RiBSrx3doc CHANGES-2025

   doc: Updated lang/gcc13-gnat to 13.4.0
VersionDeltaFile
1.4117+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc SMV3oczlang/gcc13-gnat distinfo buildlink3.mk, lang/gcc13-gnat-libs Makefile

   gcc13-gnat*: update to 13.4 bug-fix release
VersionDeltaFile
1.4+8-18lang/gcc13-gnat/patches/patch-libgcc_config.host
1.7+5-8lang/gcc13-gnat/distinfo
1.4+4-4lang/gcc13-gnat/buildlink3.mk
1.6+3-3lang/gcc13-gnat-libs/Makefile
1.8+3-3lang/gcc13-gnat/Makefile
1.2+1-1lang/gcc13-gnat/patches/patch-libgcc_config_i386_t-darwin
+24-372 files not shown
+26-398 files

NetBSD/pkgsrc-wip eb347e6c2rust distinfo cargo-depends.mk

c2rust: update to latest snapshot, still fails the same way

needs "rustc-dev" it seems
DeltaFile
+39-21c2rust/distinfo
+12-6c2rust/cargo-depends.mk
+4-2c2rust/Makefile
+55-293 files

NetBSD/src UzA3WWuusr.bin/make make.1 main.c, usr.bin/make/unit-tests opt-jobs-internal.exp

   make: shorten diagnostic for invalid -J option

   In the manual page, there's more space to properly explain the
   complexity behind the warning.
VersionDeltaFile
1.387+70-2usr.bin/make/make.1
1.660+4-19usr.bin/make/main.c
1.12+3-15usr.bin/make/unit-tests/opt-jobs-internal.exp
+77-363 files

NetBSD/pkgsrc tMp4iIZdoc CHANGES-2025

   doc: Updated lang/tcl to 8.6.16nb3
VersionDeltaFile
1.4116+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc A26TZBelang/tcl Makefile distinfo, lang/tcl/patches patch-unix_configure

   tcl: Fix evil implicit func decl GCC 14 fallout.

   There is a configure test to see if the platform is big endian.  Unfortunately
   due to GCC 14's stupid default compilation environment this test fails to
   build, and this is silently interpreted as the platform being big endian!

   This is only apparent to the user due to various floating point operations
   failing in weird and wonderful ways at runtime on x86.  Bump PKGREVISION.
VersionDeltaFile
1.19+17-7lang/tcl/patches/patch-unix_configure
1.135+2-2lang/tcl/Makefile
1.90+2-2lang/tcl/distinfo
+21-113 files

NetBSD/pkgsrc 0zQLTCKdoc pkgsrc.html pkgsrc.txt

   doc/pkgsrc.*: regen
VersionDeltaFile
1.384+387-379doc/pkgsrc.html
1.382+382-380doc/pkgsrc.txt
+769-7592 files

NetBSD/pkgsrc arECxlrdoc/guide distinfo Makefile

   docs/guide: Update htdocs-share to 20250702 for 2025Q2
VersionDeltaFile
1.38+4-4doc/guide/distinfo
1.77+2-2doc/guide/Makefile
+6-62 files

NetBSD/pkgsrc rErXtdmdoc CHANGES-2025

   doc: Updated geography/py-gdal to 3.11.1
VersionDeltaFile
1.4115+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc V8IEwPfdoc CHANGES-2025

   doc: Updated geography/gdal-lib to 3.11.1
VersionDeltaFile
1.4114+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc VfIvUCjgeography/gdal-lib distinfo Makefile.common, geography/py-gdal Makefile

   geogrraphy/gdal*: Update to 3.11.1

   Upstream NEWS: "GDAL 3.11.1 is a bugfix release."

   Tested with qgis on NetBSD 10 amd64.
VersionDeltaFile
1.73+4-4geography/gdal-lib/distinfo
1.36+3-3geography/gdal-lib/Makefile.common
1.87+1-2geography/py-gdal/Makefile
+8-93 files

NetBSD/src Sxqoeb8sys/arch/m68k/include ieee.h

   use uint32_t like the x86 file does.
VersionDeltaFile
1.18+7-7sys/arch/m68k/include/ieee.h
+7-71 files

NetBSD/pkgsrc 1Y3jS0yx11/qt6-qtbase PLIST.Linux

   qt6-qtbase: PLIST.Linux: catch up with update
VersionDeltaFile
1.7+20-2x11/qt6-qtbase/PLIST.Linux
+20-21 files