All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/bird: bump to version 2.0.12
@ 2023-05-24 12:17 itzwam
  0 siblings, 0 replies; 4+ messages in thread
From: itzwam @ 2023-05-24 12:17 UTC (permalink / raw)
  To: buildroot; +Cc: itzwam, Adrien Gallouët

From: itzwam <itz.wam@gmail.com>

---
 package/bird/bird.hash | 2 +-
 package/bird/bird.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/bird/bird.hash b/package/bird/bird.hash
index 3e00a1993d..a62fbba630 100644
--- a/package/bird/bird.hash
+++ b/package/bird/bird.hash
@@ -1,2 +1,2 @@
-sha256  60a7b83b67b9d089d2a745a11fddd12461f631abc7b645b6c085adf90b3f55d6  bird-2.0.11.tar.gz
+sha256  3ec462a237d06d1f4455d6ec00a42f0b1686061fc988e5c89a841d01dd753b53  bird-2.0.12.tar.gz
 sha256  94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2  README
diff --git a/package/bird/bird.mk b/package/bird/bird.mk
index 1295358fb9..f1b2ee6c5e 100644
--- a/package/bird/bird.mk
+++ b/package/bird/bird.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BIRD_VERSION = 2.0.11
+BIRD_VERSION = 2.0.12
 BIRD_SITE = https://bird.network.cz/download
 BIRD_LICENSE = GPL-2.0+
 BIRD_LICENSE_FILES = README
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH] package/bird: bump to version 2.0.12
  2023-06-04 10:47 ` Peter Korsgaard
@ 2023-06-14 13:42   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-06-14 13:42 UTC (permalink / raw)
  To: Itz 'toinux' Wam; +Cc: Adrien Gallouët, buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Itz" == Itz 'toinux' Wam <itz.wam@gmail.com> writes:
 >> From: itzwam <itz.wam@gmail.com>
 >> Signed-off-by: Itz 'toinux' Wam <itz.wam@gmail.com>

 > According to the announcement, this contains "Important bugfixes" (would
 > have been good to mention in the commit message), so committed to
 > master, thanks.

Committed to 2023.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH] package/bird: bump to version 2.0.12
  2023-05-24 13:20 Itz 'toinux' Wam
@ 2023-06-04 10:47 ` Peter Korsgaard
  2023-06-14 13:42   ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2023-06-04 10:47 UTC (permalink / raw)
  To: Itz 'toinux' Wam; +Cc: Adrien Gallouët, buildroot

>>>>> "Itz" == Itz 'toinux' Wam <itz.wam@gmail.com> writes:

 > From: itzwam <itz.wam@gmail.com>
 > Signed-off-by: Itz 'toinux' Wam <itz.wam@gmail.com>

According to the announcement, this contains "Important bugfixes" (would
have been good to mention in the commit message), so committed to
master, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] package/bird: bump to version 2.0.12
@ 2023-05-24 13:20 Itz 'toinux' Wam
  2023-06-04 10:47 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Itz 'toinux' Wam @ 2023-05-24 13:20 UTC (permalink / raw)
  To: buildroot; +Cc: itzwam, Adrien Gallouët

From: itzwam <itz.wam@gmail.com>

Signed-off-by: Itz 'toinux' Wam <itz.wam@gmail.com>
---
 package/bird/bird.hash | 2 +-
 package/bird/bird.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/bird/bird.hash b/package/bird/bird.hash
index 3e00a1993d..a62fbba630 100644
--- a/package/bird/bird.hash
+++ b/package/bird/bird.hash
@@ -1,2 +1,2 @@
-sha256  60a7b83b67b9d089d2a745a11fddd12461f631abc7b645b6c085adf90b3f55d6  bird-2.0.11.tar.gz
+sha256  3ec462a237d06d1f4455d6ec00a42f0b1686061fc988e5c89a841d01dd753b53  bird-2.0.12.tar.gz
 sha256  94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2  README
diff --git a/package/bird/bird.mk b/package/bird/bird.mk
index 1295358fb9..f1b2ee6c5e 100644
--- a/package/bird/bird.mk
+++ b/package/bird/bird.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BIRD_VERSION = 2.0.11
+BIRD_VERSION = 2.0.12
 BIRD_SITE = https://bird.network.cz/download
 BIRD_LICENSE = GPL-2.0+
 BIRD_LICENSE_FILES = README
-- 
2.39.2 (Apple Git-143)

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-14 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 12:17 [Buildroot] [PATCH] package/bird: bump to version 2.0.12 itzwam
2023-05-24 13:20 Itz 'toinux' Wam
2023-06-04 10:47 ` Peter Korsgaard
2023-06-14 13:42   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.