Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dbus: update to 1.14.8.
@ 2023-06-24 11:49 Bnyro
  2023-06-24 12:26 ` mhmdanas
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Bnyro @ 2023-06-24 11:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages dbus
https://github.com/void-linux/void-packages/pull/44605

dbus: update to 1.14.8.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 15b7d1624b51f39756372641e3e96efedf28e358 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sat, 24 Jun 2023 13:48:08 +0200
Subject: [PATCH] dbus: update to 1.14.8.

---
 srcpkgs/dbus/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template
index 4b3a4fc6cfd1..96206eec9352 100644
--- a/srcpkgs/dbus/template
+++ b/srcpkgs/dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'dbus'
 # NOTE: keep this pkg synchronized with dbus-elogind
 pkgname=dbus
-version=1.14.6
+version=1.14.8
 revision=1
 build_style=gnu-configure
 configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later"
 homepage="https://dbus.freedesktop.org/"
 changelog="https://raw.githubusercontent.com/freedesktop/dbus/dbus-1.14/NEWS"
 distfiles="https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.xz"
-checksum=fd2bdf1bb89dc365a46531bff631536f22b0d1c6d5ce2c5c5e59b55265b3d66b
+checksum=a6bd5bac5cf19f0c3c594bdae2565a095696980a683a0ef37cb6212e093bde35
 python_version=3
 conf_files="/etc/dbus-1/*.conf"
 

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

* Re: dbus: update to 1.14.8.
  2023-06-24 11:49 [PR PATCH] dbus: update to 1.14.8 Bnyro
@ 2023-06-24 12:26 ` mhmdanas
  2023-06-24 16:05 ` [PR PATCH] [Updated] " Bnyro
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mhmdanas @ 2023-06-24 12:26 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/44605#issuecomment-1605444502

Comment:
You should also bump dbus-elogind.

I already tried bumping dbus-elogind and dbus locally to 1.14.8, but it broke my system and I had to fix it from a live Void session. I haven't really investigated further since, but I'll try this out and see whether this breaks anything.

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

* Re: [PR PATCH] [Updated] dbus: update to 1.14.8.
  2023-06-24 11:49 [PR PATCH] dbus: update to 1.14.8 Bnyro
  2023-06-24 12:26 ` mhmdanas
@ 2023-06-24 16:05 ` Bnyro
  2023-06-24 16:08 ` Bnyro
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Bnyro @ 2023-06-24 16:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages dbus
https://github.com/void-linux/void-packages/pull/44605

dbus: update to 1.14.8.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 15b7d1624b51f39756372641e3e96efedf28e358 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sat, 24 Jun 2023 13:48:08 +0200
Subject: [PATCH 1/2] dbus: update to 1.14.8.

---
 srcpkgs/dbus/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template
index 4b3a4fc6cfd1..96206eec9352 100644
--- a/srcpkgs/dbus/template
+++ b/srcpkgs/dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'dbus'
 # NOTE: keep this pkg synchronized with dbus-elogind
 pkgname=dbus
-version=1.14.6
+version=1.14.8
 revision=1
 build_style=gnu-configure
 configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later"
 homepage="https://dbus.freedesktop.org/"
 changelog="https://raw.githubusercontent.com/freedesktop/dbus/dbus-1.14/NEWS"
 distfiles="https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.xz"
-checksum=fd2bdf1bb89dc365a46531bff631536f22b0d1c6d5ce2c5c5e59b55265b3d66b
+checksum=a6bd5bac5cf19f0c3c594bdae2565a095696980a683a0ef37cb6212e093bde35
 python_version=3
 conf_files="/etc/dbus-1/*.conf"
 

From 6588b60192e8662717d42a158c7f90eabd1798bc Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sat, 24 Jun 2023 18:05:54 +0200
Subject: [PATCH 2/2] dbus-elogind: update to 1.14.8.

---
 srcpkgs/dbus-elogind/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dbus-elogind/template b/srcpkgs/dbus-elogind/template
index 2f6b4bdfee41..c3c7c384a254 100644
--- a/srcpkgs/dbus-elogind/template
+++ b/srcpkgs/dbus-elogind/template
@@ -1,7 +1,7 @@
 # Template file for 'dbus-elogind'
 # NOTE: keep this pkg synchronized with dbus
 pkgname=dbus-elogind
-version=1.14.6
+version=1.14.8
 revision=1
 build_style=gnu-configure
 configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus
@@ -19,7 +19,7 @@ license="GPL-2.0-or-later"
 homepage="https://dbus.freedesktop.org/"
 changelog="https://raw.githubusercontent.com/freedesktop/dbus/dbus-1.14/NEWS"
 distfiles="https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.xz"
