From owner-svn-ports-head@freebsd.org Thu Dec 24 14:26:49 2015 Return-Path: Delivered-To: svn-ports-head@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 72B29A519D1; Thu, 24 Dec 2015 14:26:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (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 4A17C1612; Thu, 24 Dec 2015 14:26:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pa0-x234.google.com with SMTP id q3so128759013pav.3; Thu, 24 Dec 2015 06:26:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=KGgvLvSwy1zXZ6Ihw4yR+kteibx5HPSmIk9otWAzqMc=; b=ChiWHgHcOCsJkf01oruAJgDfxel0KAwpGk3DnhhXQ1bCKueSWtUJmJTAKq3Zq460q6 U9h1wFvm0iSumtxn94RzH2b0CYo4AlV5kN197pbHihiWwWF2wjuHq8WKXQCS1upI/1iC XqWq09zQ9oM8/XVF0w5j+rzd4+uCpkfZ3Ii8dnqsIhxKY8fAGEE8HHG+Rn1xbHxeIfQI wUISB+plMmB7AYsnEl9low7Ct/DB5rgwRQ5NJYQ9TLwDT03RCF1T6JeNpUQBEDekmcIi NwOOD0r/Toqr1BAemiWp1btT7cTQMx1E7ANcpmlodgNFGYoVZSf3Tc6kVnEq+hXB0Src b5eg== X-Received: by 10.66.227.35 with SMTP id rx3mr52417173pac.3.1450967208921; Thu, 24 Dec 2015 06:26:48 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:ed22:8180:1a8f:a3f? (2001-44b8-31ae-7b01-ed22-8180-1a8f-0a3f.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:ed22:8180:1a8f:a3f]) by smtp.gmail.com with ESMTPSA id pb9sm59427427pac.38.2015.12.24.06.26.46 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Dec 2015 06:26:48 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r404357 - head/security/vuxml References: <201512241317.tBODHgVq059764@repo.freebsd.org> To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <567C009B.3000508@FreeBSD.org> Date: Fri, 25 Dec 2015 01:26:35 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201512241317.tBODHgVq059764@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:26:49 -0000 On 25/12/2015 12:17 AM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Thu Dec 24 13:17:42 2015 > New Revision: 404357 > URL: https://svnweb.freebsd.org/changeset/ports/404357 > > Log: > - Fix r404311: incomplete version range leads to false positive > > Modified: > head/security/vuxml/vuln.xml > > Modified: head/security/vuxml/vuln.xml > ============================================================================== > --- head/security/vuxml/vuln.xml Thu Dec 24 13:03:52 2015 (r404356) > +++ head/security/vuxml/vuln.xml Thu Dec 24 13:17:42 2015 (r404357) > @@ -63,9 +63,9 @@ Notes: > > > ruby > - 2.0.0.648,1 > - 2.1.8,1 > - 2.2.4,1 > + 2.0.0,12.0.0.648,1 > + 2.1.0,12.1.8,1 > + 2.2.0,12.2.4,1 > > > > I believe this was for issue 203227 [1] [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203227