From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: from second.openwall.net (second.openwall.net [193.110.157.125]) by inbox.vuxu.org (Postfix) with SMTP id DF8542262A for ; Wed, 20 Nov 2024 01:50:03 +0100 (CET) Received: (qmail 16290 invoked by uid 550); 20 Nov 2024 00:49:57 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com x-ms-reactions: disallow Received: (qmail 16255 invoked from network); 20 Nov 2024 00:49:57 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1732063788; x=1732668588; darn=lists.openwall.com; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=1xZx94SqJdocfxilTcB1JShDPYvtVmn9998bwM9nXyg=; b=kQo2XgMZQSKY8GZv7y14K82Mbry02YzVk86Msr0JeS46JSaGmDyIgjPjoDiK9BlxR4 1aQlGXdfUWnNOrxCyXzzPdK/cWDxWQ8h6jrGeWjEEQz2z36H9aAxYS86ibKGoifAM8Vt lsUOoaNBHOA1VjuDSiNjqzDUvliQrdthUh/jx4vlFMMlCcwxjSxjzoYTlI8CYbZlM7RA D05lIahFmfg/o3RFgTJ5wB4QJt6w+1exfM0HeAkG3k0TYvsqgWn/IXeYJwU40tb7Vi6f 0lO8qW08CUhaDqS7Mg4Opa6FB30dbJgjpdTt+tAT+0XCAjTt2lVSsHd7b5XDNi0n6dbA LVnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732063788; x=1732668588; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=1xZx94SqJdocfxilTcB1JShDPYvtVmn9998bwM9nXyg=; b=oxKP1scVzyp6LVEZ345TXubY/0o7zZEysNB6xrwITsewauhByftK7yaD+Kv5nX0qIx 0xO5NMLgKTH2B/JsWXBZ1YOdZm2NM1s113Xd0MeYBTtCVSYUwkm0MlmQnzXLp6ttlVQO iK0WDCIJceTnufDWZDtw4pdKkG0OTXTezHIEFyZppmaJDWrk8/oeJuCV2KcZGIyzKqRO 9Oecg3rn5dsvw+Xi7h1J/c9VmAzOaQhpdCR5Iaw0rnWMF2UIXMNldox4m/hi7LFzT22/ voTRf8aWYHALepiHwUjuBLqxqThyrzhgFxT+tQh/f1NwKnrW8oqKie+L/86h5tD1luoe eo2A== X-Gm-Message-State: AOJu0YyR0cAY8jwT0YXZP94WaS80v82aQJ5PcUTBkajOcp2HDmAOViP+ bULn9eKbmAwO+EhY3N9JPMeMbENry3w04H1Sw0LGhPGCNdzvXko2pgtW0muzFGunAz1/29oOvcb 43CXd073Z88NX3x5zP0aajlu/tTgj6g== X-Google-Smtp-Source: AGHT+IHBebT1WOatvQQ0WuIbGYfxUPDY1gEq+tUwJkVR2VNq3TP5qrR+6ewE7BKp+FMpfey74TrinO+WqaHqTIr7jjw= X-Received: by 2002:a05:6808:1b86:b0:3e7:a290:5a8f with SMTP id 5614622812f47-3e7eb6e5a25mr847682b6e.16.1732063788297; Tue, 19 Nov 2024 16:49:48 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Khem Raj Date: Tue, 19 Nov 2024 16:49:22 -0800 Message-ID: To: musl@lists.openwall.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [musl] Musl release status? On Fri, Nov 15, 2024 at 1:35=E2=80=AFPM Rob Landley wrote= : > > I'm poking at a https://landley.net/bin/toolchains/ rebuild. I believe > "latest" there had 1.2.4 in it, but since musl goes out of its way to > revealing what version you're using I have to trust the release notes on > that instead of being able to --version like the other packages. > > The 1.2.5 tag from from February is still the current release. Has > anything relevant happened in the past 9 months that I'd miss using the > stable release instead of using a random git snapshot? (Which was last > pushed to over a month ago at this point anyway...) Wiring of new syscalls, statx struct addition, some important bug fixes it really depends upon what is relevant for you. Usually tip of trunk has been good, Yocto project always uses the latest tip of the trunk. > > Rob