diff options
author | grant <grant@pkgsrc.org> | 2005-08-19 03:53:55 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-08-19 03:53:55 +0000 |
commit | 1461ce6d8b4e284138f47240de5ccbf91959a05b (patch) | |
tree | b2963564b457b55200521fb139e32030222a4b9e /mail/wmbiff | |
parent | d1d3f7929f751d8343f3a8e25f6d3b1c3fcea0e0 (diff) | |
download | pkgsrc-1461ce6d8b4e284138f47240de5ccbf91959a05b.tar.gz |
pkgdiff is our friend; regen patch-ac with pkgdiff so it applies
cleanly.
Diffstat (limited to 'mail/wmbiff')
-rw-r--r-- | mail/wmbiff/distinfo | 4 | ||||
-rw-r--r-- | mail/wmbiff/patches/patch-ac | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/wmbiff/distinfo b/mail/wmbiff/distinfo index 165016953fb..5b6f5ba351f 100644 --- a/mail/wmbiff/distinfo +++ b/mail/wmbiff/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2005/02/24 09:59:30 agc Exp $ +$NetBSD: distinfo,v 1.12 2005/08/19 03:53:55 grant Exp $ SHA1 (wmbiff-0.4.25.tar.gz) = c5529766c55d692e2a76eaeb21d9c231da0780a8 RMD160 (wmbiff-0.4.25.tar.gz) = 2cf1964a5e40b5304879bb3b8eba2c2849e3ef66 Size (wmbiff-0.4.25.tar.gz) = 200270 bytes SHA1 (patch-aa) = 2007bd498ef54b6fc9779092bcf0771e41dec8e0 SHA1 (patch-ab) = d84f1c4333d7c192748f5170460563ae7fe0955d -SHA1 (patch-ac) = 247a9b8ef3b229f6e8b97654cb1bb69c1253d512 +SHA1 (patch-ac) = f388d0492feeb15dc8d63dc91510cf84b7626d25 diff --git a/mail/wmbiff/patches/patch-ac b/mail/wmbiff/patches/patch-ac index 7bf91e68e29..613b408c2e2 100644 --- a/mail/wmbiff/patches/patch-ac +++ b/mail/wmbiff/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.4 2005/02/20 13:02:28 tron Exp $ +$NetBSD: patch-ac,v 1.5 2005/08/19 03:53:55 grant Exp $ ---- wmbiff/tlsComm.c.orig 2004-06-23 22:44:45.000000000 +0100 -+++ wmbiff/tlsComm.c 2005-02-20 12:52:13.000000000 +0000 -@@ -407,11 +407,13 @@ +--- wmbiff/tlsComm.c.orig 2004-06-24 07:44:45.000000000 +1000 ++++ wmbiff/tlsComm.c +@@ -407,10 +407,12 @@ 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"); } @@ -15,4 +15,3 @@ $NetBSD: patch-ac,v 1.4 2005/02/20 13:02:28 tron Exp $ } if (gnutls_x509_crt_init(&cert) < 0) { - bad_certificate(scs, |