diff options
author | joerg <joerg> | 2006-02-23 18:32:15 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-02-23 18:32:15 +0000 |
commit | cb522518939ea9869c148327142e6d6e485c6feb (patch) | |
tree | ccc45db2bcfac0eaca44fd67bd9d7a2bb48d61e2 /security | |
parent | 549a1f0321d8015ef934988402e9ca1227ac25bf (diff) | |
download | pkgsrc-cb522518939ea9869c148327142e6d6e485c6feb.tar.gz |
Fix build with OpenSSL 0.9.8.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/patches/patch-aa | 13 |
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 + { |