From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 6B6eGX4ML2MVFQAAbAwnHQ (envelope-from ) for ; Sat, 24 Sep 2022 15:56:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id GF6tGH4ML2Oh/wAAG6o9tA (envelope-from ) for ; Sat, 24 Sep 2022 15:56:14 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1F38715424 for ; Sat, 24 Sep 2022 15:56:14 +0200 (CEST) Received: from localhost ([::1]:36052 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oc5dd-00034r-9K for larch@yhetil.org; Sat, 24 Sep 2022 09:56:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41002) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oc5dT-00033P-5V for guix-patches@gnu.org; Sat, 24 Sep 2022 09:56:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45776) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oc5dS-0005aA-U0 for guix-patches@gnu.org; Sat, 24 Sep 2022 09:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oc5dS-0001NC-PB for guix-patches@gnu.org; Sat, 24 Sep 2022 09:56:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57021] [PATCH v8 2/2] gnu: cyrus-sasl: Enable login. Resent-From: M Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Sep 2022 13:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57021 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57021@debbugs.gnu.org Cc: M Received: via spool by 57021-submit@debbugs.gnu.org id=B57021.16640277374030 (code B ref 57021); Sat, 24 Sep 2022 13:56:02 +0000 Received: (at 57021) by debbugs.gnu.org; 24 Sep 2022 13:55:37 +0000 Received: from localhost ([127.0.0.1]:43614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oc5d3-00012j-De for submit@debbugs.gnu.org; Sat, 24 Sep 2022 09:55:37 -0400 Received: from knopi.disroot.org ([178.21.23.139]:56236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oc5d0-0000zm-Av for 57021@debbugs.gnu.org; Sat, 24 Sep 2022 09:55:35 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 9AE434BFEE; Sat, 24 Sep 2022 15:55:33 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8JgntN3acrj5; Sat, 24 Sep 2022 15:55:32 +0200 (CEST) From: M DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disr.it; s=mail; t=1664027732; bh=M/fj0GtshPQN02a+l/ETR5Z3BPXxpBdxzjlvQO3AyS0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ko/oaZR9psFcKTXToys5cTO/20s52ZRYiCS69FJwhVMaGj+/GyVq6T5ve0S6YPicV bq2HURtFUF9mWuMiED0QEA6ZlaehFjNtAojTc+ho4T2xcDdk3h0/gnasGaOAwBTUDa tzNFTrjHH7E1nzme9liK7gbttO43WM2QVJ+9oXqRhdLQonG6s6blmtSEi/uCx+OVmY 9WlBXpR+nYujY4b1XsGT+2j3fOyv30jVkRyECzHYX9Ss4fFcpUM1RYO7VarCPpOZQM wB6RxqrdStTDrau3aTFPFsQPNGCMIGQKU90ur6jNxNcDkMIejq66k+F5vAHn1OWq+h q6uyzGLsGdjfw== Date: Sat, 24 Sep 2022 15:55:18 +0200 Message-Id: <20220924135518.21476-2-matf@disr.it> In-Reply-To: <20220924135518.21476-1-matf@disr.it> References: <20220924135518.21476-1-matf@disr.it> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1664027774; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=40QeNzY4aiPRDVEz/80RKX4aB8FVQAMZMKV5Z9OzuFE=; b=KPju8aJuSOTw0t7vaoRZrsMIAzKsqI+sdr330fozAL02l/G0GT9qWt3etCGjbXS1VpaOrD HVSxDqBejDmRGMVu3FEUcLr7iEzuP2ieYl0N10Tzx44x2Ihy3zm6PuKISfEq3wN0wUhY3S +g8rI076g42uG5HhaazC9hWYM2PPRKxcGTaWlHu4K/16DXQQicNCFUpIQdb9lSJyWN+zO1 hfCMwiOPObrZJFjwaIEJbBBUEjggdLxiDmTBk7gqRdpGi67sNMZZiHdA2G2Xv8paAJZxbY YFglzc9wNd2kFJNTpH2JYnP5DPoGS7XGwGRvsTeHrgOGzftlMWfx2iHdid/P+A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1664027774; a=rsa-sha256; cv=none; b=dkpXr0c5PcAwHFZhCmGxRtyKKE+uoNb1chvLtuZY4ag7Eye91WIxXKj9al2IOOGQHXXjdP SbOZLwU1aJZSRQw0vm84HFCfGYiKzwVsyT+160m4UDtwFx+At3bIVru+UFQHE5zOqfGBsW qO28KJjhuodE3PHo+D1+JJCr9r2s9q2iOJj8zjTcuPSw1IP+tKVcL8dyBUZ/QIMK7EUePJ Ri391YnmV1wITcrn0St3rK03gdQK3U1c2r/bvaJZ2gH60yYyRefw+tqHRffLUB5Aq3Li3l d4OpShVVYYocwG8gxQFmfg8hyi/4CowJj0AlfpNIod9mAhoRM6OzWH2yIyfGAg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disr.it header.s=mail header.b="ko/oaZR9"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=disr.it (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 9.15 X-Spam: Yes Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disr.it header.s=mail header.b="ko/oaZR9"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=disr.it (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 1F38715424 X-Spam-Score: 9.15 X-Migadu-Spam: Yes X-Migadu-Scanner: scn1.migadu.com X-TUID: sn6tCITWTWQH * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[arguments]: Enable login. Exchange servers require login for e-mail clients that use cyrus-sasl. --- gnu/packages/cyrus-sasl.scm | 6 ++++-- gnu/packages/mail.scm | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gnu/packages/cyrus-sasl.scm b/gnu/packages/cyrus-sasl.scm index 2cd18f3e5e..edeb2dded2 100644 --- a/gnu/packages/cyrus-sasl.scm +++ b/gnu/packages/cyrus-sasl.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2013 Andreas Enge ;;; Copyright © 2016 Leo Famulari ;;; Copyright © 2019 Mathieu Othacehe +;;; Copyright © 2022 Mathieu Laparie ;;; ;;; This file is part of GNU Guix. ;;; @@ -54,10 +55,11 @@ (define-public cyrus-sasl (list ;; cyrus-sasl.pc refers to -lkrb5, so propagate it. mit-krb5)) (arguments - '(#:configure-flags (list (string-append "--with-plugindir=" + '(#:configure-flags (list "--enable-login" + (string-append "--with-plugindir=" (assoc-ref %outputs "out") "/lib/sasl2")) - + ;; The 'plugins' directory has shared source files, such as ;; 'plugin_common.c'. When building the shared libraries there, libtool ;; ends up doing "ln -s plugin_common.lo plugin_common.o", which can diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 8f2452a61f..f127772a92 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -409,7 +409,7 @@ (define-public mailutils (define-public nmail (package (name "nmail") - (version "3.74") + (version "3.89") (source (origin (method git-fetch) (uri (git-reference @@ -418,7 +418,7 @@ (define-public nmail (file-name (git-file-name name version)) (sha256 (base32 - "07lkl5syx3l37dhsl41nhmjknhxqgmvwc4il4gygsnr333qk75c9")))) + "1ris5fijmk41279hm9kp1v0niiq83a2lk2mmq1r9z31k7n2yg2v2")))) (build-system cmake-build-system) (arguments (list #:phases -- 2.37.2