diff options
author | salo <salo@pkgsrc.org> | 2003-05-13 03:07:10 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-13 03:07:10 +0000 |
commit | 4197dd0335dc3e90381bc622a9411e97b515d689 (patch) | |
tree | 45131137ebdd4978b42593c577c5215622962ce7 /security/libgcrypt/Makefile | |
parent | 1e7cd5a8077d0b0abdadee4365de8a57db664243 (diff) | |
download | pkgsrc-4197dd0335dc3e90381bc622a9411e97b515d689.tar.gz |
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.
Diffstat (limited to 'security/libgcrypt/Makefile')
-rw-r--r-- | security/libgcrypt/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index be66dd71d6f..b16222d894c 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.3 2003/02/08 23:01:02 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 2003/05/13 03:07:10 salo Exp $ +# -DISTNAME= libgcrypt-1.1.11 +DISTNAME= libgcrypt-1.1.12 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/ \ http://gd.tuwien.ac.at/privacy/gnupg/alpha/libgcrypt/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnu.org/directory/security/libgcrypt.html -COMMENT= GNU's cryptographic library +COMMENT= GNU cryptographic library -USE_BUILDLINK2= YES -USE_LIBTOOL= YES -GNU_CONFIGURE= YES -TEST_TARGET= check +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +GNU_CONFIGURE= YES + +TEST_TARGET= check TEXINFO_OVERRIDE= YES TEXINFO_REQD= 4.0 |