Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update ModemManager and related libaries.
@ 2021-05-18 15:10 steinex
  2021-05-18 16:48 ` [PR PATCH] [Updated] [WIP] " steinex
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: steinex @ 2021-05-18 15:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1608 bytes --]

There is a new pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages ModemManager
https://github.com/void-linux/void-packages/pull/30967

update ModemManager and related libaries.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30967.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ModemManager-30967.patch --]
[-- Type: text/x-diff, Size: 3982 bytes --]

From 736ea9011949562815c7c9c9ca2b43ca494cd6e1 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:06:19 +0200
Subject: [PATCH 1/3] libqmi: update to 1.28.4.

Also take maintainership.
---
 srcpkgs/libqmi/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libqmi/template b/srcpkgs/libqmi/template
index b56f6c994243..8e596f438f0b 100644
--- a/srcpkgs/libqmi/template
+++ b/srcpkgs/libqmi/template
@@ -1,6 +1,6 @@
 # Template file for 'libqmi'
 pkgname=libqmi
-version=1.26.6
+version=1.28.4
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -9,11 +9,11 @@ configure_args="--disable-static --enable-mbim-qmux
 hostmakedepends="pkg-config"
 makedepends="glib-devel libgudev-devel libmbim-devel"
 short_desc="QMI modem protocol helper library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.freedesktop.org/wiki/Software/libqmi/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=a71963bb1097a42665287e40a9a36f95b8f9d6d6a4b7a5de22d660328af97cb9
+checksum=3b14cd2ab5221a7adbb39fed16ef697538ea1c79308821ad2d19b505e1daaea0
 build_options="gir"
 build_options_default="gir"
 

From b7fac576969a82a2557d28c9b17ab0652c3027e0 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:07:47 +0200
Subject: [PATCH 2/3] ModemManager: update to 1.16.4.

Also take maintainership.
---
 srcpkgs/ModemManager/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ModemManager/template b/srcpkgs/ModemManager/template
index aacb3f5c0c93..263b0fbbfdf8 100644
--- a/srcpkgs/ModemManager/template
+++ b/srcpkgs/ModemManager/template
@@ -1,6 +1,6 @@
 # Template file for 'ModemManager'
 pkgname=ModemManager
-version=1.14.8
+version=1.16.4
 revision=1
 build_style=gnu-configure
 build_helper="gir"
@@ -14,11 +14,11 @@ makedepends="libglib-devel libgudev-devel polkit-devel libqmi-devel
 depends="hicolor-icon-theme ppp"
 checkdepends="dbus tzdata"
 short_desc="Mobile broadband modem management service"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/ModemManager/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=fe1a26ba51b4bda7abd09ad4dadedd87d8b8154809fc9d88e94f75fdfff19295
+checksum=167e60b26fa05887f87a0b3fb54143d7845e6e4d8c2f2dd93afac059f41e7edf
 
 build_options="gir"
 build_options_default="gir"

From ca158daf7f03713f6d8144903d02102770bd85c6 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:08:51 +0200
Subject: [PATCH 3/3] libmbim: update to 1.24.6.

Also take maintainership.
---
 srcpkgs/libmbim/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libmbim/template b/srcpkgs/libmbim/template
index 1f2e4acb7d6c..f12d888da43f 100644
--- a/srcpkgs/libmbim/template
+++ b/srcpkgs/libmbim/template
@@ -1,6 +1,6 @@
 # Template file for 'libmbim'
 pkgname=libmbim
-version=1.24.4
+version=1.24.6
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -8,11 +8,11 @@ configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="pkg-config"
 makedepends="glib-devel libgudev-devel"
 short_desc="MBIM modem protocol helper library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/libmbim/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=dd488ee6176243a6adb27a5872897336272ea7bea33a3ad501ba268e5a58b285
+checksum=760465caaa1ccd699c14290e9791da456d5300dd11ebf4c1486151033e875dfd
 
 build_options="gir"
 build_options_default="gir"

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

* Re: [PR PATCH] [Updated] [WIP] update ModemManager and related libaries.
  2021-05-18 15:10 [PR PATCH] update ModemManager and related libaries steinex
@ 2021-05-18 16:48 ` steinex
  2021-05-18 16:50 ` steinex
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: steinex @ 2021-05-18 16:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]

There is an updated pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages ModemManager
https://github.com/void-linux/void-packages/pull/30967

[WIP] update ModemManager and related libaries.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30967.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ModemManager-30967.patch --]
[-- Type: text/x-diff, Size: 4281 bytes --]

From 736ea9011949562815c7c9c9ca2b43ca494cd6e1 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:06:19 +0200
Subject: [PATCH 1/3] libqmi: update to 1.28.4.

Also take maintainership.
---
 srcpkgs/libqmi/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libqmi/template b/srcpkgs/libqmi/template
index b56f6c994243..8e596f438f0b 100644
--- a/srcpkgs/libqmi/template
+++ b/srcpkgs/libqmi/template
@@ -1,6 +1,6 @@
 # Template file for 'libqmi'
 pkgname=libqmi
-version=1.26.6
+version=1.28.4
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -9,11 +9,11 @@ configure_args="--disable-static --enable-mbim-qmux
 hostmakedepends="pkg-config"
 makedepends="glib-devel libgudev-devel libmbim-devel"
 short_desc="QMI modem protocol helper library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.freedesktop.org/wiki/Software/libqmi/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=a71963bb1097a42665287e40a9a36f95b8f9d6d6a4b7a5de22d660328af97cb9
+checksum=3b14cd2ab5221a7adbb39fed16ef697538ea1c79308821ad2d19b505e1daaea0
 build_options="gir"
 build_options_default="gir"
 

From ae809ac548ac5630ad46fe636753aea49764ef4f Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:07:47 +0200
Subject: [PATCH 2/3] ModemManager: update to 1.16.4.

Also take maintainership.
---
 srcpkgs/ModemManager/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ModemManager/template b/srcpkgs/ModemManager/template
index aacb3f5c0c93..b2103dd89746 100644
--- a/srcpkgs/ModemManager/template
+++ b/srcpkgs/ModemManager/template
@@ -1,6 +1,6 @@
 # Template file for 'ModemManager'
 pkgname=ModemManager
-version=1.14.8
+version=1.16.4
 revision=1
 build_style=gnu-configure
 build_helper="gir"
@@ -10,15 +10,16 @@ configure_args="--disable-static --with-polkit=permissive
 hostmakedepends="pkg-config autoconf $(vopt_if gir vala-devel)
  glib-devel libxslt-devel"
 makedepends="libglib-devel libgudev-devel polkit-devel libqmi-devel
- libmbim-devel libxslt-devel ppp $(vopt_if gir vala-devel)"
+ libmbim-devel libxslt-devel ppp $(vopt_if gir vala-devel)
+ python-gobject-devel"
 depends="hicolor-icon-theme ppp"
 checkdepends="dbus tzdata"
 short_desc="Mobile broadband modem management service"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/ModemManager/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=fe1a26ba51b4bda7abd09ad4dadedd87d8b8154809fc9d88e94f75fdfff19295
+checksum=167e60b26fa05887f87a0b3fb54143d7845e6e4d8c2f2dd93afac059f41e7edf
 
 build_options="gir"
 build_options_default="gir"

From 1b360f9aea3293e7b280877b2608c83247cc034b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:08:51 +0200
Subject: [PATCH 3/3] libmbim: update to 1.24.6.

Also take maintainership.
---
 srcpkgs/libmbim/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libmbim/template b/srcpkgs/libmbim/template
index 1f2e4acb7d6c..f12d888da43f 100644
--- a/srcpkgs/libmbim/template
+++ b/srcpkgs/libmbim/template
@@ -1,6 +1,6 @@
 # Template file for 'libmbim'
 pkgname=libmbim
-version=1.24.4
+version=1.24.6
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -8,11 +8,11 @@ configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="pkg-config"
 makedepends="glib-devel libgudev-devel"
 short_desc="MBIM modem protocol helper library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/libmbim/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=dd488ee6176243a6adb27a5872897336272ea7bea33a3ad501ba268e5a58b285
+checksum=760465caaa1ccd699c14290e9791da456d5300dd11ebf4c1486151033e875dfd
 
 build_options="gir"
 build_options_default="gir"

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

* Re: [PR PATCH] [Updated] [WIP] update ModemManager and related libaries.
  2021-05-18 15:10 [PR PATCH] update ModemManager and related libaries steinex
  2021-05-18 16:48 ` [PR PATCH] [Updated] [WIP] " steinex
