NetBSD/pkgsrc 3dLTdMwdoc CHANGES-2026 TODO

   doc: Updated security/openssh to 10.4p1
VersionDeltaFile
1.4291+2-1doc/CHANGES-2026
1.27549+2-1doc/TODO
+4-22 files

NetBSD/pkgsrc AWQOESasecurity/openssh distinfo Makefile

   openssh: update to 10.4p1.

   Changes since OpenSSH 10.3
   ==========================

   This release contains a number of security fixes as well as general
   bugfixes and a couple of new features.

   Security
   ========

    * sftp(1): when downloading files on the command-line using
      "sftp host:/path .", a malicious server could cause the file to
      be downloaded to an unexpected location. This issue was identified
      by the Swival Security Scanner.

    * scp(1): when copying files between two remote destinations, do
      not allow a malicious server to write files to the parent
      directory of the intended target directory.  This issue was

    [180 lines not shown]
VersionDeltaFile
1.131+4-4security/openssh/distinfo
1.293+2-2security/openssh/Makefile
+6-62 files

NetBSD/pkgsrc on2rne9x11/ocaml-lablgtk3 distinfo, x11/ocaml-lablgtk3/patches patch-tools_introspection_propcc.ml patch-tools_introspection_propcc.ml4

   ocaml-lablgtk3: fix build with ocaml-dune 3.24.0

   using patches from upstream merge ticket
VersionDeltaFile
1.1+16-0x11/ocaml-lablgtk3/patches/patch-tools_introspection_propcc.ml
1.1+16-0x11/ocaml-lablgtk3/patches/patch-tools_introspection_propcc.ml4
1.1+16-0x11/ocaml-lablgtk3/patches/patch-tools_propcc.ml
1.1+16-0x11/ocaml-lablgtk3/patches/patch-tools_propcc.ml4
1.9+5-1x11/ocaml-lablgtk3/distinfo
+69-15 files

NetBSD/pkgsrc gaTDgeOdoc CHANGES-2026

   Updated editors/xournalpp
VersionDeltaFile
1.4290+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NrJAhVieditors/xournalpp Makefile distinfo, editors/xournalpp/patches patch-man_CMakeLists.txt

   xournalpp: updated to 1.3.5

   1.3.5

   This is a new minor version of Xournal++ with bug fixes and improvements from the community.

   Fixed crash when exiting after playing sound
   Fixed some button-to-tools configuration issues
   Fixed crash involving page background selection
   Added multidevice support for X11 palm rejection
   Reduced PDF cache retention for off-screen pages
   Fixed moving display when selecting "Fit to Screen"
   Fixed disabled "Merge layer" menu entry
   Fixed a concurrency crash when using layers
   Improved setting up environment on MacOS
   Fixed typos in some displayed strings
   Fixed "Missing background" display when missing PDF page
   Bumped dependency versions on MacOS and Windows
   Added Georgian translations
   Updated translations
VersionDeltaFile
1.101+12-21editors/xournalpp/Makefile
1.1+33-0editors/xournalpp/patches/patch-man_CMakeLists.txt
1.25+5-4editors/xournalpp/distinfo
1.9+2-1editors/xournalpp/PLIST
+52-264 files

NetBSD/pkgsrc hYwO3Kydevel/protobuf distinfo, devel/protobuf/patches patch-src_google_protobuf_io_zero_copy_stream_impl.cc

   protobuf: fix build with pkgsrc gcc-10

   Removing #define _POSIX_C_SOURCE 202405L is sufficient to fix the build
   with pkgsrc gcc10.

   This is for this bit of code:
   int robust_close(int fd) {
   #if defined(POSIX_CLOSE_RESTART)
     return posix_close(fd, 0);
   #else
     return close(fd);
   #endif
   }

   On most operating systems, posix_close doesn't exist anyway, so this code
   is all irrelevant:
   https://www.gnu.org/software/gnulib/manual/html_node/posix_005fclose.html
VersionDeltaFile
1.1+19-0devel/protobuf/patches/patch-src_google_protobuf_io_zero_copy_stream_impl.cc
1.102+2-1devel/protobuf/distinfo
+21-12 files

