mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] batctl: Version bump 2017.1 -> 2021.4
@ 2022-01-07 12:47 Christian Melki
  2022-01-07 12:47 ` [ptxdist] [PATCH] iw: Version bump. 5.9 -> 5.16 Christian Melki
  2022-01-21  7:19 ` [ptxdist] [APPLIED] batctl: Version bump 2017.1 -> 2021.4 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2022-01-07 12:47 UTC (permalink / raw)
  To: ptxdist

Package maintenance.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/batctl.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/batctl.make b/rules/batctl.make
index 841355501..d552a2fd4 100644
--- a/rules/batctl.make
+++ b/rules/batctl.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_BATCTL) += batctl
 #
 # Paths and names
 #
-BATCTL_VERSION		:= 2017.1
-BATCTL_MD5		:= e152ad369f57a3c9f9a7de5c430790fe
+BATCTL_VERSION		:= 2021.4
+BATCTL_MD5		:= 33306fcccc19ed18b709a7767773ed5a
 BATCTL			:= batctl-$(BATCTL_VERSION)
 BATCTL_SUFFIX		:= tar.gz
 BATCTL_URL		:= http://downloads.open-mesh.org/batman/stable/sources/batctl/$(BATCTL).$(BATCTL_SUFFIX)
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* [ptxdist] [PATCH] iw: Version bump. 5.9 -> 5.16.
  2022-01-07 12:47 [ptxdist] [PATCH] batctl: Version bump 2017.1 -> 2021.4 Christian Melki
@ 2022-01-07 12:47 ` Christian Melki
  2022-01-21  7:19   ` [ptxdist] [APPLIED] " Michael Olbrich
  2022-01-21  7:19 ` [ptxdist] [APPLIED] batctl: Version bump 2017.1 -> 2021.4 Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2022-01-07 12:47 UTC (permalink / raw)
  To: ptxdist

Package maintenance.
Mostly bugfixes.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/iw.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/iw.make b/rules/iw.make
index 793cc9909..a03ac1fbd 100644
--- a/rules/iw.make
+++ b/rules/iw.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_IW) += iw
 #
 # Paths and names
 #
-IW_VERSION	:= 5.9
-IW_MD5		:= 7a47d6f749ec69afcaf351166fd12f6f
+IW_VERSION	:= 5.16
+IW_MD5		:= 782a3460da2854bd2e5b8f96845a62f8
 IW		:= iw-$(IW_VERSION)
 IW_SUFFIX	:= tar.xz
 IW_URL		:= https://www.kernel.org/pub/software/network/iw/$(IW).$(IW_SUFFIX)
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] batctl: Version bump 2017.1 -> 2021.4
  2022-01-07 12:47 [ptxdist] [PATCH] batctl: Version bump 2017.1 -> 2021.4 Christian Melki
  2022-01-07 12:47 ` [ptxdist] [PATCH] iw: Version bump. 5.9 -> 5.16 Christian Melki
@ 2022-01-21  7:19 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2022-01-21  7:19 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 3a14328537b5dbb9f69558bc8f3f4bf947d283f5.

Michael

[sent from post-receive hook]

On Fri, 21 Jan 2022 08:19:31 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Package maintenance.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220107124737.57915-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/batctl.make b/rules/batctl.make
> index 841355501c89..d552a2fd422e 100644
> --- a/rules/batctl.make
> +++ b/rules/batctl.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_BATCTL) += batctl
>  #
>  # Paths and names
>  #
> -BATCTL_VERSION		:= 2017.1
> -BATCTL_MD5		:= e152ad369f57a3c9f9a7de5c430790fe
> +BATCTL_VERSION		:= 2021.4
> +BATCTL_MD5		:= 33306fcccc19ed18b709a7767773ed5a
>  BATCTL			:= batctl-$(BATCTL_VERSION)
>  BATCTL_SUFFIX		:= tar.gz
>  BATCTL_URL		:= http://downloads.open-mesh.org/batman/stable/sources/batctl/$(BATCTL).$(BATCTL_SUFFIX)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] iw: Version bump. 5.9 -> 5.16.
  2022-01-07 12:47 ` [ptxdist] [PATCH] iw: Version bump. 5.9 -> 5.16 Christian Melki
@ 2022-01-21  7:19   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2022-01-21  7:19 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as b90da4e990ee000187617533ebdc1efbdc3ce9ba.

Michael

[sent from post-receive hook]

On Fri, 21 Jan 2022 08:19:32 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Package maintenance.
> Mostly bugfixes.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220107124737.57915-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/iw.make b/rules/iw.make
> index 793cc99099d2..a03ac1fbdabb 100644
> --- a/rules/iw.make
> +++ b/rules/iw.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_IW) += iw
>  #
>  # Paths and names
>  #
> -IW_VERSION	:= 5.9
> -IW_MD5		:= 7a47d6f749ec69afcaf351166fd12f6f
> +IW_VERSION	:= 5.16
> +IW_MD5		:= 782a3460da2854bd2e5b8f96845a62f8
>  IW		:= iw-$(IW_VERSION)
>  IW_SUFFIX	:= tar.xz
>  IW_URL		:= https://www.kernel.org/pub/software/network/iw/$(IW).$(IW_SUFFIX)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2022-01-21  7:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 12:47 [ptxdist] [PATCH] batctl: Version bump 2017.1 -> 2021.4 Christian Melki
2022-01-07 12:47 ` [ptxdist] [PATCH] iw: Version bump. 5.9 -> 5.16 Christian Melki
2022-01-21  7:19   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-01-21  7:19 ` [ptxdist] [APPLIED] batctl: Version bump 2017.1 -> 2021.4 Michael Olbrich

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