-checksum=fd2bdf1bb89dc365a46531bff631536f22b0d1c6d5ce2c5c5e59b55265b3d66b
+checksum=a6bd5bac5cf19f0c3c594bdae2565a095696980a683a0ef37cb6212e093bde35
 conf_files="/etc/dbus-1/*.conf"
 replaces="dbus>=0"
 provides="dbus-${version}_${revision}"

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

* Re: dbus: update to 1.14.8.
  2023-06-24 11:49 [PR PATCH] dbus: update to 1.14.8 Bnyro
  2023-06-24 12:26 ` mhmdanas
  2023-06-24 16:05 ` [PR PATCH] [Updated] " Bnyro
@ 2023-06-24 16:08 ` Bnyro
  2023-06-24 16:46 ` mhmdanas
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Bnyro @ 2023-06-24 16:08 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44605#issuecomment-1605611875

Comment:
Bumped dbus-elogind too now, thanks for the reminder!
Everything still seems to work fine for me, using dbus and dbus-elogind both on version 1.14.8.
E.g. audio using Pipewire works as expected, and starting new sessions does too.
Have you been updating dbus and dbus-elogind both at the same time when experiencing the issue or only dbus-elogind?

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

* Re: dbus: update to 1.14.8.
  2023-06-24 11:49 [PR PATCH] dbus: update to 1.14.8 Bnyro
                   ` (2 preceding siblings ...)
  2023-06-24 16:08 ` Bnyro
@ 2023-06-24 16:46 ` mhmdanas
  2023-06-24 16:46 ` mhmdanas
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mhmdanas @ 2023-06-24 16:46 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/44605#issuecomment-1605636041

Comment:
> Have you been updating dbus and dbus-elogind both at the same time when experiencing the issue or only dbus-elogind?

Both IIRC.

I just built dbus-elogind from this PR, and here are the logs:
```
[*] Verifying package integrity
dbus-elogind-1.14.8_1: verifying SHA256 hash...

[*] Collecting package files
dbus-elogind-1.14.8_1: collecting files...
dbus-elogind-1.14.6_1: collecting files...

[*] Unpacking packages
dbus-elogind-1.14.6_1: updating to 1.14.8_1 ...
dbus-elogind-1.14.8_1: unpacking ...

[*] Configuring unpacked packages
dbus-elogind-1.14.8_1: configuring ...
Updated dbus system user.
usr/bin/dbus-uuidgen: /usr/lib/libdbus-1.so.3: version `LIBDBUS_PRIVATE_1.14.8' not found (required by usr/bin/dbus-uuidgen)
dbus-elogind-1.14.8_1: updated successfully.

0 downloaded, 0 installed, 1 updated, 1 configured, 0 removed.
```

The only thing of note is the dbus-uuidgen thing; I only get that error when I update just dbus-elogind to 1.14.8 on my system, without also bumping dbus-elogind-x11 and dbus-elogind-libs.

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

* Re: dbus: update to 1.14.8.
  2023-06-24 11:49 [PR PATCH] dbus: update to 1.14.8 Bnyro
                   ` (3 preceding siblings ...)
  2023-06-24 16:46 ` mhmdanas
@ 2023-06-24 16:46 ` mhmdanas
  2023-06-24 16:46 ` mhmdanas
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mhmdanas @ 2023-06-24 16:46 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/44605#issuecomment-1605636041

Comment:
> Have you been updating dbus and dbus-elogind both at the same time when experiencing the issue or only dbus-elogind?

Both IIRC.

I just built dbus-elogind from this PR, and here are the install logs:
```
[*] Verifying package integrity
dbus-elogind-1.14.8_1: verifying SHA256 hash...

[*] Collecting package files
dbus-elogind-1.14.8_1: collecting files...
dbus-elogind-1.14.6_1: collecting files...

[*] Unpacking packages
dbus-elogind-1.14.6_1: updating to 1.14.8_1 ...
dbus-elogind-1.14.8_1: unpacking ...

[*] Configuring unpacked packages
dbus-elogind-1.14.8_1: configuring ...
Updated dbus system user.
usr/bin/dbus-uuidgen: /usr/lib/libdbus-1.so.3: version `LIBDBUS_PRIVATE_1.14.8' not found (required by usr/bin/dbus-uuidgen)
dbus-elogind-1.14.8_1: updated successfully.

0 downloaded, 0 installed, 1 updated, 1 configured, 0 removed.
```

