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

Stefan Agner stefan at agner.ch
Mon Feb 13 14:54:40 UTC 2023


On 2023-02-04 12:52, Yann E. MORIN wrote:
> Stefan, All,
> 
> On 2023-02-03 11:46 +0100, Stefan Agner spake thusly:
>> This release contains mostly a bugfixes, with some improvements around
>> error handling for unimplemented functionality and resiliency against
>> runtime changes of dbus service-files.
>>
>> Signed-off-by: Stefan Agner <stefan at agner.ch>
>> ---
>>  package/dbus-broker/dbus-broker.hash | 2 +-
>>  package/dbus-broker/dbus-broker.mk   | 2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/dbus-broker/dbus-broker.hash b/package/dbus-broker/dbus-broker.hash
>> index f6c2cbe160..89b27ddddc 100644
>> --- a/package/dbus-broker/dbus-broker.hash
>> +++ b/package/dbus-broker/dbus-broker.hash
>> @@ -1,5 +1,5 @@
>>  # Locally calculated
>> -sha256  bea7f653e7251063c5f427e9e3f93562d38a0d8667ae6d49fb56f113605985de  dbus-broker-32.tar.xz
>> +sha256  23713f25624749fdb274907e429080fa2d8f4dbe76acd87bb6d21a3c818c7841  dbus-broker-33.tar.xz
>>  sha256  3cda3630283eda0eab825abe5ac84d191248c6b3fe1c232a118124959b96c6a4  LICENSE
>>  sha256  20ea1f96abc15553695c6725bb3dcabff4b43b85b7ca7d675a2b8860e3b01f87  subprojects/libcdvar-1/AUTHORS
>>  sha256  8153c478102dc209b30dd4627cf5bb3596263f99692bf3eec174b1e17bbf8a3b  subprojects/libcdvar-1/README.md
> 
> Unfortunately, there are issues with licensing info:
> 
>     $ make dbus-broker-legal-info
>     [...]
>     ERROR: subprojects/libcstdaux-1/AUTHORS has wrong sha256 hash:
>     ERROR: expected:
> 32913ba08dc041f3f4ca361fc0d68014120e1c612772aabbcc901556df499ce5
>     ERROR: got     :
> e796182869fe0892347d069f3f423774124987d6c45d016854fc51530633c177
>     ERROR: Incomplete download, or man-in-the-middle (MITM) attack
>     make[1]: *** [package/dbus-broker/dbus-broker.mk:71:
> dbus-broker-legal-info] Error 1
>     make: *** [Makefile:23: _all] Error 2
> 
> Can you look into that and resubmit the bump, please?

Change was due to copyright date bump and additional authors which is
maintained in the same file. Will adjust the hash and resend.

--
Stefan

> 
> Regards,
> Yann E. MORIN.
> 
> 
>> diff --git a/package/dbus-broker/dbus-broker.mk b/package/dbus-broker/dbus-broker.mk
>> index e82b79220d..c4e3679a2e 100644
>> --- a/package/dbus-broker/dbus-broker.mk
>> +++ b/package/dbus-broker/dbus-broker.mk
>> @@ -4,7 +4,7 @@
>>  #
>>  ################################################################################
>>
>> -DBUS_BROKER_VERSION = 32
>> +DBUS_BROKER_VERSION = 33
>>  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)
>>
>> --
>> 2.39.1
>>
>> _______________________________________________
>> buildroot mailing list
>> buildroot at buildroot.org
>> https://lists.buildroot.org/mailman/listinfo/buildroot



More information about the buildroot mailing list