All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/iproute2: bump version to v5.15.0
@ 2021-11-15 13:42 Joachim Wiberg
  2021-11-15 15:18 ` Peter Seiderer
  0 siblings, 1 reply; 5+ messages in thread
From: Joachim Wiberg @ 2021-11-15 13:42 UTC (permalink / raw)
  To: buildroot; +Cc: Joachim Wiberg

Signed-off-by: Joachim Wiberg <troglobit@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 2837edb09d..d8d619cbda 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  210fa785a52f3763c4287fd5ae63e246f6311bfaa48c424baab6d383bb7591d4  iproute2-5.14.0.tar.xz
+sha256  38e3e4a5f9a7f5575c015027a10df097c149111eeb739993128e5b2b35b291ff  iproute2-5.15.0.tar.xz
 sha256  e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index fdf442a429..4162e38eb7 100644
--- a/package/iproute2/iproute2.mk
+++ b/package/iproute2/iproute2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IPROUTE2_VERSION = 5.14.0
+IPROUTE2_VERSION = 5.15.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.25.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/iproute2: bump version to v5.15.0
  2021-11-15 13:42 [Buildroot] [PATCH 1/1] package/iproute2: bump version to v5.15.0 Joachim Wiberg
@ 2021-11-15 15:18 ` Peter Seiderer
  2021-11-15 18:10   ` Joachim Nilsson
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Seiderer @ 2021-11-15 15:18 UTC (permalink / raw)
  To: Joachim Wiberg; +Cc: buildroot

Hello Joachim,


On Mon, 15 Nov 2021 14:42:05 +0100, Joachim Wiberg <troglobit@gmail.com> wrote:

> Signed-off-by: Joachim Wiberg <troglobit@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 2837edb09d..d8d619cbda 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  210fa785a52f3763c4287fd5ae63e246f6311bfaa48c424baab6d383bb7591d4  iproute2-5.14.0.tar.xz
> +sha256  38e3e4a5f9a7f5575c015027a10df097c149111eeb739993128e5b2b35b291ff  iproute2-5.15.0.tar.xz
>  sha256  e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING
> diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
> index fdf442a429..4162e38eb7 100644
> --- a/package/iproute2/iproute2.mk
> +++ b/package/iproute2/iproute2.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>
> -IPROUTE2_VERSION = 5.14.0
> +IPROUTE2_VERSION = 5.15.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 \


Sorry, its a duplicate...., iproute2 version bump already suggested and
applied to the next branch, see:

	https://git.buildroot.net/buildroot/commit/?h=next&id=bd06a3b9b507b14f3cf69f45ed165d132790ad75

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

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

* Re: [Buildroot] [PATCH 1/1] package/iproute2: bump version to v5.15.0
  2021-11-15 15:18 ` Peter Seiderer
@ 2021-11-15 18:10   ` Joachim Nilsson
  2021-11-15 19:53     ` Peter Seiderer
  0 siblings, 1 reply; 5+ messages in thread
From: Joachim Nilsson @ 2021-11-15 18:10 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: buildroot


