diff options
author | adam <adam@pkgsrc.org> | 2005-09-06 15:49:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-06 15:49:35 +0000 |
commit | 3e563e05f0eab21ca9f7a157048618b5ed74607f (patch) | |
tree | 4616c406e5605a25c5426ccd20664e21291904b2 /mail/wmbiff/patches | |
parent | 27612e6b7698270e67ac5db31fe712de6cf86843 (diff) | |
download | pkgsrc-3e563e05f0eab21ca9f7a157048618b5ed74607f.tar.gz |
Changes 0.4.26:
* Don't crash if no certificate is sent by the remote side
and -skip-certificate-check has been given.
* Avoid duplicate error messages.
* Disable libgcrypt secure memory warning.
* security.debian.rb: better when disconnected.
Diffstat (limited to 'mail/wmbiff/patches')
-rw-r--r-- | mail/wmbiff/patches/patch-aa | 8 | ||||
-rw-r--r-- | mail/wmbiff/patches/patch-ac | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/wmbiff/patches/patch-aa b/mail/wmbiff/patches/patch-aa index 62632481a2e..006e592265c 100644 --- a/mail/wmbiff/patches/patch-aa +++ b/mail/wmbiff/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.5 2003/01/31 12:57:08 tron Exp $ +$NetBSD: patch-aa,v 1.6 2005/09/06 15:49:35 adam Exp $ ---- Makefile.in.orig Sat Jan 25 05:31:04 2003 -+++ Makefile.in Thu Jan 30 13:39:32 2003 -@@ -120,7 +120,7 @@ +--- Makefile.in.orig 2004-10-11 00:30:40.000000000 +0000 ++++ Makefile.in +@@ -121,7 +121,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ diff --git a/mail/wmbiff/patches/patch-ac b/mail/wmbiff/patches/patch-ac index 613b408c2e2..9e8744af081 100644 --- a/mail/wmbiff/patches/patch-ac +++ b/mail/wmbiff/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.5 2005/08/19 03:53:55 grant Exp $ +$NetBSD: patch-ac,v 1.6 2005/09/06 15:49:35 adam Exp $ ---- wmbiff/tlsComm.c.orig 2004-06-24 07:44:45.000000000 +1000 +--- wmbiff/tlsComm.c.orig 2004-10-11 00:29:47.000000000 +0000 +++ wmbiff/tlsComm.c -@@ -407,10 +407,12 @@ tls_check_certificate(struct connection_ +@@ -412,10 +412,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"); } |