summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-13 03:07:10 +0000
committersalo <salo@pkgsrc.org>2003-05-13 03:07:10 +0000
commit4197dd0335dc3e90381bc622a9411e97b515d689 (patch)
tree45131137ebdd4978b42593c577c5215622962ce7 /security
parent1e7cd5a8077d0b0abdadee4365de8a57db664243 (diff)
downloadpkgsrc-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')
-rw-r--r--security/libgcrypt/DESCR12
-rw-r--r--security/libgcrypt/Makefile16
-rw-r--r--security/libgcrypt/PLIST4
-rw-r--r--security/libgcrypt/buildlink2.mk5
-rw-r--r--security/libgcrypt/distinfo6
5 files changed, 23 insertions, 20 deletions
diff --git a/security/libgcrypt/DESCR b/security/libgcrypt/DESCR
index ccfa2d7d365..db98ce8fa59 100644
--- a/security/libgcrypt/DESCR
+++ b/security/libgcrypt/DESCR
@@ -1,6 +1,6 @@
-This is a general purpose cryptographic library based on the code from
-GnuPG. It provides functions for all cryptograhic building blocks:
-symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash
-algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for
-all hash algorithms), public key algorithms (RSA, ElGamal, DSA), large
-integer functions, random numbers and a lot of supporting functions.
+This is a general purpose cryptographic library based on the code from GnuPG.
+It provides functions for all cryptograhic building blocks: symmetric ciphers
+(AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms (MD4, MD5,
+RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key
+algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a
+lot of supporting functions.
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
diff --git a/security/libgcrypt/PLIST b/security/libgcrypt/PLIST
index e06c8e3bd7c..f08b545b17f 100644
--- a/security/libgcrypt/PLIST
+++ b/security/libgcrypt/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/02 17:27:48 tron Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/05/13 03:07:10 salo Exp $
bin/libgcrypt-config
include/gcrypt.h
@unexec ${INSTALL_INFO} --delete %D/info/gcrypt.info %D/info/dir
@@ -10,5 +10,5 @@ lib/libgcrypt.a
lib/libgcrypt.la
lib/libgcrypt.so
lib/libgcrypt.so.6
-lib/libgcrypt.so.6.0
+lib/libgcrypt.so.6.1
share/aclocal/libgcrypt.m4
diff --git a/security/libgcrypt/buildlink2.mk b/security/libgcrypt/buildlink2.mk
index 926600adcf4..dfaa641d0b6 100644
--- a/security/libgcrypt/buildlink2.mk
+++ b/security/libgcrypt/buildlink2.mk
@@ -1,10 +1,11 @@
-# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/02/02 17:27:48 tron Exp $
+# $NetBSD: buildlink2.mk,v 1.2 2003/05/13 03:07:10 salo Exp $
+#
.if !defined(LIBGCRYPT_BUILDLINK2_MK)
LIBGCRYPT_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= libgcrypt
-BUILDLINK_DEPENDS.libgcrypt?= libgcrypt>=1.1.11
+BUILDLINK_DEPENDS.libgcrypt?= libgcrypt>=1.1.12
BUILDLINK_PKGSRCDIR.libgcrypt?= ../../security/libgcrypt
EVAL_PREFIX+= BUILDLINK_PREFIX.libgcrypt=libgcrypt
diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo
index 39014e8d86b..bb32cf0ff6a 100644
--- a/security/libgcrypt/distinfo
+++ b/security/libgcrypt/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/02/02 17:27:47 tron Exp $
+$NetBSD: distinfo,v 1.2 2003/05/13 03:07:11 salo Exp $
-SHA1 (libgcrypt-1.1.11.tar.gz) = 4b6a63165dd7b53bedeb3991a29be0594af60ed8
-Size (libgcrypt-1.1.11.tar.gz) = 696580 bytes
+SHA1 (libgcrypt-1.1.12.tar.gz) = 7c52f7b6add1079c8aa773fae55e9668027420a1
+Size (libgcrypt-1.1.12.tar.gz) = 741606 bytes