[packages/perl-CryptX] Up to 0.089
arekm
arekm at pld-linux.org
Fri Jun 12 13:46:29 CEST 2026
commit 47d2389eb7d7099d88441e75256c2f3a915c4bdc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Jun 12 13:46:01 2026 +0200
Up to 0.089
perl-CryptX.spec | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/perl-CryptX.spec b/perl-CryptX.spec
index a7445db..9ce6808 100644
--- a/perl-CryptX.spec
+++ b/perl-CryptX.spec
@@ -7,13 +7,13 @@
Summary: CryptX - cryptographic toolkit (self-contained, no external libraries needed)
Summary(pl.UTF-8): CryptX - zestaw narządzi kryptograficznych (samowystarczalny, nie wymaga zewnętrznych bibliotek)
Name: perl-CryptX
-Version: 0.087
+Version: 0.089
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: https://www.cpan.org/modules/by-module/Crypt/%{pnam}-%{version}.tar.gz
-# Source0-md5: 6fc1b5794ca184a523adfc56b95e40e7
+# Source0-md5: db4060fa186a82b0659deefac256d885
URL: https://metacpan.org/dist/CryptX
%if %{with system_libtom}
BuildRequires: libtomcrypt-devel >= 1.18.3
@@ -101,6 +101,8 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/Crypt/AuthEnc/EAX.pm
%{perl_vendorarch}/Crypt/AuthEnc/GCM.pm
%{perl_vendorarch}/Crypt/AuthEnc/OCB.pm
+%{perl_vendorarch}/Crypt/AuthEnc/SIV.pm
+%{perl_vendorarch}/Crypt/AuthEnc/XChaCha20Poly1305.pm
%{perl_vendorarch}/Crypt/Checksum/Adler32.pm
%{perl_vendorarch}/Crypt/Checksum/CRC32.pm
%{perl_vendorarch}/Crypt/Cipher/AES.pm
@@ -126,6 +128,7 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/Crypt/Cipher/SEED.pm
%{perl_vendorarch}/Crypt/Cipher/Serpent.pm
%{perl_vendorarch}/Crypt/Cipher/Skipjack.pm
+%{perl_vendorarch}/Crypt/Cipher/SM4.pm
%{perl_vendorarch}/Crypt/Cipher/Twofish.pm
%{perl_vendorarch}/Crypt/Cipher/XTEA.pm
%{perl_vendorarch}/Crypt/Digest/BLAKE2b_160.pm
@@ -141,6 +144,7 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/Crypt/Digest/Keccak256.pm
%{perl_vendorarch}/Crypt/Digest/Keccak384.pm
%{perl_vendorarch}/Crypt/Digest/Keccak512.pm
+%{perl_vendorarch}/Crypt/Digest/KangarooTwelve.pm
%{perl_vendorarch}/Crypt/Digest/MD2.pm
%{perl_vendorarch}/Crypt/Digest/MD4.pm
%{perl_vendorarch}/Crypt/Digest/MD5.pm
@@ -160,6 +164,7 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/Crypt/Digest/SHA512_256.pm
%{perl_vendorarch}/Crypt/Digest/SHA512.pm
%{perl_vendorarch}/Crypt/Digest/SHAKE.pm
+%{perl_vendorarch}/Crypt/Digest/TurboSHAKE.pm
%{perl_vendorarch}/Crypt/Digest/Tiger192.pm
%{perl_vendorarch}/Crypt/Digest/Whirlpool.pm
%{perl_vendorarch}/Crypt/Mac/BLAKE2b.pm
@@ -180,8 +185,10 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/Crypt/PK/DSA.pm
%{perl_vendorarch}/Crypt/PK/ECC.pm
%{perl_vendorarch}/Crypt/PK/Ed25519.pm
+%{perl_vendorarch}/Crypt/PK/Ed448.pm
%{perl_vendorarch}/Crypt/PK/RSA.pm
%{perl_vendorarch}/Crypt/PK/X25519.pm
+%{perl_vendorarch}/Crypt/PK/X448.pm
%{perl_vendorarch}/Crypt/PRNG/ChaCha20.pm
%{perl_vendorarch}/Crypt/PRNG/Fortuna.pm
%{perl_vendorarch}/Crypt/PRNG/RC4.pm
@@ -193,6 +200,9 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/Crypt/Stream/Salsa20.pm
%{perl_vendorarch}/Crypt/Stream/Sober128.pm
%{perl_vendorarch}/Crypt/Stream/Sosemanuk.pm
+%{perl_vendorarch}/Crypt/Stream/XChaCha.pm
+%{perl_vendorarch}/Crypt/Stream/XSalsa20.pm
+%{perl_vendorarch}/Crypt/ASN1.pm
%{perl_vendorarch}/Crypt/AuthEnc.pm
%{perl_vendorarch}/Crypt/Checksum.pm
%{perl_vendorarch}/Crypt/Cipher.pm
@@ -207,12 +217,15 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/Math/BigInt/LTM.pm
%dir %{perl_vendorarch}/auto/CryptX
%attr(755,root,root) %{perl_vendorarch}/auto/CryptX/CryptX.so
+%{_mandir}/man3/Crypt::ASN1.3pm*
%{_mandir}/man3/Crypt::AuthEnc.3pm*
%{_mandir}/man3/Crypt::AuthEnc::CCM.3pm*
%{_mandir}/man3/Crypt::AuthEnc::ChaCha20Poly1305.3pm*
%{_mandir}/man3/Crypt::AuthEnc::EAX.3pm*
%{_mandir}/man3/Crypt::AuthEnc::GCM.3pm*
%{_mandir}/man3/Crypt::AuthEnc::OCB.3pm*
+%{_mandir}/man3/Crypt::AuthEnc::SIV.3pm*
+%{_mandir}/man3/Crypt::AuthEnc::XChaCha20Poly1305.3pm*
%{_mandir}/man3/Crypt::Checksum.3pm*
%{_mandir}/man3/Crypt::Checksum::Adler32.3pm*
%{_mandir}/man3/Crypt::Checksum::CRC32.3pm*
@@ -240,6 +253,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Crypt::Cipher::SEED.3pm*
%{_mandir}/man3/Crypt::Cipher::Serpent.3pm*
%{_mandir}/man3/Crypt::Cipher::Skipjack.3pm*
+%{_mandir}/man3/Crypt::Cipher::SM4.3pm*
%{_mandir}/man3/Crypt::Cipher::Twofish.3pm*
%{_mandir}/man3/Crypt::Cipher::XTEA.3pm*
%{_mandir}/man3/Crypt::Digest.3pm*
@@ -256,6 +270,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Crypt::Digest::Keccak256.3pm*
%{_mandir}/man3/Crypt::Digest::Keccak384.3pm*
%{_mandir}/man3/Crypt::Digest::Keccak512.3pm*
+%{_mandir}/man3/Crypt::Digest::KangarooTwelve.3pm*
%{_mandir}/man3/Crypt::Digest::MD2.3pm*
%{_mandir}/man3/Crypt::Digest::MD4.3pm*
%{_mandir}/man3/Crypt::Digest::MD5.3pm*
@@ -275,6 +290,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Crypt::Digest::SHA512_224.3pm*
%{_mandir}/man3/Crypt::Digest::SHA512_256.3pm*
%{_mandir}/man3/Crypt::Digest::SHAKE.3pm*
+%{_mandir}/man3/Crypt::Digest::TurboSHAKE.3pm*
%{_mandir}/man3/Crypt::Digest::Tiger192.3pm*
%{_mandir}/man3/Crypt::Digest::Whirlpool.3pm*
%{_mandir}/man3/Crypt::KeyDerivation.3pm*
@@ -300,8 +316,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Crypt::PK::DSA.3pm*
%{_mandir}/man3/Crypt::PK::ECC.3pm*
%{_mandir}/man3/Crypt::PK::Ed25519.3pm*
+%{_mandir}/man3/Crypt::PK::Ed448.3pm*
%{_mandir}/man3/Crypt::PK::RSA.3pm*
%{_mandir}/man3/Crypt::PK::X25519.3pm*
+%{_mandir}/man3/Crypt::PK::X448.3pm*
%{_mandir}/man3/Crypt::PRNG.3pm*
%{_mandir}/man3/Crypt::PRNG::ChaCha20.3pm*
%{_mandir}/man3/Crypt::PRNG::Fortuna.3pm*
@@ -314,5 +332,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Crypt::Stream::Salsa20.3pm*
%{_mandir}/man3/Crypt::Stream::Sober128.3pm*
%{_mandir}/man3/Crypt::Stream::Sosemanuk.3pm*
+%{_mandir}/man3/Crypt::Stream::XChaCha.3pm*
+%{_mandir}/man3/Crypt::Stream::XSalsa20.3pm*
%{_mandir}/man3/CryptX.3pm*
%{_mandir}/man3/Math::BigInt::LTM.3pm*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-CryptX.git/commitdiff/47d2389eb7d7099d88441e75256c2f3a915c4bdc
More information about the pld-cvs-commit
mailing list