pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libgcrypt Re: pkg/27317 The header gcrypt.h r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae2faa5adf3a
branches:  trunk
changeset: 482245:ae2faa5adf3a
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Sat Oct 23 08:57:33 2004 +0000

description:
Re: pkg/27317 The header gcrypt.h references struct timeval without
including sys/time.h. Added the patch summitted with PR that adds
an include for sys/time.h. Bumped PKGREVISION.

diffstat:

 security/libgcrypt/Makefile         |   4 ++--
 security/libgcrypt/buildlink3.mk    |   4 ++--
 security/libgcrypt/distinfo         |   3 ++-
 security/libgcrypt/patches/patch-ac |  12 ++++++++++++
 4 files changed, 18 insertions(+), 5 deletions(-)

diffs (59 lines):

diff -r e80c9e7ab60e -r ae2faa5adf3a security/libgcrypt/Makefile
--- a/security/libgcrypt/Makefile       Sat Oct 23 08:16:26 2004 +0000
+++ b/security/libgcrypt/Makefile       Sat Oct 23 08:57:33 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2004/10/19 17:43:23 minskim Exp $
+# $NetBSD: Makefile,v 1.24 2004/10/23 08:57:33 shannonjr Exp $
 
 DISTNAME=      libgcrypt-1.2.0
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
                http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/
diff -r e80c9e7ab60e -r ae2faa5adf3a security/libgcrypt/buildlink3.mk
--- a/security/libgcrypt/buildlink3.mk  Sat Oct 23 08:16:26 2004 +0000
+++ b/security/libgcrypt/buildlink3.mk  Sat Oct 23 08:57:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/10/03 00:18:09 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2004/10/23 08:57:33 shannonjr Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 LIBGCRYPT_BUILDLINK3_MK:=      ${LIBGCRYPT_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
 
 .if !empty(LIBGCRYPT_BUILDLINK3_MK:M+)
 BUILDLINK_DEPENDS.libgcrypt+=  libgcrypt>=1.2.0
-BUILDLINK_RECOMMENDED.libgcrypt+=      libgcrypt>=1.2.0nb2
+BUILDLINK_RECOMMENDED.libgcrypt+=      libgcrypt>=1.2.0nb3
 BUILDLINK_PKGSRCDIR.libgcrypt?=        ../../security/libgcrypt
 .endif # LIBGCRYPT_BUILDLINK3_MK
 
diff -r e80c9e7ab60e -r ae2faa5adf3a security/libgcrypt/distinfo
--- a/security/libgcrypt/distinfo       Sat Oct 23 08:16:26 2004 +0000
+++ b/security/libgcrypt/distinfo       Sat Oct 23 08:57:33 2004 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2004/07/02 13:14:28 jmmv Exp $
+$NetBSD: distinfo,v 1.9 2004/10/23 08:57:33 shannonjr Exp $
 
 SHA1 (libgcrypt-1.2.0.tar.gz) = 3785a47abcb1c15079b18c5df47a474dfe647ec2
 Size (libgcrypt-1.2.0.tar.gz) = 949159 bytes
 SHA1 (patch-aa) = d8f659e4aac872abb152252731fd29bdaac635e3
 SHA1 (patch-ab) = bd713f7cbc6782ced8c2fd2b5541ac52d2a10fbe
+SHA1 (patch-ac) = 03768fa8386f09d9dbd63c04123d780fb3a56de5
diff -r e80c9e7ab60e -r ae2faa5adf3a security/libgcrypt/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libgcrypt/patches/patch-ac       Sat Oct 23 08:57:33 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2004/10/23 08:57:33 shannonjr Exp $
+
+--- src/gcrypt.h.orig  2004-04-15 03:10:37.000000000 -0600
++++ src/gcrypt.h
+@@ -29,6 +29,7 @@
+ 
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <sys/time.h>
+ 
+ /* This is required for error code compatibility. */
+ #define _GCRY_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GCRYPT



Home | Main Index | Thread Index | Old Index