public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/iproute2: bump to version 5.6.0
@ 2020-04-22 19:38 Petr Vorel
  2020-04-22 20:28 ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Petr Vorel @ 2020-04-22 19:38 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 package/iproute2/iproute2.hash | 2 +-
 package/iproute2/iproute2.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/iproute2/iproute2.hash b/package/iproute2/iproute2.hash
index c451cfa941..27b4eaaa15 100644
--- a/package/iproute2/iproute2.hash
+++ b/package/iproute2/iproute2.hash
@@ -1,3 +1,3 @@
 # From https://kernel.org/pub/linux/utils/net/iproute2/sha256sums.asc
-sha256	bac543435cac208a11db44c9cc8e35aa902befef8750594654ee71941c388f7b  iproute2-5.5.0.tar.xz
+sha256	1b5b0e25ce6e23da7526ea1da044e814ad85ba761b10dd29c2b027c056b04692  iproute2-5.6.0.tar.xz
 sha256	e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4	COPYING
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index a2e2d25d81..6d20f65f34 100644
--- a/package/iproute2/iproute2.mk
+++ b/package/iproute2/iproute2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IPROUTE2_VERSION = 5.5.0
+IPROUTE2_VERSION = 5.6.0
 IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.xz
 IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2
 IPROUTE2_DEPENDENCIES = host-bison host-flex host-pkgconf \
-- 
2.26.1

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

* [Buildroot] [PATCH 1/1] package/iproute2: bump to version 5.6.0
  2020-04-22 19:38 [Buildroot] [PATCH 1/1] package/iproute2: bump to version 5.6.0 Petr Vorel
@ 2020-04-22 20:28 ` Yann E. MORIN
  2020-04-22 20:30   ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2020-04-22 20:28 UTC (permalink / raw)
  To: buildroot

fabrice, All,

On 2020-04-22 21:38 +0200, Petr Vorel spake thusly:
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/iproute2/iproute2.hash | 2 +-
>  package/iproute2/iproute2.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/iproute2/iproute2.hash b/package/iproute2/iproute2.hash
> index c451cfa941..27b4eaaa15 100644
> --- a/package/iproute2/iproute2.hash
> +++ b/package/iproute2/iproute2.hash
> @@ -1,3 +1,3 @@
>  # From https://kernel.org/pub/linux/utils/net/iproute2/sha256sums.asc
> -sha256	bac543435cac208a11db44c9cc8e35aa902befef8750594654ee71941c388f7b  iproute2-5.5.0.tar.xz
> +sha256	1b5b0e25ce6e23da7526ea1da044e814ad85ba761b10dd29c2b027c056b04692  iproute2-5.6.0.tar.xz
>  sha256	e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4	COPYING
> diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
> index a2e2d25d81..6d20f65f34 100644
> --- a/package/iproute2/iproute2.mk
> +++ b/package/iproute2/iproute2.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -IPROUTE2_VERSION = 5.5.0
> +IPROUTE2_VERSION = 5.6.0
>  IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.xz
>  IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2
>  IPROUTE2_DEPENDENCIES = host-bison host-flex host-pkgconf \
> -- 
> 2.26.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/iproute2: bump to version 5.6.0
  2020-04-22 20:28 ` Yann E. MORIN
@ 2020-04-22 20:30   ` Yann E. MORIN
  2020-04-22 20:38     ` Petr Vorel
  0 siblings, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2020-04-22 20:30 UTC (permalink / raw)
  To: buildroot

Petr, All,

On 2020-04-22 22:28 +0200, Yann E. MORIN spake thusly:
> fabrice, All,

Sorry, I got confused with another patch when preparing the reply to
yours.

Thanks Petr for your patch. :-)

Regards,
Yann E. MORIN.

> On 2020-04-22 21:38 +0200, Petr Vorel spake thusly:
> > Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> 
> Applied to master, thanks.
> 
> Regards,
> Yann E. MORIN.
> 
> > ---
> >  package/iproute2/iproute2.hash | 2 +-
> >  package/iproute2/iproute2.mk   | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/package/iproute2/iproute2.hash b/package/iproute2/iproute2.hash
> > index c451cfa941..27b4eaaa15 100644
> > --- a/package/iproute2/iproute2.hash
> > +++ b/package/iproute2/iproute2.hash
> > @@ -1,3 +1,3 @@
> >  # From https://kernel.org/pub/linux/utils/net/iproute2/sha256sums.asc
> > -sha256	bac543435cac208a11db44c9cc8e35aa902befef8750594654ee71941c388f7b  iproute2-5.5.0.tar.xz
> > +sha256	1b5b0e25ce6e23da7526ea1da044e814ad85ba761b10dd29c2b027c056b04692  iproute2-5.6.0.tar.xz
> >  sha256	e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4	COPYING
> > diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
> > index a2e2d25d81..6d20f65f34 100644
> > --- a/package/iproute2/iproute2.mk
> > +++ b/package/iproute2/iproute2.mk
> > @@ -4,7 +4,7 @@
> >  #
> >  ################################################################################
> >  
> > -IPROUTE2_VERSION = 5.5.0
> > +IPROUTE2_VERSION = 5.6.0
> >  IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.xz
> >  IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2
> >  IPROUTE2_DEPENDENCIES = host-bison host-flex host-pkgconf \
> > -- 
> > 2.26.1
> > 
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
> 
> -- 
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/iproute2: bump to version 5.6.0
  2020-04-22 20:30   ` Yann E. MORIN
@ 2020-04-22 20:38     ` Petr Vorel
  0 siblings, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2020-04-22 20:38 UTC (permalink / raw)
  To: buildroot

Hi Yann,

> Petr, All,

> On 2020-04-22 22:28 +0200, Yann E. MORIN spake thusly:
> > fabrice, All,

> Sorry, I got confused with another patch when preparing the reply to
> yours.
np, I understood :).

> Thanks Petr for your patch. :-)
Thanks for a quick merge, sorry for these 2 missing spaces.
I keep mistakes in my patches, I'll be careful next time.

> Regards,
> Yann E. MORIN.

Kind regards,
Petr

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

end of thread, other threads:[~2020-04-22 20:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-22 19:38 [Buildroot] [PATCH 1/1] package/iproute2: bump to version 5.6.0 Petr Vorel
2020-04-22 20:28 ` Yann E. MORIN
2020-04-22 20:30   ` Yann E. MORIN
2020-04-22 20:38     ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox