[Bug 286330] security/aide [patch] update to lib depends for without_acl flavor
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Apr 2025 23:02:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286330
Bug ID: 286330
Summary: security/aide [patch] update to lib depends for
without_acl flavor
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: cy@FreeBSD.org
Reporter: mike@jellydonut.org
Assignee: cy@FreeBSD.org
Flags: maintainer-feedback?(cy@FreeBSD.org)
Created attachment 259842
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=259842&action=edit
patch of security/aide/Makefile to move e2fsprogs-core LIB_DEPENDS to the
non-flavor build of the port
I've been an security/aide user for many years and recently discovered the
without_acl flavor build that's been added (thank you very much for that btw).
I've moved one of my hosts to this new flavor and noticed recently that running
ldd on aide provided with aide-without_acl-0.18.6_1 no longer lists libe2p.so.2
as a runtime lib:
$ ldd /usr/local/bin/aide
/usr/local/bin/aide:
libthr.so.3 => /lib/libthr.so.3 (0x150b7bdea000)
libm.so.5 => /lib/libm.so.5 (0x150b7c5ba000)
libpcre2-8.so.0 => /usr/local/lib/libpcre2-8.so.0 (0x150b7d491000)
libz.so.6 => /lib/libz.so.6 (0x150b7e58a000)
libmhash.so.2 => /usr/local/lib/libmhash.so.2 (0x150b7df7d000)
libc.so.7 => /lib/libc.so.7 (0x150b7f155000)
[vdso] (0x150b7b477000)
Along those lines I've generated a local build of aide-without_acl that moves
the e2fsprogs-core dependency to the non-"without_acl"-flavor build of aide.
I've been running patched builds of both aide and aide-without_acl for several
days on a few systems and both versions are fine (the without_acl hosts also
removed e2fsprogs-core as I have no other packages on those hosts with that
dependency). Wanted to submit my patch of the port Makefile for review and
possible inclusion.
Thanks!
Michael Proto
--
You are receiving this mail because:
You are the assignee for the bug.