@ 2021-05-18 16:50 ` steinex
  2021-05-18 16:59 ` steinex
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: steinex @ 2021-05-18 16:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]

There is an updated pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages ModemManager
https://github.com/void-linux/void-packages/pull/30967

[WIP] update ModemManager and related libaries.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30967.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ModemManager-30967.patch --]
[-- Type: text/x-diff, Size: 4282 bytes --]

From 736ea9011949562815c7c9c9ca2b43ca494cd6e1 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:06:19 +0200
Subject: [PATCH 1/3] libqmi: update to 1.28.4.

Also take maintainership.
---
 srcpkgs/libqmi/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libqmi/template b/srcpkgs/libqmi/template
index b56f6c994243..8e596f438f0b 100644
--- a/srcpkgs/libqmi/template
+++ b/srcpkgs/libqmi/template
@@ -1,6 +1,6 @@
 # Template file for 'libqmi'
 pkgname=libqmi
-version=1.26.6
+version=1.28.4
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -9,11 +9,11 @@ configure_args="--disable-static --enable-mbim-qmux
 hostmakedepends="pkg-config"
 makedepends="glib-devel libgudev-devel libmbim-devel"
 short_desc="QMI modem protocol helper library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.freedesktop.org/wiki/Software/libqmi/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=a71963bb1097a42665287e40a9a36f95b8f9d6d6a4b7a5de22d660328af97cb9
