* [Buildroot] [PATCH] package/dbus-broker: bump to release 32
@ 2022-08-10 11:45 Stefan Agner
2022-08-11 20:56 ` Thomas Petazzoni via buildroot
2022-08-11 20:58 ` Thomas Petazzoni via buildroot
0 siblings, 2 replies; 4+ messages in thread
From: Stefan Agner @ 2022-08-10 11:45 UTC (permalink / raw)
To: buildroot; +Cc: nolange79, stefan
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@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 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..1c4c8fdaf5 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)
--
2.37.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/dbus-broker: bump to release 32
2022-08-10 11:45 [Buildroot] [PATCH] package/dbus-broker: bump to release 32 Stefan Agner
@ 2022-08-11 20:56 ` Thomas Petazzoni via buildroot
2022-08-11 20:58 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-11 20:56 UTC (permalink / raw)
To: Stefan Agner; +Cc: nolange79, buildroot
On Wed, 10 Aug 2022 13:45:38 +0200
Stefan Agner <stefan@agner.ch> 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@agner.ch>
> ---
> package/dbus-broker/dbus-broker.hash | 2 +-
> package/dbus-broker/dbus-broker.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/dbus-broker: bump to release 32
2022-08-10 11:45 [Buildroot] [PATCH] package/dbus-broker: bump to release 32 Stefan Agner
2022-08-11 20:56 ` Thomas Petazzoni via buildroot
@ 2022-08-11 20:58 ` Thomas Petazzoni via buildroot
2022-08-12 7:50 ` Stefan Agner
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-11 20:58 UTC (permalink / raw)
To: Stefan Agner; +Cc: nolange79, buildroot
On Wed, 10 Aug 2022 13:45:38 +0200
Stefan Agner <stefan@agner.ch> 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@agner.ch>
In fact, no, I didn't apply: this patch break "make legal-info":
>>> dbus-broker 32 Collecting legal info
LICENSE: OK (sha256: 3cda3630283eda0eab825abe5ac84d191248c6b3fe1c232a118124959b96c6a4)
ERROR: No hash found for subprojects/c-dvar/AUTHORS
cp: cannot stat '/home/thomas/projets/buildroot/output/build/dbus-broker-32/subprojects/c-dvar/AUTHORS': No such file or directory
make: *** [package/dbus-broker/dbus-broker.mk:69: dbus-broker-legal-info] Error 1
Seems like the folders in subprojects/ have changed quite a bit, this
needs to be compared with version 29 to see how license information
needs to be updated.
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/dbus-broker: bump to release 32
2022-08-11 20:58 ` Thomas Petazzoni via buildroot
@ 2022-08-12 7:50 ` Stefan Agner
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Agner @ 2022-08-12 7:50 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: nolange79, buildroot
On 2022-08-11 22:58, Thomas Petazzoni wrote:
> On Wed, 10 Aug 2022 13:45:38 +0200
> Stefan Agner <stefan@agner.ch> 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@agner.ch>
>
> In fact, no, I didn't apply: this patch break "make legal-info":
>
>>>> dbus-broker 32 Collecting legal info
> LICENSE: OK (sha256:
> 3cda3630283eda0eab825abe5ac84d191248c6b3fe1c232a118124959b96c6a4)
> ERROR: No hash found for subprojects/c-dvar/AUTHORS
> cp: cannot stat
> '/home/thomas/projets/buildroot/output/build/dbus-broker-32/subprojects/c-dvar/AUTHORS':
> No such file or directory
> make: *** [package/dbus-broker/dbus-broker.mk:69:
> dbus-broker-legal-info] Error 1
Hm, I see, good catch.
> Seems like the folders in subprojects/ have changed quite a bit, this
> needs to be compared with version 29 to see how license information
> needs to be updated.
I didn't notice dependency changes from release changelogs (other than
AppArmor which the Buildroot package doesn't use currently). But it
seems the way they get pulled in changed:
https://github.com/bus1/dbus-broker/commit/26c28a36f3f74bb1be0bb0c08ca052dd454e75a5
I'll review and send a v2.
--
Stefan
>
> Thanks!
>
> Thomas
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-08-12 7:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-10 11:45 [Buildroot] [PATCH] package/dbus-broker: bump to release 32 Stefan Agner
2022-08-11 20:56 ` Thomas Petazzoni via buildroot
2022-08-11 20:58 ` Thomas Petazzoni via buildroot
2022-08-12 7:50 ` Stefan Agner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox