NetBSD/pkgsrc D9diqSBdatabases/postgresql14 Makefile.common, databases/postgresql15 Makefile.common

   postgres: many MAKE_JOBS issues remain, for example

   fatal error: 'catalog/pg_type_d.h' file not found
VersionDeltaFile
1.6+7-1databases/postgresql17/Makefile.common
1.21+7-1databases/postgresql14/Makefile.common
1.15+7-1databases/postgresql15/Makefile.common
1.12+7-1databases/postgresql16/Makefile.common
+28-44 files

NetBSD/pkgsrc 6wFgD5Jdoc CHANGES-2025

   doc: Updated x11/xfce4-notifyd to 0.9.7
VersionDeltaFile
1.1544+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc AX88i7Yx11/xfce4-notifyd PLIST distinfo

   xfce4-notifyd: update to 0.9.7

   0.9.7 (2025-02-16)
   =====
   - meson-build: Use SPDX license expression
   - meson-build: Update debug/optimization flag management
   - build: Add meson build files to autotools generated tarball
   - Do a full windowing system support check on startup
   - Fix string leaks in notification_plugin_menu_new
   - Fix button padding for top-position notifications with the XP-Balloon
     theme
   - Fix class names and rule application.
   - Add XP-Balloon theme to build system
   - Add XP-Balloon theme
   - Add positioning style classes to XfceNotifyWindow
   - Add gitlab issue template
   - Add more compiler flags to the meson build
   - Terminate cleanly on SIGQUIT
   - Shut up warning about maybe uninitialized variable

    [13 lines not shown]
VersionDeltaFile
1.12+7-2x11/xfce4-notifyd/PLIST
1.25+4-4x11/xfce4-notifyd/distinfo
1.64+2-4x11/xfce4-notifyd/Makefile
+13-103 files

NetBSD/pkgsrc EMawq06doc CHANGES-2025

   doc: Updated meta-pkgs/xfce4 to 4.20.0nb3
VersionDeltaFile
1.1543+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc 3SHV1UPmeta-pkgs/xfce4 Makefile

   xfce4: bump for xfce4-desktop 4.20.1
VersionDeltaFile
1.154+3-3meta-pkgs/xfce4/Makefile
+3-31 files

NetBSD/pkgsrc M7XxMVtdoc CHANGES-2025

   doc: Updated x11/xfce4-desktop to 4.20.1
VersionDeltaFile
1.1542+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc V9olepNx11/xfce4-desktop distinfo Makefile

   xfce4-desktop: update to 4.20.1

   4.20.1 (2025-02-17)
   ======
   - Fix another gcc-analyzer warning
   - Improve performance of gradient rendering
   - Add simple benchmark for rendering gradients
   - Refactor tests a bit
   - Fix or suppress gcc-analyzer warnings
   - meson-build: Use SPDX license expression
   - Don't send URIs to the clipboard when the paster requests UTF8_STRING
   - Ensure single-workspace-number is never set to a negative value
   - Remove debugging log statement
   - Show loop device volumes if "Other Devices" is selected
   - For the "unknown volumes" type, don't require it to be removable
   - Initialize icon label font point size settings to defaults
   - Fix use-after-free when attempting to load invalid background
   - settings: keep a reference to the backdrop preview model
   - Work around GTK issue with setting the file chooser button folder

    [10 lines not shown]
VersionDeltaFile
1.42+4-4x11/xfce4-desktop/distinfo
1.110+2-4x11/xfce4-desktop/Makefile
+6-82 files

NetBSD/pkgsrc etHD48vdoc CHANGES-2025

   doc: Updated net/xfce4-wavelan-plugin to 0.6.4
