GNU bug report logs -
#54753
[PATCH] gnu: Add smtpmail
Previous Next
Reported by: Justin Veilleux <terramorpha <at> cock.li>
Date: Wed, 6 Apr 2022 17:18:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54753 in the body.
You can then email your comments to 54753 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#54753
; Package
guix-patches
.
(Wed, 06 Apr 2022 17:18:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Justin Veilleux <terramorpha <at> cock.li>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 06 Apr 2022 17:18:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Here is a patch to add smtpmail.
Cheers.
[0001-gnu-Add-smtpmail.patch (text/x-patch, attachment)]
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 12 Apr 2022 21:56:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Justin Veilleux <terramorpha <at> cock.li>
:
bug acknowledged by developer.
(Tue, 12 Apr 2022 21:56:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 54753-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Justin Veilleux <terramorpha <at> cock.li> skribis:
> From c1c1dea4834c47adf7269070831696f28ffb949d Mon Sep 17 00:00:00 2001
> From: terramorpha <terramorpha <at> cock.li>
> 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’.
[Message part 2 (text/x-patch, inline)]
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+)))
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 11 May 2022 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 98 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.