Subject: CVS commit: pkgsrc/security/libgcrypt
To: None <pkgsrc-changes@netbsd.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 05/13/2003 03:07:11
Module Name:	pkgsrc
Committed By:	salo
Date:		Tue May 13 03:07:11 UTC 2003

Modified Files:
	pkgsrc/security/libgcrypt: DESCR Makefile PLIST buildlink2.mk distinfo

Log Message:
Updated to version 1.1.12.

Based on a patch sent by Juan RP via PR pkg/21559.

Changes:

- DESCR has 80 columns
- style nits

1.1.12:
=======
- gcry_pk_sign, gcry_pk_verify and gcry_pk_encrypt can now handle an optional
  pkcs1 flags parameter in the S-expression.  A similar flag may be passed to
  gcry_pk_decrypt but it is only syntactically implemented.
- New convenience macro gcry_md_get_asnoid.
- There is now some real stuff in the manual.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/libgcrypt/DESCR \
    pkgsrc/security/libgcrypt/PLIST pkgsrc/security/libgcrypt/buildlink2.mk \
    pkgsrc/security/libgcrypt/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/security/libgcrypt/Makefile

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