From owner-svn-ports-head@FreeBSD.ORG Fri Jul 27 22:06:53 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C618106566C; Fri, 27 Jul 2012 22:06:53 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from emx.nitro.dk (leto.nitro.dk [178.63.52.6]) by mx1.freebsd.org (Postfix) with ESMTP id 00F678FC0C; Fri, 27 Jul 2012 22:06:53 +0000 (UTC) Received: from mailscan.leto.nitro.dk (mailscan.leto.nitro.dk [127.0.1.4]) by emx.nitro.dk (Postfix) with ESMTP id 3310A29ED96; Fri, 27 Jul 2012 22:06:46 +0000 (UTC) Received: from emx.nitro.dk ([127.0.1.2]) by mailscan.leto.nitro.dk (mailscan.leto.nitro.dk [127.0.1.4]) (amavisd-new, port 10024) with LMTP id 5A4mxSyfjjK4; Fri, 27 Jul 2012 22:06:44 +0000 (UTC) Received: from [192.168.4.24] (unknown [89.100.2.68]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by emx.nitro.dk (Postfix) with ESMTPSA id 32C3329ED93; Fri, 27 Jul 2012 22:06:44 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: "Simon L. B. Nielsen" In-Reply-To: <201207272134.q6RLY5oW048907@svn.freebsd.org> Date: Fri, 27 Jul 2012 23:06:43 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201207272134.q6RLY5oW048907@svn.freebsd.org> To: Olli Hauer X-Mailer: Apple Mail (2.1278) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r301625 - in head: devel/bugzilla devel/bugzilla3 devel/bugzilla42 security/vuxml X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 27 Jul 2012 22:06:53 -0000 On 27 Jul 2012, at 22:34, Olli Hauer wrote: > Author: ohauer > Date: Fri Jul 27 21:34:04 2012 > New Revision: 301625 > URL: http://svn.freebsd.org/changeset/ports/301625 >=20 > Log: > - security update bugzilla > new Versions: 3.6.10, 4.0.7, 4.2.2 ... > Modified: head/security/vuxml/vuln.xml > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/security/vuxml/vuln.xml Fri Jul 27 17:06:03 2012 = (r301624) > +++ head/security/vuxml/vuln.xml Fri Jul 27 21:34:04 2012 = (r301625) > @@ -52,6 +52,57 @@ Note: Please add new entries to the beg >=20 > --> > > + > + bugzilla -- multiple vulnerabilities > + > + > + 3.6.03.6.10 > + 4.0.04.0.7 > + 4.2.04.2.2 > + You are missing the package names so the file isn't valid: [simon@freefall:~/vuxml] make validate /bin/sh /dumpster/home/simon/vuxml/files/tidy.sh = "/dumpster/home/simon/vuxml/files/tidy.xsl" = "/dumpster/home/simon/vuxml/vuln.xml" > = "/dumpster/home/simon/vuxml/vuln.xml.tidy" >>> Validating... /usr/local/bin/xmllint --valid --noout = /dumpster/home/simon/vuxml/vuln.xml /dumpster/home/simon/vuxml/vuln.xml:62: element package: validity error = : Element package content does not follow the DTD, expecting (name+ , = range+), got (range range range ) ^ >>> FAILED. *** Error code 1 Stop in /dumpster/home/simon/vuxml. It's probably just a matter of adding "bugzilla", but I'm = not set up to be able to commit to ports easily right now so I haven't = tried. --=20 Simon L. B. Nielsen