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]
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]
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.
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.
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
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.
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.
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.