+checksum=3b14cd2ab5221a7adbb39fed16ef697538ea1c79308821ad2d19b505e1daaea0
 build_options="gir"
 build_options_default="gir"
 

From 7f8b25217a33c20fc7e6eae17b022658aee620d9 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:07:47 +0200
Subject: [PATCH 2/3] ModemManager: update to 1.16.4.

Also take maintainership.
---
 srcpkgs/ModemManager/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ModemManager/template b/srcpkgs/ModemManager/template
index aacb3f5c0c93..6b9807d1d2d3 100644
--- a/srcpkgs/ModemManager/template
+++ b/srcpkgs/ModemManager/template
@@ -1,6 +1,6 @@
 # Template file for 'ModemManager'
 pkgname=ModemManager
-version=1.14.8
+version=1.16.4
 revision=1
 build_style=gnu-configure
 build_helper="gir"
@@ -10,15 +10,16 @@ configure_args="--disable-static --with-polkit=permissive
 hostmakedepends="pkg-config autoconf $(vopt_if gir vala-devel)
  glib-devel libxslt-devel"
 makedepends="libglib-devel libgudev-devel polkit-devel libqmi-devel
- libmbim-devel libxslt-devel ppp $(vopt_if gir vala-devel)"
+ libmbim-devel libxslt-devel ppp $(vopt_if gir vala-devel)
+ python3-gobject-devel"
 depends="hicolor-icon-theme ppp"
 checkdepends="dbus tzdata"
 short_desc="Mobile broadband modem management service"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/ModemManager/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=fe1a26ba51b4bda7abd09ad4dadedd87d8b8154809fc9d88e94f75fdfff19295
+checksum=167e60b26fa05887f87a0b3fb54143d7845e6e4d8c2f2dd93afac059f41e7edf
 
 build_options="gir"
 build_options_default="gir"

From 46c985c4c4435d5a11505d1e7203b7bdb88590f7 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:08:51 +0200
Subject: [PATCH 3/3] libmbim: update to 1.24.6.

