diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-19 22:44:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-19 22:44:25 +0000 |
commit | 5e6111a48c289f28090ca67ebe49fe655c94c140 (patch) | |
tree | 2dffd3a52e128b403731dd5054161c67fa00ccb7 /mail/wmbiff | |
parent | d4c1ae574a05ec25dad24536d8b84b13f14c9234 (diff) | |
download | pkgsrc-5e6111a48c289f28090ca67ebe49fe655c94c140.tar.gz |
Add patch to make build with gnutls-1.2.0.
Diffstat (limited to 'mail/wmbiff')
-rw-r--r-- | mail/wmbiff/distinfo | 3 | ||||
-rw-r--r-- | mail/wmbiff/patches/patch-ac | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/mail/wmbiff/distinfo b/mail/wmbiff/distinfo index 38fb472f5c4..d2cc1e92a3d 100644 --- a/mail/wmbiff/distinfo +++ b/mail/wmbiff/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.8 2004/08/27 10:10:22 tron Exp $ +$NetBSD: distinfo,v 1.9 2005/02/19 22:44:25 wiz Exp $ SHA1 (wmbiff-0.4.25.tar.gz) = c5529766c55d692e2a76eaeb21d9c231da0780a8 Size (wmbiff-0.4.25.tar.gz) = 200270 bytes SHA1 (patch-aa) = 2007bd498ef54b6fc9779092bcf0771e41dec8e0 SHA1 (patch-ab) = d84f1c4333d7c192748f5170460563ae7fe0955d +SHA1 (patch-ac) = 8309757f9fad06a4cd4fb20a144916f67af90a36 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) { |