summaryrefslogtreecommitdiff
path: root/mail/wmbiff/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-19 22:44:25 +0000
committerwiz <wiz@pkgsrc.org>2005-02-19 22:44:25 +0000
commit5e6111a48c289f28090ca67ebe49fe655c94c140 (patch)
tree2dffd3a52e128b403731dd5054161c67fa00ccb7 /mail/wmbiff/patches
parentd4c1ae574a05ec25dad24536d8b84b13f14c9234 (diff)
downloadpkgsrc-5e6111a48c289f28090ca67ebe49fe655c94c140.tar.gz
Add patch to make build with gnutls-1.2.0.
Diffstat (limited to 'mail/wmbiff/patches')
-rw-r--r--mail/wmbiff/patches/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/wmbiff/patches/patch-ac b/mail/wmbiff/patches/patch-ac
new file mode 100644
index 00000000000..8d844f49917
--- /dev/null
+++ b/mail/wmbiff/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.3 2005/02/19 22:44:25 wiz Exp $
+
+--- wmbiff/tlsComm.c.orig 2004-06-23 23:44:45.000000000 +0200
++++ wmbiff/tlsComm.c
+@@ -407,10 +407,6 @@ tls_check_certificate(struct connection_
+ "server's certificate is invalid or not X.509.\n"
+ "there may be a problem with the certificate stored in your certfile\n");
+ }
+- } else if (certstat & GNUTLS_CERT_NOT_TRUSTED) {
+- TDM(DEBUG_INFO, "server's certificate is not trusted.\n");
+- TDM(DEBUG_INFO,
+- "to verify that a certificate is trusted, use the certfile option.\n");
+ }
+
+ if (gnutls_x509_crt_init(&cert) < 0) {