[Bug 258266] devel/libudev-devd: update to 0.5.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 06 Sep 2021 15:25:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258266

--- Comment #5 from Vladimir Kondratyev <wulf@freebsd.org> ---
(In reply to Niclas Zeising from comment #4)
> Why was this moved to your github repo instead of sending PRs to the previous one?
I sent PR to FreeBSDDesktop [1] firstly. 5 months have passed since then which
resulted in no feedback.
FreeBSDDesktop is long dead.

> Which code is GPL, and why?
udev_util_encode_string() is GPL-ed [2]. java bindings want it to be exposed
for linkage with libudev. It is too complex (~400LOC) to implement, so I did a
copy-paste from systemd. For !GPL case we have simple strlcpy-based fallback
implementation.

[1] https://github.com/FreeBSDDesktop/libudev-devd/pull/21
[2] https://github.com/wulf7/libudev-devd/blob/master/udev-utils.c#L887

-- 
You are receiving this mail because:
You are the assignee for the bug.