pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-SSLeay fixed code to satisfy picky S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a737731b5f4a
branches:  trunk
changeset: 520760:a737731b5f4a
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sat Oct 28 15:14:59 2006 +0000

description:
fixed code to satisfy picky SGI ido cc

diffstat:

 security/p5-Crypt-SSLeay/distinfo         |   4 ++--
 security/p5-Crypt-SSLeay/patches/patch-ab |  19 ++++++++++++++-----
 2 files changed, 16 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 407258ae99e5 -r a737731b5f4a security/p5-Crypt-SSLeay/distinfo
--- a/security/p5-Crypt-SSLeay/distinfo Sat Oct 28 14:20:20 2006 +0000
+++ b/security/p5-Crypt-SSLeay/distinfo Sat Oct 28 15:14:59 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2006/08/22 23:10:57 abs Exp $
+$NetBSD: distinfo,v 1.4 2006/10/28 15:14:59 schwarz Exp $
 
 SHA1 (Crypt-SSLeay-0.51.tar.gz) = dea8e37e2430e351688125f5a641d76f55dbe25c
 RMD160 (Crypt-SSLeay-0.51.tar.gz) = 963ee2616742b3983a06eaee3059aafa9b866e0a
 Size (Crypt-SSLeay-0.51.tar.gz) = 117555 bytes
 SHA1 (patch-aa) = f79576ad49381a5fef228537502770f22ae00e41
-SHA1 (patch-ab) = 67f2b42af824e42076ff3600defe69a272237e0e
+SHA1 (patch-ab) = e9e8da0c3604edfa5cfe10885dbe93c74198bcb5
diff -r 407258ae99e5 -r a737731b5f4a security/p5-Crypt-SSLeay/patches/patch-ab
--- a/security/p5-Crypt-SSLeay/patches/patch-ab Sat Oct 28 14:20:20 2006 +0000
+++ b/security/p5-Crypt-SSLeay/patches/patch-ab Sat Oct 28 15:14:59 2006 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-ab,v 1.2 2006/08/22 23:10:57 abs Exp $
+$NetBSD: patch-ab,v 1.3 2006/10/28 15:14:59 schwarz Exp $
 
---- SSLeay.xs.orig     2003-05-28 07:55:02.000000000 +0100
-+++ SSLeay.xs
-@@ -107,7 +107,7 @@ SSL_CTX_new(packname, ssl_version)
+--- SSLeay.xs.orig     2003-05-28 08:55:02.000000000 +0200
++++ SSLeay.xs  2006-10-28 14:25:40.000000000 +0200
+@@ -40,7 +40,7 @@
+  */
+ 
+ 
+-static void InfoCallback(SSL *s,int where,int ret)
++static void InfoCallback(const SSL *s,int where,int ret)
+     {
+     char *str;
+     int w;
+@@ -107,7 +107,7 @@
          int rand_bytes_read;
  
        if(!bNotFirstTime) {
@@ -11,7 +20,7 @@
                 SSL_load_error_strings();
                 ERR_load_crypto_strings();
               bNotFirstTime = 1;
-@@ -130,6 +130,8 @@ SSL_CTX_new(packname, ssl_version)
+@@ -130,6 +130,8 @@
                /* v2 is the default */
                ctx = SSL_CTX_new(SSLv2_client_method());
        }               



Home | Main Index | Thread Index | Old Index