The only thing of note is the dbus-uuidgen thing; I only get that error when I update just dbus-elogind to 1.14.8 on my system, without also bumping dbus-elogind-x11 and dbus-elogind-libs.

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

* Re: dbus: update to 1.14.8.
  2023-06-24 11:49 [PR PATCH] dbus: update to 1.14.8 Bnyro
                   ` (4 preceding siblings ...)
  2023-06-24 16:46 ` mhmdanas
@ 2023-06-24 16:46 ` mhmdanas
  2023-06-26  9:30 ` mhmdanas
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mhmdanas @ 2023-06-24 16:46 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/44605#issuecomment-1605636041

Comment:
> Have you been updating dbus and dbus-elogind both at the same time when experiencing the issue or only dbus-elogind?

Both IIRC.

I just built dbus-elogind from this PR, and here are the install logs:
```
[*] Verifying package integrity
dbus-elogind-1.14.8_1: verifying SHA256 hash...

[*] Collecting package files
dbus-elogind-1.14.8_1: collecting files...
dbus-elogind-1.14.6_1: collecting files...

[*] Unpacking packages
dbus-elogind-1.14.6_1: updating to 1.14.8_1 ...
dbus-elogind-1.14.8_1: unpacking ...

[*] Configuring unpacked packages
dbus-elogind-1.14.8_1: configuring ...
Updated dbus system user.
usr/bin/dbus-uuidgen: /usr/lib/libdbus-1.so.3: version `LIBDBUS_PRIVATE_1.14.8' not found (required by usr/bin/dbus-uuidgen)
dbus-elogind-1.14.8_1: updated successfully.

0 downloaded, 0 installed, 1 updated, 1 configured, 0 removed.
```

The only thing of note is the dbus-uuidgen thing; I only get that error when I update just dbus-elogind to 1.14.8 on my system, without also installing the updated dbus-elogind-x11 and dbus-elogind-libs.

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

* Re: dbus: update to 1.14.8.
  2023-06-24 11:49 [PR PATCH] dbus: update to 1.14.8 Bnyro
                   ` (5 preceding siblings ...)
  2023-06-24 16:46 ` mhmdanas
@ 2023-06-26  9:30 ` mhmdanas
  2023-07-18  6:49 ` [PR PATCH] [Updated] dbus{,-elogind}: " Bnyro
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mhmdanas @ 2023-06-26  9:30 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/44605#issuecomment-1607076270

Comment:
I was still able to boot with dbus-elogind 1.14.8 while both dbus-elogind-x11 and dbus-elogind-libs were still on 1.14.6, but dbus-run-session failed to start. Bumping them all to 1.14.8 fixed this (I think bumping only dbus-elogind-libs was necessary, though I'm not sure). The best thing to do is to make sure that only the same version of the packages are installed, but I'm not sure what's the best way to do that.

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

* Re: [PR PATCH] [Updated] dbus{,-elogind}: update to 1.14.8.
  2023-06-24 11:49 [PR PATCH] dbus: update to 1.14.8 Bnyro
                   ` (6 preceding siblings ...)
  2023-06-26  9:30 ` mhmdanas
@ 2023-07-18  6:49 ` Bnyro
  2023-07-18  6:51 ` [PR PATCH] [Updated] dbus: " Bnyro
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Bnyro @ 2023-07-18  6:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages dbus
https://github.com/void-linux/void-packages/pull/44605

dbus{,-elogind}: update to 1.14.8.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 15b7d1624b51f39756372641e3e96efedf28e358 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sat, 24 Jun 2023 13:48:08 +0200
Subject: [PATCH] dbus: update to 1.14.8.

---
 srcpkgs/dbus/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template
index 4b3a4fc6cfd1..96206eec9352 100644
--- a/srcpkgs/dbus/template
+++ b/srcpkgs/dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'dbus'
 # NOTE: keep this pkg synchronized with dbus-elogind
 pkgname=dbus
-version=1.14.6
+version=1.14.8
 revision=1
 build_style=gnu-configure
 configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later"
 homepage="https://dbus.freedesktop.org/"
 changelog="https://raw.githubusercontent.com/freedesktop/dbus/dbus-1.14/NEWS"
 distfiles="https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.xz"
-checksum=fd2bdf1bb89dc365a46531bff631536f22b0d1c6d5ce2c5c5e59b55265b3d66b
+checksum=a6bd5bac5cf19f0c3c594bdae2565a095696980a683a0ef37cb6212e093bde35
 python_version=3
 conf_files="/etc/dbus-1/*.conf"
 

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

* Re: [PR PATCH] [Updated] dbus: update to 1.14.8.
  2023-06-24 11:49 [PR PATCH] dbus: update to 1.14.8 Bnyro
                   ` (7 preceding siblings ...)
  2023-07-18  6:49 ` [PR PATCH] [Updated] dbus{,-elogind}: " Bnyro
@ 2023-07-18  6:51 ` Bnyro
  2023-07-18  6:53 ` Bnyro
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Bnyro @ 2023-07-18  6:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages dbus
https://github.com/void-linux/void-packages/pull/44605

dbus: update to 1.14.8.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 4af834da6fe75497533eafd61461dcf60cdab083 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 18 Jul 2023 08:52:33 +0200
Subject: [PATCH] dbus: update to 1.14.8.

---
 srcpkgs/dbus/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template
index e2cbd7e9529d..96206eec9352 100644
--- a/srcpkgs/dbus/template
+++ b/srcpkgs/dbus/template
@@ -1,8 +1,8 @@
 # Template file for 'dbus'
 # NOTE: keep this pkg synchronized with dbus-elogind
 pkgname=dbus
-version=1.14.6
-revision=2
+version=1.14.8
+revision=1
 build_style=gnu-configure
 configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus
  --enable-xml-docs --enable-epoll
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later"
 homepage="https://dbus.freedesktop.org/"
 changelog="https://raw.githubusercontent.com/freedesktop/dbus/dbus-1.14/NEWS"
 distfiles="https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.xz"
-checksum=fd2bdf1bb89dc365a46531bff631536f22b0d1c6d5ce2c5c5e59b55265b3d66b
+checksum=a6bd5bac5cf19f0c3c594bdae2565a095696980a683a0ef37cb6212e093bde35
 python_version=3
 conf_files="/etc/dbus-1/*.conf"
 

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

* Re: dbus: update to 1.14.8.
  2023-06-24 11:49 [PR PATCH] dbus: update to 1.14.8 Bnyro
                   ` (8 preceding siblings ...)
  2023-07-18  6:51 ` [PR PATCH] [Updated] dbus: " Bnyro
@ 2023-07-18  6:53 ` Bnyro
  2023-07-22 13:37 ` mhmdanas
  2023-07-22 19:38 ` [PR PATCH] [Merged]: " Duncaen
  11 siblings, 0 replies; 13+ messages in thread
