NetBSD/pkgsrc 3VnNTmOdoc CHANGES-2026

   Updated devel/py-pathspec, security/py-certifi
VersionDeltaFile
1.2540+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc LclS1AFsecurity/py-certifi distinfo Makefile

   py-certifi: updated to 2026.4.22

   2026.4.22
   Unknown changes
VersionDeltaFile
1.47+4-4security/py-certifi/distinfo
1.51+2-2security/py-certifi/Makefile
+6-62 files

NetBSD/pkgsrc CjKkpLrdevel/py-pathspec distinfo Makefile

   py-pathspec: updated to 1.1.0

   1.1.0 (2026-04-22)

   Bug fixes:

   - Git discards invalid range notation. `GitIgnoreSpecPattern` now discards patterns with invalid range notation like Git.
   - Fix escape() not escaping backslash characters.

   Improvements:

   - Specialize pattern type for `PathSpec` as `PathSpec[TPattern]` for better debugging of `PathSpec().patterns`.
   - Nicer debug print outs (and str for regex pattern).
VersionDeltaFile
1.24+4-4devel/py-pathspec/distinfo
1.25+2-2devel/py-pathspec/Makefile
+6-62 files

NetBSD/pkgsrc La2zOJodoc CHANGES-2026

   Updated devel/cmake[-gui]
VersionDeltaFile
1.2539+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc 87H8J73devel/cmake distinfo version.mk

   cmake cmake-gui: updated to 4.3.2

   4.3.1, 4.3.2
   These versions made no changes to documented features or interfaces. Some
   implementation updates were made to support ecosystem changes and/or fix
   regressions.
VersionDeltaFile
1.264+4-4devel/cmake/distinfo
1.85+2-2devel/cmake/version.mk
+6-62 files

NetBSD/src A2KMScDsys/arch/evbarm/conf files.evbarm

   g/c
VersionDeltaFile
1.34+1-6sys/arch/evbarm/conf/files.evbarm
+1-61 files

NetBSD/pkgsrc k7Dgylemath/fftw distinfo Makefile.common

   fftw: updated to 3.3.11

   FFTW 3.3.11:

   * New API fftw_copy_plan()
   * Support for SVE SIMD instructions.
   * Support for LoongArch LSX and LASX SIMD instructions.
   * Support for Apple ARM, RISCV, and LoongArch cycle counters.
VersionDeltaFile
1.29+4-4math/fftw/distinfo
1.8+3-4math/fftw/Makefile.common
1.82+1-2math/fftw/Makefile
+8-103 files

NetBSD/src Xdbc5Eelib/libpthread pthread_attr.3

   pthread_attr(3): link to pthread_attr_get_np(3)
VersionDeltaFile
1.23+2-1lib/libpthread/pthread_attr.3
+2-11 files

NetBSD/pkgsrc s44lsZydoc CHANGES-2026

   Updated shells/dash, sysutils/ansible
VersionDeltaFile
1.2538+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc pfgEoavsysutils/ansible PLIST distinfo

   ansible: updated to 13.6.0

   13.6.0

   Major Changes

   chocolatey.chocolatey

   - win_chocolatey - add option to ignore pinned status of pinned packages

   fortinet.fortios

   - Added a generic `headers` parameter to `fortios_json_generic` to support admin-password confirmation headers and future custom request headers.
   - Updated FAQ to illustrate the use of `headers` in `fortios_json_generic` module.
   - Updated deprecated import of to_text from ansible.module_utils._text to the supported implementation.
VersionDeltaFile
1.67+139-1sysutils/ansible/PLIST
1.80+4-4sysutils/ansible/distinfo
1.108+3-3sysutils/ansible/Makefile
+146-83 files

NetBSD/pkgsrc j33NN8Hshells/dash distinfo Makefile

   dash: updated to 0.5.13.3

   0.5.13.3
   * Correct typo in manual page.
   * Document redirection file descriptor limitation.
VersionDeltaFile
1.18+4-4shells/dash/distinfo
1.19+2-2shells/dash/Makefile
+6-62 files

NetBSD/pkgsrc skzBHh9doc CHANGES-2026

   doc: Updated security/p5-CryptX to 0.088
VersionDeltaFile
1.2537+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc myHuBCtsecurity/p5-CryptX distinfo Makefile

   p5-CryptX: update to 0.088.

   0.088   2026-04-23
           - Crypt::KeyDerivation - new functions: pbkdf1_openssl, bcrypt_pbkdf, scrypt_pbkdf, argon2_pbkdf
           - Crypt::Misc - new functions: random_v7uuid, is_uuid
           - bundled libtomcrypt update branch:develop (commit: 2e441a17 2026-04-15)
           - bundled libtommath update branch:develop (commit: ae40a87 2026-04-20)
           - security fix CVE-2026-41564 https://github.com/DCIT/perl-CryptX/security/advisories/GHSA-24c2-gp6c-24c6
