mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] dbus: Version bump. 1.15.4 -> 1.15.8
@ 2023-09-07 17:00 Christian Melki
  2023-09-15  8:02 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-09-07 17:00 UTC (permalink / raw)
  To: ptxdist

Minor bugfixes and enhancements.
https://gitlab.freedesktop.org/dbus/dbus/-/blob/c4c868a84b3815b9ece9672d0a6dbad4e1ac5f07/NEWS

A side note here. dbus has decided to deprecate autotools.
So next updater gets to move this configuration to meson.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 patches/dbus-1.15.8/autogen.sh | 1 +
 rules/dbus.in                  | 1 +
 rules/dbus.make                | 4 ++--
 3 files changed, 4 insertions(+), 2 deletions(-)
 create mode 120000 patches/dbus-1.15.8/autogen.sh

diff --git a/patches/dbus-1.15.8/autogen.sh b/patches/dbus-1.15.8/autogen.sh
new file mode 120000
index 000000000..9f8a4cb7d
--- /dev/null
+++ b/patches/dbus-1.15.8/autogen.sh
@@ -0,0 +1 @@
+../autogen.sh
\ No newline at end of file
diff --git a/rules/dbus.in b/rules/dbus.in
index 3af3e5ca1..93cc95425 100644
--- a/rules/dbus.in
+++ b/rules/dbus.in
@@ -3,6 +3,7 @@
 menuconfig DBUS
 	tristate
 	prompt "dbus                          "
+	select HOST_AUTOTOOLS_AUTOCONF_ARCHIVE
 	select EXPAT
 	select XORG_LIB_X11	if DBUS_X
 	select MACHINE_ID	if RUNTIME
diff --git a/rules/dbus.make b/rules/dbus.make
index de71f7d55..998b085bc 100644
--- a/rules/dbus.make
+++ b/rules/dbus.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus
 #
 # Paths and names
 #
-DBUS_VERSION	:= 1.15.4
-DBUS_MD5	:= 5f948b755ccd7c4d0a32d5b7fa423dd5
+DBUS_VERSION	:= 1.15.8
+DBUS_MD5	:= 66a38f65320762e0734340fb6facdcce
 DBUS		:= dbus-$(DBUS_VERSION)
 DBUS_SUFFIX	:= tar.xz
 DBUS_URL	:= https://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] dbus: Version bump. 1.15.4 -> 1.15.8
  2023-09-07 17:00 [ptxdist] [PATCH v2] dbus: Version bump. 1.15.4 -> 1.15.8 Christian Melki
@ 2023-09-15  8:02 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-09-15  8:02 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 3156c0ad311c4a36cd84804f6a5b1fd1c18bf36f.

Michael

[sent from post-receive hook]

On Fri, 15 Sep 2023 10:02:45 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor bugfixes and enhancements.
> https://gitlab.freedesktop.org/dbus/dbus/-/blob/c4c868a84b3815b9ece9672d0a6dbad4e1ac5f07/NEWS
> 
> A side note here. dbus has decided to deprecate autotools.
> So next updater gets to move this configuration to meson.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230907170043.1048262-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/dbus-1.15.8/autogen.sh b/patches/dbus-1.15.8/autogen.sh
> new file mode 120000
> index 000000000000..9f8a4cb7ddcb
> --- /dev/null
> +++ b/patches/dbus-1.15.8/autogen.sh
> @@ -0,0 +1 @@
> +../autogen.sh
> \ No newline at end of file
> diff --git a/rules/dbus.in b/rules/dbus.in
> index 3af3e5ca14eb..93cc954256aa 100644
> --- a/rules/dbus.in
> +++ b/rules/dbus.in
> @@ -3,6 +3,7 @@
>  menuconfig DBUS
>  	tristate
>  	prompt "dbus                          "
> +	select HOST_AUTOTOOLS_AUTOCONF_ARCHIVE
>  	select EXPAT
>  	select XORG_LIB_X11	if DBUS_X
>  	select MACHINE_ID	if RUNTIME
> diff --git a/rules/dbus.make b/rules/dbus.make
> index de71f7d551bf..998b085bc0f6 100644
> --- a/rules/dbus.make
> +++ b/rules/dbus.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus
>  #
>  # Paths and names
>  #
> -DBUS_VERSION	:= 1.15.4
> -DBUS_MD5	:= 5f948b755ccd7c4d0a32d5b7fa423dd5
> +DBUS_VERSION	:= 1.15.8
> +DBUS_MD5	:= 66a38f65320762e0734340fb6facdcce
>  DBUS		:= dbus-$(DBUS_VERSION)
>  DBUS_SUFFIX	:= tar.xz
>  DBUS_URL	:= https://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)



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

end of thread, other threads:[~2023-09-15  8:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-07 17:00 [ptxdist] [PATCH v2] dbus: Version bump. 1.15.4 -> 1.15.8 Christian Melki
2023-09-15  8:02 ` [ptxdist] [APPLIED] " Michael Olbrich

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