* [PR PATCH] bird: update to 2.16.1
@ 2025-01-14 15:44 klarasm
2025-04-15 2:08 ` github-actions
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: klarasm @ 2025-01-14 15:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 640 bytes --]
There is a new pull request by klarasm against master on the void-packages repository
https://github.com/klarasm/void-packages bird/2.16.1
https://github.com/void-linux/void-packages/pull/53967
bird: update to 2.16.1
- remove patch which is already in this version
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc, x86_64-musl)
- I built this PR locally for these architectures:
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53967.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bird/2.16.1-53967.patch --]
[-- Type: text/x-diff, Size: 2642 bytes --]
From 8b7214098c7e036a88cb2f64ffea9a4b2cd85e5f Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Sat, 11 Jan 2025 17:38:19 +0100
Subject: [PATCH] bird: update to 2.16.1
remove upstreamed patch
---
...0076fb7365fe91360fa351f311f141a7a303.patch | 28 -------------------
srcpkgs/bird/template | 4 +--
2 files changed, 2 insertions(+), 30 deletions(-)
delete mode 100644 srcpkgs/bird/patches/cfac0076fb7365fe91360fa351f311f141a7a303.patch
diff --git a/srcpkgs/bird/patches/cfac0076fb7365fe91360fa351f311f141a7a303.patch b/srcpkgs/bird/patches/cfac0076fb7365fe91360fa351f311f141a7a303.patch
deleted file mode 100644
index 1a8aad5fc77fc0..00000000000000
--- a/srcpkgs/bird/patches/cfac0076fb7365fe91360fa351f311f141a7a303.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From cfac0076fb7365fe91360fa351f311f141a7a303 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= <fabian@blaese.de>
-Date: Tue, 10 Dec 2024 02:14:06 +0100
-Subject: [PATCH] Babel: fix seqno wrapping on seqno request
-
-The Babel seqno wraps around when reaching its maximum value (UINT16_MAX).
-When comparing seqnos, this has to be taken into account. Therefore,
-plain number comparisons do not work.
----
- proto/babel/babel.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/proto/babel/babel.c b/proto/babel/babel.c
-index fe5c0599a..b5cbb63f8 100644
---- a/proto/babel/babel.c
-+++ b/proto/babel/babel.c
-@@ -1015,7 +1015,7 @@ babel_send_update_(struct babel_iface *ifa, btime changed, struct fib *rtable)
-
- /* Our own seqno might have changed, in which case we update the routes we
- originate. */
-- if ((e->router_id == p->router_id) && (e->seqno < p->update_seqno))
-+ if ((e->router_id == p->router_id) && gt_mod64k(p->update_seqno, e->seqno))
- {
- e->seqno = p->update_seqno;
- e->updated = current_time();
---
-GitLab
-
diff --git a/srcpkgs/bird/template b/srcpkgs/bird/template
index d4da667522943b..bb164cfa2885d8 100644
--- a/srcpkgs/bird/template
+++ b/srcpkgs/bird/template
@@ -1,6 +1,6 @@
# Template file for 'bird'
pkgname=bird
-version=2.16
+version=2.16.1
revision=1
build_style=gnu-configure
hostmakedepends="flex"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
homepage="https://bird.network.cz"
changelog="https://gitlab.nic.cz/labs/bird/-/raw/master/NEWS"
distfiles="https://bird.network.cz/download/bird-${version}.tar.gz"
-checksum=6629110293af6f1727967121d64f9c8dc94ed6181c4ef8b1dc51c7fdd669871c
+checksum=f6e59cbccaca62668aea02068724bd427b9ec449c7e0f0fc5681503988c735b4
conf_files="/etc/bird.conf"
system_accounts="_bird"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bird: update to 2.16.1
2025-01-14 15:44 [PR PATCH] bird: update to 2.16.1 klarasm
@ 2025-04-15 2:08 ` github-actions
2025-04-22 17:49 ` [PR PATCH] [Updated] " klarasm
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2025-04-15 2:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/53967#issuecomment-2803555289
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] bird: update to 2.16.1
2025-01-14 15:44 [PR PATCH] bird: update to 2.16.1 klarasm
2025-04-15 2:08 ` github-actions
@ 2025-04-22 17:49 ` klarasm
2025-05-06 14:36 ` [PR PATCH] [Updated] bird: update to 2.17 klarasm
2025-05-24 15:52 ` [PR PATCH] [Merged]: bird: update to 2.17.1 leahneukirchen
3 siblings, 0 replies; 5+ messages in thread
From: klarasm @ 2025-04-22 17:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 645 bytes --]
There is an updated pull request by klarasm against master on the void-packages repository
https://github.com/klarasm/void-packages bird/2.16.1
https://github.com/void-linux/void-packages/pull/53967
bird: update to 2.16.1
- remove patch which is already in this version
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc, x86_64-musl)
- I built this PR locally for these architectures:
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53967.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bird/2.16.1-53967.patch --]
[-- Type: text/x-diff, Size: 2638 bytes --]
From 0a8262755b45f622f12cd7d2dfc3b9571105e436 Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Sat, 11 Jan 2025 17:38:19 +0100
Subject: [PATCH] bird: update to 2.17
remove upstreamed patch
---
...0076fb7365fe91360fa351f311f141a7a303.patch | 28 -------------------
srcpkgs/bird/template | 4 +--
2 files changed, 2 insertions(+), 30 deletions(-)
delete mode 100644 srcpkgs/bird/patches/cfac0076fb7365fe91360fa351f311f141a7a303.patch
diff --git a/srcpkgs/bird/patches/cfac0076fb7365fe91360fa351f311f141a7a303.patch b/srcpkgs/bird/patches/cfac0076fb7365fe91360fa351f311f141a7a303.patch
deleted file mode 100644
index 1a8aad5fc77fc0..00000000000000
--- a/srcpkgs/bird/patches/cfac0076fb7365fe91360fa351f311f141a7a303.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From cfac0076fb7365fe91360fa351f311f141a7a303 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= <fabian@blaese.de>
-Date: Tue, 10 Dec 2024 02:14:06 +0100
-Subject: [PATCH] Babel: fix seqno wrapping on seqno request
-
-The Babel seqno wraps around when reaching its maximum value (UINT16_MAX).
-When comparing seqnos, this has to be taken into account. Therefore,
-plain number comparisons do not work.
----
- proto/babel/babel.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/proto/babel/babel.c b/proto/babel/babel.c
-index fe5c0599a..b5cbb63f8 100644
---- a/proto/babel/babel.c
-+++ b/proto/babel/babel.c
-@@ -1015,7 +1015,7 @@ babel_send_update_(struct babel_iface *ifa, btime changed, struct fib *rtable)
-
- /* Our own seqno might have changed, in which case we update the routes we
- originate. */
-- if ((e->router_id == p->router_id) && (e->seqno < p->update_seqno))
-+ if ((e->router_id == p->router_id) && gt_mod64k(p->update_seqno, e->seqno))
- {
- e->seqno = p->update_seqno;
- e->updated = current_time();
---
-GitLab
-
diff --git a/srcpkgs/bird/template b/srcpkgs/bird/template
index d4da667522943b..f3618f123dc916 100644
--- a/srcpkgs/bird/template
+++ b/srcpkgs/bird/template
@@ -1,6 +1,6 @@
# Template file for 'bird'
pkgname=bird
-version=2.16
+version=2.17
revision=1
build_style=gnu-configure
hostmakedepends="flex"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
homepage="https://bird.network.cz"
changelog="https://gitlab.nic.cz/labs/bird/-/raw/master/NEWS"
distfiles="https://bird.network.cz/download/bird-${version}.tar.gz"
-checksum=6629110293af6f1727967121d64f9c8dc94ed6181c4ef8b1dc51c7fdd669871c
+checksum=79bbcc77c63e9e1b7a10a48389c86f4f75b053fd3dec48e3c6cbe0df1ba81eb3
conf_files="/etc/bird.conf"
system_accounts="_bird"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] bird: update to 2.17
2025-01-14 15:44 [PR PATCH] bird: update to 2.16.1 klarasm
2025-04-15 2:08 ` github-actions
2025-04-22 17:49 ` [PR PATCH] [Updated] " klarasm
@ 2025-05-06 14:36 ` klarasm
2025-05-24 15:52 ` [PR PATCH] [Merged]: bird: update to 2.17.1 leahneukirchen
3 siblings, 0 replies; 5+ messages in thread
From: klarasm @ 2025-05-06 14:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 647 bytes --]
There is an updated pull request by klarasm against master on the void-packages repository
https://github.com/klarasm/void-packages bird/2.16.1
https://github.com/void-linux/void-packages/pull/53967
bird: update to 2.17
- remove patch which is already in this version
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc, x86_64-musl)
- I built this PR locally for these architectures:
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53967.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bird/2.16.1-53967.patch --]
[-- Type: text/x-diff, Size: 2642 bytes --]
From 021f7b5ed0f5065801b70b4762926e1847339f0d Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Sat, 11 Jan 2025 17:38:19 +0100
Subject: [PATCH] bird: update to 2.17.1
remove upstreamed patch
---
...0076fb7365fe91360fa351f311f141a7a303.patch | 28 -------------------
srcpkgs/bird/template | 4 +--
2 files changed, 2 insertions(+), 30 deletions(-)
delete mode 100644 srcpkgs/bird/patches/cfac0076fb7365fe91360fa351f311f141a7a303.patch
diff --git a/srcpkgs/bird/patches/cfac0076fb7365fe91360fa351f311f141a7a303.patch b/srcpkgs/bird/patches/cfac0076fb7365fe91360fa351f311f141a7a303.patch
deleted file mode 100644
index 1a8aad5fc77fc0..00000000000000
--- a/srcpkgs/bird/patches/cfac0076fb7365fe91360fa351f311f141a7a303.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From cfac0076fb7365fe91360fa351f311f141a7a303 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= <fabian@blaese.de>
-Date: Tue, 10 Dec 2024 02:14:06 +0100
-Subject: [PATCH] Babel: fix seqno wrapping on seqno request
-
-The Babel seqno wraps around when reaching its maximum value (UINT16_MAX).
-When comparing seqnos, this has to be taken into account. Therefore,
-plain number comparisons do not work.
----
- proto/babel/babel.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/proto/babel/babel.c b/proto/babel/babel.c
-index fe5c0599a..b5cbb63f8 100644
---- a/proto/babel/babel.c
-+++ b/proto/babel/babel.c
-@@ -1015,7 +1015,7 @@ babel_send_update_(struct babel_iface *ifa, btime changed, struct fib *rtable)
-
- /* Our own seqno might have changed, in which case we update the routes we
- originate. */
-- if ((e->router_id == p->router_id) && (e->seqno < p->update_seqno))
-+ if ((e->router_id == p->router_id) && gt_mod64k(p->update_seqno, e->seqno))
- {
- e->seqno = p->update_seqno;
- e->updated = current_time();
---
-GitLab
-
diff --git a/srcpkgs/bird/template b/srcpkgs/bird/template
index d4da667522943b..da6c3a08c1defa 100644
--- a/srcpkgs/bird/template
+++ b/srcpkgs/bird/template
@@ -1,6 +1,6 @@
# Template file for 'bird'
pkgname=bird
-version=2.16
+version=2.17.1
revision=1
build_style=gnu-configure
hostmakedepends="flex"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
homepage="https://bird.network.cz"
changelog="https://gitlab.nic.cz/labs/bird/-/raw/master/NEWS"
distfiles="https://bird.network.cz/download/bird-${version}.tar.gz"
-checksum=6629110293af6f1727967121d64f9c8dc94ed6181c4ef8b1dc51c7fdd669871c
+checksum=bfd718dfa596819b3801688783212514b467163329aec9bbcd0fa3dee03e10e9
conf_files="/etc/bird.conf"
system_accounts="_bird"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Merged]: bird: update to 2.17.1
2025-01-14 15:44 [PR PATCH] bird: update to 2.16.1 klarasm
` (2 preceding siblings ...)
2025-05-06 14:36 ` [PR PATCH] [Updated] bird: update to 2.17 klarasm
@ 2025-05-24 15:52 ` leahneukirchen
3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2025-05-24 15:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 485 bytes --]
There's a merged pull request on the void-packages repository
bird: update to 2.17.1
https://github.com/void-linux/void-packages/pull/53967
Description:
- remove patch which is already in this version
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc, x86_64-musl)
- I built this PR locally for these architectures:
- aarch64-musl
- armv7l
- armv6l-musl
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-05-24 15:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-14 15:44 [PR PATCH] bird: update to 2.16.1 klarasm
2025-04-15 2:08 ` github-actions
2025-04-22 17:49 ` [PR PATCH] [Updated] " klarasm
2025-05-06 14:36 ` [PR PATCH] [Updated] bird: update to 2.17 klarasm
2025-05-24 15:52 ` [PR PATCH] [Merged]: bird: update to 2.17.1 leahneukirchen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).