VersionDeltaFile
1.29+4-4security/p5-CryptX/distinfo
1.39+2-3security/p5-CryptX/Makefile
+6-72 files

NetBSD/pkgsrc-wip a9fc238frp TODO

frp: Add reference to CVE-2026-40910
DeltaFile
+2-0frp/TODO
+2-01 files

NetBSD/pkgsrc-wip 63af522owntone TODO

owntone: Add reference to recent CVEs
DeltaFile
+2-1owntone/TODO
+2-11 files

NetBSD/pkgsrc-wip 0168ddbminio TODO

minio: Add reference to recent CVEs
DeltaFile
+2-1minio/TODO
+2-11 files

NetBSD/pkgsrc hQfkukWdoc CHANGES-2026

   Updated devel/py-gitpython, www/py-uritools, www/py-idna, devel/py-typer
VersionDeltaFile
1.2536+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc 3yznqZ6devel/py-typer Makefile distinfo

   py-typer: updated to 0.24.2

   0.24.2

   Fixes

   Ensure that typer.launch forwards correctly when launching a file.

   Refactors

   Ensure ty runs without errors.

   Docs

   Add dates to release notes.
   Fix code blocks in reference docs overflowing table width.
   Fix broken link to FastAPI and Friends newsletter.
   Handle external links target=_blank and CSS automatically in JS and CSS.
   Remove link to Typer developer survey.
   Clean up documentation in install.md file.
VersionDeltaFile
1.2+5-7devel/py-typer/Makefile
1.2+4-4devel/py-typer/distinfo
+9-112 files

NetBSD/pkgsrc 1atEf1hwww/py-idna distinfo Makefile

   py-idna: updated to 3.13

   3.13 (2026-04-22)

   - Correct classification error for codepoint U+A7F1

   3.12 (2026-04-21)

   - Update to Unicode 17.0.0.
   - Issue a deprecation warning for the transitional argument.
   - Added lazy-loading to provide some performance improvements.
   - Removed vestiges of code related to Python 2 support, including
     segmentation of data structures specific to Jython.
VersionDeltaFile
1.22+4-4www/py-idna/distinfo
1.24+2-2www/py-idna/Makefile
+6-62 files

NetBSD/pkgsrc BI7nDNDwww/py-uritools distinfo Makefile

   py-uritools: updated to 6.0.2

   v6.0.2 (2026-04-22)

   - Minor code improvements.
   - Update project URLs.
   - Update CI environment.
VersionDeltaFile
1.2+4-4www/py-uritools/distinfo
1.2+3-3www/py-uritools/Makefile
+7-72 files

NetBSD/src oJdV8Fpsys/arch/evbarm/conf std.altera mk.altera

   evbarm: drop unused altera configuration files
VersionDeltaFile
1.7+1-1sys/arch/evbarm/conf/std.altera
1.5+1-1sys/arch/evbarm/conf/mk.altera
1.2+1-1sys/arch/evbarm/conf/files.altera
+3-33 files

NetBSD/pkgsrc HzCkPafdevel/py-gitpython distinfo Makefile

   py-gitpython: updated to 3.1.47

   3.1.47

   Address various security issues related to bypassing injection-protection
   of unsafe Git flags.
VersionDeltaFile
1.28+4-4devel/py-gitpython/distinfo
1.32+2-2devel/py-gitpython/Makefile
+6-62 files

NetBSD/pkgsrc 00EcCZPdoc CHANGES-2026

   Updated textproc/ugrep, net/openvpn
VersionDeltaFile
1.2535+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc CJMxRG4net/openvpn distinfo Makefile.common, net/openvpn-acct-wtmpx distinfo

   openvpn: updated to 2.7.2

   2.7.2

   Use ASN1_BIT_STRING_get_bit to check for netscape certificate usage
   Rename key* to privkey* in cert_data.h
   Add unit test for printing various details of certificates
   OpenSSL 4.0: Make X509 objects const
   Do not access internals of ASN1_INTEGER to print hex of serial
   Try to emphasise the transition from old ovpn-dco to new ovpn module
   OpenSSL 4.0: Use X509_check_certificate_times instead of X509_cmp_time
   GHA: Add OpenSSL 4.0 build
   Ensure that buffer of freed session are not used
   ssl_openssl: Fix some CRL mixups
   doc: Remove some explanations for pre-2.3 configurations
   openvpnmsica: Fix setting of iTicks in schedule_adapter_delete
   win: Fix nrpt_dnssec flag handling
   Update --learn-address man page with ipv6 information
   management: add base64 multi-line input for passwords

    [6 lines not shown]