NetBSD/pkgsrc DwrvwKYdoc CHANGES-2026

   Updated graphics/librsvg, textproc/gtk-doc
VersionDeltaFile
1.4289+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc HolYrvbtextproc/gtk-doc Makefile distinfo

   gtk-doc: updated to 1.36.1

   GTK-Doc 1.36.1, 2026-04-10

   - scangobj: fix compilation warnings.
   - Some documentation updates.
   - Translation updates.


   GTK-Doc 1.36.0, 2026-03-10

   GTK-Doc can no longer be built with the Autotools:
     - You need to use Meson in order to build GTK-Doc.
     - Note that buildsystems/autotools/ is still there for GTK-Doc integration in
       projects using the Autotools.

   Meson:
     - Fix test-gobject-mkhtml unit test.
     - A few improvements.

    [5 lines not shown]
VersionDeltaFile
1.106+4-5textproc/gtk-doc/Makefile
1.32+4-4textproc/gtk-doc/distinfo
1.26+5-1textproc/gtk-doc/PLIST
+13-103 files

NetBSD/pkgsrc l7vy4sEgraphics/librsvg distinfo cargo-depends.mk, graphics/librsvg/patches patch-.._vendor_memchr-2.8.0_src_memchr.rs patch-.._vendor_memchr-2.8.0_src_memmem_searcher.rs

   librsvg: updated to 2.62.3

   Version 2.62.3

   librsvg crate version 2.62.3

   librsvg-rebind crate version 0.3.0

   - Remove loading limits from image-rs.  This means that raster
     images, when embedded in SVG documents, have no limits for their
     size or memory consumption.  The idea, for now, is that
     security-sensitive applications that use librsvg should do their own
     sandboxing if they want to impose memory limits.

   - Fix the logic for whether gdk-pixbuf-query-loaders should be run
     during cross-compilation.  Native builds can of course use it; cross
     builds can use it if they can run host binaries *and* an executable
     wrapper has been set *and* the target sysroot contains the
     corresponding gdk-pixbuf-query-loaders executable (Ross Burton).
VersionDeltaFile
1.74+459-387graphics/librsvg/distinfo
1.14+149-125graphics/librsvg/cargo-depends.mk
1.1+128-0graphics/librsvg/patches/patch-.._vendor_memchr-2.8.0_src_memchr.rs
1.1+78-0graphics/librsvg/patches/patch-.._vendor_memchr-2.8.0_src_memmem_searcher.rs
1.1+24-0graphics/librsvg/patches/patch-.._vendor_zune-jpeg-0.5.13_src_idct.rs
1.1+23-0graphics/librsvg/patches/patch-.._vendor_memchr-2.8.0_src_arch_aarch64_memchr.rs
+861-51214 files not shown
+937-53420 files

NetBSD/pkgsrc pghU93Dwww/php-nextcloud Makefile

   www/php-nextcloud: Update required php versions

   Upstream "documents" that >= php 8.5 is not ok.
VersionDeltaFile
1.88+3-4www/php-nextcloud/Makefile
+3-41 files

NetBSD/pkgsrc zqMS9obdoc CHANGES-2026

   doc: Updated www/php-nextcloud to 32.0.12
VersionDeltaFile
1.4288+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc n1gvAhRdoc CHANGES-2026

   doc: Updated www/chromium to 150.0.7871.46
VersionDeltaFile
1.4287+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UFj9U6Wwww/php-nextcloud PLIST distinfo

   www/php-nextcloud: Update to 32.0.12

   Tested on netbsd-10 amd64.  As in recent past versions, the
   click-to-update on the web fails, and the "php occ" command-line path
   works.  I do not believe this is a packaging issue.

   Upstream NEWS content: micro update
VersionDeltaFile
1.70+288-329www/php-nextcloud/PLIST
1.73+4-4www/php-nextcloud/distinfo
1.87+2-2www/php-nextcloud/Makefile
+294-3353 files

NetBSD/pkgsrc 5JFQu3Owww/chromium distinfo cargo-depends.mk, www/chromium/patches patch-chrome_browser_about__flags.cc patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc

   chromium: update to 150.0.7871.46

   This update includes 433 security fixes. Please see the Chrome Security Page for more information.
