From patchwork Tue Nov 29 09:08:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6212 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NLxMW1B74z3wgq for ; Tue, 29 Nov 2022 09:08:23 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NLxMT3wQczxY; Tue, 29 Nov 2022 09:08:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NLxMT2PgWz2yYM; Tue, 29 Nov 2022 09:08:21 +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 4NLxMS6Lzlz2yV1 for ; Tue, 29 Nov 2022 09:08:20 +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 (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NLxMR3RLzzxY for ; Tue, 29 Nov 2022 09:08:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669712900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qpajZenP19BsMK0KE7VbZRO0H9wDI2pudX3ErYxObfI=; b=Ya8huYNP6QvdnnsGSkFRdHuJGFVxNVPDjMxTUqslYg3lVdwYXUu5oK6OdQrNrx7GXI67R/ awb2Dl+OOZbOwuAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669712900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qpajZenP19BsMK0KE7VbZRO0H9wDI2pudX3ErYxObfI=; b=X90Kqu6H9T9kOW0eQ9tQBIOjdM4T/tc6kxMxWdZgXQjPptJXdU7R5yMQCs59gPKc7rZJOV hzOckOe/I7g2tuZMhj2qCT8jiWZnM8IfG6FnFKK90VeFp2p4EjMW2MejzeDNKMMrZMl1V1 4DjdfV9iqr3rHTJjEI/cCr5iOQvktghepnFPv8nZF10R6EY4WsQIUDAUAwur0iz8W3v7IQ N7x0wnqbQaCTgmRuB8eIOxROJgcWEvd+aR7BSoXsKZCB3paJiJkNqHtLHga/kqubtgdpCE ZbRBukkiJUF108d373jlWYH3GLZyuodzoYl+Aylto/4BqMgYh56YgDIbR7uKRQ== Message-ID: <471289b1-f955-310c-41a6-3b39a163be08@ipfire.org> Date: Tue, 29 Nov 2022 10:08:15 +0100 MIME-Version: 1.0 Content-Language: en-US To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] bird: Update to 2.0.10 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" Signed-off-by: Peter Müller --- bird/bird.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bird/bird.nm b/bird/bird.nm index c288bcefc..cee24efd5 100644 --- a/bird/bird.nm +++ b/bird/bird.nm @@ -4,11 +4,11 @@ ############################################################################### name = bird -version = 2.0.2 +version = 2.0.10 release = 1 groups = Networking/Routing -url = http://bird.network.cz/ +url = https://bird.network.cz/ license = GPLv2+ summary = BIRD Internet Routing Daemon. @@ -17,7 +17,7 @@ description protocols BGP, RIP and OSPF. end -source_dl = ftp://bird.network.cz/pub/bird/ +source_dl = https://bird.network.cz/download/ build requires