security/p5-Digest-SipHash: new port
Perl XS interface to the SipHash algorithm.
This module does only one thing - calculates the SipHash value
of the given string.
py-asn1: update to 0.6.2.
Revision 0.6.2, released 16-01-2026
---------------------------------------
- CVE-2026-23490 (GHSA-63vm-454h-vhhq): Fixed continuation octet limits
in OID/RELATIVE-OID decoder (thanks to tsigouris007)
- Added support for Python 3.14
- Added SECURITY.md policy
- Fixed unit tests failing due to missing code
- Migrated to pyproject.toml packaging
p5-Net-DNS: update to 1.54.
**** 1.54 Jan 16, 2026
Resync with IANA DNS parameters registry.
Resync with IANA DNSSEC algorithms registry.
Implement DELEGI as derived subtype of DELEG RR.
Backport DELEG parser to SVCB.
[CGP][AArch64] Do not sink instructions that might read/write memory. (#176182)
The test case's call instruction was being sank past the point where the
memory
it accessed was valid. Add a check that CGP does not try to sink
instruction that
might be invalid to move.
Fixes #176095