summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2011-08-13 12:15:28 +0000
committerThomas Kahle <tomka@gentoo.org>2011-08-13 12:15:28 +0000
commitf0f6e137e172c8c3f2d4b6661d44e1afad8245c9 (patch)
treed6a87390a74ea8903bda6637a6058c4134f3a405 /net-mail/offlineimap/files
parentadd static-libs use flag. fixes bug #359557. (diff)
downloadgentoo-2-f0f6e137e172c8c3f2d4b6661d44e1afad8245c9.tar.gz
gentoo-2-f0f6e137e172c8c3f2d4b6661d44e1afad8245c9.tar.bz2
gentoo-2-f0f6e137e172c8c3f2d4b6661d44e1afad8245c9.zip
bump to 6.3.4, remove rc
(Portage version: 2.1.10.10/cvs/Linux i686)
Diffstat (limited to 'net-mail/offlineimap/files')
-rw-r--r--net-mail/offlineimap/files/offlineimap-6.3.4-fix-manpage-headings.patch41
1 files changed, 41 insertions, 0 deletions
diff --git a/net-mail/offlineimap/files/offlineimap-6.3.4-fix-manpage-headings.patch b/net-mail/offlineimap/files/offlineimap-6.3.4-fix-manpage-headings.patch
new file mode 100644
index 000000000000..bb6308ae9687
--- /dev/null
+++ b/net-mail/offlineimap/files/offlineimap-6.3.4-fix-manpage-headings.patch
@@ -0,0 +1,41 @@
+From 0abf6f9339dfe90b1920bab5db253d0475d76c85 Mon Sep 17 00:00:00 2001
+From: Thomas Kahle <tomka@gentoo.org>
+Date: Sat, 13 Aug 2011 13:04:14 +0100
+Subject: [PATCH] Fix manpage build failures from inconsistent heading
+
+
+Signed-off-by: Thomas Kahle <tomka@gentoo.org>
+---
+ docs/MANUAL.rst | 5 ++---
+ 1 files changed, 2 insertions(+), 3 deletions(-)
+
+diff --git a/docs/MANUAL.rst b/docs/MANUAL.rst
+index af5683f..8f09f92 100644
+--- a/docs/MANUAL.rst
++++ b/docs/MANUAL.rst
+@@ -380,7 +380,7 @@ mail.server -port 443" to find out the connection that is used by
+ 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 @@ its expiration date. The FAQ contains an entry on how to create your own
+ 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
+@@ -410,4 +410,3 @@ contents. However, this will not protect you from active attacks, such
+ as Man-In-The-Middle attacks which cause you to connect to the wrong
+ server and pretend to be your mail server. DO NOT RELY ON STARTTLS AS A
+ SAFE CONNECTION GUARANTEEING THE AUTHENTICITY OF YOUR IMAP SERVER!
+-=======
+--
+1.7.3.4
+