NetBSD/pkgsrc qNQyftNtextproc/awf Makefile

   awf: comment out dead sites
VersionDeltaFile
1.16+3-4textproc/awf/Makefile
+3-41 files

NetBSD/pkgsrc wffAbjFdevel/autosetup Makefile

   autosetup: update HOMEPAGE
VersionDeltaFile
1.3+2-2devel/autosetup/Makefile
+2-21 files

NetBSD/pkgsrc q8WR6rCaudio/aumix Makefile.common

   aumix: switch to sf as HOMEPAGE, main one is gone
VersionDeltaFile
1.15+2-2audio/aumix/Makefile.common
+2-21 files

NetBSD/pkgsrc GObgytQdevel/at-spi2-core Makefile

   at-spi2-core: update HOMEPAGE
VersionDeltaFile
1.64+2-2devel/at-spi2-core/Makefile
+2-21 files

NetBSD/src 5U5JJzQsys/rump/kern/lib/libcrypto Makefile

   Add the new ass_keysched.c to the rump kernel crypto lib

   This will hopefully unbreak the builds.
VersionDeltaFile
1.25+2-1sys/rump/kern/lib/libcrypto/Makefile
+2-11 files

NetBSD/pkgsrc ERduji6textproc/aspell-he Makefile

   aspell-he: comment out dead HOMEPAGE
VersionDeltaFile
1.3+2-3textproc/aspell-he/Makefile
+2-31 files

NetBSD/pkgsrc Rk5CgAUdoc CHANGES-2025

   Updated devel/py-pbr, devel/py-testtools
VersionDeltaFile
1.6858+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc CGp9Xxhdevel/py-testtools distinfo PLIST

   py-testtools: updated to 2.8.0

   2.8.0

   Changes

   * Drop support for Python 3.8. (Stephen Finucane)

   * Drop support for Python 3.9. (Jelmer Vernooij)

   * Add support for Python 3.13 and 3.14. (Jelmer Vernooij)

   Improvements

   * Add support for Python 3.12's ``addDuration`` method and ``collectedDurations``
     attribute in ``TestResult`` classes.

   * Remove a number of deprecated classes and methods. (Stephen Finucane)


    [20 lines not shown]
VersionDeltaFile
1.20+4-4devel/py-testtools/distinfo
1.12+1-4devel/py-testtools/PLIST
1.28+3-2devel/py-testtools/Makefile
+8-103 files

NetBSD/pkgsrc 1BVO0Fudevel/py-pbr PLIST Makefile

   py-pbr: updated to 7.0.3

   7.0.3
   Don’t wrap develop on newer setuptools
   Fix handling of long_description
   Run py27 job with default ansible
   Misc fixes

   7.0.2
   Remove use of pkg_resources from tests
   Fix functional test for pip 25.3
   Rename setup.cfg parsing utilities
   Remove remaining uses of pkg_resources
   Inline overridden script writer
   Duplicate methods between ScriptWriter, WindowsScriptWriter
   Remove use of easy_install
   Inline LocalInstallScripts._make_wsgi_scripts_only
   Remove unused code
   Remove dead code

    [43 lines not shown]
VersionDeltaFile
1.13+82-34devel/py-pbr/PLIST
1.50+4-10devel/py-pbr/Makefile
1.35+4-4devel/py-pbr/distinfo
+90-483 files

NetBSD/pkgsrc Ivr8Cx6doc CHANGES-2025

   doc: Updated devel/p5-Type-Tiny to 2.008005
VersionDeltaFile
1.6857+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc PaKhIZZdevel/p5-Type-Tiny distinfo Makefile

   p5-Type-Tiny: update to 2.008005.

   2025-03-31 Type-Tiny version 2.008000 released!

    - Better sanity checking.
    - `Type::Params` now supports `returns` for return types.
    - `Type::Params` has some quality of life improvements.
    - `Types::Standard::HashRef` and friends can export shortcuts.
    - Update examples in pod to use more features of modern Perl.
VersionDeltaFile
1.29+4-4devel/p5-Type-Tiny/distinfo
1.38+2-2devel/p5-Type-Tiny/Makefile
+6-62 files

NetBSD/pkgsrc EkHI3Cidoc CHANGES-2025

   doc: Updated devel/p5-OLE-Storage_Lite to 0.24
VersionDeltaFile
1.6856+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc HyKaIWxdevel/p5-OLE-Storage_Lite distinfo Makefile

   p5-OLE-Storage_Lite: update to 0.24.

   0.24 Fri Nov 21 2025

       ! Fix for versions in package.


   0.23 Fri Nov 21 2025

       ! Fixed issue where files with leading or trailing whitespace
         weren't handled correctly.
         https://github.com/jmcnamara/ole-storage-lite/pull/9

       + Updated (!?) perl requirement to v5.006.
         https://github.com/jmcnamara/ole-storage-lite/pull/6
