From owner-freebsd-pkg@FreeBSD.ORG Sun Sep 21 21:08:05 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1B1EEF0 for ; Sun, 21 Sep 2014 21:08:05 +0000 (UTC) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B3D296C for ; Sun, 21 Sep 2014 21:08:05 +0000 (UTC) Received: by mail-la0-f45.google.com with SMTP id b17so5690837lan.32 for ; Sun, 21 Sep 2014 14:08:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=GSn8x3s0ABMr7bROXq5Pjve4hCFbGfT36bPyiFVy5JA=; b=w8i8+lwkQI3nId7+wwKXJLyfiMkvDcma0w58IJwkObL/FlhproWMXYObsFxaJb2AhY sZYD7AqP/iCu2GlRQ++J/2+PafA0JmrO5Q7S5tGKE0+VHHpauM8ZDWW40GserRfX+yYZ I6JMXkKBkIwc5HEkyg04fuN0OLEyK8LdWoYSKIJOPkBMyn0Flz+GFRzrdZe+hlxIVWxl 3+dfXNObAn8v2XVOB6SraRpV0ZwNa/NUCHPXdBZfkW6nnEz0bRKtVZnogRcHUEgRmokf lEzK6jTDS765QLbLuPNm63VcEXU9RC/Ame9LAgvxaAxJEIv0P1lMx3aSvcn9l2BAlvFc +wjw== MIME-Version: 1.0 X-Received: by 10.112.87.69 with SMTP id v5mr20187808lbz.15.1411333683338; Sun, 21 Sep 2014 14:08:03 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Sun, 21 Sep 2014 14:08:03 -0700 (PDT) In-Reply-To: <20140921153841.GA75919@admin.sibptus.tomsk.ru> References: <20140921153841.GA75919@admin.sibptus.tomsk.ru> Date: Sun, 21 Sep 2014 14:08:03 -0700 X-Google-Sender-Auth: 2EUNdFo84u9JNSiwyLjzgbdMqfY Message-ID: Subject: Re: portaudit -C From: Craig Rodrigues To: Victor Sudakov Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-pkg@freebsd.org X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2014 21:08:05 -0000 On Sun, Sep 21, 2014 at 8:38 AM, Victor Sudakov 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