aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-CipherSaber/Makefile2
-rw-r--r--security/p5-Crypt-CipherSaber/distinfo2
-rw-r--r--security/p5-Crypt-SSLeay/Makefile2
-rw-r--r--security/p5-Crypt-SSLeay/distinfo2
-rw-r--r--security/p5-Crypt-SSLeay/pkg-plist10
-rw-r--r--security/p5-Net-SSLeay/Makefile2
-rw-r--r--security/p5-Net-SSLeay/distinfo2
7 files changed, 11 insertions, 11 deletions
diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile
index 2befa7b07540..21bc05b6d422 100644
--- a/security/p5-Crypt-CipherSaber/Makefile
+++ b/security/p5-Crypt-CipherSaber/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= CipherSaber
-PORTVERSION= 0.50
+PORTVERSION= 0.60
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
diff --git a/security/p5-Crypt-CipherSaber/distinfo b/security/p5-Crypt-CipherSaber/distinfo
index 8831da4d9755..2f4adff572fa 100644
--- a/security/p5-Crypt-CipherSaber/distinfo
+++ b/security/p5-Crypt-CipherSaber/distinfo
@@ -1 +1 @@
-MD5 (CipherSaber-0.50.tar.gz) = ebc3fbd3e7385b5f7c24de8097091533
+MD5 (CipherSaber-0.60.tar.gz) = 36f3f7d39378b81298379e4c0249de65
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index b259eed20212..11640b3dc6be 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Crypt-SSLeay
-PORTVERSION= 0.23
+PORTVERSION= 0.25
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
diff --git a/security/p5-Crypt-SSLeay/distinfo b/security/p5-Crypt-SSLeay/distinfo
index c748b8798a7b..43775d9b385f 100644
--- a/security/p5-Crypt-SSLeay/distinfo
+++ b/security/p5-Crypt-SSLeay/distinfo
@@ -1 +1 @@
-MD5 (Crypt-SSLeay-0.23.tar.gz) = 585b9d39df8db9ed2b72c3d9d44ddda3
+MD5 (Crypt-SSLeay-0.25.tar.gz) = 12c6bbb9528744c6ce675facd90f1829
diff --git a/security/p5-Crypt-SSLeay/pkg-plist b/security/p5-Crypt-SSLeay/pkg-plist
index c5102fd79a51..a04feb9a3c3e 100644
--- a/security/p5-Crypt-SSLeay/pkg-plist
+++ b/security/p5-Crypt-SSLeay/pkg-plist
@@ -1,13 +1,13 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/SSLeay.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/SSLeay.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/Conn.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/X509.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/CTX.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/Err.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/MainContext.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/X509.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/SSL.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/SSLeay.bs
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/SSLeay.so
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index ee6759562a07..602fd45908a0 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-SSLeay
-PORTVERSION= 1.05
+PORTVERSION= 1.07
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo
index 2f7529c21707..fb204e9dd5ce 100644
--- a/security/p5-Net-SSLeay/distinfo
+++ b/security/p5-Net-SSLeay/distinfo
@@ -1 +1 @@
-MD5 (Net_SSLeay.pm-1.05.tar.gz) = d58622893eeaa94970e105400222dc25
+MD5 (Net_SSLeay.pm-1.07.tar.gz) = cf5278dfd77535eaa04cb18a96eebd51