VersionDeltaFile
1.13+4-4devel/p5-OLE-Storage_Lite/distinfo
1.38+3-4devel/p5-OLE-Storage_Lite/Makefile
+7-82 files

NetBSD/pkgsrc D1AkdlUdoc CHANGES-2025

   doc: Updated sysutils/vcdimager to 2.0.1nb15
VersionDeltaFile
1.6855+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc yhOQ8xisysutils/vcdimager distinfo Makefile, sysutils/vcdimager/patches patch-frontends_xml_vcd__xml__common.c

   vcdimager: fix to arch patch for fixing build with libxml2.

   Bump PKGREVISION.
VersionDeltaFile
1.2+24-8sysutils/vcdimager/patches/patch-frontends_xml_vcd__xml__common.c
1.11+2-2sysutils/vcdimager/distinfo
1.45+2-2sysutils/vcdimager/Makefile
+28-123 files

NetBSD/pkgsrc 9FNsEQDdoc CHANGES-2025

   Updated converters/utf8proc, www/py-asgiref
VersionDeltaFile
1.6854+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc P0QhULjwww/py-asgiref distinfo Makefile

   py-asgiref: updated to 3.11.0

   3.11.0

   * ``sync_to_async`` gains a ``context`` parameter, similar to those for
     ``asyncio.create_task``, ``TaskGroup`` &co, that can be used on Python 3.11+ to
     control the context used by the underlying task.

     The parent context is already propagated by default but the additional
     control is useful if multiple ``sync_to_async`` calls need to share the same
     context, e.g. when used with ``asyncio.gather()``.
VersionDeltaFile
1.37+4-4www/py-asgiref/distinfo
1.40+2-2www/py-asgiref/Makefile
+6-62 files

NetBSD/pkgsrc DgWdc2cconverters/utf8proc distinfo Makefile

   utf8proc: updated to 2.11.2

   2.11.2
   - Fix composition for Hangul character U+11a7
VersionDeltaFile
1.19+4-4converters/utf8proc/distinfo
1.24+2-2converters/utf8proc/Makefile
+6-62 files

NetBSD/pkgsrc-wip 67146a3freetds distinfo Makefile

Bump wip/freetds to 1.5.9
DeltaFile
+3-3freetds/distinfo
+1-1freetds/Makefile
+4-42 files

NetBSD/pkgsrc 187G96xdoc CHANGES-2025

   doc: Updated audio/musescore to 4.6.3nb1
VersionDeltaFile
1.6853+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc pBuNZckaudio/musescore PLIST, audio/musescore/patches patch-src_framework_dockwindow_thirdparty_KDDockWidgets_CMakeLists.txt patch-src_importexport_midi_internal_midiimport_importmidi__tuplet.cpp

   musescore: fix builds with Qt 6.10 and consistent localization
VersionDeltaFile
1.12+62-1audio/musescore/PLIST
1.1+24-0audio/musescore/patches/patch-src_framework_dockwindow_thirdparty_KDDockWidgets_CMakeLists.txt
1.1+17-0audio/musescore/patches/patch-src_importexport_midi_internal_midiimport_importmidi__tuplet.cpp
1.1+15-0audio/musescore/patches/patch-src_appshell_CMakeLists.txt
1.1+15-0audio/musescore/patches/patch-src_framework_accessibility_CMakeLists.txt
1.1+14-0audio/musescore/patches/patch-buildscripts_cmake_SetupQt6.cmake
+147-12 files not shown
+157-38 files

NetBSD/pkgsrc-wip b4481ebp5-PDL PLIST Makefile

(math/p5-PDL) Updated 2.024 to 2.100

