diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2011-10-08 08:23:18 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-11 21:20:29 -0500 |
commit | 81198616f642fa8dc74c4fe0982e47963cab5425 (patch) | |
tree | b0a7daed1c3c3b302f48ef1c500844abe2c2fe5f /network/offlineimap/patches | |
parent | d884f9fa57768e991a06bc0a58868bb98b0ad69b (diff) |
network/offlineimap: Updated for version 6.3.4.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/offlineimap/patches')
-rw-r--r-- | network/offlineimap/patches/doc_generation_fix.patch | 10 | ||||
-rw-r--r-- | network/offlineimap/patches/manual.rst.patch | 20 |
2 files changed, 30 insertions, 0 deletions
diff --git a/network/offlineimap/patches/doc_generation_fix.patch b/network/offlineimap/patches/doc_generation_fix.patch new file mode 100644 index 0000000000000..1b69ffdca3138 --- /dev/null +++ b/network/offlineimap/patches/doc_generation_fix.patch @@ -0,0 +1,10 @@ +--- Makefile.orig 2011-09-09 16:00:42.784605863 -0500 ++++ Makefile 2011-09-09 16:00:50.423804120 -0500 +@@ -44,7 +44,6 @@ + @$(MAKE) -C docs man + + doc: +- @$(MAKE) -C docs + $(RST2HTML) README.rst readme.html + $(RST2HTML) SubmittingPatches.rst SubmittingPatches.html + $(RST2HTML) Changelog.rst Changelog.html diff --git a/network/offlineimap/patches/manual.rst.patch b/network/offlineimap/patches/manual.rst.patch new file mode 100644 index 0000000000000..9b40e4bd385aa --- /dev/null +++ b/network/offlineimap/patches/manual.rst.patch @@ -0,0 +1,20 @@ +--- 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 |