From owner-freebsd-ports@freebsd.org Wed Sep 2 16:16:20 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 356219C8EEA for ; Wed, 2 Sep 2015 16:16:20 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BFAA2E9 for ; Wed, 2 Sep 2015 16:16:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id D499120AF8 for ; Wed, 2 Sep 2015 12:16:17 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Wed, 02 Sep 2015 12:16:17 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=zvIHDgjRAai/BFl U7FSTl5s+v0g=; b=HPAFUmMNPoVKlqsuaHQADbrirHSSpNzMbpo98Nv0GRwZW9H B4ObO5l1h0FG3cfynCNQnz14rd4KT7oEJ3OjXHYsEzGhCNVkKs+p2Ij7SwhSe4Zf i7PVOETqGSH2BI0Uzz5/rSbSHtSbK1hoAq7ver854PUd4MK4rKIZ8v+e87Ao= Received: by web3.nyi.internal (Postfix, from userid 99) id B349611251F; Wed, 2 Sep 2015 12:16:17 -0400 (EDT) Message-Id: <1441210577.368603.372922457.569012B9@webmail.messagingengine.com> X-Sasl-Enc: IBqTiwdRWVo4g/OG1dc+r/qrSXZSkbUr7eVbE0dHARyr 1441210577 From: Mark Felder To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-4500bf93 In-Reply-To: References: Subject: Re: lang/go security problem on one but not the other Date: Wed, 02 Sep 2015 11:16:17 -0500 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:16:20 -0000 On Wed, Sep 2, 2015, at 10:36, 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? > > Do you have a build error you can show us?