All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/dbus-broker: bump to release 33
@ 2023-02-03 10:46 Stefan Agner
  2023-02-04 11:52 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Agner @ 2023-02-03 10:46 UTC (permalink / raw)
  To: buildroot; +Cc: Norbert Lange, Yann E . MORIN, Stefan Agner

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@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
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@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/dbus-broker: bump to release 33
  2023-02-03 10:46 [Buildroot] [PATCH] package/dbus-broker: bump to release 33 Stefan Agner
@ 2023-02-04 11:52 ` Yann E. MORIN
  2023-02-13 14:54   ` Stefan Agner
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2023-02-04 11:52 UTC (permalink / raw)
  To: Stefan Agner; +Cc: Norbert Lange, buildroot

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@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?

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@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/dbus-broker: bump to release 33
  2023-02-04 11:52 ` Yann E. MORIN
@ 2023-02-13 14:54   ` Stefan Agner
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Agner @ 2023-02-13 14:54 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Norbert Lange, buildroot

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@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@buildroot.org
>> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-02-13 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03 10:46 [Buildroot] [PATCH] package/dbus-broker: bump to release 33 Stefan Agner
2023-02-04 11:52 ` Yann E. MORIN
2023-02-13 14:54   ` Stefan Agner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.