pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnupg Add comments to patches.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e951391cd8a
branches:  trunk
changeset: 610516:2e951391cd8a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 27 17:39:12 2012 +0000

description:
Add comments to patches.

diffstat:

 security/gnupg/distinfo         |  8 ++++----
 security/gnupg/patches/patch-ac |  4 +++-
 security/gnupg/patches/patch-ad |  4 +++-
 security/gnupg/patches/patch-ak |  7 ++++++-
 4 files changed, 16 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r 9c4809f39a88 -r 2e951391cd8a security/gnupg/distinfo
--- a/security/gnupg/distinfo   Sat Oct 27 16:39:09 2012 +0000
+++ b/security/gnupg/distinfo   Sat Oct 27 17:39:12 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.52 2012/03/03 00:17:29 wiz Exp $
+$NetBSD: distinfo,v 1.53 2012/10/27 17:39:12 wiz Exp $
 
 SHA1 (gnupg-1.4.12.tar.bz2) = 9b78e20328d35525af7b8a9c1cf081396910e937
 RMD160 (gnupg-1.4.12.tar.bz2) = d5f4367c9a636d778b6ccb2711bfba6597c27fa0
@@ -8,6 +8,6 @@
 Size (idea.c.gz) = 5216 bytes
 SHA1 (patch-aa) = ad76abec765e95209f884da7701ea4566ddf35f3
 SHA1 (patch-ab) = 24e200a04f8f31e53e22dc80ed079570cb5de8d8
-SHA1 (patch-ac) = 3d53b0ed816b83156ce5f169bd571e46bde78032
-SHA1 (patch-ad) = 99f7af1fb6e6d9d2e25edbe0fb6bc027fbacddcb
-SHA1 (patch-ak) = 89a6a7552104f4d5b97a98889da88fca68c54f31
+SHA1 (patch-ac) = 70b270723be8d54eaa158ec1da896e9792ff9e54
+SHA1 (patch-ad) = 622dce042bbe6a8bd5975b86614b3b894ba8107f
+SHA1 (patch-ak) = cf3afbd3de520c7cc15f8f026e90df6ea8c56367
diff -r 9c4809f39a88 -r 2e951391cd8a security/gnupg/patches/patch-ac
--- a/security/gnupg/patches/patch-ac   Sat Oct 27 16:39:09 2012 +0000
+++ b/security/gnupg/patches/patch-ac   Sat Oct 27 17:39:12 2012 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-ac,v 1.19 2011/08/02 17:11:00 joerg Exp $
+$NetBSD: patch-ac,v 1.20 2012/10/27 17:39:12 wiz Exp $
+
+Deal with c99 inline semantics.
 
 --- mpi/mpi-inline.h.orig      2008-12-11 16:39:43.000000000 +0000
 +++ mpi/mpi-inline.h
diff -r 9c4809f39a88 -r 2e951391cd8a security/gnupg/patches/patch-ad
--- a/security/gnupg/patches/patch-ad   Sat Oct 27 16:39:09 2012 +0000
+++ b/security/gnupg/patches/patch-ad   Sat Oct 27 17:39:12 2012 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-ad,v 1.7 2011/08/02 17:11:00 joerg Exp $
+$NetBSD: patch-ad,v 1.8 2012/10/27 17:39:12 wiz Exp $
+
+Deal with c99 inline semantics.
 
 --- mpi/mpi-internal.h.orig    2008-12-11 16:39:43.000000000 +0000
 +++ mpi/mpi-internal.h
diff -r 9c4809f39a88 -r 2e951391cd8a security/gnupg/patches/patch-ak
--- a/security/gnupg/patches/patch-ak   Sat Oct 27 16:39:09 2012 +0000
+++ b/security/gnupg/patches/patch-ak   Sat Oct 27 17:39:12 2012 +0000
@@ -1,4 +1,9 @@
-$NetBSD: patch-ak,v 1.3 2006/04/04 21:16:37 wiz Exp $
+$NetBSD: patch-ak,v 1.4 2012/10/27 17:39:12 wiz Exp $
+
+Add a patch to handle systems which have uint64_t but not the UINT64_C
+macro.  This could happen with UNIX98-type systems, such as the code on
+our netbsd-1-5 branch, and would prevent this package from building on
+such systems.  Problem also reported to the original author.
 
 --- include/types.h.orig       2005-07-27 17:02:56.000000000 +0000
 +++ include/types.h



Home | Main Index | Thread Index | Old Index