]> git.99rst.org Git - openwrt-packages.git/commitdiff
xdg-dbus-proxy: update to 0.1.8
authorDaniel Golle <redacted>
Thu, 20 Aug 2026 14:12:27 +0000 (15:12 +0100)
committerAlexandru Ardelean <redacted>
Thu, 27 Aug 2026 11:55:17 +0000 (14:55 +0300)
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 <redacted>
utils/xdg-dbus-proxy/Makefile

index 9d04f10ecfbfe14cc00a63cf2badc8e10e45df81..aa24e3762ff5c4d350063aeb8b927438f98e9daf 100644 (file)
@@ -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 <daniel@makrotopia.org>
 PKG_LICENSE:=LGPL-2.1-or-later
git clone https://git.99rst.org/PROJECT