diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2011-12-17 10:38:15 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:05:10 -0200 |
commit | a60ade573538c1b09098283ce1055f2fa72034f7 (patch) | |
tree | b83b830605234d243560466ba3c993f235659b83 /network/offlineimap/patches | |
parent | 534b7b8c7197c432f8f49a2739f4a523ab11f908 (diff) |
network/offlineimap: Updated for version 6.4.0
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/offlineimap/patches')
-rw-r--r-- | network/offlineimap/patches/Makefile.doc.patch (renamed from network/offlineimap/patches/doc_generation_fix.patch) | 4 | ||||
-rw-r--r-- | network/offlineimap/patches/manual.rst.patch | 20 |
2 files changed, 2 insertions, 22 deletions
diff --git a/network/offlineimap/patches/doc_generation_fix.patch b/network/offlineimap/patches/Makefile.doc.patch index 1b69ffdca3138..3540a7aed18a4 100644 --- a/network/offlineimap/patches/doc_generation_fix.patch +++ b/network/offlineimap/patches/Makefile.doc.patch @@ -1,5 +1,5 @@ ---- Makefile.orig 2011-09-09 16:00:42.784605863 -0500 -+++ Makefile 2011-09-09 16:00:50.423804120 -0500 +--- Makefile.orig 2011-12-03 12:09:16.547477510 -0600 ++++ Makefile 2011-12-03 12:09:45.284443743 -0600 @@ -44,7 +44,6 @@ @$(MAKE) -C docs man diff --git a/network/offlineimap/patches/manual.rst.patch b/network/offlineimap/patches/manual.rst.patch deleted file mode 100644 index 9b40e4bd385aa..0000000000000 --- a/network/offlineimap/patches/manual.rst.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- docs/MANUAL.rst.orig 2011-08-10 14:44:58.000000000 -0500 -+++ docs/MANUAL.rst 2011-09-09 15:43:23.813649765 -0500 -@@ -380,7 +380,7 @@ - default. - - Certificate checking --^^^^^^^^^^^^^^^^^^^^ -+==================== - - Unfortunately, by default we will not verify the certificate of an IMAP - TLS/SSL server we connect to, so connecting by SSL is no guarantee -@@ -397,7 +397,7 @@ - certificate and CA certificate. - - StartTLS --^^^^^^^^ -+======== - - If you have not configured your account to connect via SSL anyway, - OfflineImap will still attempt to set up an SSL connection via the |