From: Daniel Golle Date: Thu, 20 Aug 2026 13:49:51 +0000 (+0100) Subject: libudev-zero: update to 1.0.5 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9c79d699d915227cfb2386dd1bcd88825209b7e2;p=openwrt-packages.git libudev-zero: update to 1.0.5 - added a meson.build alongside the existing Makefile, giving more control for implementing additional features such as optional symbol versioning (#81, #77) - added optional versioned symbols when compiling via meson, opt out with -Dsymbol-versioning=disabled (#82, fixes #77) This package still builds via the traditional Makefile (no meson.mk included), which upstream keeps alongside the new meson.build; SONAME is unchanged (libudev.so.1). Signed-off-by: Daniel Golle --- diff --git a/libs/libudev-zero/Makefile b/libs/libudev-zero/Makefile index 843bcdd54..10f296845 100644 --- a/libs/libudev-zero/Makefile +++ b/libs/libudev-zero/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libudev-zero -PKG_VERSION:=1.0.4 +PKG_VERSION:=1.0.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/illiliti/libudev-zero/tar.gz/$(PKG_VERSION)? -PKG_HASH:=10148cfd6047d387bf71eca72cd19c177084224d96434a118d8def6e0a3d6316 +PKG_HASH:=bf4372f79ddbe6b0e266a3d2994ffac7018a7edf4f87632aecb5176565d96138 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=ISC