VersionDeltaFile
1.1541+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc TwXt7Tnnet/xfce4-wavelan-plugin distinfo Makefile

   xfce4-wavelan-plugin: update to 0.6.4

   0.6.4 (2024-12-25)
   =====
   - Introduce Darwin support
   - Update copyright year
   - build: Bump dependency versions and fix deprecation warnings
   - I18n: Update po/LINGUAS list
   - I18n: Update po/LINGUAS list
   - build: Use XDT_VERSION_INIT and get rid of configure.ac.in
   - scan-build: Fix deadcode.DeadStores
   - I18n: Update po/LINGUAS list
   - build: Get rid of intltool
   - Remove useless size request (Fixes #15)
   - Fix plugin icon size
   - Update copyright year and bug report address
   - build: Add GLib requirement
   - Use "logo-icon-name" instead of "logo" in about dialog
   - OpenBSD: rewrite rate calculation to use IFM_BAUDRATE_DESCRIPTIONS

    [14 lines not shown]
VersionDeltaFile
1.18+4-4net/xfce4-wavelan-plugin/distinfo
1.73+2-3net/xfce4-wavelan-plugin/Makefile
1.8+4-1net/xfce4-wavelan-plugin/PLIST
+10-83 files

NetBSD/pkgsrc ZAEzuX7meta-pkgs/xfce4 Makefile.common

   xfce4: a recent version of msgfmt is a universal tool dependency

   With the exception of some older packages that aren't converted yet.
   No point including this in every individual package.

   Older packages still expect intltool, so leave that listed for now
   until this is sorted out across all packages.
VersionDeltaFile
1.80+2-1meta-pkgs/xfce4/Makefile.common
+2-11 files

NetBSD/pkgsrc QRq6eP7doc CHANGES-2025

   doc: Updated audio/py-music21 to 9.5.0
VersionDeltaFile
1.1540+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc s1xdJsraudio/py-music21 distinfo Makefile

   py-music21: update to 9.5.0

   Music21 v9.5 is a small bug-fix release that fixes a few hard to find bugs, takes advantage of updated dependencies, and adds a bit more typing in various places.
   Fixes Introducing Tiny Incompatibilities

   These incompatibilities have been removed from music21 in order to get correct typing. They were never documented nor promised to work, hence considering it okay with Semantic versioning.

       interval.getWrittenLowerNote works on notes and pitches but both objects must be a Note or must be a Pitch. (This restriction guarantees that the type of object being returned as the lower one will not vary based on attributes, and lets these functions be properly typed). By @mscuthbert in #1749 (started in 1747 by mistake) -- same is true for the parallel methods getWrittenHigherNote, getAbsoluteHigherNote, and getAbsoluteLowerNote. Now your IDE/mypy etc. should know the type of object being returned by these poorly-named functions!
       Removed the "ability" to do this: p = pitch.Pitch(pitch.Pitch('D')) to get a D. Never was documented before: Pitches now cannot take other pitch objects as arguments; this ability was just used in the pre-typed past where we were mixing strings and Pitch objects interchangeably and was only used in music21 in one place (reduceChords.py). The newly created Pitch objects lost a lot of information about harmonics, accidental display, etc. so this was a good catch. Contributed by first-time contributor @float3 in #1746

   What's Changed

       Fixed links to generated documentation by @jacobtylerwalls in #1741
       Take advantage of Astroid 1015 bug being fixed by @mscuthbert in #1745 -- many overloaded functions in music21 were very verbose with code that did not actually run in order to pass mypy with Astroid bug no. 1015 (a tough bug!). Major contributions to fixing the bug were given by @jacobtylerwalls. Also better docs about why music21 has its own StrEnum package. Also 'highestTime' will forever be equivalent to OffsetSpecial.AT_END -- if you know about this, it's great. Most will not care.
       Added some typing to graph modules by @mscuthbert in PR1745 above.
       Updated typing on tablature and intervals by @mscuthbert in #1747
       Code of Conduct Clarify by @mscuthbert in #1748
       Update interval Typing overloads by @mscuthbert in #1749
       Fix a case where octave transposing instruments like piccolo or double bass imported from MusicXML could have incorrect octave information and bad enharmonic transposition (C#s becoming Dbs) fixed by @gregchapman-dev in #1752 (this is unrelated to a question recently here and in StackOverflow about the difference between transposing by P8 and by 12 semitones (thanks to @vanderstel for answering).)
       Bug fix: corpora (including the built in core corpus) which were indexed using Python 3.13 could not be read on other systems (like Mac to Linux); a pathlib.Path was being stored in the corpus accidentally. Fixed by @mscuthbert in #1754
VersionDeltaFile
1.17+4-4audio/py-music21/distinfo
1.32+2-2audio/py-music21/Makefile
+6-62 files

NetBSD/pkgsrc Rxp1CQbwww/cgic Makefile

   (www/cgic) Update HOMEPAGE (to github)
VersionDeltaFile
1.11+2-2www/cgic/Makefile
+2-21 files

NetBSD/pkgsrc s1UYz1Kdoc CHANGES-2025

   doc: Updated www/cgicc to 3.2.20
VersionDeltaFile
1.1539+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc OTBAO3vwww/cgicc distinfo Makefile

   (www/cgicc) Updated 3.2.19 to 3.2.20

   (upstream)
    - Date of release is  Oct 22 2023
    - No update on ChangeLog, NEWS (as of 3.2.17)
    - autoconf used 2.69 to 2.71
    - 65 files updated
       (/tmp/x)% diff -urN  cgicc-3.2.* | grep '^\++' |wc
         65     325    4764
    - too many changes on removing back tick char: `foo' -> 'foo'
    - doxygen.conf has only version number diff
VersionDeltaFile
1.15+4-4www/cgicc/distinfo
1.26+2-2www/cgicc/Makefile
+6-62 files

NetBSD/pkgsrc wn2Edt7doc TODO

   doc/TODO: + rust-1.85.0.
VersionDeltaFile
1.25459+2-3doc/TODO
+2-31 files

NetBSD/pkgsrc OFTeNf4doc pkg-vulnerabilities

   doc: openh264 vuln
VersionDeltaFile
1.317+2-1doc/pkg-vulnerabilities
+2-11 files

NetBSD/pkgsrc ap5muZ0doc pkg-vulnerabilities

   doc: add exim vulnerability
VersionDeltaFile
1.316+2-1doc/pkg-vulnerabilities
+2-11 files

NetBSD/pkgsrc Ei4je3sdoc CHANGES-2025

   doc: Added wm/stumpwm version 24.11
VersionDeltaFile
1.1538+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc cJPpaDswm Makefile, wm/stumpwm Makefile distinfo

   stumpwm: add version 24.11

   StumpWM is a window manager written entirely in Common Lisp. It
   attempts to be highly customizable while relying entirely on the
   keyboard for input. You will not find buttons, icons, title bars,
   tool bars, or any of the other conventional GUI widgets. StumpWM
   attempts to be customizable yet visually minimal. There are no
   window decorations, no icons, and no buttons. It does have various
   hooks to attach your personal customizations, and variables to
   tweak.
VersionDeltaFile
1.1+62-0wm/stumpwm/Makefile
1.1+15-0wm/stumpwm/patches/patch-Makefile.in
1.1+15-0wm/stumpwm/distinfo
1.1+8-0wm/stumpwm/DESCR
1.1+3-0wm/stumpwm/PLIST
1.179+2-1wm/Makefile
+105-16 files

NetBSD/pkgsrc r08MKAldoc CHANGES-2024

   doc/CHANGES-2024: remove two duplicate entries
VersionDeltaFile
1.7950+1-3doc/CHANGES-2024
+1-31 files

NetBSD/pkgsrc CWJPiZYemulators/bochs Makefile PLIST

   bochs: Enable e1000 ethernet support.

   This is basically required for networking on any halfway
   modern OS.

   verified to build on netbsd and linux via drecklypkg
VersionDeltaFile
1.117+3-2emulators/bochs/Makefile
1.23+2-1emulators/bochs/PLIST
+5-32 files

NetBSD/pkgsrc tvZRoywdoc CHANGES-2025

   doc: Updated mail/msmtp to 1.8.28
VersionDeltaFile
1.1537+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc RSxEssNmail/msmtp options.mk Makefile

   msmtp: update to 1.8.28. Changes:

   - Build with libgsasl by default again (if found).
   - Detect SMTPUTF8 server capability and use it if available.
   - Add IDN support to --configure (build with libidn2 to enable this).
   - Add special value 'none' to logfile_time_format to suppress time output.
   - Add a testing infrastructure ('make check')
   - Many improvements in the msmtpq script
   - Many improvements to the vim scripts
   - Add support for SCRAM-SHA-256-PLUS and SCRAM-SHA-1-PLUS authentication, and
     prefer SCRAM methods over the PLAIN method because of their superior
     properties.
   - With --read-envelope-from, a Resent-From header is now used if it is present
     and appears before any From header
   - Added a new configuration command 'from_full_name' to set a full name for the
     From header (like -F on the command line)
   - Fixed the allow_from_override command

   Packaging adjusted to more closely resemble mpop. Build-tested on NetBSD
   and macOS.
VersionDeltaFile
1.18+21-35mail/msmtp/options.mk
1.100+20-20mail/msmtp/Makefile
1.3+13-13mail/msmtp/DESCR
1.17+7-2mail/msmtp/PLIST
1.50+4-4mail/msmtp/distinfo
+65-745 files

NetBSD/pkgsrc xuYAwn0doc CHANGES-2025

   doc: Updated mail/mpop to 1.4.21
VersionDeltaFile
1.1536+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc Q4KKUKAmail/mpop options.mk Makefile

   mpop: update to 1.4.21. Changes:

   - Build with libgsasl by default again (if found).
   - Add IDN support to --configure (build with libidn2 to enable this).
   - Add support for SCRAM-SHA-256-PLUS and SCRAM-SHA-1-PLUS
     authentication, and prefer SCRAM methods over the PLAIN method because
     of their superior properties.

   Packaging adjusted to more closely resemble msmtp. Build-tested on
   NetBSD and macOS.
VersionDeltaFile
1.4+28-6mail/mpop/options.mk
1.49+18-13mail/mpop/Makefile
1.2+12-5mail/mpop/DESCR
1.17+4-4mail/mpop/distinfo
1.11+5-1mail/mpop/PLIST
+67-295 files

NetBSD/pkgsrc L5YhKFxdoc CHANGES-2025

   Updated databases/postgresql1[3-7]
VersionDeltaFile
1.1535+6-1doc/CHANGES-2025
+6-11 files

NetBSD/pkgsrc 1yBOoABdatabases/postgresql13 distinfo Makefile.common, databases/postgresql14 distinfo

   postgresql: updated to 17.4, 16.8, 15.12, 14.17, 13.20

   PostgreSQL 17.4, 16.8, 15.12, 14.17, and 13.20

   The issues listed below affect PostgreSQL 17. Some of these issues may also
   affect other supported versions of PostgreSQL.

   Improve behavior of quoting functions in libpq. The fix for CVE-2025-1094
   caused the quoting functions to not honor their string length parameters and,
   in some cases, cause crashes. This problem could be noticeable from a
   PostgreSQL client library, based on how it is integrated with libpq.
   Fix small memory leak in pg_createsubscriber.
VersionDeltaFile
1.20+4-4databases/postgresql14/distinfo
1.27+4-4databases/postgresql13/distinfo
1.10+4-4databases/postgresql16/distinfo
1.13+4-4databases/postgresql15/distinfo
1.5+4-4databases/postgresql17/distinfo
1.28+2-2databases/postgresql13/Makefile.common
+22-229 files not shown
+40-3515 files

NetBSD/pkgsrc 6ODQr2ndoc CHANGES-2025

   doc: Updated security/gsasl to 2.2.1
VersionDeltaFile
1.1534+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc MAwfY3Hsecurity/gsasl distinfo Makefile

   gsasl: update to 2.2.1. Changes:

   * Noteworthy changes in release 2.2.1 (2024-01-02) [stable]

   ** Base64 encoding/decoding now rejects non-conforming data.

   ** SCRAM server: Add support for GSASL_SCRAM_SALTED_PASSWORD.
   If the server knows GSASL_SCRAM_SALTED_PASSWORD with matching
   GSASL_SCRAM_ITER and GSASL_SCRAM_SALT values, it can avoid having to
   compute the expensive PBKDF2 operation.  The SCRAM client already
   supports this mode.  It is recommended for servers to store
   GSASL_SCRAM_SERVERKEY and GSASL_SCRAM_STOREDKEY values in a database,
   but sometimes storing GSASL_SCRAM_SALTED_PASSWORD, GSASL_SCRAM_ITER
   and GSASL_SCRAM_SALT has other advantages.

   ** gsasl: Added --scram-salted-password=STRING for test purposes.
   Based on idea from Manvendra Bhangui <mbhangui at gmail.com> in
   <https://lists.gnu.org/archive/html/help-gsasl/2022-11/msg00000.html>.


    [89 lines not shown]
VersionDeltaFile
1.24+4-4security/gsasl/distinfo
1.66+3-4security/gsasl/Makefile
1.21+2-1security/gsasl/PLIST
+9-93 files