[-- Attachment #1.1: Type: text/plain, Size: 1864 bytes --]

Ouch, sorry for the dupe!

How does next vs master work?

Regards
 /Joachim

On Mon, 15 Nov 2021 at 16:18, Peter Seiderer <ps.report@gmx.net> wrote:

> Hello Joachim,
>
>
> On Mon, 15 Nov 2021 14:42:05 +0100, Joachim Wiberg <troglobit@gmail.com>
> wrote:
>
> > Signed-off-by: Joachim Wiberg <troglobit@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 2837edb09d..d8d619cbda 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
> 210fa785a52f3763c4287fd5ae63e246f6311bfaa48c424baab6d383bb7591d4
> iproute2-5.14.0.tar.xz
> > +sha256
> 38e3e4a5f9a7f5575c015027a10df097c149111eeb739993128e5b2b35b291ff
> iproute2-5.15.0.tar.xz
> >  sha256
> e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING
> > diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
> > index fdf442a429..4162e38eb7 100644
> > --- a/package/iproute2/iproute2.mk
> > +++ b/package/iproute2/iproute2.mk
> > @@ -4,7 +4,7 @@
> >  #
> >
> ################################################################################
> >
> > -IPROUTE2_VERSION = 5.14.0
> > +IPROUTE2_VERSION = 5.15.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 \
>
>
> Sorry, its a duplicate...., iproute2 version bump already suggested and
> applied to the next branch, see:
>
>
> https://git.buildroot.net/buildroot/commit/?h=next&id=bd06a3b9b507b14f3cf69f45ed165d132790ad75
>
> Regards,
> Peter
>

[-- Attachment #1.2: Type: text/html, Size: 3260 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

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

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

* Re: [Buildroot] [PATCH 1/1] package/iproute2: bump version to v5.15.0
  2021-11-15 18:10   ` Joachim Nilsson
@ 2021-11-15 19:53     ` Peter Seiderer
  2021-11-15 21:01       ` Joachim Wiberg
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Seiderer @ 2021-11-15 19:53 UTC (permalink / raw)
  To: Joachim Nilsson; +Cc: buildroot

Hello Joachim,

On Mon, 15 Nov 2021 19:10:57 +0100, Joachim Nilsson <troglobit@gmail.com> wrote:

> Ouch, sorry for the dupe!
>
> How does next vs master work?

Take a look at (for a short description):

	https://buildroot.org/downloads/manual/manual.html#RELENG

Regards,
Peter

>
> Regards
>  /Joachim
>
> On Mon, 15 Nov 2021 at 16:18, Peter Seiderer <ps.report@gmx.net> wrote:
>
> > Hello Joachim,
> >
> >
> > On Mon, 15 Nov 2021 14:42:05 +0100, Joachim Wiberg <troglobit@gmail.com>
> > wrote:
> >
> > > Signed-off-by: Joachim Wiberg <troglobit@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 2837edb09d..d8d619cbda 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
> > 210fa785a52f3763c4287fd5ae63e246f6311bfaa48c424baab6d383bb7591d4
> > iproute2-5.14.0.tar.xz
> > > +sha256
> > 38e3e4a5f9a7f5575c015027a10df097c149111eeb739993128e5b2b35b291ff
> > iproute2-5.15.0.tar.xz
> > >  sha256
> > e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING
> > > diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
> > > index fdf442a429..4162e38eb7 100644
> > > --- a/package/iproute2/iproute2.mk
> > > +++ b/package/iproute2/iproute2.mk
> > > @@ -4,7 +4,7 @@
> > >  #
> > >
> > ################################################################################
> > >
> > > -IPROUTE2_VERSION = 5.14.0
> > > +IPROUTE2_VERSION = 5.15.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 \
> >
> >
> > Sorry, its a duplicate...., iproute2 version bump already suggested and
> > applied to the next branch, see:
> >
> >
> > https://git.buildroot.net/buildroot/commit/?h=next&id=bd06a3b9b507b14f3cf69f45ed165d132790ad75
> >
> > Regards,
> > Peter
> >

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

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

* Re: [Buildroot] [PATCH 1/1] package/iproute2: bump version to v5.15.0
  2021-11-15 19:53     ` Peter Seiderer
@ 2021-11-15 21:01       ` Joachim Wiberg
  0 siblings, 0 replies; 5+ messages in thread
From: Joachim Wiberg @ 2021-11-15 21:01 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: buildroot


[-- Attachment #1.1.1: Type: text/plain, Size: 500 bytes --]

On 11/15/21 8:53 PM, Peter Seiderer wrote:
> Hello Joachim,
> On Mon, 15 Nov 2021 19:10:57 +0100, Joachim Nilsson <troglobit@gmail.com> wrote:
>> How does next vs master work?
> Take a look at (for a short description):
> 	https://buildroot.org/downloads/manual/manual.html#RELENG

Oh dear lord ... that's the biggest slice of humble pie I've been served
in my lifetime LOL

    git show de2b78143c4

:-D

Best regards
 /Joachim
_______
I changed my last name the summer of 2020.


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

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

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

end of thread, other threads:[~2021-11-15 21:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15 13:42 [Buildroot] [PATCH 1/1] package/iproute2: bump version to v5.15.0 Joachim Wiberg
2021-11-15 15:18 ` Peter Seiderer
2021-11-15 18:10   ` Joachim Nilsson
2021-11-15 19:53     ` Peter Seiderer
2021-11-15 21:01       ` Joachim Wiberg

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.