* [Buildroot] [PATCH] package/xdg-dbus-proxy: bump to version 0.1.5
@ 2023-10-17 19:53 Adrian Perez de Castro
2023-10-18 9:35 ` [Buildroot] [PATCH v2] " Adrian Perez de Castro
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Adrian Perez de Castro @ 2023-10-17 19:53 UTC (permalink / raw)
To: buildroot; +Cc: Adrian Perez de Castro
Version 0.1.5 mainly fixes handling of paths with more than 255
characters. Release notes:
https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.5
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
package/xdg-dbus-proxy/xdg-dbus-proxy.hash | 4 ++--
package/xdg-dbus-proxy/xdg-dbus-proxy.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/xdg-dbus-proxy/xdg-dbus-proxy.hash b/package/xdg-dbus-proxy/xdg-dbus-proxy.hash
index 7bbea72b03..37f1790c9b 100644
--- a/package/xdg-dbus-proxy/xdg-dbus-proxy.hash
+++ b/package/xdg-dbus-proxy/xdg-dbus-proxy.hash
@@ -1,5 +1,5 @@
-# From https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.4
-sha256 1ec0eab53d1e49966d722352bcfd51ac402dce5190baedc749a8541e761670ab xdg-dbus-proxy-0.1.4.tar.xz
+# From https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.5
+sha256 061dcfaf8a0650e5fd9d5432dfe88bda749ea0d079dc136304bfecfbce0661fb xdg-dbus-proxy-0.1.4.tar.xz
# Hash for license files:
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
diff --git a/package/xdg-dbus-proxy/xdg-dbus-proxy.mk b/package/xdg-dbus-proxy/xdg-dbus-proxy.mk
index 48f49dba2a..2e8c054386 100644
--- a/package/xdg-dbus-proxy/xdg-dbus-proxy.mk
+++ b/package/xdg-dbus-proxy/xdg-dbus-proxy.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XDG_DBUS_PROXY_VERSION = 0.1.4
+XDG_DBUS_PROXY_VERSION = 0.1.5
XDG_DBUS_PROXY_SITE = https://github.com/flatpak/xdg-dbus-proxy/releases/download/$(XDG_DBUS_PROXY_VERSION)
XDG_DBUS_PROXY_SOURCE = xdg-dbus-proxy-$(XDG_DBUS_PROXY_VERSION).tar.xz
XDG_DBUS_PROXY_DEPENDENCIES = host-pkgconf libglib2
--
2.42.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread* [Buildroot] [PATCH v2] package/xdg-dbus-proxy: bump to version 0.1.5
2023-10-17 19:53 [Buildroot] [PATCH] package/xdg-dbus-proxy: bump to version 0.1.5 Adrian Perez de Castro
@ 2023-10-18 9:35 ` Adrian Perez de Castro
2023-10-19 11:08 ` [Buildroot] [PATCH] package/xdg-dbus-proxy: fix tarball name in hash file Adrian Perez de Castro
2023-10-18 9:36 ` [Buildroot] [PATCH] package/xdg-dbus-proxy: bump to version 0.1.5 Peter Korsgaard
2023-10-26 16:40 ` Peter Korsgaard
2 siblings, 1 reply; 7+ messages in thread
From: Adrian Perez de Castro @ 2023-10-18 9:35 UTC (permalink / raw)
To: buildroot; +Cc: Adrian Perez de Castro
Version 0.1.5 mainly fixes handling of paths with more than 255
characters. Release notes:
https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.5
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
Changes v1->v2:
- Correct tarball name in .hash file
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
package/xdg-dbus-proxy/xdg-dbus-proxy.hash | 4 ++--
package/xdg-dbus-proxy/xdg-dbus-proxy.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/xdg-dbus-proxy/xdg-dbus-proxy.hash b/package/xdg-dbus-proxy/xdg-dbus-proxy.hash
index 7bbea72b03..f61a6a91ae 100644
--- a/package/xdg-dbus-proxy/xdg-dbus-proxy.hash
+++ b/package/xdg-dbus-proxy/xdg-dbus-proxy.hash
@@ -1,5 +1,5 @@
-# From https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.4
-sha256 1ec0eab53d1e49966d722352bcfd51ac402dce5190baedc749a8541e761670ab xdg-dbus-proxy-0.1.4.tar.xz
+# From https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.5
+sha256 061dcfaf8a0650e5fd9d5432dfe88bda749ea0d079dc136304bfecfbce0661fb xdg-dbus-proxy-0.1.5.tar.xz
# Hash for license files:
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
diff --git a/package/xdg-dbus-proxy/xdg-dbus-proxy.mk b/package/xdg-dbus-proxy/xdg-dbus-proxy.mk
index 48f49dba2a..2e8c054386 100644
--- a/package/xdg-dbus-proxy/xdg-dbus-proxy.mk
+++ b/package/xdg-dbus-proxy/xdg-dbus-proxy.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XDG_DBUS_PROXY_VERSION = 0.1.4
+XDG_DBUS_PROXY_VERSION = 0.1.5
XDG_DBUS_PROXY_SITE = https://github.com/flatpak/xdg-dbus-proxy/releases/download/$(XDG_DBUS_PROXY_VERSION)
XDG_DBUS_PROXY_SOURCE = xdg-dbus-proxy-$(XDG_DBUS_PROXY_VERSION).tar.xz
XDG_DBUS_PROXY_DEPENDENCIES = host-pkgconf libglib2
--
2.42.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH] package/xdg-dbus-proxy: fix tarball name in hash file
2023-10-18 9:35 ` [Buildroot] [PATCH v2] " Adrian Perez de Castro
@ 2023-10-19 11:08 ` Adrian Perez de Castro
2023-10-19 11:22 ` Adrian Perez de Castro
2023-10-26 16:59 ` Peter Korsgaard
0 siblings, 2 replies; 7+ messages in thread
From: Adrian Perez de Castro @ 2023-10-19 11:08 UTC (permalink / raw)
To: buildroot; +Cc: Adrian Perez de Castro
Fixes: 487761a5b2 ("package/xdg-dbus-proxy: bump to version 0.1.5")
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
package/xdg-dbus-proxy/xdg-dbus-proxy.hash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/xdg-dbus-proxy/xdg-dbus-proxy.hash b/package/xdg-dbus-proxy/xdg-dbus-proxy.hash
index 37f1790c9b..f61a6a91ae 100644
--- a/package/xdg-dbus-proxy/xdg-dbus-proxy.hash
+++ b/package/xdg-dbus-proxy/xdg-dbus-proxy.hash
@@ -1,5 +1,5 @@
# From https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.5
-sha256 061dcfaf8a0650e5fd9d5432dfe88bda749ea0d079dc136304bfecfbce0661fb xdg-dbus-proxy-0.1.4.tar.xz
+sha256 061dcfaf8a0650e5fd9d5432dfe88bda749ea0d079dc136304bfecfbce0661fb xdg-dbus-proxy-0.1.5.tar.xz
# Hash for license files:
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
--
2.42.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [Buildroot] [PATCH] package/xdg-dbus-proxy: fix tarball name in hash file
2023-10-19 11:08 ` [Buildroot] [PATCH] package/xdg-dbus-proxy: fix tarball name in hash file Adrian Perez de Castro
@ 2023-10-19 11:22 ` Adrian Perez de Castro
2023-10-26 16:59 ` Peter Korsgaard
1 sibling, 0 replies; 7+ messages in thread
From: Adrian Perez de Castro @ 2023-10-19 11:22 UTC (permalink / raw)
To: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 1269 bytes --]
Hi Peter,
On Thu, 19 Oct 2023 14:08:35 +0300 Adrian Perez de Castro <aperez@igalia.com> wrote:
> Fixes: 487761a5b2 ("package/xdg-dbus-proxy: bump to version 0.1.5")
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
> ---
> package/xdg-dbus-proxy/xdg-dbus-proxy.hash | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Could you apply this one fix? I've sent a v2 patch after noticing that I
didn't update the tarball name in the .hash file but you merged v1 of the
patch with the mistake. This will fix the issue, and apologies for the
back and forth O:-)
> diff --git a/package/xdg-dbus-proxy/xdg-dbus-proxy.hash b/package/xdg-dbus-proxy/xdg-dbus-proxy.hash
> index 37f1790c9b..f61a6a91ae 100644
> --- a/package/xdg-dbus-proxy/xdg-dbus-proxy.hash
> +++ b/package/xdg-dbus-proxy/xdg-dbus-proxy.hash
> @@ -1,5 +1,5 @@
> # From https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.5
> -sha256 061dcfaf8a0650e5fd9d5432dfe88bda749ea0d079dc136304bfecfbce0661fb xdg-dbus-proxy-0.1.4.tar.xz
> +sha256 061dcfaf8a0650e5fd9d5432dfe88bda749ea0d079dc136304bfecfbce0661fb xdg-dbus-proxy-0.1.5.tar.xz
>
> # Hash for license files:
> sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
> --
> 2.42.0
Cheers,
—Adrián
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [Buildroot] [PATCH] package/xdg-dbus-proxy: fix tarball name in hash file
2023-10-19 11:08 ` [Buildroot] [PATCH] package/xdg-dbus-proxy: fix tarball name in hash file Adrian Perez de Castro
2023-10-19 11:22 ` Adrian Perez de Castro
@ 2023-10-26 16:59 ` Peter Korsgaard
1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2023-10-26 16:59 UTC (permalink / raw)
To: Adrian Perez de Castro; +Cc: buildroot
>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:
> Fixes: 487761a5b2 ("package/xdg-dbus-proxy: bump to version 0.1.5")
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Committed to master, 2023.02.x and 2023.08.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Buildroot] [PATCH] package/xdg-dbus-proxy: bump to version 0.1.5
2023-10-17 19:53 [Buildroot] [PATCH] package/xdg-dbus-proxy: bump to version 0.1.5 Adrian Perez de Castro
2023-10-18 9:35 ` [Buildroot] [PATCH v2] " Adrian Perez de Castro
@ 2023-10-18 9:36 ` Peter Korsgaard
2023-10-26 16:40 ` Peter Korsgaard
2 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2023-10-18 9:36 UTC (permalink / raw)
To: Adrian Perez de Castro; +Cc: buildroot
>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:
> Version 0.1.5 mainly fixes handling of paths with more than 255
> characters. Release notes:
> https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.5
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Buildroot] [PATCH] package/xdg-dbus-proxy: bump to version 0.1.5
2023-10-17 19:53 [Buildroot] [PATCH] package/xdg-dbus-proxy: bump to version 0.1.5 Adrian Perez de Castro
2023-10-18 9:35 ` [Buildroot] [PATCH v2] " Adrian Perez de Castro
2023-10-18 9:36 ` [Buildroot] [PATCH] package/xdg-dbus-proxy: bump to version 0.1.5 Peter Korsgaard
@ 2023-10-26 16:40 ` Peter Korsgaard
2 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2023-10-26 16:40 UTC (permalink / raw)
To: Adrian Perez de Castro; +Cc: buildroot
>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:
> Version 0.1.5 mainly fixes handling of paths with more than 255
> characters. Release notes:
> https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.5
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Committed to 2023.02.x and 2023.08.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-10-26 16:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-17 19:53 [Buildroot] [PATCH] package/xdg-dbus-proxy: bump to version 0.1.5 Adrian Perez de Castro
2023-10-18 9:35 ` [Buildroot] [PATCH v2] " Adrian Perez de Castro
2023-10-19 11:08 ` [Buildroot] [PATCH] package/xdg-dbus-proxy: fix tarball name in hash file Adrian Perez de Castro
2023-10-19 11:22 ` Adrian Perez de Castro
2023-10-26 16:59 ` Peter Korsgaard
2023-10-18 9:36 ` [Buildroot] [PATCH] package/xdg-dbus-proxy: bump to version 0.1.5 Peter Korsgaard
2023-10-26 16:40 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox