diff options
author | tonio <tonio> | 2007-01-18 10:27:11 +0000 |
---|---|---|
committer | tonio <tonio> | 2007-01-18 10:27:11 +0000 |
commit | 4d5146318bd6566e84fd241ac49399bfea8f8f34 (patch) | |
tree | e90edb41ce483ef963316f687eaffd1331ce9068 /mail/isync/patches | |
parent | 524fee90ed56a3a038dfebaf6b62fd980348fe04 (diff) | |
download | pkgsrc-4d5146318bd6566e84fd241ac49399bfea8f8f34.tar.gz |
Update mail/isync to 1.0.3
2006-11-01 08:19 Oswald Buddenhagen <ossi@users.sf.net>
* src/: drv_imap.c, mbsync.1:
- un-document "Host imaps:[...]" syntax and introduce new option UseIMAPS
instead
- apply ted's patch to support UseIMAPS in conjunction with Tunnel
- document that SSLv2 is No Good (TM)
2006-11-01 08:14 Oswald Buddenhagen <ossi@users.sf.net>
* src/drv_imap.c:
- move assigning default port to the place of use
Diffstat (limited to 'mail/isync/patches')
-rw-r--r-- | mail/isync/patches/patch-ae | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/isync/patches/patch-ae b/mail/isync/patches/patch-ae deleted file mode 100644 index 7e6c4f7b418..00000000000 --- a/mail/isync/patches/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2005/04/24 09:31:54 adrianp Exp $ - ---- src/isync.h.orig 2005-04-24 09:54:50.000000000 +0100 -+++ src/isync.h -@@ -28,6 +28,7 @@ - #include <sys/types.h> - #include <stdarg.h> - #include <stdio.h> -+#include <stdarg.h> - - #define as(ar) (sizeof(ar)/sizeof(ar[0])) - |