From e865d130b8f38c49723ad3ccffa9178fd5211e39 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 8 May 2026 18:51:57 +0100 Subject: [PATCH] xdg-dbus-proxy: update to 0.1.7 Changes in 0.1.7 (2025-04-07): * Drop the autotools build system * Unbreak the CI * Prevent a crash on disconnect * Fix building with glibc >= 2.43 * Fix the eavesdrop filtering to prevent message interception Link: https://github.com/flatpak/xdg-dbus-proxy/blob/0.1.7/NEWS Signed-off-by: Daniel Golle --- utils/xdg-dbus-proxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/xdg-dbus-proxy/Makefile b/utils/xdg-dbus-proxy/Makefile index ee3eb928ae..a8a9029d24 100644 --- a/utils/xdg-dbus-proxy/Makefile +++ b/utils/xdg-dbus-proxy/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xdg-dbus-proxy -PKG_VERSION:=0.1.6 +PKG_VERSION:=0.1.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/flatpak/$(PKG_NAME)/releases/download/$(PKG_VERSION) -PKG_HASH:=131bf59fce7c7ee7ecbc5d9106d6750f4f597bfe609966573240f7e4952973a1 +PKG_HASH:=3ad3d27ba574e178acb5e4d438ba36ace25e3564f899c36f31c56f82c7adbbe7 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPLv2-or-later