devel/stat(svn|cvs): run_depends on java
Java is needed to run this. So I think it makes sense to add openjdk
to the run_depends. Although when it compiled with openjdk8 it didn't
really matter what openjdk you used to run it with. Let's use JAVA_DEFAULT.
Statsvn even puts the %%JAVA%% var in files/statsvn.in so the script
wouldn't work with another JDK.
Piggyback this on the portrevision bump of my previous commit.
Approved-by: no maintainer
[analyzer][NFC] Document getVarRegion shortcomings (#191168)
... more precisely, that the analyzer currently uses `NonParamVarRegion`
instances to represent parameters of the entrypoint stack frame and
parameters that are captured by inner lambdas or blocks.
In my recent commit f40c234191802154d5b3fc3209908c3f2d6e1649 I added a
FIXME note to the method `MemRegionManager::getVarRegion`, but now, as I
tried to implement that I realized that the situation is more complex.
As I don't have time to fix this right now, I'm pushing this commit to
remove the inaccurate FIXME and replace it with more accurate TODO notes
that explain the current (problematic) behavior of the codebase.
[NFC] autogenerate disassembler tests with invalid MSR/MRS use (#185970)
This patch makes certain dissambler tests, which produce invalid MRS/MSR
intsructions autogenerated to make them easier to modify in the future
and to reduce diff size of #185709
[AMDGPU] Localize resource info symbols (#185732)
Reduce symbol table size for libraries. Object linking will more than
likely divert from using symbols directly.
Fixes ROCM-14907
py-croniter: updated to 6.2.2
6.2.2 (2026-03-15)
Packaging
- Switch build backend from ``flit_core`` to ``hatchling`` with pinned dependencies. [4cce160]
- Add PEP 639 license expression (``license = "MIT"``) to project metadata. [4cce160]
- Pin all GitHub Actions to SHA hashes across CI workflows. [4cce160]
- Add dependabot for automated dependency updates. [4cce160]
- Add zizmor workflow for CI security scanning. [4cce160]
libsodium: updated to 1.0.22
1.0.22
This point release includes all the changes from 1.0.21-stable, plus:
- Post-quantum key encapsulation is now available. ML-KEM768, the
NIST-standardized lattice-based KEM, is accessible through the
`crypto_kem_mlkem768_*()` functions.
- X-Wing, a hybrid KEM combining ML-KEM768 with X25519 for protection
against both classical and quantum adversaries, is available through the
`crypto_kem_*()` functions. X-Wing is the recommended KEM for most
applications.
- SHA-3 hash functions are now available as `crypto_hash_sha3256_*()`
and `crypto_hash_sha3512_*()`, with both one-shot and streaming APIs.
java/apache-commons-dbcp: unpin openjdk8
builds fine and all dependencies also use JAVA_DEFAULT (openjdk25)
PR: 294355
Approved-by: maintainer (Alex Dupre)