summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/p5-Crypt-SSLeay/Makefile5
-rw-r--r--security/p5-Crypt-SSLeay/distinfo9
-rw-r--r--security/p5-Crypt-SSLeay/patches/patch-aa14
3 files changed, 6 insertions, 22 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index a397e5347fb..3c61b302381 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2012/10/03 21:57:29 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2012/10/21 22:19:14 wiz Exp $
#
-DISTNAME= Crypt-SSLeay-0.58
+DISTNAME= Crypt-SSLeay-0.64
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
SVR4_PKGNAME= p5csl
CATEGORIES= security perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-SSLeay/distinfo b/security/p5-Crypt-SSLeay/distinfo
index f03e7656389..f274b81a4ca 100644
--- a/security/p5-Crypt-SSLeay/distinfo
+++ b/security/p5-Crypt-SSLeay/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2010/08/26 06:37:10 sno Exp $
+$NetBSD: distinfo,v 1.10 2012/10/21 22:19:14 wiz Exp $
-SHA1 (Crypt-SSLeay-0.58.tar.gz) = 62f31de72a1ccd9608d70ac967ba888bd48054ca
-RMD160 (Crypt-SSLeay-0.58.tar.gz) = 6f5ff6a93050a4fbf151fc32bfd7d51144f7ee08
-Size (Crypt-SSLeay-0.58.tar.gz) = 123845 bytes
-SHA1 (patch-aa) = ada70c84a3dce44871d9c5b1846c488a2e038606
+SHA1 (Crypt-SSLeay-0.64.tar.gz) = 081d3d30aa89e481374eaedf2d28661bcb7beada
+RMD160 (Crypt-SSLeay-0.64.tar.gz) = ea23812768b38265845ff82024218b024b1df38d
+Size (Crypt-SSLeay-0.64.tar.gz) = 121431 bytes
diff --git a/security/p5-Crypt-SSLeay/patches/patch-aa b/security/p5-Crypt-SSLeay/patches/patch-aa
deleted file mode 100644
index af50f407eb4..00000000000
--- a/security/p5-Crypt-SSLeay/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2009/09/02 11:43:31 plunky Exp $
-
-add a workaround for openssl versions that redefine the BLOCK type
-
---- SSLeay.xs.orig 2009-09-02 12:23:55.000000000 +0100
-+++ SSLeay.xs
-@@ -18,6 +18,7 @@ extern "C" {
- #define PERL5 1
- #endif
-
-+#define BLOCK osslBLOCK
- /* ssl.h or openssl/ssl.h is included from the crypt_ssleay_version
- * file which is written when building with perl Makefile.PL
- * #include "ssl.h"