head	1.4;
access;
symbols
	pkgsrc-2013Q2:1.4.0.18
	pkgsrc-2013Q2-base:1.4
	pkgsrc-2012Q4:1.4.0.16
	pkgsrc-2012Q4-base:1.4
	pkgsrc-2011Q4:1.4.0.14
	pkgsrc-2011Q4-base:1.4
	pkgsrc-2011Q2:1.4.0.12
	pkgsrc-2011Q2-base:1.4
	pkgsrc-2009Q4:1.4.0.10
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2008Q4:1.4.0.8
	pkgsrc-2008Q4-base:1.4
	pkgsrc-2008Q3:1.4.0.6
	pkgsrc-2008Q3-base:1.4
	cube-native-xorg:1.4.0.4
	cube-native-xorg-base:1.4
	pkgsrc-2008Q2:1.4.0.2
	pkgsrc-2008Q2-base:1.4
	pkgsrc-2008Q1:1.3.0.2
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.2.0.8
	pkgsrc-2007Q4-base:1.2
	pkgsrc-2007Q3:1.2.0.6
	pkgsrc-2007Q3-base:1.2
	pkgsrc-2007Q2:1.2.0.4
	pkgsrc-2007Q2-base:1.2
	pkgsrc-2007Q1:1.2.0.2
	pkgsrc-2007Q1-base:1.2;
locks; strict;
comment	@# @;


1.4
date	2008.04.29.11.03.50;	author wiz;	state dead;
branches;
next	1.3;

1.3
date	2008.03.11.22.19.54;	author tnn;	state Exp;
branches;
next	1.2;

1.2
date	2007.02.03.00.08.51;	author wiz;	state dead;
branches;
next	1.1;

1.1
date	2007.01.30.06.53.32;	author wiz;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to 1.4.1:

Noteworthy changes in version 1.4.1 (2008-04-25)
------------------------------------------------

 * Fixed a bug introduced by 1.3.1 which led to the comsumption of far
   too much entropy for the intial seeding.

 * Improved AES performance for CFB and CBC modes.

 * Removed build problems for the Padlock support.
@
text
@$NetBSD: patch-ah,v 1.3 2008/03/11 22:19:54 tnn Exp $

--- src/visibility.c.orig	2007-10-31 10:39:53.000000000 +0100
+++ src/visibility.c
@@@@ -699,7 +699,7 @@@@ void 
 gcry_md_hash_buffer (int algo, void *digest,
                      const void *buffer, size_t length)
 {
-  return _gcry_md_hash_buffer (algo, digest, buffer, length);
+  _gcry_md_hash_buffer (algo, digest, buffer, length);
 }
 
 int
@@@@ -848,7 +848,7 @@@@ void
 gcry_ac_io_init_va (gcry_ac_io_t *ac_io, gcry_ac_io_mode_t mode,
                     gcry_ac_io_type_t type, va_list ap)
 {
-  return _gcry_ac_io_init_va (ac_io, mode, type, ap);
+  _gcry_ac_io_init_va (ac_io, mode, type, ap);
 }
 
 gcry_error_t
@


1.3
log
@Fix build with MIPSPro. PR pkg/38210.
@
text
@d1 1
a1 1
$NetBSD$
@


1.2
log
@Update to 1.2.4:

Noteworthy changes in version 1.2.4 (2007-02-01)
------------------------------------------------

 * Fixed a bug in the memory allocator which could have been the
   reason for some of non-duplicable bugs.

 * Other minor bug fixes.
@
text
@d1 1
a1 1
$NetBSD: patch-ah,v 1.1 2007/01/30 06:53:32 wiz Exp $
d3 9
a11 4
--- src/secmem.h.orig	2005-07-29 13:45:42.000000000 +0000
+++ src/secmem.h
@@@@ -32,7 +32,7 @@@@ unsigned _gcry_secmem_get_flags(void) GC
 int _gcry_private_is_secure (const void *p) GCC_ATTR_PURE;
d13 8
a20 5
 /* Flags for _gcry_secmem_{set,get}_flags.  */
-#define GCRY_SECMEM_FLAG_NO_WARNING      1 << 0
-#define GCRY_SECMEM_FLAG_SUSPEND_WARNING 1 << 1
+#define GCRY_SECMEM_FLAG_NO_WARNING      (1 << 0)
+#define GCRY_SECMEM_FLAG_SUSPEND_WARNING (1 << 1)
d22 1
a22 1
 #endif /* G10_SECMEM_H */
@


1.1
log
@Put macro argument in parentheses. From Naoto Morishima in PR 35519.
Bump PKGREVISION.
@
text
@d1 1
a1 1
$NetBSD$
@

