aboutsummaryrefslogtreecommitdiff
path: root/security/p5-CryptX
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2017-11-30 14:56:20 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2017-11-30 14:56:20 +0000
commitaa4faf95e7e0f8aa80b1262ecb0b9c671b6d1765 (patch)
treeedf76f98c8c1934ade2efb768c28a968b073790f /security/p5-CryptX
parentc9c0912cb900fe09890aa7fcdaa98cb303c25078 (diff)
downloadports-aa4faf95e7e0f8aa80b1262ecb0b9c671b6d1765.tar.gz
ports-aa4faf95e7e0f8aa80b1262ecb0b9c671b6d1765.zip
Notes
Diffstat (limited to 'security/p5-CryptX')
-rw-r--r--security/p5-CryptX/Makefile2
-rw-r--r--security/p5-CryptX/distinfo6
-rw-r--r--security/p5-CryptX/pkg-plist8
3 files changed, 12 insertions, 4 deletions
diff --git a/security/p5-CryptX/Makefile b/security/p5-CryptX/Makefile
index f3f456f34bf8..29892dff8ee2 100644
--- a/security/p5-CryptX/Makefile
+++ b/security/p5-CryptX/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= CryptX
-PORTVERSION= 0.054
+PORTVERSION= 0.055
CATEGORIES= security perl5
MASTER_SITES= CPAN/Crypt
PKGNAMEPREFIX= p5-
diff --git a/security/p5-CryptX/distinfo b/security/p5-CryptX/distinfo
index 19ff9c05a6e7..6275433e8ed1 100644
--- a/security/p5-CryptX/distinfo
+++ b/security/p5-CryptX/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507873497
-SHA256 (CryptX-0.054.tar.gz) = f084a706f6ff032ca5c46ec6f90ba5b6a26ae8752584911830f6535bf76d8e57
-SIZE (CryptX-0.054.tar.gz) = 1405806
+TIMESTAMP = 1512053472
+SHA256 (CryptX-0.055.tar.gz) = 4d680e8356497fbd2c66114a2bfbde753d77930f997430ba077db66a4458cee9
+SIZE (CryptX-0.055.tar.gz) = 1683070
diff --git a/security/p5-CryptX/pkg-plist b/security/p5-CryptX/pkg-plist
index e46e16cd3afd..379760e1715d 100644
--- a/security/p5-CryptX/pkg-plist
+++ b/security/p5-CryptX/pkg-plist
@@ -15,6 +15,7 @@
%%SITE_ARCH%%/Crypt/Cipher/Camellia.pm
%%SITE_ARCH%%/Crypt/Cipher/DES.pm
%%SITE_ARCH%%/Crypt/Cipher/DES_EDE.pm
+%%SITE_ARCH%%/Crypt/Cipher/IDEA.pm
%%SITE_ARCH%%/Crypt/Cipher/KASUMI.pm
%%SITE_ARCH%%/Crypt/Cipher/Khazad.pm
%%SITE_ARCH%%/Crypt/Cipher/MULTI2.pm
@@ -28,6 +29,7 @@
%%SITE_ARCH%%/Crypt/Cipher/SAFER_SK128.pm
%%SITE_ARCH%%/Crypt/Cipher/SAFER_SK64.pm
%%SITE_ARCH%%/Crypt/Cipher/SEED.pm
+%%SITE_ARCH%%/Crypt/Cipher/Serpent.pm
%%SITE_ARCH%%/Crypt/Cipher/Skipjack.pm
%%SITE_ARCH%%/Crypt/Cipher/Twofish.pm
%%SITE_ARCH%%/Crypt/Cipher/XTEA.pm
@@ -93,7 +95,9 @@
%%SITE_ARCH%%/Crypt/PRNG/Yarrow.pm
%%SITE_ARCH%%/Crypt/Stream/ChaCha.pm
%%SITE_ARCH%%/Crypt/Stream/RC4.pm
+%%SITE_ARCH%%/Crypt/Stream/Salsa20.pm
%%SITE_ARCH%%/Crypt/Stream/Sober128.pm
+%%SITE_ARCH%%/Crypt/Stream/Sosemanuk.pm
%%SITE_ARCH%%/CryptX.pm
%%SITE_ARCH%%/Math/BigInt/LTM.pm
%%SITE_ARCH%%/auto/CryptX/CryptX.so
@@ -114,6 +118,7 @@
%%PERL5_MAN3%%/Crypt::Cipher::Camellia.3.gz
%%PERL5_MAN3%%/Crypt::Cipher::DES.3.gz
%%PERL5_MAN3%%/Crypt::Cipher::DES_EDE.3.gz
+%%PERL5_MAN3%%/Crypt::Cipher::IDEA.3.gz
%%PERL5_MAN3%%/Crypt::Cipher::KASUMI.3.gz
%%PERL5_MAN3%%/Crypt::Cipher::Khazad.3.gz
%%PERL5_MAN3%%/Crypt::Cipher::MULTI2.3.gz
@@ -127,6 +132,7 @@
%%PERL5_MAN3%%/Crypt::Cipher::SAFER_SK128.3.gz
%%PERL5_MAN3%%/Crypt::Cipher::SAFER_SK64.3.gz
%%PERL5_MAN3%%/Crypt::Cipher::SEED.3.gz
+%%PERL5_MAN3%%/Crypt::Cipher::Serpent.3.gz
%%PERL5_MAN3%%/Crypt::Cipher::Skipjack.3.gz
%%PERL5_MAN3%%/Crypt::Cipher::Twofish.3.gz
%%PERL5_MAN3%%/Crypt::Cipher::XTEA.3.gz
@@ -192,6 +198,8 @@
%%PERL5_MAN3%%/Crypt::PRNG::Yarrow.3.gz
%%PERL5_MAN3%%/Crypt::Stream::ChaCha.3.gz
%%PERL5_MAN3%%/Crypt::Stream::RC4.3.gz
+%%PERL5_MAN3%%/Crypt::Stream::Salsa20.3.gz
%%PERL5_MAN3%%/Crypt::Stream::Sober128.3.gz
+%%PERL5_MAN3%%/Crypt::Stream::Sosemanuk.3.gz
%%PERL5_MAN3%%/CryptX.3.gz
%%PERL5_MAN3%%/Math::BigInt::LTM.3.gz