Message ID | 20231017195327.644914-1-aperez@igalia.com |
---|---|
State | Accepted |
Headers | show |
Series | package/xdg-dbus-proxy: bump to version 0.1.5 | expand |
>>>>> "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.
>>>>> "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.
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
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(-)