VersionDeltaFile
1.49+2,142-2,022www/chromium/distinfo
1.2+171-133www/chromium/cargo-depends.mk
1.22+68-104www/chromium/patches/patch-chrome_browser_about__flags.cc
1.22+52-25www/chromium/patches/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc
1.22+13-49www/chromium/patches/patch-build_config_compiler_BUILD.gn
1.22+28-33www/chromium/patches/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc
+2,474-2,3661,625 files not shown
+5,744-5,2091,631 files

NetBSD/pkgsrc wwhzbvBwww/resterm distinfo go-modules.mk, www/resterm/patches patch-go.sum patch-go.mod

   resterm: Update to 0.44.7

   Fixed
   Fixed NetBSD support by updating the SQLite dependency to modernc.org/sqlite v1.53.0.
   The previous SQLite dependency chain was broken on NetBSD, which could prevent Resterm from building or running correctly.
   Upstream issue: https://gitlab.com/cznic/sqlite/-/work_items/246

   Improved
   Reworked and added back a small startup animation to the latency sparkline.
VersionDeltaFile
1.8+16-18www/resterm/distinfo
1.2+4-4www/resterm/go-modules.mk
1.9+2-2www/resterm/Makefile
1.2+1-1www/resterm/patches/patch-go.sum
1.2+1-1www/resterm/patches/patch-go.mod
+24-265 files

NetBSD/pkgsrc xvWWretdoc CHANGES-2026

   doc: Updated www/resterm to 0.44.7
VersionDeltaFile
1.4286+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc LS41veodoc CHANGES-2026

   doc: Updated audio/kew to 4.1.7
VersionDeltaFile
1.4285+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc anTJquzaudio/kew distinfo Makefile

   kew: update to 4.1.7

   - Fixes image rendering error on gnome terminal
VersionDeltaFile
1.22+4-4audio/kew/distinfo
1.25+2-2audio/kew/Makefile
+6-62 files

NetBSD/pkgsrc M1e15vTdoc CHANGES-2026

   Updated textproc/py-pyaml, graphics/py-pygal
VersionDeltaFile
1.4284+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc CIIV4Bngraphics/py-pygal distinfo Makefile

   py-pygal: updated to 3.1.3

   3.1.3

   Fixed

   CHANGELOG

   3.1.2

   Fixed

   README

   3.1.1

   Fixed

   Copyright year

    [6 lines not shown]
VersionDeltaFile
1.14+4-4graphics/py-pygal/distinfo
1.26+2-2graphics/py-pygal/Makefile
1.10+2-1graphics/py-pygal/PLIST
+8-73 files

NetBSD/pkgsrc 9bqeri8textproc/py-pyaml distinfo Makefile

   py-pyaml: updated to 26.7.0

   26.7.0
   Unknown changes
VersionDeltaFile
1.19+4-4textproc/py-pyaml/distinfo
1.24+2-2textproc/py-pyaml/Makefile
+6-62 files

NetBSD/pkgsrc Hocmp8xdoc CHANGES-2026

   Updated textproc/dblatex, misc/py-tibs
VersionDeltaFile
1.4283+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc sLko027misc/py-tibs distinfo Makefile

   py-tibs: updated to 0.12.0

   0.12.0

   This is effectively the first beta before a 1.0 release. I don't plan to change
   the API or add new features before the 1.0 release.

   Backwardly incompatible changes

   * Minimum Python version now 3.10 instead of 3.8
   * Renamed the `Endianness` enum to `ByteOrder` as it's more consistent.

   Added

   * Added `Tibs.split_at()` and `Mutibs.split_at()` for partitioning a bit
     sequence at one or more bit positions.

   Fixed

   * Fix LSB0 view value ordering.
VersionDeltaFile
1.7+7-7misc/py-tibs/distinfo
1.7+2-2misc/py-tibs/Makefile
1.4+1-1misc/py-tibs/cargo-depends.mk
+10-103 files

