From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: plugd via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#60229: [NonGNU ELPA] Change elpher upstream URL from git:// to https:// Date: Wed, 28 Dec 2022 09:41:51 +0100 Message-ID: <87ilhv3nug.fsf@thelambdalab.xyz> References: Reply-To: plugd Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29155"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.8.10; emacs 28.2 Cc: 60229@debbugs.gnu.org, monnier@iro.umontreal.ca To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Dec 28 12:46:30 2022 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 1pAUtB-0007KT-PO for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 28 Dec 2022 12:46:29 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pAUss-0002ar-DF; Wed, 28 Dec 2022 06:46:10 -0500 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 1pAUsm-0002aL-Av for bug-gnu-emacs@gnu.org; Wed, 28 Dec 2022 06:46:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pAUsk-0004Uy-NL for bug-gnu-emacs@gnu.org; Wed, 28 Dec 2022 06:46:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pAUsk-0005XP-JU for bug-gnu-emacs@gnu.org; Wed, 28 Dec 2022 06:46:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: plugd Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 28 Dec 2022 11:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60229 X-GNU-PR-Package: emacs X-Debbugs-Original-Cc: 60229@debbugs.gnu.org, Stefan Monnier , debbugs-submit@debbugs.gnu.org Original-Received: via spool by 60229-submit@debbugs.gnu.org id=B60229.167222795121236 (code B ref 60229); Wed, 28 Dec 2022 11:46:02 +0000 Original-Received: (at 60229) by debbugs.gnu.org; 28 Dec 2022 11:45:51 +0000 Original-Received: from localhost ([127.0.0.1]:57184 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAUsY-0005WQ-LH for submit@debbugs.gnu.org; Wed, 28 Dec 2022 06:45:51 -0500 Original-Received: from thelambdalab.xyz ([168.235.68.117]:37844) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1pASI0-0000tB-VO for 60229@debbugs.gnu.org; Wed, 28 Dec 2022 03:59:57 -0500 Original-Received: from tiny by thelambdalab.xyz for <60229@debbugs.gnu.org>; 28 Dec 2022 09:59:55 +0100 In-reply-to: X-Mailman-Approved-At: Wed, 28 Dec 2022 06:45:49 -0500 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:251980 Archived-At: Hi Stefan, Although the git: URL is the canonical location of the elpher source, I'm fine with switching to the https: URL if this helps people rest easier. It is: https://thelambdalab.xyz/git/elpher.git (MELPA uses this also.) All the best, and happy holidays, Tim Stefan Kangas writes: > NonGNU ELPA is using this unencrypted URL for the `elpher' package's > upstream: > > git://thelambdalab.xyz/elpher.git > > Could we change it to use https:// instead? This is a good idea for all > the usual reasons (security, privacy, etc.). > > I note that there is already a gitweb instance behind HTTPS here: > > https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=summary > > So perhaps exposing the git repository itself wouldn't be too much work.