Subject: CVS commit: pkgsrc/security/libgcrypt
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 10/06/2005 12:20:42
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Oct  6 12:20:42 UTC 2005

Modified Files:
	pkgsrc/security/libgcrypt: Makefile distinfo
	pkgsrc/security/libgcrypt/patches: patch-ae

Log Message:
Update to 1.2.2:

Noteworthy changes in version 1.2.2 (2005-10-05}
------------------------------------------------

 * Made the RNG immune against fork without exec.

 * Minor changes to some function declarations.  Buffer arguments are
   now typed as void pointer.  This should not affect any compilation.

 * A bug in the definition of gcry_cipher_register has been fixed.

 * Interface changes relative to the 1.2.1 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gcry_cipher_encrypt    CHANGED: Arguments IN and OUT are now void*.
 gcry_cipher_decrypt    CHANGED: Arguments IN and OUT are now void*.
 gcry_create_nonce      CHANGED: Argument BUFFER is now void*.
 gcry_md_ctl            CHANGED: Argument BUFFER is now void*.
 gcry_sexp_sprint       CHANGED: Argument BUFFER is now void*.
 gcry_mpi_scan          CHANGED: Argument BUFFER is now void*.
 gcry_cipher_register   CHANGED: Argument ALGORITHM_ID is now int*.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/security/libgcrypt/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/security/libgcrypt/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/security/libgcrypt/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.