pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-digest Portability fixes from ruby-1.8's...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb3f661d7a87
branches:  trunk
changeset: 500078:fb3f661d7a87
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Oct 02 06:17:43 2005 +0000

description:
Portability fixes from ruby-1.8's CVS fixing PR pkg/31400 by Todd Willey.

Bump PKGREVISION.

diffstat:

 security/ruby-digest/Makefile         |   4 ++--
 security/ruby-digest/distinfo         |   5 ++++-
 security/ruby-digest/patches/patch-aa |  12 ++++++++++++
 security/ruby-digest/patches/patch-ab |  12 ++++++++++++
 security/ruby-digest/patches/patch-ac |  12 ++++++++++++
 5 files changed, 42 insertions(+), 3 deletions(-)

diffs (76 lines):

diff -r c225c6053499 -r fb3f661d7a87 security/ruby-digest/Makefile
--- a/security/ruby-digest/Makefile     Sun Oct 02 06:12:55 2005 +0000
+++ b/security/ruby-digest/Makefile     Sun Oct 02 06:17:43 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:47:18 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/10/02 06:17:43 taca Exp $
 #
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-digest-${RUBY_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security ruby
 MASTER_SITES=  ${MASTER_SITE_RUBY}
 
diff -r c225c6053499 -r fb3f661d7a87 security/ruby-digest/distinfo
--- a/security/ruby-digest/distinfo     Sun Oct 02 06:12:55 2005 +0000
+++ b/security/ruby-digest/distinfo     Sun Oct 02 06:17:43 2005 +0000
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.2 2005/09/18 01:25:07 taca Exp $
+$NetBSD: distinfo,v 1.3 2005/10/02 06:17:43 taca Exp $
 
 SHA1 (ruby/ruby-1.8.2.tar.gz) = 409a917d3a0aba41f45bd053b767c85b2bc35ffa
 RMD160 (ruby/ruby-1.8.2.tar.gz) = fc4dcdc2dda9bfbcf8ca19ca090aa55a18ea06a4
 Size (ruby/ruby-1.8.2.tar.gz) = 3627349 bytes
+SHA1 (patch-aa) = 15d942630106b902dd41dacac083b5484076ea74
+SHA1 (patch-ab) = b78fab34b610150cc2c3bf5237a7d45245e3a8f8
+SHA1 (patch-ac) = 4fa6f0d4f25a72311234bdd2192003f7a8021d3a
diff -r c225c6053499 -r fb3f661d7a87 security/ruby-digest/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-digest/patches/patch-aa     Sun Oct 02 06:17:43 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/10/02 06:17:43 taca Exp $
+
+--- md5/md5ossl.h.orig 2002-09-27 01:27:23.000000000 +0900
++++ md5/md5ossl.h
+@@ -3,6 +3,7 @@
+ #ifndef MD5OSSL_H_INCLUDED
+ #define MD5OSSL_H_INCLUDED
+ 
++#include <stddef.h>
+ #include <openssl/md5.h>
+ 
+ void MD5_End(MD5_CTX *pctx, unsigned char *hexdigest);
diff -r c225c6053499 -r fb3f661d7a87 security/ruby-digest/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-digest/patches/patch-ab     Sun Oct 02 06:17:43 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2005/10/02 06:17:43 taca Exp $
+
+--- rmd160/rmd160ossl.h.orig   2002-09-27 02:26:46.000000000 +0900
++++ rmd160/rmd160ossl.h
+@@ -3,6 +3,7 @@
+ #ifndef RMD160OSSL_H_INCLUDED
+ #define RMD160OSSL_H_INCLUDED
+ 
++#include <stddef.h>
+ #include <openssl/ripemd.h>
+ 
+ #define RMD160_CTX    RIPEMD160_CTX
diff -r c225c6053499 -r fb3f661d7a87 security/ruby-digest/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-digest/patches/patch-ac     Sun Oct 02 06:17:43 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/10/02 06:17:43 taca Exp $
+
+--- sha1/sha1ossl.h.orig       2002-09-27 02:44:33.000000000 +0900
++++ sha1/sha1ossl.h
+@@ -3,6 +3,7 @@
+ #ifndef SHA1OSSL_H_INCLUDED
+ #define SHA1OSSL_H_INCLUDED
+ 
++#include <stddef.h>
+ #include <openssl/sha.h>
+ 
+ #define SHA1_CTX      SHA_CTX



Home | Main Index | Thread Index | Old Index