pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libgcrypt Changes 1.2.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44d06a12ab74
branches:  trunk
changeset: 487441:44d06a12ab74
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 14 11:26:34 2005 +0000

description:
Changes 1.2.1:
 * Portability fixes, memory allocation fixes and other minor things.
 * Support to build as a W32 static library.
 * Changed the way the RNG gets initialized. This allows to keep it
   uninitialized as long as no random numbers are used.  To override
   this, the new macro gcry_fast_random_poll may be used.  It is in
   general a good idea to spread this macro into the application code
   to make sure that these polls happen often enough.

diffstat:

 security/libgcrypt/Makefile         |  13 ++++++-------
 security/libgcrypt/distinfo         |   7 +++----
 security/libgcrypt/patches/patch-ac |  19 -------------------
 3 files changed, 9 insertions(+), 30 deletions(-)

diffs (67 lines):

diff -r d8b0784f9d2a -r 44d06a12ab74 security/libgcrypt/Makefile
--- a/security/libgcrypt/Makefile       Fri Jan 14 10:14:46 2005 +0000
+++ b/security/libgcrypt/Makefile       Fri Jan 14 11:26:34 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2004/10/23 08:57:33 shannonjr Exp $
+# $NetBSD: Makefile,v 1.25 2005/01/14 11:26:34 adam Exp $
 
-DISTNAME=      libgcrypt-1.2.0
-PKGREVISION=   3
+DISTNAME=      libgcrypt-1.2.1
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
                http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/
@@ -12,11 +11,11 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-USE_BUILDLINK3=                YES
-USE_LIBTOOL=           YES
-GNU_CONFIGURE=         YES
+USE_BUILDLINK3=                yes
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
 
-TEST_TARGET=   check
+TEST_TARGET=           check
 
 TEXINFO_REQD=          4.0
 INFO_FILES=            gcrypt.info
diff -r d8b0784f9d2a -r 44d06a12ab74 security/libgcrypt/distinfo
--- a/security/libgcrypt/distinfo       Fri Jan 14 10:14:46 2005 +0000
+++ b/security/libgcrypt/distinfo       Fri Jan 14 11:26:34 2005 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.11 2004/12/18 23:54:58 grant Exp $
+$NetBSD: distinfo,v 1.12 2005/01/14 11:26:34 adam Exp $
 
-SHA1 (libgcrypt-1.2.0.tar.gz) = 3785a47abcb1c15079b18c5df47a474dfe647ec2
-Size (libgcrypt-1.2.0.tar.gz) = 949159 bytes
+SHA1 (libgcrypt-1.2.1.tar.gz) = 8627d483e26e73b4cfabb4807ae8423875c37cda
+Size (libgcrypt-1.2.1.tar.gz) = 960872 bytes
 SHA1 (patch-aa) = d8f659e4aac872abb152252731fd29bdaac635e3
 SHA1 (patch-ab) = bd713f7cbc6782ced8c2fd2b5541ac52d2a10fbe
-SHA1 (patch-ac) = 50934ca0527e5c33bdcfec20a9f505c5176abafe
 SHA1 (patch-ad) = f32281612b51c5bb3788cf03c6f5615bdfc0d3e8
diff -r d8b0784f9d2a -r 44d06a12ab74 security/libgcrypt/patches/patch-ac
--- a/security/libgcrypt/patches/patch-ac       Fri Jan 14 10:14:46 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2004/12/18 23:54:58 grant Exp $
-
---- src/gcrypt.h.orig  2004-04-15 19:10:37.000000000 +1000
-+++ src/gcrypt.h
-@@ -29,6 +29,14 @@
- 
- #include <sys/types.h>
- #include <sys/socket.h>
-+/*
-+ * The following line (socklen_t comment) is used in the pkgsrc
-+ * post-configure target to patch this file.
-+ */
-+
-+/* socklen_t */
-+
-+#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