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/