All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/bird: bump to 2.0.10
@ 2022-07-25 17:50 Arnout Vandecappelle (Essensium/Mind)
  2022-07-25 17:54 ` Arnout Vandecappelle
  2022-07-26 20:08 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Arnout Vandecappelle (Essensium/Mind) @ 2022-07-25 17:50 UTC (permalink / raw)
  To: buildroot

While we're at it, update URL to https instead of ftp.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/bird/bird.hash | 2 +-
 package/bird/bird.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/bird/bird.hash b/package/bird/bird.hash
index 2d20491dd6..6ccacd8d58 100644
--- a/package/bird/bird.hash
+++ b/package/bird/bird.hash
@@ -1,2 +1,2 @@
-sha256  19d2de83ee25a307b9e5b9e58797dd68766d439bcee33e3ac617ed502370e7f6  bird-2.0.8.tar.gz
+sha256  7ed341ddd8dc87fa9736586b3515447a8436fec442d65f4022155ab9de1ffd5a  bird-2.0.10.tar.gz
 sha256  94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2  README
diff --git a/package/bird/bird.mk b/package/bird/bird.mk
index 7d7002d5f2..a039023764 100644
--- a/package/bird/bird.mk
+++ b/package/bird/bird.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-BIRD_VERSION = 2.0.8
-BIRD_SITE = ftp://bird.network.cz/pub/bird
+BIRD_VERSION = 2.0.10
+BIRD_SITE = https://bird.network.cz/download
 BIRD_LICENSE = GPL-2.0+
 BIRD_LICENSE_FILES = README
 BIRD_CPE_ID_VENDOR = nic
-- 
2.35.3

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

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

* Re: [Buildroot] [PATCH] package/bird: bump to 2.0.10
  2022-07-25 17:50 [Buildroot] [PATCH] package/bird: bump to 2.0.10 Arnout Vandecappelle (Essensium/Mind)
@ 2022-07-25 17:54 ` Arnout Vandecappelle
  2022-07-26 20:08 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-07-25 17:54 UTC (permalink / raw)
  To: buildroot, Adrien Gallouët



On 25/07/2022 19:50, Arnout Vandecappelle (Essensium/Mind) wrote:
> While we're at it, update URL to https instead of ftp.
> 
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

  Sorry, I forgot to put Adrien in Cc.

  Regards,
  Arnout

> ---
>   package/bird/bird.hash | 2 +-
>   package/bird/bird.mk   | 4 ++--
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/bird/bird.hash b/package/bird/bird.hash
> index 2d20491dd6..6ccacd8d58 100644
> --- a/package/bird/bird.hash
> +++ b/package/bird/bird.hash
> @@ -1,2 +1,2 @@
> -sha256  19d2de83ee25a307b9e5b9e58797dd68766d439bcee33e3ac617ed502370e7f6  bird-2.0.8.tar.gz
> +sha256  7ed341ddd8dc87fa9736586b3515447a8436fec442d65f4022155ab9de1ffd5a  bird-2.0.10.tar.gz
>   sha256  94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2  README
> diff --git a/package/bird/bird.mk b/package/bird/bird.mk
> index 7d7002d5f2..a039023764 100644
> --- a/package/bird/bird.mk
> +++ b/package/bird/bird.mk
> @@ -4,8 +4,8 @@
>   #
>   ################################################################################
>   
> -BIRD_VERSION = 2.0.8
> -BIRD_SITE = ftp://bird.network.cz/pub/bird
> +BIRD_VERSION = 2.0.10
> +BIRD_SITE = https://bird.network.cz/download
>   BIRD_LICENSE = GPL-2.0+
>   BIRD_LICENSE_FILES = README
>   BIRD_CPE_ID_VENDOR = nic
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/bird: bump to 2.0.10
  2022-07-25 17:50 [Buildroot] [PATCH] package/bird: bump to 2.0.10 Arnout Vandecappelle (Essensium/Mind)
  2022-07-25 17:54 ` Arnout Vandecappelle
@ 2022-07-26 20:08 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-07-26 20:08 UTC (permalink / raw)
  To: Arnout Vandecappelle (Essensium/Mind); +Cc: buildroot

On Mon, 25 Jul 2022 19:50:52 +0200
"Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be> wrote:

> While we're at it, update URL to https instead of ftp.
> 
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
>  package/bird/bird.hash | 2 +-
>  package/bird/bird.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-07-26 20:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25 17:50 [Buildroot] [PATCH] package/bird: bump to 2.0.10 Arnout Vandecappelle (Essensium/Mind)
2022-07-25 17:54 ` Arnout Vandecappelle
2022-07-26 20:08 ` Thomas Petazzoni via buildroot

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.