emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51616: closed ([PATCH] gnu: msmtp: Update to 1.8.19.)


From: GNU bug Tracking System
Subject: bug#51616: closed ([PATCH] gnu: msmtp: Update to 1.8.19.)
Date: Sat, 06 Nov 2021 09:48:03 +0000

Your message dated Sat, 06 Nov 2021 10:47:38 +0100
with message-id <87pmrdpqdh.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#51616] [PATCH] gnu: msmtp: Update to 1.8.19.
has caused the debbugs.gnu.org bug report #51616,
regarding [PATCH] gnu: msmtp: Update to 1.8.19.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51616: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51616
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: msmtp: Update to 1.8.19. Date: Fri, 05 Nov 2021 18:15:34 +0100
* gnu/packages/mail.scm (msmtp): Update to 1.8.19.
[properties]: Set ‘release-monitoring-url’.
---
 gnu/packages/mail.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ca748bff1b..6a9a69c410 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1734,14 +1734,14 @@ (define-public claws-mail
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.18")
+    (version "1.8.19")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/msmtp/releases/";
                            "/msmtp-" version ".tar.xz"))
        (sha256
-        (base32 "19b0anfrkg4lqp4h13qi2rqgwvipp1ga0id237nwbp7b6ypn5z0l"))))
+        (base32 "0ssj8izcw1fywihlip6wljd9i41w23cy0vp69sz4v1vn26cf389l"))))
     (build-system gnu-build-system)
     (inputs
      `(("libsecret" ,libsecret)
@@ -1772,6 +1772,8 @@ (define-public msmtp
                ;; connection, instead look up and ping debian.org.
                (substitute* (string-append bin "/msmtpq")
                  (("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p"))))))))
+    (properties
+     '((release-monitoring-url . "https://marlam.de/msmtp/download/";)))
     (synopsis
      "Simple and easy to use SMTP client with decent sendmail compatibility")
     (description

base-commit: 1ffc0a6be3c1613b2d99ceea098174d1f11f6f3f
-- 
2.33.0






--- End Message ---
--- Begin Message --- Subject: Re: [bug#51616] [PATCH] gnu: msmtp: Update to 1.8.19. Date: Sat, 06 Nov 2021 10:47:38 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/mail.scm (msmtp): Update to 1.8.19.
> [properties]: Set ‘release-monitoring-url’.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]