NetBSD/pkgsrc EaQmfyfdoc CHANGES-2026

   Updated multimedia/ffmpeg8, multimedia/ffplay8
VersionDeltaFile
1.3864+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc zFtIIe7doc CHANGES-2026

   doc: Added devel/gitte version 0.7.0
VersionDeltaFile
1.3863+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc lSdUihadevel Makefile

   devel/Makefile: + gitte
VersionDeltaFile
1.4639+2-1devel/Makefile
+2-11 files

NetBSD/pkgsrc QHFGMjHdevel/gitte distinfo cargo-depends.mk

   devel/gitte: import gitte-0.7.0

   A GTK4/libadwaita Git client for the GNOME desktop, written in
   Rust. It is heavily inspired by Git Tower and Magit.
VersionDeltaFile
1.1+1,046-0devel/gitte/distinfo
1.1+349-0devel/gitte/cargo-depends.mk
1.1+39-0devel/gitte/Makefile
1.1+13-0devel/gitte/PLIST
1.1+2-0devel/gitte/DESCR
+1,449-05 files

NetBSD/pkgsrc Fv2EKmJdoc CHANGES-2026

   doc: Updated www/p5-URI to 5.35
VersionDeltaFile
1.3862+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc IXAykxzwww/p5-URI distinfo Makefile

   p5-URI: update to 5.35.

   5.35      2026-06-14 23:04:12Z
       - Strip leading zeros from port numbers in canonical URIs (GH#69) (GH#162)
VersionDeltaFile
1.52+4-4www/p5-URI/distinfo
1.92+3-3www/p5-URI/Makefile
+7-72 files

NetBSD/pkgsrc CiTPAevdoc CHANGES-2026 TODO

   doc: Updated security/p5-Crypt-OpenPGP to 1.21
VersionDeltaFile
1.3861+2-1doc/CHANGES-2026
1.27431+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc kcFNTTUsecurity/p5-Crypt-OpenPGP Makefile distinfo

   p5-Crypt-OpenPGP: update to 1.21.

   1.21 -- Wed Jun 17 22:39:19 ADT 2026

       [Changes since 1.19]
       - Re-release 1.20 with correct git repo

       [Detailed Changelog]
       - 0449b82 Increment version
       - 2616001 v1.20

   1.20 -- Tue Jun 16 05:17:00 ADT 2026

       [Changes since 1.19]
       - Moved to Crypt::DSA::GMP
       - Allow plaintext to be "false" @JRaspass
       - Replace two argument open
       - Several code improvements/modernizations @JRaspass


    [15 lines not shown]
VersionDeltaFile
1.51+4-5security/p5-Crypt-OpenPGP/Makefile
1.14+4-4security/p5-Crypt-OpenPGP/distinfo
+8-92 files

NetBSD/pkgsrc xwfF36wdoc CHANGES-2026

   doc: Added security/p5-Crypt-DSA-GMP version 0.02
VersionDeltaFile
1.3860+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc YAkRPZYmultimedia/ffmpeg8 PLIST distinfo

   ffmpeg8 ffplay8: updated to 8.1.2

   8.1.2:
   swscale/x86/rgb_2_rgb: fix uyvytoyuv422 overwrite on odd width
   swscale/aarch64: fix uyvy/yuyv to yuv420p/yuv422p on odd width
   avcodec/snowenc: fix SIGFPE in get_dc() when a block lies outside the plane
   avcodec/snowenc: fix out-of-bounds OBMC read in get_dc() for narrow planes
   (fforge/pr/23505) avformat/tls_gnutls:fix crash when connecting to peer
   libavcodec/jpeg2000htdec: remove trailing whitespace
   libavdevice/alsa.c: fix NULL pointer dereference
   avcodec/libjxlenc: check orientation tag metadata before reading
   avformat/icecast: reject CR/LF in metadata header values
   avfilter/avf_showspectrum: Fix allocation check
   avformat/sctp: add size check in sctp_read() matching sctp_write()
   avcodec/jpeg2000: Fix undefined behavior on ROI shift-up
   aacdec_usac_mps212: reject reserved freq_res value
   avcodec/aac/aacdec_usac_mps212: Off-by-one bounds check in ff_aac_ec_data_deci()
   Update for 8.1.2
   avcodec/snowenc: fix out-of-bounds memcpy in get_block_rd() for narrow planes

    [136 lines not shown]
VersionDeltaFile
1.5+8-8multimedia/ffmpeg8/PLIST
1.5+4-4multimedia/ffmpeg8/distinfo
1.5+2-2multimedia/ffmpeg8/Makefile.common
1.12+1-2multimedia/ffmpeg8/Makefile
+15-164 files

NetBSD/pkgsrc J89dFXusecurity Makefile

   security/Makefile: + p5-Crypt-DSA-GMP
VersionDeltaFile
1.1015+2-1security/Makefile
+2-11 files

NetBSD/pkgsrc NzjGoNfsecurity/p5-Crypt-DSA-GMP Makefile DESCR

   security/p5-Crypt-DSA-GMP: import p5-Crypt-DSA-GMP-0.02

   Crypt::DSA::GMP is an implementation of the DSA (Digital Signature
   Algorithm) signature verification system. The implementation itself
   is pure Perl, with mathematics support from Math::BigInt::GMP and
   Math::Prime::Util::GMP.

   This package provides DSA signing, signature verification, and key
   generation.

   This module is backwards compatible with Crypt::DSA. It removes a
   number of dependencies that were portability concerns. Importantly,
   it follows FIPS 186-4 wherever possible, and has support for the
   new hash methods.
VersionDeltaFile
1.1+22-0security/p5-Crypt-DSA-GMP/Makefile
1.1+12-0security/p5-Crypt-DSA-GMP/DESCR
1.1+5-0security/p5-Crypt-DSA-GMP/distinfo
+39-03 files

NetBSD/pkgsrc bN0uoEvdoc CHANGES-2026

   doc: Added math/p5-Math-Prime-Util-GMP version 0.53
VersionDeltaFile
1.3859+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc y3rJJNWmath Makefile

   math/Makefile: + p5-Math-Prime-Util-GMP
VersionDeltaFile
1.636+2-1math/Makefile
+2-11 files

NetBSD/pkgsrc I4ywxhumath/p5-Math-Prime-Util-GMP Makefile DESCR

   math/p5-Math-Prime-Util-GMP: import p5-Math-Prime-Util-GMP-0.53

   A module for number theory in Perl using GMP. This includes primality
   tests, getting primes in a range, factoring, and more.

   While it certainly can be used directly, the main purpose of this
   module is for Math::Prime::Util. That module will automatically
   load this one if it is installed, greatly speeding up many of its
   operations on big numbers.
VersionDeltaFile
1.1+19-0math/p5-Math-Prime-Util-GMP/Makefile
1.1+7-0math/p5-Math-Prime-Util-GMP/DESCR
1.1+5-0math/p5-Math-Prime-Util-GMP/distinfo
+31-03 files

NetBSD/pkgsrc lLL0nRTdoc CHANGES-2026

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

NetBSD/pkgsrc d0GbzNjsecurity/p5-CryptX distinfo Makefile

   p5-CryptX: update to 0.090.

   0.090   2026-06-17
           - new: Crypt::AuthEnc::GCMSIV
           - new: Crypt::Cipher::ARIA
           - new: Crypt::Digest::SM3
           - new: Crypt::Mac::KMAC
           - bundled libtomcrypt update branch:develop (commit: a68fa19b 2026-05-19)
VersionDeltaFile
1.31+4-4security/p5-CryptX/distinfo
1.41+2-2security/p5-CryptX/Makefile
+6-62 files

NetBSD/pkgsrc fiPiIFedoc TODO CHANGES-2026

   doc: Updated net/p5-Net-DNS to 1.55
VersionDeltaFile
1.27430+1-2doc/TODO
1.3857+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc aehqJQ0net/p5-Net-DNS distinfo Makefile

   p5-Net-DNS: update to 1.55.

   **** 1.55 Jun 11, 2026

        Fix UDP truncation tests which relied on large RSA RRSIGs.
        Unhelpful TAINT error
        TCP read loop treats 1-byte recv() of "0" (0x30) as EOF, corrupting AXFRs
        UNIX.pm: avoid `backticks` which depends on shell
VersionDeltaFile
1.80+4-4net/p5-Net-DNS/distinfo
1.120+2-2net/p5-Net-DNS/Makefile
+6-62 files

NetBSD/pkgsrc l6fvlSYdoc CHANGES-2026

   Updated devel/cargo-nextest, net/libtorrent, net/rtorrent
VersionDeltaFile
1.3856+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc hv4eppdnet/libtorrent distinfo Makefile, net/rtorrent distinfo Makefile

   libtorrent rtorrent: updated to 0.16.14

   0.16.14

   This release includes quite a few bug fixes and cleanup of old unused/unneeded code.

   It will likely break old scripts and configuration files that haven't updated to the new full-length command names.
VersionDeltaFile
1.65+4-4net/libtorrent/distinfo
1.61+4-4net/rtorrent/distinfo
1.91+2-3net/libtorrent/Makefile
1.128+2-3net/rtorrent/Makefile
1.26+2-2net/libtorrent/PLIST
+14-165 files

NetBSD/pkgsrc BtxwDCIdevel/cargo-nextest distinfo cargo-depends.mk

   cargo-nextest: updated to 0.9.138

   0.9.138

   Added

   Nextest now sets the following environment variables during the list phase, not just the run phase:

   NEXTEST_VERSION
   NEXTEST_REQUIRED_VERSION
   NEXTEST_RECOMMENDED_VERSION
   NEXTEST_RUN_ID
   NEXTEST_BINARY_ID
   NEXTEST_WORKSPACE_ROOT
   This lets target runners and custom test harnesses use this information while listing tests.

   Changed

   When --cargo-metadata is passed without --binaries-metadata, and the Cargo metadata contains exactly one default member (for example, metadata generated with --manifest-path path/to/package/Cargo.toml), nextest now anchors the build scope to that member's Cargo.toml rather than widening it to the entire workspace.
   --workspace-remap now requires both --cargo-metadata and --binaries-metadata. The combination of --workspace-remap and --cargo-metadata cannot work without --binaries-metadata, so nextest now reports this as an error up front.
VersionDeltaFile
1.20+34-34devel/cargo-nextest/distinfo
1.20+10-10devel/cargo-nextest/cargo-depends.mk
1.24+2-2devel/cargo-nextest/Makefile
+46-463 files

NetBSD/pkgsrc QJZsQb8doc CHANGES-2026

   doc: Updated comms/asterisk23 to 23.4.0
VersionDeltaFile
1.3855+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc g55PIxscomms/asterisk23 distinfo Makefile, comms/asterisk23/patches patch-build__tools_make__xml__documentation

   Update to Asterisk 23.4.0:


   ## Change Log for Release asterisk-23.4.0

   ### Links:

    - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-23.4.0.html)
    - [GitHub Diff](https://github.com/asterisk/asterisk/compare/23.3.0...23.4.0)

   ### Summary:

   - Commits: 53
   - Commit Authors: 24
   - Issues Resolved: 43
   - Security Advisories Resolved: 0

   ### User Notes:


    [222 lines not shown]
VersionDeltaFile
1.5+14-14comms/asterisk23/distinfo
1.3+5-5comms/asterisk23/patches/patch-build__tools_make__xml__documentation
1.9+5-4comms/asterisk23/Makefile
1.5+6-1comms/asterisk23/PLIST
+30-244 files

NetBSD/pkgsrc fK7YLizdoc CHANGES-2026

   doc: Updated comms/asterisk22 to 22.10.0
VersionDeltaFile
1.3854+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kdpzUMMcomms/asterisk22 distinfo Makefile, comms/asterisk22/patches patch-build__tools_make__xml__documentation

   Update to asterisk 22.10.0:

   ## Change Log for Release asterisk-22.10.0

   ### Links:

    - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.10.0.html)
    - [GitHub Diff](https://github.com/asterisk/asterisk/compare/22.9.0...22.10.0)

   ### Summary:

   - Commits: 53
   - Commit Authors: 24
   - Issues Resolved: 43
   - Security Advisories Resolved: 0

   ### User Notes:

   - #### res ari: Add attachable states to Channels and Bridges

    [221 lines not shown]
VersionDeltaFile
1.10+14-14comms/asterisk22/distinfo
1.4+5-5comms/asterisk22/patches/patch-build__tools_make__xml__documentation
1.23+5-4comms/asterisk22/Makefile
1.9+6-1comms/asterisk22/PLIST
+30-244 files

NetBSD/pkgsrc VCgLXccdoc CHANGES-2026

   doc: freeze has ended for 2026Q2
VersionDeltaFile
1.3853+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jTYOHAQdoc CHANGES-pkgsrc-2026Q2 CHANGES-pkgsrc-2026Q2

   file CHANGES-pkgsrc-2026Q2 was initially added on branch pkgsrc-2026Q2.
VersionDeltaFile
1.1.2.1+3-0doc/CHANGES-pkgsrc-2026Q2
1.1+0-0doc/CHANGES-pkgsrc-2026Q2
+3-02 files

NetBSD/pkgsrc xr5a1Aqdoc CHANGES-2026

   doc: Updated textproc/gemtext2html to 1.1
VersionDeltaFile
1.3852+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Bo1LiIDtextproc/gemtext2html distinfo Makefile

   Update textproc/gemtext2html to 1.1

   * Includes encoding in <meta> tag.
   * Includes xmlns in <html> tag for XHTML compatibility.
   * Allows specifying a prefix for local links.
   * Makes e-mail address links a separate link class.
   * Adds SVG to default list of image formats.
VersionDeltaFile
1.3+4-4textproc/gemtext2html/distinfo
1.3+2-2textproc/gemtext2html/Makefile
1.3+2-2textproc/gemtext2html/PLIST
+8-83 files