From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#29108: 25.3; ERC SASL support Date: Wed, 28 Jul 2021 20:21:03 +0300 Message-ID: <8335rytkw0.fsf@gnu.org> References: <87h8ud92zl.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26971"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 29108@debbugs.gnu.org To: Ulrich Mueller Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jul 28 19:22:08 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1m8nFw-0006m5-50 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 28 Jul 2021 19:22:08 +0200 Original-Received: from localhost ([::1]:46102 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m8nFu-0008B7-Mt for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 28 Jul 2021 13:22:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41438) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m8nFq-0008Aq-Dy for bug-gnu-emacs@gnu.org; Wed, 28 Jul 2021 13:22:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:44231) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m8nFq-0001Zf-6k for bug-gnu-emacs@gnu.org; Wed, 28 Jul 2021 13:22:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m8nFp-00010l-RT for bug-gnu-emacs@gnu.org; Wed, 28 Jul 2021 13:22:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 28 Jul 2021 17:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 29108 X-GNU-PR-Package: emacs Original-Received: via spool by 29108-submit@debbugs.gnu.org id=B29108.16274928753822 (code B ref 29108); Wed, 28 Jul 2021 17:22:01 +0000 Original-Received: (at 29108) by debbugs.gnu.org; 28 Jul 2021 17:21:15 +0000 Original-Received: from localhost ([127.0.0.1]:55774 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m8nF4-0000za-Py for submit@debbugs.gnu.org; Wed, 28 Jul 2021 13:21:14 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:43492) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m8nF3-0000zO-F3 for 29108@debbugs.gnu.org; Wed, 28 Jul 2021 13:21:13 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33602) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m8nEy-0000sK-6b; Wed, 28 Jul 2021 13:21:08 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3428 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m8nEx-0004XR-R9; Wed, 28 Jul 2021 13:21:08 -0400 In-Reply-To: (message from Ulrich Mueller on Wed, 28 Jul 2021 18:59:34 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:210835 Archived-At: > From: Ulrich Mueller > Date: Wed, 28 Jul 2021 18:59:34 +0200 > > There also is a fork of the repository on Github: > https://github.com/suhailshergill/erc-sasl > > Apparently it has no additional commits beyond the original repository > and erc-sasl.el is identical to the one found at archive.org. > > Looking at commit history, there are 4 commits in 2012 (all by > Joseph Gay). Their parent is commit 9497cc9 which is also the tip of the > ERC repository at https://git.savannah.gnu.org/cgit/erc.git. > > Would this be enough for inclusion in Emacs, given that erc-sasl.el has > a GPL license notice and that copyright papers for the author are on > file (or at least message #13 says so)? AFAIU, we'd need to hear from Joseph that he agrees to contribute his code to Emacs.