diff options
author | drochner <drochner> | 2013-04-10 15:17:55 +0000 |
---|---|---|
committer | drochner <drochner> | 2013-04-10 15:17:55 +0000 |
commit | daa3019b9a71efcc78ac0451f6a7e28c4ced483a (patch) | |
tree | 665527a83d34ec7da8a45df45a53d200e3a407a0 /security | |
parent | 55b5651b72c5e1b1cad370e359c8f101dbc28089 (diff) | |
download | pkgsrc-daa3019b9a71efcc78ac0451f6a7e28c4ced483a.tar.gz |
update to 1.5.1
changes: minor fixes
Diffstat (limited to 'security')
-rw-r--r-- | security/libgcrypt/Makefile | 4 | ||||
-rw-r--r-- | security/libgcrypt/distinfo | 15 | ||||
-rw-r--r-- | security/libgcrypt/patches/patch-mpi_mpi-inline.h | 15 |
3 files changed, 9 insertions, 25 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 34e4b9dd34b..4349119828e 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -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 --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo index 4662e5b36db..c17effd0347 100644 --- a/security/libgcrypt/distinfo +++ b/security/libgcrypt/distinfo @@ -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-af) = e6d33b3e9c25a560c1df11843c6be3c9319bd018 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 --git a/security/libgcrypt/patches/patch-mpi_mpi-inline.h b/security/libgcrypt/patches/patch-mpi_mpi-inline.h deleted file mode 100644 index 6c9ca20cba2..00000000000 --- a/security/libgcrypt/patches/patch-mpi_mpi-inline.h +++ /dev/null @@ -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 |