From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: jakub-w@riseup.net Newsgroups: gmane.emacs.help Subject: Re: Package installation broken in all repos with package unavailable Date: Thu, 10 Jun 2021 10:13:14 +0200 Message-ID: <874ke6qgrp.fsf@riseup.net> 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="5881"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Pablo Wolter Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jun 10 15:09:11 2021 Return-path: Envelope-to: geh-help-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 1lrKQo-0001JB-Le for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 10 Jun 2021 15:09:10 +0200 Original-Received: from localhost ([::1]:48766 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lrKQn-0006YV-Nk for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 10 Jun 2021 09:09:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43610) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lrFpB-0001yI-8m for help-gnu-emacs@gnu.org; Thu, 10 Jun 2021 04:14:01 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]:33138) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lrFp8-0005ko-1l for help-gnu-emacs@gnu.org; Thu, 10 Jun 2021 04:14:00 -0400 Original-Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4G0xZP3cF7zDqSp; Thu, 10 Jun 2021 01:13:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1623312829; bh=k0DjhmxVAnNFNoS4ORlCHA6gQE9IUMNc8rSCW52znqY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=pVD+xKPZECYf82ZcIWfRQ5slQaztvG3C8aP7aXu3DdbGITjbLwq8TqX5D0xRkwG5f TPXMGS7QU/Jts4CdOkrWtz3yyVzyy/jQKZrIQD3d8FfHdi1NkFTKcE+eKxH7KJ36DW 0E1dWnxa14pkTwSr5cjngxQmJp0CvkuGb3eA7GiQ= X-Riseup-User-ID: 25D2194A699A7B2C5764A92AC8AA2A7024A8D707A422399E3CF2D54059357FFA Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4G0xZN3TxQz1yBY; Thu, 10 Jun 2021 01:13:48 -0700 (PDT) In-Reply-To: (Pablo Wolter's message of "Wed, 9 Jun 2021 17:23:36 -0700") Received-SPF: pass client-ip=198.252.153.129; envelope-from=jakub-w@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 10 Jun 2021 09:08:45 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:130700 Archived-At: > (setq package-archives '(("ELPA" . "http://tromey.com/elpa/") > ("gnu" . "http://elpa.gnu.org/packages/") > ("melpa" . "http://melpa.milkbox.net/packages/")) > t) MELPA's address is "https://melpa.org/packages/" now and, if i'm not mistaken, GNU ELPA requires https to be used (at least that's the default with an empty init file).