[Buildroot] [PATCH v2] package/dbus-broker: bump to release 32

Stefan Agner stefan at agner.ch
Fri Aug 12 08:01:22 UTC 2022


On 2022-08-12 09:59, Stefan Agner wrote:
> The new releases mostly contain bug fixes. The build system has been
> prepared to use AppArmor library, but since actual support is still
> missing it is not worth yet to enable build infrastructure in
> Buildroot.
> 
> Signed-off-by: Stefan Agner <stefan at agner.ch>
> ---

Just noticed that the license files are actually missing from the hash
file (and have been previously).

I'll add them and send v3.

--
Stefan

>  package/dbus-broker/dbus-broker.hash |  2 +-
>  package/dbus-broker/dbus-broker.mk   | 16 ++++++++--------
>  2 files changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/package/dbus-broker/dbus-broker.hash
> b/package/dbus-broker/dbus-broker.hash
> index 26ebab7ac1..a2c45c078e 100644
> --- a/package/dbus-broker/dbus-broker.hash
> +++ b/package/dbus-broker/dbus-broker.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256 
> 4eca425db52b7ab1027153e93fea9b3f11759db9e93ffbf88759b73ddfb8026a 
> dbus-broker-29.tar.xz
> +sha256 
> bea7f653e7251063c5f427e9e3f93562d38a0d8667ae6d49fb56f113605985de 
> dbus-broker-32.tar.xz
>  sha256 
> 3cda3630283eda0eab825abe5ac84d191248c6b3fe1c232a118124959b96c6a4 
> LICENSE
> diff --git a/package/dbus-broker/dbus-broker.mk
> b/package/dbus-broker/dbus-broker.mk
> index 22c5e8d8b7..9b8bf361b5 100644
> --- a/package/dbus-broker/dbus-broker.mk
> +++ b/package/dbus-broker/dbus-broker.mk
> @@ -4,7 +4,7 @@
>  #
>
> ################################################################################
>  
> -DBUS_BROKER_VERSION = 29
> +DBUS_BROKER_VERSION = 32
>  DBUS_BROKER_SOURCE = dbus-broker-$(DBUS_BROKER_VERSION).tar.xz
>  DBUS_BROKER_SITE =
> https://github.com/bus1/dbus-broker/releases/download/v$(DBUS_BROKER_VERSION)
>  
> @@ -15,13 +15,13 @@ DBUS_BROKER_LICENSE = \
>  # the AUTHORS and README, so keep both
>  DBUS_BROKER_LICENSE_FILES = \
>  	LICENSE \
> -	subprojects/c-dvar/AUTHORS subprojects/c-dvar/README.md \
> -	subprojects/c-ini/AUTHORS subprojects/c-ini/README.md \
> -	subprojects/c-list/AUTHORS subprojects/c-list/README.md \
> -	subprojects/c-rbtree/AUTHORS subprojects/c-rbtree/README.md \
> -	subprojects/c-shquote/AUTHORS subprojects/c-shquote/README.md \
> -	subprojects/c-stdaux/AUTHORS subprojects/c-stdaux/README.md \
> -	subprojects/c-utf8/AUTHORS subprojects/c-utf8/README.md
> +	subprojects/libcdvar-1/AUTHORS subprojects/libcdvar-1/README.md \
> +	subprojects/libcini-1/AUTHORS subprojects/libcini-1/README.md \
> +	subprojects/libclist-3/AUTHORS subprojects/libclist-3/README.md \
> +	subprojects/libcrbtree-3/AUTHORS subprojects/libcrbtree-3/README.md \
> +	subprojects/libcshquote-1/AUTHORS subprojects/libcshquote-1/README.md \
> +	subprojects/libcstdaux-1/AUTHORS subprojects/libcstdaux-1/README.md \
> +	subprojects/libcutf8-1/AUTHORS subprojects/libcutf8-1/README.md
>  
>  DBUS_BROKER_DEPENDENCIES = expat systemd
>  DBUS_BROKER_CONF_OPTS = -Dlauncher=true



More information about the buildroot mailing list