From patchwork Sun Sep 17 13:18:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 7190 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RpT5h2gw9z3wtG for ; Sun, 17 Sep 2023 13:18:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RpT5f0pbpz2Hr; Sun, 17 Sep 2023 13:18:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RpT5f0MQrz2yTW; Sun, 17 Sep 2023 13:18:46 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RpT5c413xz2xmk for ; Sun, 17 Sep 2023 13:18:44 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RpT5c14Bhzpg; Sun, 17 Sep 2023 13:18:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694956724; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ADz+w7MpApXPWPhCg9QFl6USWBsjsSYHZ83HTJ+HFEg=; b=lUtxlF7OVkl4VlJylh+vBNicMce1kK5lMYnmT7i3+3CvdnGuATWq3Nm62uIRfTETE47el8 3ilYmpQMDWFsA/BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694956724; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ADz+w7MpApXPWPhCg9QFl6USWBsjsSYHZ83HTJ+HFEg=; b=KNI/E5vV6CUk4KeWIGilHyGDkUC7v/0Wc4vRchd933TVlYc/cuRsJYqJMd2E+8ofMAJXSU 4u4/0kWmHuhBEH4DiafSl91gbijVrkUeKrW9BQWh5ryOVv/EzS84zt/wJTtxILsFSV22UP oiXaOMJGIru3O+pvJ6W8agffg5RMFJXpVL7L02w+PAJCkjT4M1HT2HTE+CLyYuNEDFYAiq h2shc0rrP+ERl/rPeHSvL8SZrh67Ya2pllH2uvyP9VJ6LP5BEdv+wmAnwjgPf4lNKbTtfA 18+XpdIEskpGpyrL4pxezxQzh1xkJyKHUMKbE2mLxgEywF+yn1/DCv0e29VJPg== From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 2/3] Update bash to 5.2.15 Date: Sun, 17 Sep 2023 13:18:27 +0000 Message-Id: <20230917131828.183533-2-jonatan.schlag@ipfire.org> In-Reply-To: <20230917131828.183533-1-jonatan.schlag@ipfire.org> References: <20230917131828.183533-1-jonatan.schlag@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes: #13220 Signed-off-by: Jonatan Schlag --- bash/bash.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/bash.nm b/bash/bash.nm index 845eca8da..48b0da906 100644 --- a/bash/bash.nm +++ b/bash/bash.nm @@ -4,8 +4,8 @@ ############################################################################### name = bash -version = 5.2.9 -release = 2 +version = 5.2.15 +release = 1 groups = System/Tools url = http://www.gnu.org/software/bash/