Also take maintainership.
---
 srcpkgs/libmbim/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libmbim/template b/srcpkgs/libmbim/template
index 1f2e4acb7d6c..f12d888da43f 100644
--- a/srcpkgs/libmbim/template
+++ b/srcpkgs/libmbim/template
@@ -1,6 +1,6 @@
 # Template file for 'libmbim'
 pkgname=libmbim
-version=1.24.4
+version=1.24.6
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -8,11 +8,11 @@ configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="pkg-config"
 makedepends="glib-devel libgudev-devel"
 short_desc="MBIM modem protocol helper library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/libmbim/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=dd488ee6176243a6adb27a5872897336272ea7bea33a3ad501ba268e5a58b285
+checksum=760465caaa1ccd699c14290e9791da456d5300dd11ebf4c1486151033e875dfd
 
 build_options="gir"
 build_options_default="gir"

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

* Re: [PR PATCH] [Updated] [WIP] update ModemManager and related libaries.
  2021-05-18 15:10 [PR PATCH] update ModemManager and related libaries steinex
  2021-05-18 16:48 ` [PR PATCH] [Updated] [WIP] " steinex
  2021-05-18 16:50 ` steinex
@ 2021-05-18 16:59 ` steinex
  2021-05-18 20:28 ` [PR PATCH] [Updated] update ModemManager and related libraries, take maintainership steinex
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: steinex @ 2021-05-18 16:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]

There is an updated pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages ModemManager
https://github.com/void-linux/void-packages/pull/30967

[WIP] update ModemManager and related libaries.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30967.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ModemManager-30967.patch --]
[-- Type: text/x-diff, Size: 4301 bytes --]

From 736ea9011949562815c7c9c9ca2b43ca494cd6e1 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:06:19 +0200
Subject: [PATCH 1/3] libqmi: update to 1.28.4.

Also take maintainership.
---
 srcpkgs/libqmi/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libqmi/template b/srcpkgs/libqmi/template
index b56f6c994243..8e596f438f0b 100644
--- a/srcpkgs/libqmi/template
+++ b/srcpkgs/libqmi/template
@@ -1,6 +1,6 @@
 # Template file for 'libqmi'
 pkgname=libqmi
-version=1.26.6
+version=1.28.4
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -9,11 +9,11 @@ configure_args="--disable-static --enable-mbim-qmux
 hostmakedepends="pkg-config"
 makedepends="glib-devel libgudev-devel libmbim-devel"
 short_desc="QMI modem protocol helper library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.freedesktop.org/wiki/Software/libqmi/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=a71963bb1097a42665287e40a9a36f95b8f9d6d6a4b7a5de22d660328af97cb9
+checksum=3b14cd2ab5221a7adbb39fed16ef697538ea1c79308821ad2d19b505e1daaea0
 build_options="gir"
 build_options_default="gir"
 

From f8acb25a4be450052a9070efcaa2818f82f0e25a Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:07:47 +0200
Subject: [PATCH 2/3] ModemManager: update to 1.16.4.

Also take maintainership.
---
 srcpkgs/ModemManager/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ModemManager/template b/srcpkgs/ModemManager/template
index aacb3f5c0c93..a35581dc2e59 100644
--- a/srcpkgs/ModemManager/template
+++ b/srcpkgs/ModemManager/template
@@ -1,6 +1,6 @@
 # Template file for 'ModemManager'
 pkgname=ModemManager
-version=1.14.8
+version=1.16.4
 revision=1
 build_style=gnu-configure
 build_helper="gir"
@@ -10,15 +10,16 @@ configure_args="--disable-static --with-polkit=permissive
 hostmakedepends="pkg-config autoconf $(vopt_if gir vala-devel)
  glib-devel libxslt-devel"
 makedepends="libglib-devel libgudev-devel polkit-devel libqmi-devel
