From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 08:37:01 2014 Return-Path: Delivered-To: freebsd-python@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 D57ADE9A for ; Mon, 3 Mar 2014 08:37:01 +0000 (UTC) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9177A82 for ; Mon, 3 Mar 2014 08:37:01 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id jt11so3479277pbb.36 for ; Mon, 03 Mar 2014 00:36:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=bhY9tbbA3Y/kk5Z8Rc7xxVW1/V8/HEUM/SujwlD2DYE=; b=HElP9s+m3Z99YL4K3bCcP/oWBSpuJrtiUEkSD5KlGxIrF6+hlvY9phRlfhN4o4UhTE VPAveRK3WkxBC0P2ZCPueSh6NXaBlHHD/9XFX6ROB1lt0SV+2RpB2jsC6yIfnYLkuWTq uwjfiRYFbC5ctYoApAsBo1kpu6T5TihV+1lp4nBWSB29YXZumjGNaqGex5p23yca9XD0 eQnWmXDomejBcLj90Av0YOhu8bWf7lonte79+eZ442WM6F634s73LIrbGwvSQo9fa38w WOC44VsetwxvtELU+eUACV+UH6O5IvPBGqrEZQI9bK++XFhzv4qfgRzZQERy+MUTtAI4 x5Qw== X-Received: by 10.69.31.75 with SMTP id kk11mr18286901pbd.101.1393835818157; Mon, 03 Mar 2014 00:36:58 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id vg1sm33520753pbc.44.2014.03.03.00.36.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Mar 2014 00:36:57 -0800 (PST) Message-ID: <53143F24.500@FreeBSD.org> Date: Mon, 03 Mar 2014 19:36:52 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Thunderbird/27.0 MIME-Version: 1.0 To: Andrew Berg , freebsd-python@freebsd.org, jeremy.m.cox@gmail.com Subject: Re: pyhon33 still listed as vulnerable References: <53142DA3.9000604@gmail.com> In-Reply-To: <53142DA3.9000604@gmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 08:37:01 -0000 On 3/03/2014 6:22 PM, Andrew Berg wrote: > On 2014.03.03 01:20, Dmitry Sivachenko wrote: >> I already fixed that yesterday, update your ports tree. > I have this issue as well on a fresh ports tree. Does updating the vulnerability database help? Either via: pkg audit -F if using pkg, or portaudit -F if using portaudit