[Bug 251489] misc/e2fsprogs-libuuid: libuuid merged in e2fsprogs is outdated relative to util-linux
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Nov 30 17:38:38 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251489
Bug ID: 251489
Summary: misc/e2fsprogs-libuuid: libuuid merged in e2fsprogs is
outdated relative to util-linux
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: mandree at FreeBSD.org
Reporter: zazckx at gmail.com
Flags: maintainer-feedback?(mandree at FreeBSD.org)
Assignee: mandree at FreeBSD.org
The libuuid from e2fsprogs lacks lots of new functions.
from comparison of
new:
https://github.com/karelzak/util-linux/blob/master/libuuid/src/libuuid.sym
current:
https://github.com/tytso/e2fsprogs/blob/master/lib/uuid/uuid.h.in
we could know that the libuuid inside e2fsprogs have not been update for a long
time. missing function list:
since util-linux 2.20
uuid_generate_time_safe
since util-linux.2.31
uuid_generate_md5
uuid_generate_sha1
uuid_get_template
since util-linux.2.36
uuid_parse_range
these functions might be critical for some packages(I have no idea how to find
them out).
I was encountering this problem when installing Budgie Desktop, which depends
on 'uuid_generate_time_safe'.
https://github.com/solus-project/budgie-desktop/blob/master/vapi/uuid.vapi#L10
related:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221293
https://reviews.freebsd.org/D23312
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list