Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/msmtp: bump version to 1.8.27
@ 2025-01-06  4:39 Akhilesh Nema
  2025-01-07 20:46 ` Julien Olivain
  2025-01-10  9:41 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 5+ messages in thread
From: Akhilesh Nema @ 2025-01-06  4:39 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Akhilesh Nema

Release notes - https://marlam.de/msmtp/news/msmtp-1-8-27/

Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.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 ba4ef02746..eb80029626 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.25.tar.xz.sig
+# https://marlam.de/msmtp/releases/msmtp-1.8.27.tar.xz.sig
 # with key 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34
-sha256  2dfe1dbbb397d26fe0b0b6b2e9cd2efdf9d72dd42d18e70d7f363ada2652d738  msmtp-1.8.25.tar.xz
+sha256  94030580a63a747faa0a3b9b1b264ae355aad33a4d94b832bfeb5b21633c965e  msmtp-1.8.27.tar.xz
 
 # Hash for license file:
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/msmtp/msmtp.mk b/package/msmtp/msmtp.mk
index b964970bfa..f3543bff1b 100644
--- a/package/msmtp/msmtp.mk
+++ b/package/msmtp/msmtp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MSMTP_VERSION = 1.8.25
+MSMTP_VERSION = 1.8.27
 MSMTP_SITE = https://marlam.de/msmtp/releases
 MSMTP_SOURCE = msmtp-$(MSMTP_VERSION).tar.xz
 MSMTP_DEPENDENCIES = host-pkgconf
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/msmtp: bump version to 1.8.27
  2025-01-06  4:39 [Buildroot] [PATCH 1/1] package/msmtp: bump version to 1.8.27 Akhilesh Nema
@ 2025-01-07 20:46 ` Julien Olivain
  2025-01-10  9:41 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 5+ messages in thread
From: Julien Olivain @ 2025-01-07 20:46 UTC (permalink / raw)
  To: Akhilesh Nema; +Cc: buildroot, Thomas Petazzoni

On 06/01/2025 05:39, Akhilesh Nema wrote:
> Release notes - https://marlam.de/msmtp/news/msmtp-1-8-27/
> 
> Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>

Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/msmtp: bump version to 1.8.27
  2025-01-06  4:39 [Buildroot] [PATCH 1/1] package/msmtp: bump version to 1.8.27 Akhilesh Nema
  2025-01-07 20:46 ` Julien Olivain
@ 2025-01-10  9:41 ` Thomas Petazzoni via buildroot
  2025-01-10 20:28   ` Julien Olivain
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-01-10  9:41 UTC (permalink / raw)
  To: Akhilesh Nema; +Cc: buildroot

On Sun,  5 Jan 2025 20:39:27 -0800
Akhilesh Nema <nemaakhilesh@gmail.com> wrote:

> Release notes - https://marlam.de/msmtp/news/msmtp-1-8-27/
> 
> Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
> ---
>  package/msmtp/msmtp.hash | 4 ++--
>  package/msmtp/msmtp.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Thanks for your version bump!

However, it seems like it is causing quite a few build failures in our
autobuilders:

  http://autobuild.buildroot.net/?reason=msmtp-1.8.27

Could you have a look and send a fix?

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/msmtp: bump version to 1.8.27
  2025-01-10  9:41 ` Thomas Petazzoni via buildroot
@ 2025-01-10 20:28   ` Julien Olivain
  2025-01-11  1:25     ` Akhilesh Nema
  0 siblings, 1 reply; 5+ messages in thread
From: Julien Olivain @ 2025-01-10 20:28 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Akhilesh Nema, buildroot

Hi Thomas, Akhilesh,

On 10/01/2025 10:41, Thomas Petazzoni via buildroot wrote:
> On Sun,  5 Jan 2025 20:39:27 -0800
> Akhilesh Nema <nemaakhilesh@gmail.com> wrote:
> 
>> Release notes - https://marlam.de/msmtp/news/msmtp-1-8-27/
>> 
>> Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
>> ---
>>  package/msmtp/msmtp.hash | 4 ++--
>>  package/msmtp/msmtp.mk   | 2 +-
>>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> Thanks for your version bump!
> 
> However, it seems like it is causing quite a few build failures in our
> autobuilders:
> 
>   http://autobuild.buildroot.net/?reason=msmtp-1.8.27
> 
> Could you have a look and send a fix?

Regarding those build failures, msmtp seems to require
libgsasl >= 2.1. This requirement was added in msmtp after
version 1.8.27. See:
https://github.com/marlam/msmtp/commit/64e06bfc2d61efdbcd79833f73ee3d0f22fb6c38

I see that Akhilesh already proposed a patch to update libgsasl
to 2.2.1. It will probably fix those issues.
https://patchwork.ozlabs.org/project/buildroot/patch/20250109011520.27360-1-nemaakhilesh@gmail.com/

Best regards,

Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/msmtp: bump version to 1.8.27
  2025-01-10 20:28   ` Julien Olivain
@ 2025-01-11  1:25     ` Akhilesh Nema
  0 siblings, 0 replies; 5+ messages in thread
From: Akhilesh Nema @ 2025-01-11  1:25 UTC (permalink / raw)
  To: Julien Olivain; +Cc: Thomas Petazzoni, buildroot


[-- Attachment #1.1: Type: text/plain, Size: 1428 bytes --]

Hi Julien, Thomas,

On Fri, Jan 10, 2025 at 12:28 PM Julien Olivain <ju.o@free.fr> wrote:

> Hi Thomas, Akhilesh,
>
> On 10/01/2025 10:41, Thomas Petazzoni via buildroot wrote:
> > On Sun,  5 Jan 2025 20:39:27 -0800
> > Akhilesh Nema <nemaakhilesh@gmail.com> wrote:
> >
> >> Release notes - https://marlam.de/msmtp/news/msmtp-1-8-27/
> >>
> >> Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
> >> ---
> >>  package/msmtp/msmtp.hash | 4 ++--
> >>  package/msmtp/msmtp.mk   | 2 +-
> >>  2 files changed, 3 insertions(+), 3 deletions(-)
> >
> > Thanks for your version bump!
> >
> > However, it seems like it is causing quite a few build failures in our
> > autobuilders:
> >
> >   http://autobuild.buildroot.net/?reason=msmtp-1.8.27
> >
> > Could you have a look and send a fix?
>
> Regarding those build failures, msmtp seems to require
> libgsasl >= 2.1. This requirement was added in msmtp after
> version 1.8.27. See:
>
> https://github.com/marlam/msmtp/commit/64e06bfc2d61efdbcd79833f73ee3d0f22fb6c38
>
> I see that Akhilesh already proposed a patch to update libgsasl
> to 2.2.1. It will probably fix those issues.
>
> https://patchwork.ozlabs.org/project/buildroot/patch/20250109011520.27360-1-nemaakhilesh@gmail.com/


Yes, the libgsasl update will resolve the msmtp-1.8.27 build failures. It
wasn't included in the comments of the libgsasl patch mail.

Thanks
Akhilesh

[-- Attachment #1.2: Type: text/html, Size: 2602 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-01-11  1:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-06  4:39 [Buildroot] [PATCH 1/1] package/msmtp: bump version to 1.8.27 Akhilesh Nema
2025-01-07 20:46 ` Julien Olivain
2025-01-10  9:41 ` Thomas Petazzoni via buildroot
2025-01-10 20:28   ` Julien Olivain
2025-01-11  1:25     ` Akhilesh Nema

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox