Browse Source

fix URLs and update versions

master
parent
commit
ffe08434f3
  1. 18
      perl-crypto/perl-crypto.patch
  2. 172
      perl-crypto/perl-crypto.spec

18
perl-crypto/perl-crypto.patch

@ -1,6 +1,6 @@
Index: Data-UUID-1.203/UUID.h
--- Data-UUID-1.203/UUID.h.orig 2008-11-21 22:37:56 +0100
+++ Data-UUID-1.203/UUID.h 2009-04-19 10:10:42 +0200
Index: Data-UUID-1.217/UUID.h
--- Data-UUID-1.217/UUID.h.orig 2008-11-21 22:37:56 +0100
+++ Data-UUID-1.217/UUID.h 2009-04-19 10:10:42 +0200
@@ -61,7 +61,11 @@
#define UUID_NODEID_NV_STORE _STDIR"/"UUID_NODEID
#endif
@ -14,9 +14,9 @@ Index: Data-UUID-1.203/UUID.h
#ifdef _MSC_VER
#define I64(C) C##i64
#else
Index: Data-UUID-1.203/UUID.pm
--- Data-UUID-1.203/UUID.pm.orig 2009-04-18 20:10:25 +0200
+++ Data-UUID-1.203/UUID.pm 2009-04-19 10:10:42 +0200
Index: Data-UUID-1.217/UUID.pm
--- Data-UUID-1.217/UUID.pm.orig 2009-04-18 20:10:25 +0200
+++ Data-UUID-1.217/UUID.pm 2009-04-19 10:10:42 +0200
@@ -109,7 +109,7 @@
$ug->create_from_name_bin(<namespace>, <name>);
@ -26,9 +26,9 @@ Index: Data-UUID-1.203/UUID.pm
$ug->create_str();
$ug->create_from_name_str(<namespace>, <name>);
Index: Data-UUID-1.203/UUID.xs
--- Data-UUID-1.203/UUID.xs.orig 2008-11-21 22:37:56 +0100
+++ Data-UUID-1.203/UUID.xs 2009-04-19 10:11:33 +0200
Index: Data-UUID-1.217/UUID.xs
--- Data-UUID-1.217/UUID.xs.orig 2008-11-21 22:37:56 +0100
+++ Data-UUID-1.217/UUID.xs 2009-04-19 10:11:33 +0200
@@ -106,7 +106,7 @@
}

172
perl-crypto/perl-crypto.spec

