Bug 282146 - net-mgmt/ocsinventory-agent shoud depend on sysutils/lscpu/ since 2.10.2
Summary: net-mgmt/ocsinventory-agent shoud depend on sysutils/lscpu/ since 2.10.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-16 18:54 UTC by Andrej Ebert
Modified: 2024-11-07 08:26 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mikael)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Ebert 2024-10-16 18:54:21 UTC
Our agents on FreeBSD stopped reporting CPU Type and speed, this is due to this commit:

https://github.com/OCSInventory-NG/UnixAgent/commit/c1696a0afaa81abbf16670e79ecfa2cd254feea1

The agent is now using lscpu to get the CPU information.

Optionally, the port could depend on devel/p5-Data-UUID "to create a unique id for every machine"

and textproc/p5-Parse-EDID/ is used to inventory monitor and will replace monitor-edid from Mandriva.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-11-07 08:17:17 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a841ec2206c607f7bfeaeafad503c1bf12300ed

commit 0a841ec2206c607f7bfeaeafad503c1bf12300ed
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-10-31 14:54:45 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-11-07 08:16:43 +0000

    net-mgmt/ocsinventory-agent: Update to 2.10.4

    While here, add missing dependencies [1]

    Changes:
      https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.10.4

    PR:             282146 [1]

 net-mgmt/ocsinventory-agent/Makefile  | 6 ++++--
 net-mgmt/ocsinventory-agent/distinfo  | 6 +++---
 net-mgmt/ocsinventory-agent/pkg-plist | 2 ++
 3 files changed, 9 insertions(+), 5 deletions(-)
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2024-11-07 08:26:21 UTC
Thanks.