From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 06 16:48:01 2022 Received: (at 58074) by debbugs.gnu.org; 6 Oct 2022 20:48:01 +0000 Received: from localhost ([127.0.0.1]:33642 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogXmj-0004zm-2R for submit@debbugs.gnu.org; Thu, 06 Oct 2022 16:48:01 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40870) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogXmg-0004yy-8J for 58074@debbugs.gnu.org; Thu, 06 Oct 2022 16:47:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59804) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogXmZ-0007zH-De; Thu, 06 Oct 2022 16:47:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=YLtkVP+e9pudj/B2H/J0nM/ds942Fc1ZcYtal2fgOtg=; b=SnmkMz4a6irbKSqohxhE 7kZPnipR6XAcXXOiTzzhVCqWoqntjVj2mEqe+kgJbNAloLRMRjKCE9rpYZUSo77vWRy2gTf1qPht5 kpgKoUvuS9B/SFel8mDj2utno92EjD8LNBva5gG7MM5WT9I0TeYSq388HQ+NQWns0iutJxRJTGAq3 Dod/ZgkmDfY6EyVkue4c0JL1KXAVFwF1qU172UhvY/cMnIr9QhDFaDWd5byFhciJR72cv0SxOpCE9 fSfv1W+BW1/L5M/EypaxmArJasplPw5TlC3UWO3qW92tkXd4XkU/0pVxfZ2UIFzDZlFQJomtu7WwS bzKqndx+CeDvIg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:53196 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogXmY-000771-BD; Thu, 06 Oct 2022 16:47:50 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Morgan.J.Smith@outlook.com Subject: Re: bug#58074: [PATCH] gnu: Add cyrus-sasl-xoauth2. References: Date: Thu, 06 Oct 2022 22:47:48 +0200 In-Reply-To: (Morgan J. Smith's message of "Sun, 25 Sep 2022 11:15:22 -0400") Message-ID: <87ilkwhe6j.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58074 Cc: 58074@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Morgan.J.Smith@outlook.com skribis: > From: Morgan Smith > > * gnu/packages/cyrus-sasl.scm (cyrus-sasl-xoauth2): New variable. LGTM, modulo two things: > + (native-search-paths > + (list (search-path-specification > + (variable "SASL_PATH") > + (files (list "lib/sasl2"))))) I believe this search path belongs in cyrus-sasl (see ). Could you provide a patch that does that? However, due to the number of dependents of cyrus-sasl, this change will have to go on =E2=80=98staging= =E2=80=99. > + (home-page "https://github.com/moriyoshi/cyrus-sasl-xoauth2") > + (synopsis "XOAUTH2 plugin for Cyrus SASL") > + (description "Adds support for XOAUTH2 authentication to Cyrus SASL.= Can > +be used with isync to fetch mail from servers that support it.") Please write full sentences. Thanks in advance, Ludo=E2=80=99.