- libmbim-devel libxslt-devel ppp $(vopt_if gir vala-devel)"
+ libmbim-devel libxslt-devel ppp $(vopt_if gir vala-devel)
+ python3-gobject-devel python3-dbus-devel"
 depends="hicolor-icon-theme ppp"
 checkdepends="dbus tzdata"
 short_desc="Mobile broadband modem management service"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/ModemManager/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=fe1a26ba51b4bda7abd09ad4dadedd87d8b8154809fc9d88e94f75fdfff19295
+checksum=167e60b26fa05887f87a0b3fb54143d7845e6e4d8c2f2dd93afac059f41e7edf
 
 build_options="gir"
 build_options_default="gir"

From e059d72873d20663fd0f81f2815cc5ebdc0ff136 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:08:51 +0200
Subject: [PATCH 3/3] libmbim: update to 1.24.6.

Also take maintainership.
---
 srcpkgs/libmbim/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libmbim/template b/srcpkgs/libmbim/template
index 1f2e4acb7d6c..f12d888da43f 100644
--- a/srcpkgs/libmbim/template
+++ b/srcpkgs/libmbim/template
@@ -1,6 +1,6 @@
 # Template file for 'libmbim'
 pkgname=libmbim
-version=1.24.4
+version=1.24.6
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -8,11 +8,11 @@ configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="pkg-config"
 makedepends="glib-devel libgudev-devel"
 short_desc="MBIM modem protocol helper library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/libmbim/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=dd488ee6176243a6adb27a5872897336272ea7bea33a3ad501ba268e5a58b285
+checksum=760465caaa1ccd699c14290e9791da456d5300dd11ebf4c1486151033e875dfd
 
 build_options="gir"
 build_options_default="gir"

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

* Re: [PR PATCH] [Updated] update ModemManager and related libraries, take maintainership.
  2021-05-18 15:10 [PR PATCH] update ModemManager and related libaries steinex
                   ` (2 preceding siblings ...)
  2021-05-18 16:59 ` steinex
