From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Thomas Fitzsimmons Newsgroups: gmane.emacs.devel Subject: Re: Upstreaming url-http-ntlm.el Date: Tue, 28 Mar 2023 11:10:01 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16288"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Spencer Baugh To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Mar 28 17:11:09 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1phAyX-0003vJ-B0 for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Mar 2023 17:11:06 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1phAxe-0008Lo-T3; Tue, 28 Mar 2023 11:10:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1phAxc-0008KS-Md for emacs-devel@gnu.org; Tue, 28 Mar 2023 11:10:08 -0400 Original-Received: from mail.fitzsim.org ([69.165.165.189]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1phAxY-0008Vb-UI for emacs-devel@gnu.org; Tue, 28 Mar 2023 11:10:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=fitzsim.org ; s=20220430; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=v0bcWne3fc0wbR8ZFfuq1CMOFn91fN/amfc5YebQXZ0=; b=DZ2u2kGbyQjwR0Gili26DfnNEc Lw0Qn4WgtzaUXosNhEVKnrJDXM0Zf6d9jQEv9ha2EWv2C7JkczI9CWOhDKJo26gIoxpEzQybyuln/ 7S7Vpp+JxYbxC+3TMk8b+YT1PQNdoAcvMj6MvM2tNKzaRZmFZKAsTtjPnHo/Hs0ivhzVUquNfyRHo uQO4kaFIXoJv9IkEMGTSnUk4TZDZnC4OCL1RHtVtrL93X+QugABwMoJrDB2537Ntey2NCSoX2pdHO ADKbNDQImlYYudc6mDPX3ZnkZlKYWubvv4ZHc6Y8rKwpxxuYGqKachc5Ag+m2G8jPFhETHo6sf1Bi cjtXgzWg==; Original-Received: from [192.168.1.1] (helo=localhost.localdomain) by mail.fitzsim.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1phAxV-000984-Jd; Tue, 28 Mar 2023 11:10:02 -0400 In-Reply-To: (Spencer Baugh's message of "Mon, 20 Mar 2023 12:22:06 -0400") Received-SPF: pass client-ip=69.165.165.189; envelope-from=fitzsim@fitzsim.org; helo=mail.fitzsim.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:304804 Archived-At: Hi, Spencer made the following suggestion: Spencer Baugh writes: > It would be nice if url-http-ntlm was packaged with core Emacs, because > (in my experience) there are lots of corporate proxies which require > NTLM authentication to even reach the outside internet and thereby > download packages such as url-http-ntlm. So there's a chicken and egg > problem. > > Have you considered upstreaming this package, to resolve this problem? I think this rationale for having url-http-ntlm bundled into the Emacs release tarball is strong. Any objections? If not, in what release could it be included? And, what is the procedure for including it? Thanks, Thomas