From owner-freebsd-ports@freebsd.org Wed Sep 2 18:12:45 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90F789C9DCD for ; Wed, 2 Sep 2015 18:12:45 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F48E7DC for ; Wed, 2 Sep 2015 18:12:45 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: by igcpb10 with SMTP id pb10so31944537igc.1 for ; Wed, 02 Sep 2015 11:12:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ACKyVaHkcSAGNhw4Jf3jMqSolfrfMCsqJBledr4Kv/E=; b=tBi5kYP/CVU9PoL35y/NedQ/qkd/wLtrk15qFpjS/FO4Outiyft81Fd2gIsMzvYdVA n4yzkAgQE1YhzHekoB6+pynOOfEb6hwffnyOEIeXR/0g7hYE/UZ+d7DwTcK/FjqApDtx m7OAazc1jkjybZsy7+u7adgIgkwHkVNVES7IWC1erthQc+NvLWysENwcpfD8L/3KAG1G ab6Jev3GAO76lwMUB/MT8WsBdXm/N46YCElznh2xXRxgh8zxWF7dRH4EgeVac1zMNUNV sDPS3d+p85SjisfybuOWttp3UI23mq3jM+0Quj4sNtDRRrC154LLYuafcGcUxXTSyFEz tsvA== MIME-Version: 1.0 X-Received: by 10.50.143.101 with SMTP id sd5mr3207782igb.32.1441217564563; Wed, 02 Sep 2015 11:12:44 -0700 (PDT) Received: by 10.107.159.193 with HTTP; Wed, 2 Sep 2015 11:12:44 -0700 (PDT) In-Reply-To: References: Date: Wed, 2 Sep 2015 21:12:44 +0300 Message-ID: Subject: Re: lang/go security problem on one but not the other From: Kimmo Paasiala To: Rob Belics Cc: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 18:12:45 -0000 On Wed, Sep 2, 2015 at 8:13 PM, Rob Belics wrote: > I found an updated vuln.xml in /usr/ports/security/vuxml/ dated today. I > will copy that over to /var/db/pkg/ but still question why that file was > not updated. > It's not updated by portsnap(8) but pkg-updating(8). Portmaster won't update it either. There's a periodic(8) job that should update it daily at /usr/local/etc/periodic/security/410.pkg-audit, controlled by daily_status_security_pkgaudit_enable periodic.conf(5) setting that defaults to YES. -Kimmo