2.100 2025-03-27
- fix Math function prototypes for GCC 15 (#528) - thanks @jplesnik for report
- Basic::rvals to allow Centre as ndarray (#532) - thanks @wlmb
- now an error to qsort{,vec} complex data
- {and,or}over output type now same as input type (#533)
- add Ufunc::{b,}xorover (#533) - thanks @jo-37
- fix Math::polyroots crashing on [2 1 0 1] (#536) - thanks @pipatron for report
- fix Slices::indexND with an empty used as an lvalue (#535) - thanks @yelnats for report
- many fixes and improvements to the auto-generated POD docs (#534) - thanks @jo-37

2.099 2025-01-23
- fix test that assumed acosh(0)->byte, i.e. nan()->byte, was always 0 (#514) - thanks @eserte for report
- separate PDL::Type POD documentation
- partly restoring pre-2.096 xform type-selection: if xform given no typed outputs, and non-available (greater than last-given type) typed inputs, use last-given (#511, https://github.com/moocow-the-bovine/PDL-CCS/issues/18)
- fix Math::polyroots with native-complex input and supplied null output
- add Pars type-spec "!real" which makes it an error to supply real values (#511)
- now an error to call Ops::carg on a real value, or Ops::czip on complex inputs (#511)

    [813 lines not shown]
DeltaFile
+0-97p5-PDL/PLIST
+16-7p5-PDL/Makefile
+3-3p5-PDL/distinfo
+19-1073 files

NetBSD/pkgsrc Z7c2Qttdoc CHANGES-2025

   doc: Updated geography/qgis to 3.44.5
VersionDeltaFile
1.6852+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc RTsqonRgeography/qgis distinfo Makefile, geography/qgis/patches patch-CMakeLists.txt patch-src_core_pal_priorityqueue.cpp

   geography/qgis: Update to 3.44.5

   pkgsrc changes:
     - drop three patches now included in upstream

   Upstream NEWS:
     - micro release
VersionDeltaFile
1.85+4-7geography/qgis/distinfo
1.262+2-3geography/qgis/Makefile
1.8+1-1geography/qgis/patches/patch-CMakeLists.txt
1.2+1-1geography/qgis/patches/patch-src_core_pal_priorityqueue.cpp
1.3+1-1geography/qgis/patches/patch-src_core_raster_qgsrasterattributetable.cpp
+9-135 files

NetBSD/src ATFHvmpsys/dev/spi spi.c



   Add a detach call to the CFATTACH_ define mostly so that the children
   so the right thing.  This isn't very useful right now, but will become
   more useful with a driver that will be landing in the near future.
VersionDeltaFile
1.39+15-3sys/dev/spi/spi.c
+15-31 files

NetBSD/src Kabcovxsys/external/bsd/drm2/dist/drm/nouveau nouveau_fence.c

   nouveau(4): Fix return value of fence wait.

   kpause(9) returns EAGAIN/EWOULDBLOCK when it times out, which is
   perfectly normal and expected here with an internal one-tick timeout
   which should just go through another loop iteration.  This function
   is expected to return the number of ticks left to wait when done, so
   it reports timeout by returning zero, and is forbidden to fail with
   EAGAIN/EWOULDBLOCK.

   This is also forbidden to fail with EINTR -- on interruption it must
   fail with the Linux ERESTARTSYS instead.  So map EINTR to that too
   while here.

   PR kern/59773: i386 11.0_BETA system crash (Xorg nouveau ?)
VersionDeltaFile
1.18+4-4sys/external/bsd/drm2/dist/drm/nouveau/nouveau_fence.c
+4-41 files

NetBSD/src oq1ie9hsys/arch/x86/x86 via_padlock.c, sys/crypto/aes aes_keysched.c aes_keysched.h

   aes(9): New aes_keysched_enc/dec.

   These implement the standard key schedule.  They are named
   independently of any particular AES implementation, so that:

   (a) we can swap between the BearSSL aes_ct and aes_ct64 code without
       changing all the callers who don't care which one they get, and

   (b) we could push it into the aes_impl abstraction if we wanted.

   This eliminates all br_aes_* references outside aes_bear.c, aes_ct*.c,
   and the new aes_keysched.c wrappers.

   Preparation for:

   PR kern/59774: bearssl 32-bit AES is too slow, want 64-bit optimized
   version in kernel
VersionDeltaFile
1.1+65-0sys/crypto/aes/aes_keysched.c
1.1+37-0sys/crypto/aes/aes_keysched.h
1.36+14-9sys/arch/x86/x86/via_padlock.c
1.11+13-9sys/crypto/aes/aes_impl.c
1.10+11-5sys/crypto/aes/arch/x86/aes_via.c
1.5+3-2sys/crypto/aes/aes.h
+143-252 files not shown
+147-278 files

NetBSD/src fkMG4Bfsys/dev/pci radeonfb.c

   s/inititialization/initialization/ in error message.
VersionDeltaFile
1.118+3-3sys/dev/pci/radeonfb.c
+3-31 files

NetBSD/src ouOUrAksys/fs/udf udf_subr.c

   s/inititise/initialise/ in comment.
VersionDeltaFile
1.178+3-3sys/fs/udf/udf_subr.c
+3-31 files

NetBSD/src 6mw4PZdshare/man/man8 compat_30.8

   s/compatiblility/compatibility/.
VersionDeltaFile
1.10+2-2share/man/man8/compat_30.8
+2-21 files