mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libqmi: Version bump. 1.33.2 -> 1.34.0
@ 2023-10-13 17:48 Christian Melki
  2023-10-13 17:48 ` [ptxdist] [PATCH] libmbim: Version bump. 1.29.2 -> 1.30.0 Christian Melki
  2023-11-17  7:20 ` [ptxdist] [APPLIED] libqmi: Version bump. 1.33.2 -> 1.34.0 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2023-10-13 17:48 UTC (permalink / raw)
  To: ptxdist

Various news and fixes.
https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/blob/qmi-1-34/NEWS

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

diff --git a/rules/libqmi.make b/rules/libqmi.make
index 82b163c2b..03487369c 100644
--- a/rules/libqmi.make
+++ b/rules/libqmi.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBQMI) += libqmi
 #
 # Paths and names
 #
-LIBQMI_VERSION	:= 1.33.2
-LIBQMI_MD5	:= bd820881969d20b88a0742e36b89f542
+LIBQMI_VERSION	:= 1.34.0
+LIBQMI_MD5	:= 677b5d1ab763a7b7285b82d1798ff93d
 LIBQMI		:= libqmi-$(LIBQMI_VERSION)
 LIBQMI_SUFFIX	:= tar.bz2
 LIBQMI_URL	:= https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/archive/$(LIBQMI_VERSION)/$(LIBQMI).$(LIBQMI_SUFFIX)
-- 
2.34.1




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

* [ptxdist] [PATCH] libmbim: Version bump. 1.29.2 -> 1.30.0
  2023-10-13 17:48 [ptxdist] [PATCH] libqmi: Version bump. 1.33.2 -> 1.34.0 Christian Melki
@ 2023-10-13 17:48 ` Christian Melki
  2023-11-17  7:20   ` [ptxdist] [APPLIED] " Michael Olbrich
  2023-11-17  7:20 ` [ptxdist] [APPLIED] libqmi: Version bump. 1.33.2 -> 1.34.0 Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2023-10-13 17:48 UTC (permalink / raw)
  To: ptxdist

Various fixes and enhancements.
https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/blob/mbim-1-30/NEWS

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

diff --git a/rules/libmbim.make b/rules/libmbim.make
index 36db4c160..60bc05a37 100644
--- a/rules/libmbim.make
+++ b/rules/libmbim.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBMBIM) += libmbim
 #
 # Paths and names
 #
-LIBMBIM_VERSION	:= 1.29.2
-LIBMBIM_MD5	:= 14c7805f82ca37d75338b76184a2e6f3
+LIBMBIM_VERSION	:= 1.30.0
+LIBMBIM_MD5	:= dcfb85bd4338f0aa8a851d5d80d123f7
 LIBMBIM		:= libmbim-$(LIBMBIM_VERSION)
 LIBMBIM_SUFFIX	:= tar.bz2
 LIBMBIM_URL	:= https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/archive/$(LIBMBIM_VERSION)/$(LIBMBIM).$(LIBMBIM_SUFFIX)
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] libqmi: Version bump. 1.33.2 -> 1.34.0
  2023-10-13 17:48 [ptxdist] [PATCH] libqmi: Version bump. 1.33.2 -> 1.34.0 Christian Melki
  2023-10-13 17:48 ` [ptxdist] [PATCH] libmbim: Version bump. 1.29.2 -> 1.30.0 Christian Melki
@ 2023-11-17  7:20 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2023-11-17  7:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 6e26ff3317b85cdc59cdd3522c1281b7f08cee12.

Michael

[sent from post-receive hook]

On Fri, 17 Nov 2023 08:20:31 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Various news and fixes.
> https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/blob/qmi-1-34/NEWS
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20231013174830.2667081-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libqmi.make b/rules/libqmi.make
> index 82b163c2b0fe..03487369cbdf 100644
> --- a/rules/libqmi.make
> +++ b/rules/libqmi.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBQMI) += libqmi
>  #
>  # Paths and names
>  #
> -LIBQMI_VERSION	:= 1.33.2
> -LIBQMI_MD5	:= bd820881969d20b88a0742e36b89f542
> +LIBQMI_VERSION	:= 1.34.0
> +LIBQMI_MD5	:= 677b5d1ab763a7b7285b82d1798ff93d
>  LIBQMI		:= libqmi-$(LIBQMI_VERSION)
>  LIBQMI_SUFFIX	:= tar.bz2
>  LIBQMI_URL	:= https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/archive/$(LIBQMI_VERSION)/$(LIBQMI).$(LIBQMI_SUFFIX)



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

* Re: [ptxdist] [APPLIED] libmbim: Version bump. 1.29.2 -> 1.30.0
  2023-10-13 17:48 ` [ptxdist] [PATCH] libmbim: Version bump. 1.29.2 -> 1.30.0 Christian Melki
@ 2023-11-17  7:20   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2023-11-17  7:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 613827ba81050fb9c9ca846eb8bd53d9f14ae8ce.

Michael

[sent from post-receive hook]

On Fri, 17 Nov 2023 08:20:32 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Various fixes and enhancements.
> https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/blob/mbim-1-30/NEWS
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20231013174830.2667081-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libmbim.make b/rules/libmbim.make
> index 36db4c160b87..60bc05a37501 100644
> --- a/rules/libmbim.make
> +++ b/rules/libmbim.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBMBIM) += libmbim
>  #
>  # Paths and names
>  #
> -LIBMBIM_VERSION	:= 1.29.2
> -LIBMBIM_MD5	:= 14c7805f82ca37d75338b76184a2e6f3
> +LIBMBIM_VERSION	:= 1.30.0
> +LIBMBIM_MD5	:= dcfb85bd4338f0aa8a851d5d80d123f7
>  LIBMBIM		:= libmbim-$(LIBMBIM_VERSION)
>  LIBMBIM_SUFFIX	:= tar.bz2
>  LIBMBIM_URL	:= https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/archive/$(LIBMBIM_VERSION)/$(LIBMBIM).$(LIBMBIM_SUFFIX)



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

end of thread, other threads:[~2023-11-17  7:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-13 17:48 [ptxdist] [PATCH] libqmi: Version bump. 1.33.2 -> 1.34.0 Christian Melki
2023-10-13 17:48 ` [ptxdist] [PATCH] libmbim: Version bump. 1.29.2 -> 1.30.0 Christian Melki
2023-11-17  7:20   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-11-17  7:20 ` [ptxdist] [APPLIED] libqmi: Version bump. 1.33.2 -> 1.34.0 Michael Olbrich

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