summaryrefslogtreecommitdiff
path: root/security/gnutls/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-01-12 22:57:38 +0000
committerxtraeme <xtraeme>2004-01-12 22:57:38 +0000
commit080bbdfd1eb451690fa06e7513fd8c0377acb7c1 (patch)
tree38b0bbaacee7b517805dc256bf78fc6b812fc338 /security/gnutls/Makefile
parentf22967f439456a8a6bfa3cab4e6422318311895a (diff)
downloadpkgsrc-080bbdfd1eb451690fa06e7513fd8c0377acb7c1.tar.gz
Update to 1.0.4
Version 1.0.4 (04/01/2004) - Changed handshake behaviour to send the lowest TLS version when an unsupported version was advertized. The current behaviour is to send the maximum version we support. - certtool no longer asks the password in unencrypted private keys. - The source is now compiled to use the reentrant libc functions.
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r--security/gnutls/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 86f67b70dd3..6212f3722a0 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2003/12/22 23:08:03 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/12 22:57:38 xtraeme Exp $
#
-DISTNAME= gnutls-1.0.3
+DISTNAME= gnutls-1.0.4
CATEGORIES= security devel
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/
@@ -31,6 +31,4 @@ post-install:
.include "../../security/libgcrypt/buildlink2.mk"
.include "../../security/libtasn1/buildlink2.mk"
.include "../../security/opencdk/buildlink2.mk"
-.include "../../security/openssl/buildlink2.mk"
-
.include "../../mk/bsd.pkg.mk"