From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mta-snd-e02.mail.nifty.com (mta-snd-e02.mail.nifty.com [106.153.226.34]) by sourceware.org (Postfix) with ESMTPS id 92DC2385843A for ; Wed, 6 Mar 2024 13:15:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 92DC2385843A Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 92DC2385843A Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=106.153.226.34 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709730908; cv=none; b=XApOD7sc944hCfstg6nXNS0nkYkZIG0Qtuj567qP68cgfBMK6r7vSAjK0RnHP2eeVshatmPoEQPUEKOCUBPVjOlSL7YZz4vucchCX9iH4tVhfByIqIzLuTVSrscZx7dCQByl0xPOyKcYngI4+MSwuwYZSseh9AY8utwB/ZgN7ao= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709730908; c=relaxed/simple; bh=Q8IV0G1ykRTbBQieaOrKpVM3glSKZd2b1Y3G3Kq1h0A=; h=From:To:Date:Message-Id:Subject; b=aIxEWxskoJa8W1tsDa/Bfg3qFntiOi6+uJPpsi7p9vb3AwED73BbAyMAufMIeXFxKnNH4BOPmqmqin4oPax1LIyjhxL0JR3GLD2zW2Ni8H+nVTq4x/CuLTVYFnXnMdMoGPu7RFbWWDwXQAIIHODHRVFtZomXM+awiKSOO0eol/w= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost.localdomain by dmta0002.nifty.com with ESMTP id <20240306131503151.KITG.56322.localhost.localdomain@nifty.com> for ; Wed, 6 Mar 2024 22:15:03 +0900 From: Takashi Yano To: cygwin-announce@cygwin.com Date: Wed, 06 Mar 2024 22:11:47 +0900 Message-Id: <20240306221147.25156-1-takashi.yano@nifty.ne.jp> Subject: libcue 2.3.0-1 X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following packages have been uploaded to the Cygwin distribution: * libcue2-2.3.0-1 * libcue-devel-2.3.0-1 Libcue is intended to parse a so called cue sheet from a char string or a file pointer. For handling of the parsed data a convenient API is available. - Fix CVE-2023-43641.