From patchwork Tue Apr 12 21:54:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 38551 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 62E2327BBEB; Tue, 12 Apr 2022 22:56:22 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 372E627BBE9 for ; Tue, 12 Apr 2022 22:56:21 +0100 (BST) Received: from localhost ([::1]:45186 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1neOUm-0007Qs-Ch for patchwork@mira.cbaines.net; Tue, 12 Apr 2022 17:56:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60844) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neOUU-0007QZ-0o for guix-patches@gnu.org; Tue, 12 Apr 2022 17:56:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56532) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1neOUT-0004y3-OD for guix-patches@gnu.org; Tue, 12 Apr 2022 17:56:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1neOUT-0003we-Na for guix-patches@gnu.org; Tue, 12 Apr 2022 17:56:01 -0400 Subject: bug#54753: [PATCH] gnu: Add smtpmail Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 12 Apr 2022 21:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54753 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Justin Veilleux Cc: 54753-done@debbugs.gnu.org Mail-Followup-To: 54753@debbugs.gnu.org, ludo@gnu.org, terramorpha@cock.li Received: via spool by 54753-done@debbugs.gnu.org id=D54753.164980050915081 (code D ref 54753); Tue, 12 Apr 2022 21:56:01 +0000 Received: (at 54753-done) by debbugs.gnu.org; 12 Apr 2022 21:55:09 +0000 Received: from localhost ([127.0.0.1]:50426 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neOTd-0003v7-8e for submit@debbugs.gnu.org; Tue, 12 Apr 2022 17:55:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39150) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neOTa-0003uY-JT for 54753-done@debbugs.gnu.org; Tue, 12 Apr 2022 17:55:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49740) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neOTS-0004Zu-6O; Tue, 12 Apr 2022 17:54:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=ulWoxxpyIoGVponfpx8ujYcyCk0jvT7TooWgnphs/Yg=; b=bMigtcdCohABYQ0w4fMa gtgekZcgaXoGW04UqWO31j8BtTU+hrU21J9csdsK/f9oNOkFDxPK1IuuzDmCTxDsFZMCcJJuj+JJ9 akQ4wjnC6Q/7x5WHmPJNmh4eWvJmrqzoeQsuxyBHXUgTmS3u9nyca5M0cNUfRJfe461Otc/4KbI4O 0J67k7A4Gc1o460UVyQH419i8vsL05c15s8Pm/EpjdJcvvzoVhcTnlJPMACydkx5kJX5UM6xtVnnR dPn0uAcYHVpTt7S/GJMWZY9tYHrk/AN9uBoeO5iXE0icJClSgKwhvFDE+4xnltuJraVmaYr0GTYiR jUpCJNzjXPnLMw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:53862 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neOTR-0005GA-FR; Tue, 12 Apr 2022 17:54:57 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: <8db52a33-c3d9-d88d-fba8-e987dc68962f@cock.li> Date: Tue, 12 Apr 2022 23:54:54 +0200 In-Reply-To: <8db52a33-c3d9-d88d-fba8-e987dc68962f@cock.li> (Justin Veilleux's message of "Wed, 6 Apr 2022 13:17:12 -0400") Message-ID: <87k0buarwx.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi, Justin Veilleux skribis: > From c1c1dea4834c47adf7269070831696f28ffb949d Mon Sep 17 00:00:00 2001 > From: terramorpha > Date: Wed, 6 Apr 2022 13:11:52 -0400 > Subject: [PATCH] gnu: Add smtpmail. > > * gnu/packages/mail.scm (smtpmail): New variable. Applied with the changes below. License is ‘gpl2+’ because source file headers says “or any later version”. Thanks, Ludo’. diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 6dc8db526f..5dd7f3b33e 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -4606,17 +4606,15 @@ (define-public smtpmail (source (origin (method url-fetch) - (uri - (string-append - "http://download.savannah.nongnu.org/releases/smtpmail/smtpmail-" - version - ".tar.gz")) - (sha256 (base32 "08ap2l2g2avkq2jx05jy993517vvapmypg7j5cwl8gvpq436gdh5")))) + (uri (string-append "mirror://savannah/smtpmail/smtpmail-" + version ".tar.gz")) + (sha256 + (base32 "08ap2l2g2avkq2jx05jy993517vvapmypg7j5cwl8gvpq436gdh5")))) (build-system gnu-build-system) (home-page "https://www.nongnu.org/smtpmail/") (synopsis "SMTP utility") (description "smtpmail is a little console-based tool for users who have no local -mailserver on her machine. it enables these users to send their mail over a -remote smtp server.") - (license license:gpl2))) +mailserver on their machine. It enables these users to send their mail over a +remote SMTP server.") + (license license:gpl2+)))