mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] dbus: Version bump. 1.15.2 -> 1.16.0
@ 2025-01-04 21:21 Christian Melki
  2025-01-04 21:21 ` [ptxdist] [PATCH 2/2] host-dbus: Follow target dbus 1.15.2 -> 1.16.0 bump Christian Melki
  2025-01-16 16:09 ` [ptxdist] [APPLIED] dbus: Version bump. 1.15.2 -> 1.16.0 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2025-01-04 21:21 UTC (permalink / raw)
  To: ptxdist

Next stable series.
No major changes since we followed the unstable series (same as others).
https://gitlab.freedesktop.org/dbus/dbus/-/blob/dbus-1.16.0/NEWS

* Forward patches. Applies cleanly

* Rearrange options, fix renamed and removed options.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 ...K-meson_post_install.py-don-t-try-to-change-owner.patch | 0
 patches/{dbus-1.15.12 => dbus-1.16.0}/series               | 0
 rules/dbus.make                                            | 7 +++----
 3 files changed, 3 insertions(+), 4 deletions(-)
 rename patches/{dbus-1.15.12 => dbus-1.16.0}/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch (100%)
 rename patches/{dbus-1.15.12 => dbus-1.16.0}/series (100%)

diff --git a/patches/dbus-1.15.12/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch b/patches/dbus-1.16.0/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
similarity index 100%
rename from patches/dbus-1.15.12/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
rename to patches/dbus-1.16.0/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
diff --git a/patches/dbus-1.15.12/series b/patches/dbus-1.16.0/series
similarity index 100%
rename from patches/dbus-1.15.12/series
rename to patches/dbus-1.16.0/series
diff --git a/rules/dbus.make b/rules/dbus.make
index f2bc7b552..73c11273a 100644
--- a/rules/dbus.make
+++ b/rules/dbus.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus
 #
 # Paths and names
 #
-DBUS_VERSION		:= 1.15.12
-DBUS_MD5		:= cc1a1e2ae4ad166ed3d3da36172bbb8a
+DBUS_VERSION		:= 1.16.0
+DBUS_MD5		:= 66bfcf1f42d4ebc634ca558d14335e92
 DBUS			:= dbus-$(DBUS_VERSION)
 DBUS_SUFFIX		:= tar.xz
 DBUS_URL		:= https://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)
@@ -48,14 +48,13 @@ DBUS_CONF_OPT	:= \
 	-Dapparmor=disabled \
 	-Dasserts=false \
 	-Dchecks=false \
-	-Dcontainers=false \
 	-Ddbus_user=messagebus \
 	-Ddoxygen_docs=disabled \
 	-Dducktype_docs=disabled \
-	-Dembedded_tests=false \
 	-Depoll=enabled \
 	-Dinotify=enabled \
 	-Dinstalled_tests=false \
+	-Dintrusive_tests=false \
 	-Dkqueue=disabled \
 	-Dlaunchd=disabled \
 	-Dlibaudit=disabled \
-- 
2.34.1




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

* [ptxdist] [PATCH 2/2] host-dbus: Follow target dbus 1.15.2 -> 1.16.0 bump.
  2025-01-04 21:21 [ptxdist] [PATCH 1/2] dbus: Version bump. 1.15.2 -> 1.16.0 Christian Melki
@ 2025-01-04 21:21 ` Christian Melki
  2025-01-16 16:09   ` [ptxdist] [APPLIED] " Michael Olbrich
  2025-01-16 16:09 ` [ptxdist] [APPLIED] dbus: Version bump. 1.15.2 -> 1.16.0 Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2025-01-04 21:21 UTC (permalink / raw)
  To: ptxdist

* Rearrange options, fix renamed and removed options.

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

diff --git a/rules/host-dbus.make b/rules/host-dbus.make
index f0ff60283..6da96a197 100644
--- a/rules/host-dbus.make
+++ b/rules/host-dbus.make
@@ -29,14 +29,13 @@ HOST_DBUS_CONF_OPT	:= \
 	-Dapparmor=disabled \
 	-Dasserts=false \
 	-Dchecks=false \
-	-Dcontainers=false \
 	-Ddbus_user=messagebus \
 	-Ddoxygen_docs=disabled \
 	-Dducktype_docs=disabled \
-	-Dembedded_tests=false \
 	-Depoll=disabled \
 	-Dinotify=disabled \
 	-Dinstalled_tests=false \
+	-Dintrusive_tests=false \
 	-Dkqueue=disabled \
 	-Dlaunchd=disabled \
 	-Dlibaudit=disabled \
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] dbus: Version bump. 1.15.2 -> 1.16.0
  2025-01-04 21:21 [ptxdist] [PATCH 1/2] dbus: Version bump. 1.15.2 -> 1.16.0 Christian Melki
  2025-01-04 21:21 ` [ptxdist] [PATCH 2/2] host-dbus: Follow target dbus 1.15.2 -> 1.16.0 bump Christian Melki
