From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#37638: Patches Date: Mon, 07 Oct 2019 03:34:42 +0200 Message-ID: <87k19he3t9.fsf@gnus.org> References: <86eezpdfuk.fsf@csic.es> <86tv8lu8ox.wl-juanjose.garcia.ripoll@csic.es> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="21187"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 37638@debbugs.gnu.org To: Juan Jose Garcia-Ripoll Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 07 03:35:33 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iHHvw-0005Ls-CQ for geb-bug-gnu-emacs@m.gmane.org; Mon, 07 Oct 2019 03:35:32 +0200 Original-Received: from localhost ([::1]:39882 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHHvu-0000n6-0T for geb-bug-gnu-emacs@m.gmane.org; Sun, 06 Oct 2019 21:35:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40237) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHHvT-0000mr-Hg for bug-gnu-emacs@gnu.org; Sun, 06 Oct 2019 21:35:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iHHvS-0004FQ-Cu for bug-gnu-emacs@gnu.org; Sun, 06 Oct 2019 21:35:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38200) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iHHvS-0004FH-9l for bug-gnu-emacs@gnu.org; Sun, 06 Oct 2019 21:35:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iHHvS-0000IR-5D for bug-gnu-emacs@gnu.org; Sun, 06 Oct 2019 21:35:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 07 Oct 2019 01:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37638 X-GNU-PR-Package: emacs Original-Received: via spool by 37638-submit@debbugs.gnu.org id=B37638.15704120911102 (code B ref 37638); Mon, 07 Oct 2019 01:35:02 +0000 Original-Received: (at 37638) by debbugs.gnu.org; 7 Oct 2019 01:34:51 +0000 Original-Received: from localhost ([127.0.0.1]:47018 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iHHvH-0000Hi-6x for submit@debbugs.gnu.org; Sun, 06 Oct 2019 21:34:51 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:52278) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iHHvE-0000HX-Uy for 37638@debbugs.gnu.org; Sun, 06 Oct 2019 21:34:49 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iHHv8-0003f5-Qp; Mon, 07 Oct 2019 03:34:46 +0200 In-Reply-To: <86tv8lu8ox.wl-juanjose.garcia.ripoll@csic.es> (Juan Jose Garcia-Ripoll's message of "Sun, 06 Oct 2019 18:42:38 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:168470 Archived-At: Juan Jose Garcia-Ripoll writes: > I modified by hand the sources of the 26.3 distribution and > bytecompiled them. The following changes, indicating to > base64-encode-string that it should not use newline characters, seem > to fix the issue with this and other webs. Thanks; this was fixed in Emacs 27 earlier this year, so this will work in the next release: commit 655fe3fe0de92ace4a97dd3c478c3683b163e132 Author: Lars Ingebrigtsen Date: Sat Jul 13 01:27:32 2019 +0200 Fix long credentials when using auth in url.el * lisp/url/url-auth.el (url-basic-auth): When base64-ing credentials, don't let bsae64-encode-string split the result into several lines, because servers do not understand that (bug#36619). -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no