From patchwork Sun Sep 17 13:18:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 7189 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 4RpT5c0BZJz3wtG for ; Sun, 17 Sep 2023 13:18:43 +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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RpT5Z0shpz1NZ; Sun, 17 Sep 2023 13:18:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RpT5Y6lcQz2y3g; Sun, 17 Sep 2023 13:18:41 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RpT5X1CZ9z2y3g for ; Sun, 17 Sep 2023 13:18:40 +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 4RpT5W1Zmczpg; Sun, 17 Sep 2023 13:18:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694956719; 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; bh=4ROluzVZcmMerEFmGwcZ4Ice66+5KJfSyjDieynaPBc=; b=4VD0xaVaN2REwrYsYYtVxgUSGDanGP1YKdJ9XqQ7No57rKQlc3PLLzcAjTqfokUgBu3673 hUrBfO4CdErLCZCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694956719; 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; bh=4ROluzVZcmMerEFmGwcZ4Ice66+5KJfSyjDieynaPBc=; b=irWUKTiYZzMCR9EgsZtWRJmeSfNyi3r2PTGWJMEbNAg7Bl7SLmIxKr/RKDAg99dCYpeDzn HHWN0OBPPvfA8SSkcqfvxWIKlhxMKttwh3s2rKDppEkCbwjnc1OqBUfSVivjzAcuVkj9fs mL5QrvJRaiVckCkIMSQOmJBFxOxxGTe/GJG5YyfK3CJNh3kEaj1rh7q5g7mIFbw5OG8Q2z 34iVIuJttDh8XI45d5HPKcJZwBlYdwOZ2m0+qpjTnhlwZz5bIMIdz/GPyaA5D2C89Oys8+ yRs9drlpFz8vXrkizCXlybQXDug6R+9pvdLi7BwtZRvbxx/X8BC+K/02imekTg== From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 1/3] Update bird to 2.13.1 Date: Sun, 17 Sep 2023 13:18:26 +0000 Message-Id: <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: #13226 Signed-off-by: Jonatan Schlag --- bird/bird.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bird/bird.nm b/bird/bird.nm index 350cd0eae..171d81e0e 100644 --- a/bird/bird.nm +++ b/bird/bird.nm @@ -4,8 +4,8 @@ ############################################################################### name = bird -version = 2.0.10 -release = 2 +version = 2.13.1 +release = 1 groups = Networking/Routing url = https://bird.network.cz/ 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/ From patchwork Sun Sep 17 13:18:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 7191 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 4RpT5j5Zc3z3wtG for ; Sun, 17 Sep 2023 13:18:49 +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 4RpT5f2f1sz2cG; 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 4RpT5f0kZ1z30GQ; 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 4RpT5d18p7z2xmk for ; Sun, 17 Sep 2023 13:18:45 +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 4RpT5c6rmFz2Z8; 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=1694956725; 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=/3CqnWpA+HTL7K2qFBWON9ailVRyBAtQj7JlGtJteB4=; b=TGVpxMcccUawgdYyBwFZNze75OQ1kzOXsoD9lWAqzOO29c9lAESmH6ohDs2FhisjO2PJ3c i3gIb7dGJqcxcTDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694956725; 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=/3CqnWpA+HTL7K2qFBWON9ailVRyBAtQj7JlGtJteB4=; b=rnik0WPgrL2fAe+lFve/GNI7/ZGVf6Ky5S6XBDheWJc8N20UeRhwcGbEl4IoajabF5WIdV 4ZirzYwiqLMVozoZ+rzB7KYz7fuAlJenvWCqhiX72l/qCpCQZ3Vfa5ooCycnsF5qIN0xgT GcTmRRb06RTUIM9+BYZvbOLPhgsyLxNJdX+cyc7a7piSdCGvgkY/PV/FIvN80DOSFt7dWJ mto+W9eaFujST0quBpTj3/o2YM8XXl+Zksz8lD5S4wHSEj32ASz8nhR8CijrN/XkN3kBbd fHC+qeAf4AVkdBMwh80DPxMrO1Jbk5E2eewMFG+4qsjENbt3C4KUCZFoJZVUvA== From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 3/3] Update brtfs-progs to 6.5.1 Date: Sun, 17 Sep 2023 13:18:28 +0000 Message-Id: <20230917131828.183533-3-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: #13258 Signed-off-by: Jonatan Schlag --- btrfs-progs/btrfs-progs.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrfs-progs/btrfs-progs.nm b/btrfs-progs/btrfs-progs.nm index 0775ac71c..116ab7ec1 100644 --- a/btrfs-progs/btrfs-progs.nm +++ b/btrfs-progs/btrfs-progs.nm @@ -4,7 +4,7 @@ ############################################################################### name = btrfs-progs -version = 6.0.1 +version = 6.5.1 release = 1 thisapp = %{name}-v%{version}