@ 2025-01-16 16:09 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2025-01-16 16:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 7b67614d6c3492b7bada03fa2f7ebaa2b60a272c.

Michael

[sent from post-receive hook]

On Thu, 16 Jan 2025 17:09:43 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Next stable series.
> No major changes since we followed the unstable series (same as others).
> https://gitlab.freedesktop.org/dbus/dbus/-/blob/dbus-1.16.0/NEWS
> 
> * Forward patches. Applies cleanly
> 
> * Rearrange options, fix renamed and removed options.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250104212111.968417-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/dbus-1.15.12/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch b/patches/dbus-1.16.0/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
> similarity index 100%
> rename from patches/dbus-1.15.12/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
> rename to patches/dbus-1.16.0/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
> diff --git a/patches/dbus-1.15.12/series b/patches/dbus-1.16.0/series
> similarity index 100%
> rename from patches/dbus-1.15.12/series
> rename to patches/dbus-1.16.0/series
> diff --git a/rules/dbus.make b/rules/dbus.make
> index f2bc7b552898..73c11273abb6 100644
> --- a/rules/dbus.make
> +++ b/rules/dbus.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus
>  #
>  # Paths and names
>  #
> -DBUS_VERSION		:= 1.15.12
> -DBUS_MD5		:= cc1a1e2ae4ad166ed3d3da36172bbb8a
> +DBUS_VERSION		:= 1.16.0
> +DBUS_MD5		:= 66bfcf1f42d4ebc634ca558d14335e92
>  DBUS			:= dbus-$(DBUS_VERSION)
>  DBUS_SUFFIX		:= tar.xz
>  DBUS_URL		:= https://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)
> @@ -48,14 +48,13 @@ DBUS_CONF_OPT	:= \
>  	-Dapparmor=disabled \
>  	-Dasserts=false \
>  	-Dchecks=false \
> -	-Dcontainers=false \
>  	-Ddbus_user=messagebus \
>  	-Ddoxygen_docs=disabled \
>  	-Dducktype_docs=disabled \
> -	-Dembedded_tests=false \
>  	-Depoll=enabled \
>  	-Dinotify=enabled \
>  	-Dinstalled_tests=false \
> +	-Dintrusive_tests=false \
>  	-Dkqueue=disabled \
>  	-Dlaunchd=disabled \
>  	-Dlibaudit=disabled \



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

* Re: [ptxdist] [APPLIED] host-dbus: Follow target dbus 1.15.2 -> 1.16.0 bump.
  2025-01-04 21:21 ` [ptxdist] [PATCH 2/2] host-dbus: Follow target dbus 1.15.2 -> 1.16.0 bump Christian Melki
@ 2025-01-16 16:09   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2025-01-16 16:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as aba5b8284e8232ff49466fa5922a5b2240be759d.

Michael

[sent from post-receive hook]

On Thu, 16 Jan 2025 17:09:43 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> * Rearrange options, fix renamed and removed options.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250104212111.968417-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-dbus.make b/rules/host-dbus.make
> index f0ff60283b2a..6da96a197cc2 100644
> --- a/rules/host-dbus.make
> +++ b/rules/host-dbus.make
> @@ -29,14 +29,13 @@ HOST_DBUS_CONF_OPT	:= \
>  	-Dapparmor=disabled \
>  	-Dasserts=false \
>  	-Dchecks=false \
> -	-Dcontainers=false \
>  	-Ddbus_user=messagebus \
>  	-Ddoxygen_docs=disabled \
>  	-Dducktype_docs=disabled \
> -	-Dembedded_tests=false \
>  	-Depoll=disabled \
>  	-Dinotify=disabled \
>  	-Dinstalled_tests=false \
> +	-Dintrusive_tests=false \
>  	-Dkqueue=disabled \
>  	-Dlaunchd=disabled \
>  	-Dlibaudit=disabled \



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

end of thread, other threads:[~2025-01-16 16:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-04 21:21 [ptxdist] [PATCH 1/2] dbus: Version bump. 1.15.2 -> 1.16.0 Christian Melki
2025-01-04 21:21 ` [ptxdist] [PATCH 2/2] host-dbus: Follow target dbus 1.15.2 -> 1.16.0 bump Christian Melki
2025-01-16 16:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2025-01-16 16:09 ` [ptxdist] [APPLIED] dbus: Version bump. 1.15.2 -> 1.16.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