pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libgcrypt update to 1.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0442216820a5
branches:  trunk
changeset: 617108:0442216820a5
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Apr 10 15:17:55 2013 +0000

description:
update to 1.5.1
changes: minor fixes

diffstat:

 security/libgcrypt/Makefile                       |   4 ++--
 security/libgcrypt/distinfo                       |  15 +++++++--------
 security/libgcrypt/patches/patch-mpi_mpi-inline.h |  15 ---------------
 3 files changed, 9 insertions(+), 25 deletions(-)

diffs (59 lines):

diff -r 208f4419de27 -r 0442216820a5 security/libgcrypt/Makefile
--- a/security/libgcrypt/Makefile       Wed Apr 10 15:09:10 2013 +0000
+++ b/security/libgcrypt/Makefile       Wed Apr 10 15:17:55 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2012/10/23 18:16:32 asau Exp $
+# $NetBSD: Makefile,v 1.55 2013/04/10 15:17:55 drochner Exp $
 
-DISTNAME=      libgcrypt-1.5.0
+DISTNAME=      libgcrypt-1.5.1
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
                http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/
diff -r 208f4419de27 -r 0442216820a5 security/libgcrypt/distinfo
--- a/security/libgcrypt/distinfo       Wed Apr 10 15:09:10 2013 +0000
+++ b/security/libgcrypt/distinfo       Wed Apr 10 15:17:55 2013 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.35 2011/11/29 01:33:37 cheusov Exp $
+$NetBSD: distinfo,v 1.36 2013/04/10 15:17:55 drochner Exp $
 
-SHA1 (libgcrypt-1.5.0/gcrypt.tar.bz2) = 5d402e4e4e6831f74b738f1a022cf024bcb24ecd
-RMD160 (libgcrypt-1.5.0/gcrypt.tar.bz2) = d1032e66bd4b6f51e437993a7178d14b09a2955a
-Size (libgcrypt-1.5.0/gcrypt.tar.bz2) = 4231 bytes
-SHA1 (libgcrypt-1.5.0/libgcrypt-1.5.0.tar.bz2) = 3e776d44375dc1a710560b98ae8437d5da6e32cf
-RMD160 (libgcrypt-1.5.0/libgcrypt-1.5.0.tar.bz2) = f01e8198dcc379ff2fa5e8d3ac39e7b32fc41dad
-Size (libgcrypt-1.5.0/libgcrypt-1.5.0.tar.bz2) = 1433506 bytes
+SHA1 (libgcrypt-1.5.1/gcrypt.tar.bz2) = 5d402e4e4e6831f74b738f1a022cf024bcb24ecd
+RMD160 (libgcrypt-1.5.1/gcrypt.tar.bz2) = d1032e66bd4b6f51e437993a7178d14b09a2955a
+Size (libgcrypt-1.5.1/gcrypt.tar.bz2) = 4231 bytes
+SHA1 (libgcrypt-1.5.1/libgcrypt-1.5.1.tar.bz2) = 8b60a26b7eae1a727d58932d6b1efeb5716648ed
+RMD160 (libgcrypt-1.5.1/libgcrypt-1.5.1.tar.bz2) = f074d35b749e636bc18ceef01fc6fb9cf3d1e6a3
+Size (libgcrypt-1.5.1/libgcrypt-1.5.1.tar.bz2) = 1503471 bytes
 SHA1 (patch-aa) = 7c46612f912d45dfd4ce4f4b510e72c00bd38585
 SHA1 (patch-ab) = 6fac21daa26b7de3b13839d076f78a74400efce7
 SHA1 (patch-ac) = c59d7bb73fa0e79522b287054633e276ffbb069d
@@ -15,5 +15,4 @@
 SHA1 (patch-ba) = a39a6972d197193ea7831d23cfa66f14ca55105e
 SHA1 (patch-bb) = b75a2cb6d526976bb4d3a0948ce4c15eead4e2ae
 SHA1 (patch-bc) = 86b594ac2ee25d8a68809765a13942e8fd3be051
-SHA1 (patch-mpi_mpi-inline.h) = 0cec82342605ea5ebe7ef1da90bceecd2816e2bf
 SHA1 (patch-mpi_mpi-internal.h) = 431485228bdacd043e159f4f84de3871dc82f0d2
diff -r 208f4419de27 -r 0442216820a5 security/libgcrypt/patches/patch-mpi_mpi-inline.h
--- a/security/libgcrypt/patches/patch-mpi_mpi-inline.h Wed Apr 10 15:09:10 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-mpi_mpi-inline.h,v 1.1 2011/07/13 21:21:52 adam Exp $
-
-Change inline functions to static, which fixes building with Clang.
-
---- mpi/mpi-inline.h.orig      2011-07-13 21:09:51.000000000 +0000
-+++ mpi/mpi-inline.h
-@@ -29,7 +29,7 @@
- #define G10_MPI_INLINE_H
- 
- #ifndef G10_MPI_INLINE_DECL
--#define G10_MPI_INLINE_DECL  extern __inline__
-+#define G10_MPI_INLINE_DECL  static __inline__
- #endif
- 
- G10_MPI_INLINE_DECL  mpi_limb_t



Home | Main Index | Thread Index | Old Index