pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/wmbiff Add patch to make build with gnutls-1.2.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/09b3965d6b57
branches: trunk
changeset: 489345:09b3965d6b57
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 19 22:44:25 2005 +0000
description:
Add patch to make build with gnutls-1.2.0.
diffstat:
mail/wmbiff/distinfo | 3 ++-
mail/wmbiff/patches/patch-ac | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r e3fbf8cae63b -r 09b3965d6b57 mail/wmbiff/distinfo
--- a/mail/wmbiff/distinfo Sat Feb 19 22:36:20 2005 +0000
+++ b/mail/wmbiff/distinfo Sat Feb 19 22:44:25 2005 +0000
@@ -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 -r e3fbf8cae63b -r 09b3965d6b57 mail/wmbiff/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/wmbiff/patches/patch-ac Sat Feb 19 22:44:25 2005 +0000
@@ -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) {
Home |
Main Index |
Thread Index |
Old Index