From: Bnyro @ 2023-07-18  6:53 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44605#issuecomment-1639607126

Comment:
Since dbus-elogind got removed from the repos, the issue shouldn't be one anymore as all dbus libs are updated at once now.

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

* Re: dbus: update to 1.14.8.
  2023-06-24 11:49 [PR PATCH] dbus: update to 1.14.8 Bnyro
                   ` (9 preceding siblings ...)
  2023-07-18  6:53 ` Bnyro
@ 2023-07-22 13:37 ` mhmdanas
  2023-07-22 19:38 ` [PR PATCH] [Merged]: " Duncaen
  11 siblings, 0 replies; 13+ messages in thread
From: mhmdanas @ 2023-07-22 13:37 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/44605#issuecomment-1646586037

Comment:
Tested this, can confirm it's working.

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

* Re: [PR PATCH] [Merged]: dbus: update to 1.14.8.
  2023-06-24 11:49 [PR PATCH] dbus: update to 1.14.8 Bnyro
                   ` (10 preceding siblings ...)
  2023-07-22 13:37 ` mhmdanas
@ 2023-07-22 19:38 ` Duncaen
  11 siblings, 0 replies; 13+ messages in thread
From: Duncaen @ 2023-07-22 19:38 UTC (permalink / raw)
  To: ml

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

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

dbus: update to 1.14.8.
https://github.com/void-linux/void-packages/pull/44605

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2023-07-22 19:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-24 11:49 [PR PATCH] dbus: update to 1.14.8 Bnyro
2023-06-24 12:26 ` mhmdanas
2023-06-24 16:05 ` [PR PATCH] [Updated] " Bnyro
2023-06-24 16:08 ` Bnyro
2023-06-24 16:46 ` mhmdanas
2023-06-24 16:46 ` mhmdanas
2023-06-24 16:46 ` mhmdanas
2023-06-26  9:30 ` mhmdanas
2023-07-18  6:49 ` [PR PATCH] [Updated] dbus{,-elogind}: " Bnyro
2023-07-18  6:51 ` [PR PATCH] [Updated] dbus: " Bnyro
2023-07-18  6:53 ` Bnyro
2023-07-22 13:37 ` mhmdanas
2023-07-22 19:38 ` [PR PATCH] [Merged]: " Duncaen

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).