NetBSD/pkgsrc rca0GKgtextproc/dblatex Makefile PLIST, textproc/dblatex/patches patch-setup.py patch-aa

   dblatex: updated to 0.3.12

   Release 0.3.12:

   All the fixes have been provided by Petter Reinholdtsen. Thank you, Petter.
   - Fix SF bug 118: fix 'nb' and 'nn' locales.
   - Fix SF bug 119: use locale quotes in glossary.
   - Fix SF bug 120: use locale quotes in bibliography.
   - Fix SF bug 123: add 'se' locale.
   - Fix SF bug 124: set default qandaset title markup in english.
VersionDeltaFile
1.46+13-7textproc/dblatex/Makefile
1.1+15-0textproc/dblatex/patches/patch-setup.py
1.14+11-4textproc/dblatex/PLIST
1.13+5-5textproc/dblatex/distinfo
1.3+1-1textproc/dblatex/patches/patch-aa
+45-175 files

NetBSD/pkgsrc RYsxMmhdoc CHANGES-2026

   doc: Updated geography/proj-doc to 9.8.1
VersionDeltaFile
1.4282+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 3U8ar2qgeography/proj-doc Makefile distinfo

   geography/proj-doc: Update to 9.8.1

   Upstream's pdf download is unstable (email bug report sent).  There
   are two problems:

     - The download URL is major.minor, not major.minor.micro like
       releases.  The pdf is changed e.g. from 9.8.0 to 9.8.1.
     - The pdf for a given version is sometimes replaced (e.g. 9.8.1
       revisions of April 28 and July 3).

   To work around this, the package is named for the proj version (9.8.1)
   and the download URL is major.minor (9.8).  If the pdf is replaced,
   we'll consider that a docs revision and logically being 9.8.1.1.  This
   is cleaner than DISTDIR since we're making up downloaded version
   numbers anyway.
VersionDeltaFile
1.13+14-7geography/proj-doc/Makefile
1.9+4-4geography/proj-doc/distinfo
+18-112 files

NetBSD/pkgsrc ZY7NefCdoc CHANGES-2026

   Updated x11/gtkmm3, textproc/yq
VersionDeltaFile
1.4281+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 9Kh3P19textproc/yq Makefile PLIST

   yq: updated to 4.1.1

   Changes for v4.1.1 (2026-07-03)
   - xq: support –xml-short-empty-elements to emit self-closing elements
     instead of the long form

   Changes for v4.1.0 (2026-07-03)
   - Implement YAML comment roundtripping

   Changes for v4.0.0 (2026-07-02)
   - Implement TOML comment roundtripping (tomlq -T)
   - Add –width=0 for no-wrap option; –null-input as -n alias
   - Force quote strings that can be parsed as integers in YAML 1.2
   - Implement YAML 1.2 octals
   - Prevent exception thrown when sys.stdin is None.
VersionDeltaFile
1.20+4-10textproc/yq/Makefile
1.7+7-5textproc/yq/PLIST
1.13+4-4textproc/yq/distinfo
+15-193 files

NetBSD/pkgsrc g55HS8mx11/gtkmm3 Makefile distinfo

   gtkmm3: updated to 3.24.11

   3.24.11 (stable) 2026-06-09

   Gdk:
   * Pixbuf: Ignore deprecation of gdk_pixbuf_new_from_xpm_data()
   * Ignore deprecation of GdkPixbufAnimation and GdkPixbufAnimationIter.
     They are deprecated since gdk-pixbuf 2.44.
     (Kjell Ahlstedt)

   Documentation:
   * Remove obsolete FSF (Free Software Foundation) address
   * Gtk::GestureSingle: Update class description
     (Kjell Ahlstedt)
   * README.win32.md: Mention Visual Studio 2026
   * MSVC_NMake/info-msvc.mak, README.win32.md: Update build info
     (Chun-wei Fan) Merge request !97
   * Gtk::GestureMultiPress: Improve the class description
     (Kjell Ahlstedt) Issue 168 (gkv311)

    [12 lines not shown]
VersionDeltaFile
1.81+4-5x11/gtkmm3/Makefile
1.19+4-4x11/gtkmm3/distinfo
+8-92 files

NetBSD/pkgsrc g2N3F78doc CHANGES-2026

   Updated devel/glibmm, devel/atkmm, graphics/cairomm, devel/pangomm
VersionDeltaFile
1.4280+5-1doc/CHANGES-2026
+5-11 files