@ 2021-05-18 20:28 ` steinex
  2021-05-24 17:37 ` steinex
  2021-05-31 10:45 ` [PR PATCH] [Merged]: " Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: steinex @ 2021-05-18 20:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1635 bytes --]

There is an updated pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages ModemManager
https://github.com/void-linux/void-packages/pull/30967

update ModemManager and related libraries, take maintainership.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30967.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ModemManager-30967.patch --]
[-- Type: text/x-diff, Size: 4301 bytes --]

From 736ea9011949562815c7c9c9ca2b43ca494cd6e1 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:06:19 +0200
Subject: [PATCH 1/3] libqmi: update to 1.28.4.

Also take maintainership.
---
 srcpkgs/libqmi/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libqmi/template b/srcpkgs/libqmi/template
index b56f6c994243..8e596f438f0b 100644
--- a/srcpkgs/libqmi/template
+++ b/srcpkgs/libqmi/template
@@ -1,6 +1,6 @@
 # Template file for 'libqmi'
 pkgname=libqmi
-version=1.26.6
+version=1.28.4
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -9,11 +9,11 @@ configure_args="--disable-static --enable-mbim-qmux
 hostmakedepends="pkg-config"
 makedepends="glib-devel libgudev-devel libmbim-devel"
 short_desc="QMI modem protocol helper library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.freedesktop.org/wiki/Software/libqmi/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=a71963bb1097a42665287e40a9a36f95b8f9d6d6a4b7a5de22d660328af97cb9
+checksum=3b14cd2ab5221a7adbb39fed16ef697538ea1c79308821ad2d19b505e1daaea0
 build_options="gir"
 build_options_default="gir"
 

From f8acb25a4be450052a9070efcaa2818f82f0e25a Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:07:47 +0200
Subject: [PATCH 2/3] ModemManager: update to 1.16.4.

Also take maintainership.
---
 srcpkgs/ModemManager/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ModemManager/template b/srcpkgs/ModemManager/template
index aacb3f5c0c93..a35581dc2e59 100644
--- a/srcpkgs/ModemManager/template
+++ b/srcpkgs/ModemManager/template
@@ -1,6 +1,6 @@
 # Template file for 'ModemManager'
 pkgname=ModemManager
-version=1.14.8
+version=1.16.4
 revision=1
 build_style=gnu-configure
 build_helper="gir"
@@ -10,15 +10,16 @@ configure_args="--disable-static --with-polkit=permissive
 hostmakedepends="pkg-config autoconf $(vopt_if gir vala-devel)
  glib-devel libxslt-devel"
 makedepends="libglib-devel libgudev-devel polkit-devel libqmi-devel
- libmbim-devel libxslt-devel ppp $(vopt_if gir vala-devel)"
+ libmbim-devel libxslt-devel ppp $(vopt_if gir vala-devel)
+ python3-gobject-devel python3-dbus-devel"
 depends="hicolor-icon-theme ppp"
 checkdepends="dbus tzdata"
 short_desc="Mobile broadband modem management service"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/ModemManager/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=fe1a26ba51b4bda7abd09ad4dadedd87d8b8154809fc9d88e94f75fdfff19295
+checksum=167e60b26fa05887f87a0b3fb54143d7845e6e4d8c2f2dd93afac059f41e7edf
 
 build_options="gir"
 build_options_default="gir"

From 5202d64b789d1cc4c6acefca0cee002a1c208e54 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 18 May 2021 17:08:51 +0200
Subject: [PATCH 3/3] libmbim: update to 1.24.6.

Also take maintainership.
---
 srcpkgs/libmbim/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libmbim/template b/srcpkgs/libmbim/template
index 1f2e4acb7d6c..f12d888da43f 100644
--- a/srcpkgs/libmbim/template
+++ b/srcpkgs/libmbim/template
@@ -1,6 +1,6 @@
 # Template file for 'libmbim'
 pkgname=libmbim
-version=1.24.4
+version=1.24.6
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -8,11 +8,11 @@ configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="pkg-config"
 makedepends="glib-devel libgudev-devel"
 short_desc="MBIM modem protocol helper library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/libmbim/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=dd488ee6176243a6adb27a5872897336272ea7bea33a3ad501ba268e5a58b285
+checksum=760465caaa1ccd699c14290e9791da456d5300dd11ebf4c1486151033e875dfd
 
 build_options="gir"
 build_options_default="gir"

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

* Re: update ModemManager and related libraries, take maintainership.
  2021-05-18 15:10 [PR PATCH] update ModemManager and related libaries steinex
                   ` (3 preceding siblings ...)
  2021-05-18 20:28 ` [PR PATCH] [Updated] update ModemManager and related libraries, take maintainership steinex
@ 2021-05-24 17:37 ` steinex
  2021-05-31 10:45 ` [PR PATCH] [Merged]: " Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: steinex @ 2021-05-24 17:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

New comment by steinex on void-packages repository

https://github.com/void-linux/void-packages/pull/30967#issuecomment-847216395

Comment:
FWIW, running this with with a Sierra Wireless EM7455 LTE modem without issues since I opened this PR.

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

* Re: [PR PATCH] [Merged]: update ModemManager and related libraries, take maintainership.
  2021-05-18 15:10 [PR PATCH] update ModemManager and related libaries steinex
                   ` (4 preceding siblings ...)
  2021-05-24 17:37 ` steinex
@ 2021-05-31 10:45 ` Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2021-05-31 10:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1474 bytes --]

There's a merged pull request on the void-packages repository

update ModemManager and related libraries, take maintainership.
https://github.com/void-linux/void-packages/pull/30967

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-05-31 10:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18 15:10 [PR PATCH] update ModemManager and related libaries steinex
2021-05-18 16:48 ` [PR PATCH] [Updated] [WIP] " steinex
2021-05-18 16:50 ` steinex
2021-05-18 16:59 ` steinex
2021-05-18 20:28 ` [PR PATCH] [Updated] update ModemManager and related libraries, take maintainership steinex
2021-05-24 17:37 ` steinex
2021-05-31 10:45 ` [PR PATCH] [Merged]: " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).