Bug 178887 - [pkgng] [request] Desired pkgng metadata
Summary: [pkgng] [request] Desired pkgng metadata
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-pkg (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 00:10 UTC by wollman
Modified: 2014-12-29 23:31 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wollman 2013-05-24 00:10:01 UTC
pkg(8) doesn't keep track of two bits of information that I consider
fairly important:

1) Which repository the package was obtained from

2) When the package was installed

Under the old packaging system, I often ran "ls -lrt /var/db/pkg" to
figure out which things hadn't been rebuilt/reinstalled that perhaps
should be.  Particularly with pkgng supporting multiple repositories,
it may be important to identify which repository provided a particular
package (e.g., if one is compromised).

Fix: 

Unknown
How-To-Repeat: 
man pkg-info
man pkg-query
pkg info -R somepackage
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-05-24 14:27:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Over to maintainer(s).
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2013-05-31 13:50:15 UTC
Concerning the repository the package comes from we don't have the
information yet.

Concerning the date we have it but I do realize it is not documented in 1.0:
in pkg query %t will give your the installation date.

regards,
Bapt
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2014-12-29 23:31:16 UTC
Both fixed since