summaryrefslogtreecommitdiff
path: root/security/gnutls/Makefile
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2006-03-09 17:25:54 +0000
committercube <cube@pkgsrc.org>2006-03-09 17:25:54 +0000
commitb98c17bb79b80677b5c71e0b964e797e3cd451ed (patch)
treebdcd811fe42bb0ed750a670a0297a4f1b55ce79d /security/gnutls/Makefile
parentb16e7b4e976f5feb845c4704f26a3527c434d808 (diff)
downloadpkgsrc-b98c17bb79b80677b5c71e0b964e797e3cd451ed.tar.gz
Update to version 1.3.5. Fixes build failures related to libtasn1.
- Error messages are now translated using GNU Gettext. - The function gnutls_x509_crt_to_xml now return an internal error. This means that the code to convert X.509 certificates to XML format does not work any more. The reason is that the function called libtasn1 internal functions. It seems unclean for libtasn1 to export the APIs needed here. Instead it would be better to implement XML support inside libtasn1 properly. If you need this functionality strongly, please consider looking into implementing this suggested approach instead. As a workaround, you may also modify lib/x509/xml.c (change '#if 1' to '#if 0') and build using --with-included-libtasn1. - Doc fixes to explain that gnutls_record_send can block. - gnutls-cli can now recognize services and port numbers with the -p option.
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r--security/gnutls/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 2d71c51d0a6..2986561e9e6 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2006/03/05 00:33:54 grant Exp $
+# $NetBSD: Makefile,v 1.46 2006/03/09 17:25:54 cube Exp $
-DISTNAME= gnutls-1.3.4
-PKGREVISION= 1
+DISTNAME= gnutls-1.3.5
CATEGORIES= security devel
MASTER_SITES= http://josefsson.org/gnutls/releases/ \
ftp://ftp.gnutls.org/pub/gnutls/ \
@@ -27,7 +26,7 @@ PKGCONFIG_OVERRIDE= lib/gnutls.pc.in
PKGCONFIG_OVERRIDE+= libextra/gnutls-extra.pc.in
BUILDLINK_DEPENDS.opencdk+= opencdk>=0.5.5
-BUILDLINK_DEPENDS.libtasn1+= libtasn1>=0.3.0
+BUILDLINK_DEPENDS.libtasn1+= libtasn1>=0.3.1
BUILDLINK_DEPENDS.libgcrypt+= libgcrypt>=1.2.2
MAKE_ENV+= RM=${RM:Q}