From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 172A5C5CFC1 for ; Sat, 15 Aug 2026 22:26:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 0DBC580E8C; Sat, 15 Aug 2026 22:26:35 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id KmEeflQkymAD; Sat, 15 Aug 2026 22:26:33 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.142; helo=lists1.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 85D6B80E85 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=buildroot.org; s=default; t=1786832793; bh=EEpdp/6Hiqy+2SFHBfSePh9p5VEurbqu84/cCiQ+ydA=; h=Date:To:Cc:In-Reply-To:References:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=kqVp2pti8FV9SBCmftm/39wTK0B5SNyrBbVn1q26IiIj91tFAl5o5Kz71JXI5MfvC WmTD/WjB5EskJ94WFxb/y0KqZO9GeaW+zXb64lfSB3hIfwwbTW1swrd6uPukZDdCVr lp31fWRs45XaCpsLi+fnkMUeFOmZEGm8uNlc31LoQli1prsbdFxTaLKHRBAPScN9Ru 7sSA/wt5VfMG91nQi16LtVgVEHZmsBisBCDM6fTcSl0r9LGzGIC2pzN4FOupkhsVHK 4MogdYG+JGgDTLGcLw0htbfkPEtLFFBF+90UXc6+em+Hpik9Gqdmcy8ljKFAzsQIh8 HU64qY7+462HA== Received: from lists1.osuosl.org (lists1.osuosl.org [140.211.166.142]) by smtp1.osuosl.org (Postfix) with ESMTP id 85D6B80E85; Sat, 15 Aug 2026 22:26:33 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists1.osuosl.org (Postfix) with ESMTP id 86FB323F for ; Sat, 15 Aug 2026 22:26:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 84A6460644 for ; Sat, 15 Aug 2026 22:26:32 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id 6e0WJanOV2rc for ; Sat, 15 Aug 2026 22:26:31 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=212.27.42.1; helo=smtp1-g21.free.fr; envelope-from=ju.o@free.fr; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp3.osuosl.org A243960615 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org A243960615 Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by smtp3.osuosl.org (Postfix) with ESMTPS id A243960615 for ; Sat, 15 Aug 2026 22:26:31 +0000 (UTC) Received: from webmail.free.fr (unknown [172.20.246.2]) (Authenticated sender: ju.o@free.fr) by smtp1-g21.free.fr (Postfix) with ESMTPA id D2B62B00539; Sun, 16 Aug 2026 00:26:28 +0200 (CEST) Received: from 2a01:e0a:1065:2100:52d9:65fe:2df3:c492 via 2a01:e0a:1065:2100:52d9:65fe:2df3:c492 by webmail.free.fr with HTTP (HTTP/1.0 POST); Sun, 16 Aug 2026 00:26:28 +0200 MIME-Version: 1.0 Date: Sun, 16 Aug 2026 00:26:28 +0200 To: Giulio Benetti Cc: buildroot@buildroot.org In-Reply-To: <20260815215314.929324-1-giulio.benetti@benettiengineering.com> References: <20260815215314.929324-1-giulio.benetti@benettiengineering.com> User-Agent: Webmail Free/1.6.17 Message-ID: X-Sender: ju.o@free.fr Subject: Re: [Buildroot] [PATCH] package/cryptsetup: bump version to 2.8.7 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Julien Olivain via buildroot Reply-To: Julien Olivain Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On 15/08/2026 23:53, Giulio Benetti wrote: > For release note, see: > https://gitlab.com/cryptsetup/cryptsetup/-/blob/v2.8.7/docs/v2.8.7-ReleaseNotes > > Signed-off-by: Giulio Benetti Applied to master, thanks. _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot