portaudit -C
Craig Rodrigues
rodrigc at freebsd.org
Sun Sep 21 21:08:05 UTC 2014
On Sun, Sep 21, 2014 at 8:38 AM, Victor Sudakov <vas at mpeks.tomsk.su> wrote:
> Colleagues,
>
> portaudit says, "The portaudit tool is now obsolete, please remove
> portaudit and use the command 'pkg audit' instead."
>
> portaudit had a very useful function: "portaudit -C":
>
> -C Print a vulnerability report for the port in the current working
> directory. Mostly useful for port developers.
>
> How do I do it with "pkg audit"?
>
Hi,
You can do something like this:
cd /usr/ports/net/asterisk11
make -d x check-vulnerable
or
cd /usr/ports/net/asterisk11
pkg audit `make -V PKGNAME`
--
Craig
More information about the freebsd-pkg
mailing list