@ -24,17 +24,17 @@
# versions of individual parts
%define V_perl 5.12
%define V_digest 1.16
%define V_digest_sha1 2.12
%define V_digest_sha 5.47
%define V_digest_sha1 2.13
%define V_digest_sha 5.50
%define V_digest_md2 2.03
%define V_digest_md4 1.5
%define V_digest_md5 2.39
%define V_digest_md5 2.51
%define V_digest_md5_perl 1.8
%define V_digest_hmac 1.02
%define V_digest_emac 1.2
%define V_digest_whirlpool 1.0.8
%define V_digest_whirlpool 1.09
%define V_crypt_ripemd160 0.04
%define V_crypt_enigma 1.4
%define V_crypt_enigma 1.1
%define V_crypt_unixcrypt 1.0
%define V_crypt_passwdmd5 1.3
%define V_crypt_des 2.05
@ -43,8 +43,8 @@
%define V_crypt_rc5 2.00
%define V_crypt_rc6 1.0
%define V_crypt_gost 1.00
%define V_crypt_blowfish 2.10
%define V_crypt_twofish 2.13
%define V_crypt_blowfish 2.12
%define V_crypt_twofish 2.14
%define V_crypt_rot13 0.6
%define V_crypt_null 1.02
%define V_crypt_ecb 1.45
@ -54,13 +54,13 @@
%define V_crypt_openssl_rsa 0.26
%define V_crypt_openssl_random 0.04
%define V_crypt_openssl_x509 1.4
%define V_crypt_rijndael 1.07
%define V_crypt_twofish2 1.01
%define V_crypt_rijndael 1.09
%define V_crypt_twofish2 1.02
%define V_crypt_ciphersaber 1.00
%define V_crypt_dh 0.06
%define V_digest_crc 0.14
%define V_digest_crc 0.16
%define V_string_crc32 1.4
%define V_data_uuid 1.203
%define V_data_uuid 1.217
%define V_crypt_random 1.25
%define V_crypt_primes 0.50
@ -75,52 +75,52 @@ Class: BASE
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
Release: 20100901
Release: 20101219
# package options
%option with_pari no
# list of sources
Source0: http://www.cpan.org/modules/by-module/Digest/Digest-%{V_digest}.tar.gz
Source1: http://www.cpan.org/modules/by-module/Digest/Digest-SHA1-%{V_digest_sha1}.tar.gz
Source2: http://www.cpan.org/modules/by-module/Digest/Digest-SHA-%{V_digest_sha}.tar.gz
Source3: http://www.cpan.org/modules/by-module/Digest/Digest-MD2-%{V_digest_md2}.tar.gz
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Digest-%{V_digest}.tar.gz
Source1: http://www.cpan.org/authors/id/G/GA/GAAS/Digest-SHA1-%{V_digest_sha1}.tar.gz
Source2: http://www.cpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-%{V_digest_sha}.tar.gz
Source3: http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD2-%{V_digest_md2}.tar.gz
Source4: http://www.cpan.org/modules/by-module/Digest/Digest-MD4-%{V_digest_md4}.tar.gz
Source5: http://www.cpan.org/modules/by-module/Digest/Digest-MD5-%{V_digest_md5}.tar.gz
Source6: http://www.cpan.org/modules/by-module/Digest/Digest-HMAC-%{V_digest_hmac}.tar.gz
Source7: http://www.cpan.org/modules/by-module/Crypt/Crypt-RIPEMD160-%{V_crypt_ripemd160}.tar.gz
Source8: http://www.cpan.org/modules/by-module/Crypt/Crypt-Enigma-%{V_crypt_enigma}.tar.gz
Source9: http://www.cpan.org/modules/by-module/Crypt/Crypt-UnixCrypt-%{V_crypt_unixcrypt}.tar.gz
Source10: http://www.cpan.org/modules/by-module/Crypt/Crypt-PasswdMD5-%{V_crypt_passwdmd5}.tar.gz
Source11: http://www.cpan.org/modules/by-module/Crypt/Crypt-DES-%{V_crypt_des}.tar.gz
Source12: http://www.cpan.org/modules/by-module/Crypt/Crypt-DES_EDE3-%{V_crypt_des_ede3}.tar.gz
Source13: http://www.cpan.org/modules/by-module/Crypt/Crypt-RC4-%{V_crypt_rc4}.tar.gz
Source14: http://www.cpan.org/modules/by-module/Crypt/Crypt-RC5-%{V_crypt_rc5}.tar.gz
Source15: http://www.cpan.org/modules/by-module/Crypt/Crypt-RC6-%{V_crypt_rc6}.tar.gz
Source16: http://www.cpan.org/modules/by-module/Crypt/Crypt-GOST-%{V_crypt_gost}.tar.gz
Source17: http://www.cpan.org/modules/by-module/Crypt/Crypt-Blowfish-%{V_crypt_blowfish}.tar.gz
Source18: http://www.cpan.org/modules/by-module/Crypt/Crypt-Twofish-%{V_crypt_twofish}.tar.gz
Source5: http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-%{V_digest_md5}.tar.gz
Source6: http://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-%{V_digest_hmac}.tar.gz
Source7: http://www.cpan.org/authors/id/C/CH/CHGEUER/Crypt-RIPEMD160-%{V_crypt_ripemd160}.tar.gz
Source8: http://www.cpan.org/authors/id/J/JB/JBLAKEY/Crypt-Enigma-%{V_crypt_enigma}.tar.gz
Source9: http://www.cpan.org/authors/id/M/MV/MVORL/Crypt-UnixCrypt-%{V_crypt_unixcrypt}.tar.gz
Source10: http://www.cpan.org/authors/id/L/LU/LUISMUNOZ/Crypt-PasswdMD5-%{V_crypt_passwdmd5}.tar.gz
Source11: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-%{V_crypt_des}.tar.gz
Source12: http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DES_EDE3-%{V_crypt_des_ede3}.tar.gz
Source13: http://www.cpan.org/authors/id/S/SI/SIFUKURT/Crypt-RC4-%{V_crypt_rc4}.tar.gz
Source14: http://www.cpan.org/authors/id/S/SI/SIFUKURT/Crypt-RC5-%{V_crypt_rc5}.tar.gz
Source15: http://www.cpan.org/authors/id/J/JH/JHUGHES/Crypt-RC6-%{V_crypt_rc6}.tar.gz
Source16: http://www.cpan.org/authors/id/A/AM/AMS/Crypt-GOST-%{V_crypt_gost}.tar.gz
Source17: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-Blowfish-%{V_crypt_blowfish}.tar.gz
Source18: http://www.cpan.org/authors/id/A/AM/AMS/Crypt-Twofish-%{V_crypt_twofish}.tar.gz
Source19: http://www.cpan.org/modules/by-authors/id/A/AY/AYRNIEU/Crypt-Rot13-%{V_crypt_rot13}.tar.gz
Source20: http://www.cpan.org/modules/by-module/Crypt/Crypt-NULL-%{V_crypt_null}.tar.gz
Source21: http://www.cpan.org/modules/by-module/Crypt/Crypt-ECB-%{V_crypt_ecb}.tar.gz
Source22: http://www.cpan.org/modules/by-module/Crypt/Crypt-CBC-%{V_crypt_cbc}.tar.gz
Source23: http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Bignum-%{V_crypt_openssl_bignum}.tar.gz
Source24: http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Random-%{V_crypt_openssl_random}.tar.gz
Source25: http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-DSA-%{V_crypt_openssl_dsa}.tar.gz
Source26: http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-RSA-%{V_crypt_openssl_rsa}.tar.gz
Source20: http://www.cpan.org/authors/id/A/AM/AMS/Crypt-NULL-%{V_crypt_null}.tar.gz
Source21: http://www.cpan.org/authors/id/A/AP/APPEL/Crypt-ECB-%{V_crypt_ecb}.tar.gz
Source22: http://www.cpan.org/authors/id/L/LD/LDS/Crypt-CBC-%{V_crypt_cbc}.tar.gz
Source23: http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Bignum-%{V_crypt_openssl_bignum}.tar.gz
Source24: http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Random-%{V_crypt_openssl_random}.tar.gz
Source25: http://www.cpan.org/authors/id/T/TJ/TJMATHER/Crypt-OpenSSL-DSA-%{V_crypt_openssl_dsa}.tar.gz
Source26: http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-RSA-%{V_crypt_openssl_rsa}.tar.gz
Source27: http://www.cpan.org/authors/id/D/DA/DANIEL/Crypt-OpenSSL-X509-%{V_crypt_openssl_x509}.tar.gz
Source28: http://www.cpan.org/modules/by-module/Data/Data-UUID-%{V_data_uuid}.tar.gz
Source29: http://www.cpan.org/modules/by-module/String/String-CRC32-%{V_string_crc32}.tar.gz
Source30: http://www.cpan.org/modules/by-module/Crypt/Crypt-Rijndael-%{V_crypt_rijndael}.tar.gz
Source31: http://www.cpan.org/modules/by-module/Digest/Digest-CRC-%{V_digest_crc}.tar.gz
Source32: http://www.cpan.org/modules/by-module/Digest/Digest-EMAC-%{V_digest_emac}.tar.gz
Source33: http://www.cpan.org/modules/by-module/Digest/Digest-Whirlpool-%{V_digest_whirlpool}.tar.gz
Source34: http://www.cpan.org/modules/by-module/Crypt/Crypt-Twofish2-%{V_crypt_twofish2}.tar.gz
Source35: http://www.cpan.org/modules/by-module/Crypt/Crypt-CipherSaber-%{V_crypt_ciphersaber}.tar.gz
Source36: http://www.cpan.org/modules/by-module/Crypt/Crypt-DH-%{V_crypt_dh}.tar.gz
Source37: http://www.cpan.org/modules/by-module/Crypt/Crypt-Random-%{V_crypt_random}.tar.gz
Source38: http://www.cpan.org/modules/by-module/Crypt/Crypt-Primes-%{V_crypt_primes}.tar.gz
Source39: http://www.cpan.org/modules/by-module/Digest/Digest-Perl-MD5-%{V_digest_md5_perl}.tar.gz
Source28: http://www.cpan.org/authors/id/R/RJ/RJBS/Data-UUID-%{V_data_uuid}.tar.gz
Source29: http://www.cpan.org/authors/id/S/SO/SOENKE/String-CRC32-%{V_string_crc32}.tar.gz
Source30: http://www.cpan.org/authors/id/B/BD/BDFOY/Crypt-Rijndael-%{V_crypt_rijndael}.tar.gz
Source31: http://www.cpan.org/authors/id/O/OL/OLIMAUL/Digest-CRC-%{V_digest_crc}.tar.gz
Source32: http://www.cpan.org/authors/id/J/JC/JCDUQUE/Digest-EMAC-%{V_digest_emac}.tar.gz
Source33: http://www.cpan.org/authors/id/A/AV/AVAR/Digest-Whirlpool-%{V_digest_whirlpool}.tar.gz
Source34: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Crypt-Twofish2-%{V_crypt_twofish2}.tar.gz
Source35: http://www.cpan.org/authors/id/C/CH/CHROMATIC/Crypt-CipherSaber-%{V_crypt_ciphersaber}.tar.gz
Source36: http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DH-%{V_crypt_dh}.tar.gz
Source37: http://www.cpan.org/authors/id/V/VI/VIPUL/Crypt-Random-%{V_crypt_random}.tar.gz
Source38: http://www.cpan.org/authors/id/V/VI/VIPUL/Crypt-Primes-%{V_crypt_primes}.tar.gz
Source39: http://www.cpan.org/authors/id/D/DE/DELTA/Digest-Perl-MD5-%{V_digest_md5_perl}.tar.gz
Patch0: perl-crypto.patch
# build information
@ -181,57 +181,57 @@ PreReq: pari, pari::with_perl = yes
%track
prog perl-crypto:Crypt-Blowfish = {
version = %{V_crypt_blowfish}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/D/DP/DPARIS/
regex = Crypt-Blowfish-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-DES = {
version = %{V_crypt_des}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/D/DP/DPARIS/
regex = Crypt-DES-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-DES_EDE3 = {
version = %{V_crypt_des_ede3}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/B/BT/BTROTT/
regex = Crypt-DES_EDE3-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-Enigma = {
version = %{V_crypt_enigma}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/J/JB/JBLAKEY/
regex = Crypt-Enigma-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-GOST = {
version = %{V_crypt_gost}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/A/AM/AMS/
regex = Crypt-GOST-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-NULL = {
version = %{V_crypt_null}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/A/AM/AMS/
regex = Crypt-NULL-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-PasswdMD5 = {
version = %{V_crypt_passwdmd5}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/L/LU/LUISMUNOZ/
regex = Crypt-PasswdMD5-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-RC4 = {
version = %{V_crypt_rc4}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/S/SI/SIFUKURT/
regex = Crypt-RC4-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-RC5 = {
version = %{V_crypt_rc5}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/S/SI/SIFUKURT/
regex = Crypt-RC5-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-RC6 = {
version = %{V_crypt_rc6}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/J/JH/JHUGHES/
regex = Crypt-RC6-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-RIPEMD160 = {
version = %{V_crypt_ripemd160}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/C/CH/CHGEUER/
regex = Crypt-RIPEMD160-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-Rot13 = {
@ -241,42 +241,42 @@ PreReq: pari, pari::with_perl = yes
}
prog perl-crypto:Crypt-Twofish = {
version = %{V_crypt_twofish}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/A/AM/AMS/
regex = Crypt-Twofish-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-UnixCrypt = {
version = %{V_crypt_unixcrypt}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/M/MV/MVORL/
regex = Crypt-UnixCrypt-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-ECB = {
version = %{V_crypt_ecb}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/A/AP/APPEL/
regex = Crypt-ECB-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-CBC = {
version = %{V_crypt_cbc}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/L/LD/LDS/
regex = Crypt-CBC-(__VER__)\.tar\.gz
}
prog perl-crypto:Data-UUID = {
version = %{V_data_uuid}
url = http://www.cpan.org/modules/by-module/Data/
url = http://www.cpan.org/authors/id/R/RJ/RJBS/
regex = Data-UUID-(__VER__)\.tar\.gz
}
prog perl-crypto:Digest = {
version = %{V_digest}
url = http://www.cpan.org/modules/by-module/Digest/
url = http://www.cpan.org/authors/id/G/GA/GAAS/
regex = Digest-(__VER__)\.tar\.gz
}
prog perl-crypto:Digest-HMAC = {
version = %{V_digest_hmac}
url = http://www.cpan.org/modules/by-module/Digest/
url = http://www.cpan.org/authors/id/G/GA/GAAS/
regex = Digest-HMAC-(__VER__)\.tar\.gz
}
prog perl-crypto:Digest-MD2 = {
version = %{V_digest_md2}
url = http://www.cpan.org/modules/by-module/Digest/
url = http://www.cpan.org/authors/id/G/GA/GAAS/
regex = Digest-MD2-(__VER__)\.tar\.gz
}
prog perl-crypto:Digest-MD4 = {
@ -286,47 +286,47 @@ PreReq: pari, pari::with_perl = yes
}
prog perl-crypto:Digest-MD5 = {
version = %{V_digest_md5}
url = http://www.cpan.org/modules/by-module/Digest/
url = http://www.cpan.org/authors/id/G/GA/GAAS/
regex = Digest-MD5-(__VER__)\.tar\.gz
}
prog perl-crypto:Digest-Perl-MD5 = {
version = %{V_digest_md5_perl}
url = http://www.cpan.org/modules/by-module/Digest/
url = http://www.cpan.org/authors/id/D/DE/DELTA/
regex = Digest-Perl-MD5-(__VER__)\.tar\.gz
}
prog perl-crypto:Digest-SHA = {
version = %{V_digest_sha}
url = http://www.cpan.org/modules/by-module/Digest/
url = http://www.cpan.org/authors/id/M/MS/MSHELOR/
regex = Digest-SHA-(__VER__)\.tar\.gz
}
prog perl-crypto:Digest-SHA1 = {
version = %{V_digest_sha1}
url = http://www.cpan.org/modules/by-module/Digest/
url = http://www.cpan.org/authors/id/G/GA/GAAS/
regex = Digest-SHA1-(__VER__)\.tar\.gz
}
prog perl-crypto:String-CRC32 = {
version = %{V_string_crc32}
url = http://www.cpan.org/modules/by-module/String/
url = http://www.cpan.org/authors/id/S/SO/SOENKE/
regex = String-CRC32-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-OpenSSL-Bignum = {
version = %{V_crypt_openssl_bignum}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/I/IR/IROBERTS/
regex = Crypt-OpenSSL-Bignum-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-OpenSSL-DSA = {
version = %{V_crypt_openssl_dsa}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/T/TJ/TJMATHER/
regex = Crypt-OpenSSL-DSA-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-OpenSSL-RSA = {
version = %{V_crypt_openssl_rsa}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/I/IR/IROBERTS/
regex = Crypt-OpenSSL-RSA-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-OpenSSL-Random = {
version = %{V_crypt_openssl_random}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/I/IR/IROBERTS/
regex = Crypt-OpenSSL-Random-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-OpenSSL-X509 = {
@ -336,47 +336,47 @@ PreReq: pari, pari::with_perl = yes
}
prog perl-crypto:Crypt-Rijndael = {
version = %{V_crypt_rijndael}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/B/BD/BDFOY/
regex = Crypt-Rijndael-(__VER__)\.tar\.gz
}
prog perl-crypto:Digest-CRC = {
version = %{V_digest_crc}
url = http://www.cpan.org/modules/by-module/Digest/
url = http://www.cpan.org/authors/id/O/OL/OLIMAUL/
regex = Digest-CRC-(__VER__)\.tar\.gz
}
prog perl-crypto:Digest-EMAC = {
version = %{V_digest_emac}
url = http://www.cpan.org/modules/by-module/Digest/
url = http://www.cpan.org/authors/id/J/JC/JCDUQUE/
regex = Digest-EMAC-(__VER__)\.tar\.gz
}
prog perl-crypto:Digest-Whirlpool = {
version = %{V_digest_whirlpool}
url = http://www.cpan.org/modules/by-module/Digest/
url = http://www.cpan.org/authors/id/A/AV/AVAR/
regex = Digest-Whirlpool-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-Twofish2 = {
version = %{V_crypt_twofish2}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/M/ML/MLEHMANN/
regex = Crypt-Twofish2-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-CipherSaber = {
version = %{V_crypt_ciphersaber}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/C/CH/CHROMATIC/
regex = Crypt-CipherSaber-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-DH = {
version = %{V_crypt_dh}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/B/BT/BTROTT/
regex = Crypt-DH-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-Random = {
version = %{V_crypt_random}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/V/VI/VIPUL/
regex = Crypt-Random-(__VER__)\.tar\.gz
}
prog perl-crypto:Crypt-Primes = {
version = %{V_crypt_primes}
url = http://www.cpan.org/modules/by-module/Crypt/
url = http://www.cpan.org/authors/id/V/VI/VIPUL/
regex = Crypt-Primes-(__VER__)\.tar\.gz
}

Loading…
Cancel
Save