From owner-freebsd-ports@freebsd.org Wed Sep 2 16:53:46 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 9721C9C61D5 for ; Wed, 2 Sep 2015 16:53:46 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (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 5D60A377 for ; Wed, 2 Sep 2015 16:53:46 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: by obbbh8 with SMTP id bh8so13260485obb.0 for ; Wed, 02 Sep 2015 09:53:45 -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=OiUIvrUVKX4EUa6Bu05znvy0iy02xZxeVzI486J919A=; b=pTXqyijszY+VRwuYoSW2gjv609jBgxzx3jvZTEs0Od5STdgrq9SSRc7yKux76xlq43 4YDqyRt0nB/rhquN5PsVuNcDQWeFthZVxCNHGc0c9MVBuYmZrAt3d9ri+CWqOP9NV4k6 wZ7TJSIOpoU8i8ax1c9ssioJuiyyETPQSUNqBympIT8KmTIIrAuRIH0aXufkEjb6CaXv Pl4X25MHtkxdBBJ2+iFHpc43Qu8howhhUfOR3Qu1UFyfEXWGRLfN4rkfwHY/lNeQV8ub B/p0nnc2AFk85kKmTF6ccBcil+msVF6VAybPHJowgNFR2RKi0klp6TB5ffFS2oeiTBqe SCEw== MIME-Version: 1.0 X-Received: by 10.60.70.205 with SMTP id o13mr22495824oeu.85.1441212825751; Wed, 02 Sep 2015 09:53:45 -0700 (PDT) Sender: robbelics@gmail.com Received: by 10.202.172.206 with HTTP; Wed, 2 Sep 2015 09:53:45 -0700 (PDT) In-Reply-To: References: Date: Wed, 2 Sep 2015 11:53:45 -0500 X-Google-Sender-Auth: a3YIaB1LYSegnc3eu4U0lXvajcA Message-ID: Subject: Re: lang/go security problem on one but not the other From: Rob Belics To: Kevin Oberman Cc: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 16:53:46 -0000 I must have replied incorrectly. The dates on the two systems are different. The one that it does NOT build on shows vuln.xml as September 1 while the other system builds and the date is June 25. I'm confused because I would think the newer date would have built. How do I get this sync'ed properly and why is it not sync'ed? I update ports with portsnap. On Wed, Sep 2, 2015 at 11:24 AM, Kevin Oberman wrote: > On Wed, Sep 2, 2015 at 8:36 AM, Rob Belics wrote: > >> I have a server and my workstation. Both run FreeBSD 10.2-RELEASE. Both >> had >> lang/go version 1.4 on them. lang/go version 1.5 was released in ports and >> it builds on my local workstation, including reinstalling version 1.4.2 >> but, on the server, it complains about the previous security >> vulnerabilities and won't build. >> >> I tried uninstalling both and deleted the distifles but that didn't change >> anything. Why and what should I do? >> > > Vulnerabilities are checked against a flat XML file that is normally > located in /var/db/pkg/vuln.xml. Check the dates of this file on both > systems. It should be updated daily when the periodic security check runs. > By default this starts at 3:00 local time. If the file is not being updated > on one system, that would explain the inconsistency. > > Are you receiving the logs of the periodic jobs daily? They are sent to > root. > -- > Kevin Oberman, Network Engineer, Retired > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 >