Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/offlineimap: offlineimap-6.4.0.ebuild ChangeLog
Date: Tue, 22 Nov 2011 19:12:45
Message-Id: 20111122191227.BFE132004B@flycatcher.gentoo.org
1 tomka 11/11/22 19:12:27
2
3 Modified: offlineimap-6.4.0.ebuild ChangeLog
4 Log:
5 Add elog to warn about config changes
6
7 (Portage version: 2.1.10.36/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-mail/offlineimap/offlineimap-6.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/offlineimap-6.4.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/offlineimap-6.4.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/offlineimap-6.4.0.ebuild?r1=1.1&r2=1.2
15
16 Index: offlineimap-6.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/offlineimap/offlineimap-6.4.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- offlineimap-6.4.0.ebuild 21 Nov 2011 20:11:30 -0000 1.1
23 +++ offlineimap-6.4.0.ebuild 22 Nov 2011 19:12:27 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/offlineimap/offlineimap-6.4.0.ebuild,v 1.1 2011/11/21 20:11:30 eras Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/offlineimap/offlineimap-6.4.0.ebuild,v 1.2 2011/11/22 19:12:27 tomka Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -58,4 +58,17 @@
33 elog "You will need to configure offlineimap by creating ~/.offlineimaprc"
34 elog "Sample configurations are in /usr/share/doc/${PF}/"
35 elog ""
36 +
37 + elog "If you upgraded from 6.3.* then you may need to update your config:"
38 + elog ""
39 + elog "If you use nametrans= settings on a remote repository, you will have"
40 + elog "to add a \"reverse\" nametrans setting to the local repository, so that"
41 + elog "it knows which folders it should (not) create on the remote side."
42 + elog ""
43 + elog "If you connect via ssl/tls and don't use CA cert checking, it will"
44 + elog "display the server's cert fingerprint and require you to add it to the"
45 + elog "configuration file to be sure it connects to the same server every"
46 + elog "time. This serves to help fixing CVE-2010-4532 (offlineimap doesn't"
47 + elog "check SSL server certificate) in cases where you have no CA cert."
48 + elog ""
49 }
50
51
52
53 1.73 net-mail/offlineimap/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/ChangeLog?rev=1.73&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/ChangeLog?rev=1.73&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/ChangeLog?r1=1.72&r2=1.73
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v
62 retrieving revision 1.72
63 retrieving revision 1.73
64 diff -u -r1.72 -r1.73
65 --- ChangeLog 21 Nov 2011 20:11:30 -0000 1.72
66 +++ ChangeLog 22 Nov 2011 19:12:27 -0000 1.73
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-mail/offlineimap
69 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v 1.72 2011/11/21 20:11:30 eras Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v 1.73 2011/11/22 19:12:27 tomka Exp $
72 +
73 + 22 Nov 2011; Thomas Kahle <tomka@g.o> offlineimap-6.4.0.ebuild:
74 + Add elog to warn about config changes
75
76 *offlineimap-6.4.0 (21 Nov 2011)