pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-OpenSSL-RSA Fix build with OpenSSL 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcc5e2d60e96
branches:  trunk
changeset: 508680:fcc5e2d60e96
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 23 18:32:15 2006 +0000

description:
Fix build with OpenSSL 0.9.8.

diffstat:

 security/p5-Crypt-OpenSSL-RSA/distinfo         |   3 ++-
 security/p5-Crypt-OpenSSL-RSA/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 17973eb8f10e -r fcc5e2d60e96 security/p5-Crypt-OpenSSL-RSA/distinfo
--- a/security/p5-Crypt-OpenSSL-RSA/distinfo    Thu Feb 23 18:28:06 2006 +0000
+++ b/security/p5-Crypt-OpenSSL-RSA/distinfo    Thu Feb 23 18:32:15 2006 +0000
@@ -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 -r 17973eb8f10e -r fcc5e2d60e96 security/p5-Crypt-OpenSSL-RSA/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-OpenSSL-RSA/patches/patch-aa    Thu Feb 23 18:32:15 2006 +0000
@@ -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
+ {



Home | Main Index | Thread Index | Old Index