mailing list of musl libc
 help / color / mirror / code / Atom feed
* Release Date for musl-1.2.6
@ 2025-05-28 16:44 Samarjit Ram
  2025-05-29  0:33 ` Rich Felker
  0 siblings, 1 reply; 5+ messages in thread
From: Samarjit Ram @ 2025-05-28 16:44 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

Hi Team,

We are getting affected by CVE-2025-26519<https://www.openwall.com/lists/musl/2025/02/13/1> that is present in 1.2.5.

Hence, I wished to enquire on the expected release date for MUSL 1.2.6.

Note – I am an non- member and want to receive a reply. Kindly keep me Cc’d.

Regards,
Samar


[-- Attachment #2: Type: text/html, Size: 3160 bytes --]

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

* Re: Release Date for musl-1.2.6
  2025-05-28 16:44 Release Date for musl-1.2.6 Samarjit Ram
@ 2025-05-29  0:33 ` Rich Felker
  2025-07-12  5:36   ` Rob Landley
  0 siblings, 1 reply; 5+ messages in thread
From: Rich Felker @ 2025-05-29  0:33 UTC (permalink / raw)
  To: Samarjit Ram; +Cc: musl

On Wed, May 28, 2025 at 04:44:35PM +0000, Samarjit Ram wrote:
> Hi Team,
> 
> We are getting affected by CVE-2025-26519<https://www.openwall.com/lists/musl/2025/02/13/1> that is present in 1.2.5.
> 
> Hence, I wished to enquire on the expected release date for MUSL 1.2.6.
> 
> Note – I am an non- member and want to receive a reply. Kindly keep me Cc’d.

Release preparation is in the works, but I'm purposefully not rushing
it since I had a bunch of queued up patches I'd neglected to push, and
I don't want folks to be scrambling to check that there's nothing bad.
1-2 weeks out is probably the soonest I'd try to declare a release.

In the mean time, the recommended action for the iconv issue is to
apply the patches linked from the website. They should apply cleanly
to all affected versions.

Rich


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

* Re: Release Date for musl-1.2.6
  2025-05-29  0:33 ` Rich Felker
@ 2025-07-12  5:36   ` Rob Landley
  2025-07-12 14:47     ` Rich Felker
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Landley @ 2025-07-12  5:36 UTC (permalink / raw)
  To: musl, Rich Felker, Samarjit Ram

On 5/28/25 19:33, Rich Felker wrote:
> On Wed, May 28, 2025 at 04:44:35PM +0000, Samarjit Ram wrote:
>> Hi Team,
>>
>> We are getting affected by CVE-2025-26519<https://www.openwall.com/lists/musl/2025/02/13/1> that is present in 1.2.5.
>>
>> Hence, I wished to enquire on the expected release date for MUSL 1.2.6.
>>
>> Note – I am an non- member and want to receive a reply. Kindly keep me Cc’d.
> 
> Release preparation is in the works, but I'm purposefully not rushing
> it since I had a bunch of queued up patches I'd neglected to push, and
> I don't want folks to be scrambling to check that there's nothing bad.
> 1-2 weeks out is probably the soonest I'd try to declare a release.

It's been about 6. How's it going?

Rob


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

* Re: Release Date for musl-1.2.6
  2025-07-12  5:36   ` Rob Landley
@ 2025-07-12 14:47     ` Rich Felker
  2025-08-04 17:44       ` Rob Landley
  0 siblings, 1 reply; 5+ messages in thread
From: Rich Felker @ 2025-07-12 14:47 UTC (permalink / raw)
  To: Rob Landley; +Cc: musl, Samarjit Ram

On Sat, Jul 12, 2025 at 12:36:54AM -0500, Rob Landley wrote:
> On 5/28/25 19:33, Rich Felker wrote:
> > On Wed, May 28, 2025 at 04:44:35PM +0000, Samarjit Ram wrote:
> > > Hi Team,
> > > 
> > > We are getting affected by CVE-2025-26519<https://www.openwall.com/lists/musl/2025/02/13/1> that is present in 1.2.5.
> > > 
> > > Hence, I wished to enquire on the expected release date for MUSL 1.2.6.
> > > 
> > > Note – I am an non- member and want to receive a reply. Kindly keep me Cc’d.
> > 
> > Release preparation is in the works, but I'm purposefully not rushing
> > it since I had a bunch of queued up patches I'd neglected to push, and
> > I don't want folks to be scrambling to check that there's nothing bad.
> > 1-2 weeks out is probably the soonest I'd try to declare a release.
> 
> It's been about 6. How's it going?

Alright. If you're watching the list, there's the arm __getauxval/SME
issue I'm trying to make sure is not left in a future-breaking state
for release. Otherwise, I have a draft writeup of the WHATSNEW. If you
or anyone else has time, help checking for any overlooked pending
patches that would be non-invasive to merge, like adding missing new
linux/arch-specific stuff in headers, especially between last fall and
now, would be most welcome.

Rich


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

* Re: Release Date for musl-1.2.6
  2025-07-12 14:47     ` Rich Felker
@ 2025-08-04 17:44       ` Rob Landley
  0 siblings, 0 replies; 5+ messages in thread
From: Rob Landley @ 2025-08-04 17:44 UTC (permalink / raw)
  To: Rich Felker; +Cc: musl, Samarjit Ram

On 7/12/25 09:47, Rich Felker wrote:
> On Sat, Jul 12, 2025 at 12:36:54AM -0500, Rob Landley wrote:
>>> Release preparation is in the works, but I'm purposefully not rushing
>>> it since I had a bunch of queued up patches I'd neglected to push, and
>>> I don't want folks to be scrambling to check that there's nothing bad.
>>> 1-2 weeks out is probably the soonest I'd try to declare a release.
>>
>> It's been about 6. How's it going?
> 
> Alright. If you're watching the list, there's the arm __getauxval/SME
> issue I'm trying to make sure is not left in a future-breaking state
> for release. Otherwise, I have a draft writeup of the WHATSNEW. If you
> or anyone else has time, help checking for any overlooked pending
> patches that would be non-invasive to merge, like adding missing new
> linux/arch-specific stuff in headers, especially between last fall and
> now, would be most welcome.

I spent 3 weeks in tokyo and moved to a new apartment when I got back, 
and have completely lost track of everything. Is there news here?

I built a new toolchain with musl-git a couple weeks back and didn't 
spot any obvious failures in the resulting mkroot images, although 
that's not a particularly stressful test...

Rob


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

end of thread, other threads:[~2025-08-04 17:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-28 16:44 Release Date for musl-1.2.6 Samarjit Ram
2025-05-29  0:33 ` Rich Felker
2025-07-12  5:36   ` Rob Landley
2025-07-12 14:47     ` Rich Felker
2025-08-04 17:44       ` Rob Landley

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).