summaryrefslogtreecommitdiff
path: root/security/ruby-digest
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2005-10-02 06:17:43 +0000
committertaca <taca@pkgsrc.org>2005-10-02 06:17:43 +0000
commit66c08b418666bc5005d421e92b324be1712095d0 (patch)
treeff787dbdaa64c6d79daf1adbfbec649caf9cfac2 /security/ruby-digest
parent1f5c6302671cb275ed0744885fe845c61aaff0a6 (diff)
downloadpkgsrc-66c08b418666bc5005d421e92b324be1712095d0.tar.gz
Portability fixes from ruby-1.8's CVS fixing PR pkg/31400 by Todd Willey.
Bump PKGREVISION.
Diffstat (limited to 'security/ruby-digest')
-rw-r--r--security/ruby-digest/Makefile4
-rw-r--r--security/ruby-digest/distinfo5
-rw-r--r--security/ruby-digest/patches/patch-aa12
-rw-r--r--security/ruby-digest/patches/patch-ab12
-rw-r--r--security/ruby-digest/patches/patch-ac12
5 files changed, 42 insertions, 3 deletions
diff --git a/security/ruby-digest/Makefile b/security/ruby-digest/Makefile
index e57fa6e05a3..fed5ab730ab 100644
--- a/security/ruby-digest/Makefile
+++ b/security/ruby-digest/Makefile
@@ -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 --git a/security/ruby-digest/distinfo b/security/ruby-digest/distinfo
index d5ea7273bee..0be038654c6 100644
--- a/security/ruby-digest/distinfo
+++ b/security/ruby-digest/distinfo
@@ -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 --git a/security/ruby-digest/patches/patch-aa b/security/ruby-digest/patches/patch-aa
new file mode 100644
index 00000000000..3cb1b50a925
--- /dev/null
+++ b/security/ruby-digest/patches/patch-aa
@@ -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 --git a/security/ruby-digest/patches/patch-ab b/security/ruby-digest/patches/patch-ab
new file mode 100644
index 00000000000..43bb2cee175
--- /dev/null
+++ b/security/ruby-digest/patches/patch-ab
@@ -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 --git a/security/ruby-digest/patches/patch-ac b/security/ruby-digest/patches/patch-ac
new file mode 100644
index 00000000000..cb8386cd299
--- /dev/null
+++ b/security/ruby-digest/patches/patch-ac
@@ -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