summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-02-23 18:32:15 +0000
committerjoerg <joerg@pkgsrc.org>2006-02-23 18:32:15 +0000
commit8a7fffb47c49ab8f087adcd67ad42e4cd4622715 (patch)
treeccc45db2bcfac0eaca44fd67bd9d7a2bb48d61e2 /security
parentbf1266f0bc18effdea90f32d96004c5369a0ae3a (diff)
downloadpkgsrc-8a7fffb47c49ab8f087adcd67ad42e4cd4622715.tar.gz
Fix build with OpenSSL 0.9.8.
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/distinfo3
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/distinfo b/security/p5-Crypt-OpenSSL-RSA/distinfo
index affa6c5fcfc..1c3ef7fc92a 100644
--- a/security/p5-Crypt-OpenSSL-RSA/distinfo
+++ b/security/p5-Crypt-OpenSSL-RSA/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2006/02/15 22:22:19 heinz Exp $
+$NetBSD: distinfo,v 1.5 2006/02/23 18:32:15 joerg Exp $
SHA1 (Crypt-OpenSSL-RSA-0.22.tar.gz) = 4e3137fca2f8b258c7fd247d0af0d89c3e2a6e4e
RMD160 (Crypt-OpenSSL-RSA-0.22.tar.gz) = efe66f06b19d4bdd51ae5df6fab6a4ab17b50cc8
Size (Crypt-OpenSSL-RSA-0.22.tar.gz) = 10741 bytes
+SHA1 (patch-aa) = 47ce147b2c848a4452b6b8738a1df66d5c1a3656
diff --git a/security/p5-Crypt-OpenSSL-RSA/patches/patch-aa b/security/p5-Crypt-OpenSSL-RSA/patches/patch-aa
new file mode 100644
index 00000000000..7bd2bf74b4c
--- /dev/null
+++ b/security/p5-Crypt-OpenSSL-RSA/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/02/23 18:32:15 joerg Exp $
+
+--- RSA.xs.orig 2006-02-23 18:27:55.000000000 +0000
++++ RSA.xs
+@@ -5,6 +5,8 @@
+ #include <openssl/ssl.h>
+ #include <openssl/bn.h>
+ #include <openssl/err.h>
++#include <openssl/md5.h>
++#include <openssl/ripemd.h>
+
+ typedef struct
+ {