update to p5-Crypt-DSA-1.21

CVE-2026-12205 key material reuse for multiple signing events
note in DESCR that it is deprecated
This commit is contained in:
sthen
2026-06-15 14:35:10 +00:00
parent 34a03433c1
commit 79849aa2ec
3 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
COMMENT = DSA signatures and key generation
DISTNAME = Crypt-DSA-1.19
DISTNAME = Crypt-DSA-1.21
CPAN_AUTHOR = TIMLEGGE
CATEGORIES = security
@@ -16,6 +17,7 @@ RUN_DEPENDS = converters/p5-Convert-ASN1 \
converters/p5-Convert-PEM>=0.13 \
devel/p5-Data-Buffer>=0.01 \
security/p5-Crypt-URandom \
security/p5-Crypt-SysRandom \
sysutils/p5-File-Which>=0.05
TEST_DEPENDS = security/p5-Crypt-DES-EDE3
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (Crypt-DSA-1.19.tar.gz) = HRkiQbWH8KQbnxo4u5DC4Q3PMRBOqq811IA7aP9s2pw=
SIZE (Crypt-DSA-1.19.tar.gz) = 30475
SHA256 (Crypt-DSA-1.21.tar.gz) = pGIB6DkOi6O75RER12SJ8x2v2g9qYLCrkxndUr0rMrA=
SIZE (Crypt-DSA-1.21.tar.gz) = 31022
+2
View File
@@ -5,3 +5,5 @@ are provided by the Math::Pari library.
This package provides DSA signing, signature verification, and key
generation.
It is deprecated.