From: Daniel Golle Date: Thu, 20 Aug 2026 14:12:27 +0000 (+0100) Subject: xdg-dbus-proxy: update to 0.1.8 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a49d5cb8927c1dbcf3f717b27d08971aa4a48de8;p=openwrt-packages.git xdg-dbus-proxy: update to 0.1.8 0.1.8: - fix broadcast messages bypassing path/interface/member checks - improvements to the existing testing infrastructure - add tests for owning names, issuing method calls, receiving messages Signed-off-by: Daniel Golle --- diff --git a/utils/xdg-dbus-proxy/Makefile b/utils/xdg-dbus-proxy/Makefile index 9d04f10ec..aa24e3762 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.7 -PKG_RELEASE:=2 +PKG_VERSION:=0.1.8 +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:=3ad3d27ba574e178acb5e4d438ba36ace25e3564f899c36f31c56f82c7adbbe7 +PKG_HASH:=b6630bd24f8161b0e2546d2acbb014a3b3249f5c0d75f2a863ade898b9034d3d PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPL-2.1-or-later