VersionDeltaFile
1.53+4-4net/openvpn-acct-wtmpx/distinfo
1.50+4-4net/openvpn-nagios/distinfo
1.78+4-4net/openvpn/distinfo
1.47+2-2net/openvpn/Makefile.common
+14-144 files

NetBSD/pkgsrc 2MKGeYetextproc/ugrep distinfo Makefile

   ugrep: updated to 7.7.0

   7.7.0

   support TUI search on slow and incomplete standard input pipes e.g. from tail -f
   update options -m (--max-count) and -K (--max-line) to stop reading input upon reaching the stopping criterium, then exit without draining the standard input pipe like GNU grep
   improve binary file detection for huge mixed files
   add new option ./build.sh --disable-avx512
   local config files located in the working directory are only read when owned by the user running the ugrep process
   fix lzma 7zip api memory leak
VersionDeltaFile
1.96+4-4textproc/ugrep/distinfo
1.105+2-2textproc/ugrep/Makefile
+6-62 files

NetBSD/pkgsrc OPXzMgtdoc CHANGES-2026

   Updated devel/py-build, devel/py-click, graphics/oxipng
VersionDeltaFile
1.2534+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc RCrhXKGgraphics/oxipng distinfo cargo-depends.mk

   oxipng: updated to 10.1.1

   10.1.1

   [Performance] Improve Bigrams performance, giving notably faster results at lower levels.
   [Improvement] Change --np flag to also prevent conversion to indexed from other color types.
   [Improvement] Improve support for recompressing ICC profiles with high compression ratios.
   [Misc] Add warning when --ziwi exceeds --zi.
   [Build] Further reduce size of binaries.
VersionDeltaFile
1.19+142-178graphics/oxipng/distinfo
1.17+46-58graphics/oxipng/cargo-depends.mk
1.21+2-2graphics/oxipng/Makefile
+190-2383 files

NetBSD/pkgsrc rRZaT07devel/py-click distinfo Makefile

   py-click: updated to 8.3.3

   Version 8.3.3

   - Use :func:`shlex.split` to split pager and editor commands into ``argv``
     lists for :class:`subprocess.Popen`, removing ``shell=True``.
   - Fix ``TypeError`` when rendering help for an option whose default value is
     an object that doesn't support equality comparison with strings, such as
     ``semver.Version``.
   - Fix pager test pollution under parallel execution by using pytest's
     ``tmp_path`` fixture instead of a shared temporary file path. :pr:`3238`
   - Treat ``Sentinel.UNSET`` values in a ``default_map`` as absent, so they fall
     through to the next default source instead of being used as the value.
   - Patch ``pdb.Pdb`` in ``CliRunner`` isolation so ``pdb.set_trace()``,
     ``breakpoint()``, and debuggers subclassing ``pdb.Pdb`` (ipdb, pdbpp) can
     interact with the real terminal instead of the captured I/O streams.
   - Add optional randomized parallel test execution using ``pytest-randomly`` and
     ``pytest-xdist`` to detect test pollution and race conditions. :pr:`3151`
   - Add contributor documentation for running stress tests, randomized

    [15 lines not shown]
VersionDeltaFile
1.34+4-4devel/py-click/distinfo
1.38+2-2devel/py-click/Makefile
+6-62 files

NetBSD/pkgsrc U6UAIMSdevel/py-build distinfo Makefile

   py-build: updated to 1.4.4

   1.4.4

   Bugfixes

   - Fix release pipeline generating ``CHANGELOG.rst`` entries with inconsistent heading levels, which broke ``sphinx -W``
     and pinned Read the Docs ``stable`` at 1.4.0
   - Revert :pr:`1039` from build 1.4.3, no longer check direct_url (for now)
   - Add ``--ignore-installed`` to pip install command to prevent issues with packages already present in the isolated build
     environment
   - Partial revert of :pr:`973`, keeping log messages in one entry, multiple lines.
VersionDeltaFile
1.15+4-4devel/py-build/distinfo
1.26+2-2devel/py-build/Makefile
+6-62 files

NetBSD/src enACFH4usr.bin/xlint/lint1 tree.c

   lint: recognize Clang's __c11_atomic builtins

   Needed by libpthread and several others when building with HAVE_LLVM=yes
   MKLLVM=yes MKGCC=no.
VersionDeltaFile
1.714+22-2usr.bin/xlint/lint1/tree.c
+22-21 files