From owner-svn-ports-head@freebsd.org Sat Aug 13 21:44:32 2016 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 991F4BB7729; Sat, 13 Aug 2016 21:44:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 4F37712B9; Sat, 13 Aug 2016 21:44:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7DLiVAd070551; Sat, 13 Aug 2016 21:44:31 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7DLiVH4070550; Sat, 13 Aug 2016 21:44:31 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608132144.u7DLiVH4070550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 13 Aug 2016 21:44:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420166 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Sat, 13 Aug 2016 21:44:32 -0000 Author: mat Date: Sat Aug 13 21:44:31 2016 New Revision: 420166 URL: https://svnweb.freebsd.org/changeset/ports/420166 Log: Fix the perl5* section for the two recent vuln. For some reason, perl5-devel was having a wrongly special treatment, and it was failing to take into account the fact that we've had 5.21 and 5.23 in the tree. Also, correct the version at which the XSLoader thing was solved in 5.25. Sponsored by: Absolight Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Aug 13 20:44:21 2016 (r420165) +++ head/security/vuxml/vuln.xml Sat Aug 13 21:44:31 2016 (r420166) @@ -2210,14 +2210,12 @@ Notes: perl5.20 perl5.22 perl5.24 + perl5-devel 5.185.18.99 5.205.20.99 - 5.225.22.3.r2 - 5.245.24.1.r2 - - - perl5-devel - 5.25.2.44 + 5.215.22.3.r2 + 5.235.24.1.r2 + 5.255.25.2.87 perl @@ -2240,7 +2238,7 @@ Notes: 2016-06-30 2016-08-04 - 2016-08-12 + 2016-08-13 @@ -2253,14 +2251,12 @@ Notes: perl5.20 perl5.22 perl5.24 + perl5-devel 5.185.18.4_23 5.205.20.3_14 - 5.225.22.3.r2 - 5.245.24.1.r2 - - - perl5-devel - 5.25.3.18 + 5.215.22.3.r2 + 5.235.24.1.r2 + 5.255.25.3.18 perl @@ -2285,7 +2281,7 @@ Notes: 2016-07-21 2016-08-04 - 2016-08-11 + 2016-08-13