* [Buildroot] [PATCH] package/msmtp: bump version to 1.8.24
@ 2023-07-27 12:28 Thomas Petazzoni via buildroot
2023-07-31 18:55 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-27 12:28 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Petazzoni
From https://marlam.de/msmtp/news/:
"""
msmtp 1.8.24 is released
2023-06-29
This release fixes the allow_from_override command, adds the
from_full_name command, fixes a few minor bugs and updates the
translations (thanks again to everyone at translationproject.org).
msmtp 1.8.23 is released
2023-01-30
This release fixes XOAUTH2 authentication with some servers, updates
the msmtpq scripts, and updates the translations (including a new
Swedish translation).
"""
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
package/msmtp/msmtp.hash | 4 ++--
package/msmtp/msmtp.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/msmtp/msmtp.hash b/package/msmtp/msmtp.hash
index c5571f2fb3..c5fe9d9176 100644
--- a/package/msmtp/msmtp.hash
+++ b/package/msmtp/msmtp.hash
@@ -1,7 +1,7 @@
# Locally calculated after checking signature
-# https://marlam.de/msmtp/releases/msmtp-1.8.22.tar.xz.sig
+# https://marlam.de/msmtp/releases/msmtp-1.8.24.tar.xz.sig
# with key 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34
-sha256 1b04206286a5b82622335e4eb09e17074368b7288e53d134543cbbc6b79ea3e7 msmtp-1.8.22.tar.xz
+sha256 bd6644b1aaab17d61b86647993e3efad860b23c54283b00ddc579c1f5110aa59 msmtp-1.8.24.tar.xz
# Hash for license file:
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
diff --git a/package/msmtp/msmtp.mk b/package/msmtp/msmtp.mk
index c3928ffcbb..93c923a123 100644
--- a/package/msmtp/msmtp.mk
+++ b/package/msmtp/msmtp.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MSMTP_VERSION = 1.8.22
+MSMTP_VERSION = 1.8.24
MSMTP_SITE = https://marlam.de/msmtp/releases
MSMTP_SOURCE = msmtp-$(MSMTP_VERSION).tar.xz
MSMTP_DEPENDENCIES = host-pkgconf
--
2.41.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/msmtp: bump version to 1.8.24
2023-07-27 12:28 [Buildroot] [PATCH] package/msmtp: bump version to 1.8.24 Thomas Petazzoni via buildroot
@ 2023-07-31 18:55 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2023-07-31 18:55 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: buildroot
Thomas, All,
On 2023-07-27 14:28 +0200, Thomas Petazzoni via buildroot spake thusly:
> From https://marlam.de/msmtp/news/:
>
> """
> msmtp 1.8.24 is released
>
> 2023-06-29
>
> This release fixes the allow_from_override command, adds the
> from_full_name command, fixes a few minor bugs and updates the
> translations (thanks again to everyone at translationproject.org).
>
> msmtp 1.8.23 is released
>
> 2023-01-30
>
> This release fixes XOAUTH2 authentication with some servers, updates
> the msmtpq scripts, and updates the translations (including a new
> Swedish translation).
> """
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/msmtp/msmtp.hash | 4 ++--
> package/msmtp/msmtp.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/msmtp/msmtp.hash b/package/msmtp/msmtp.hash
> index c5571f2fb3..c5fe9d9176 100644
> --- a/package/msmtp/msmtp.hash
> +++ b/package/msmtp/msmtp.hash
> @@ -1,7 +1,7 @@
> # Locally calculated after checking signature
> -# https://marlam.de/msmtp/releases/msmtp-1.8.22.tar.xz.sig
> +# https://marlam.de/msmtp/releases/msmtp-1.8.24.tar.xz.sig
> # with key 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34
> -sha256 1b04206286a5b82622335e4eb09e17074368b7288e53d134543cbbc6b79ea3e7 msmtp-1.8.22.tar.xz
> +sha256 bd6644b1aaab17d61b86647993e3efad860b23c54283b00ddc579c1f5110aa59 msmtp-1.8.24.tar.xz
>
> # Hash for license file:
> sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
> diff --git a/package/msmtp/msmtp.mk b/package/msmtp/msmtp.mk
> index c3928ffcbb..93c923a123 100644
> --- a/package/msmtp/msmtp.mk
> +++ b/package/msmtp/msmtp.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -MSMTP_VERSION = 1.8.22
> +MSMTP_VERSION = 1.8.24
> MSMTP_SITE = https://marlam.de/msmtp/releases
> MSMTP_SOURCE = msmtp-$(MSMTP_VERSION).tar.xz
> MSMTP_DEPENDENCIES = host-pkgconf
> --
> 2.41.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-31 18:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-27 12:28 [Buildroot] [PATCH] package/msmtp: bump version to 1.8.24 Thomas Petazzoni via buildroot
2023-07-31 18:55 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox