Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/cyrus-sasl/files: cyrus-sasl-2.1.25-auxprop.patch
Date: Thu, 12 Jan 2012 07:34:57
Message-Id: 20120112073448.7A39C2004C@flycatcher.gentoo.org
1 eras 12/01/12 07:34:48
2
3 Added: cyrus-sasl-2.1.25-auxprop.patch
4 Log:
5 fix PLAIN and LOGIN with no auxprop - bug #392761
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/cyrus-sasl/files/cyrus-sasl-2.1.25-auxprop.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/files/cyrus-sasl-2.1.25-auxprop.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/files/cyrus-sasl-2.1.25-auxprop.patch?rev=1.1&content-type=text/plain
14
15 Index: cyrus-sasl-2.1.25-auxprop.patch
16 ===================================================================
17 https://bugzilla.cyrusimap.org/show_bug.cgi?id=3590
18 https://bugs.gentoo.org/show_bug.cgi?id=392761
19
20 --- cyrus-sasl-2.1.25/lib/auxprop.c~ 2011-10-20 17:33:46.423015318 +0200
21 +++ cyrus-sasl-2.1.25/lib/auxprop.c 2011-10-20 17:48:49.336348654 +0200
22 @@ -971,6 +971,10 @@
23 }
24
25 if(!found) {
26 + /* compatibility with <= 2.1.23, ignore the lack of auxrop plugin */
27 + if (!plist)
28 + result = SASL_OK;
29 + else
30 _sasl_log(sparams->utils->conn, SASL_LOG_DEBUG,
31 "could not find auxprop plugin, was searching for '%s'",
32 plist ? plist : "[all]");