Created attachment 157625 [details] Fix <freebsdpr> syntax on several vuln.xml entries. Also fix one spelling error. Several vuxml entries have <freebsdpr>#######</freebsdpr>. If the user is at http://www.vuxml.org attempts to follow these PRs, they all end up with the link below and the user ends up at the Bugzilla search page. http://www.freebsd.org/cgi/query-pr.cgi?pr= The working links use the <freebsdpr>ports/######</freebsdpr> syntax. For example, see http://www.vuxml.org/freebsd/a0089e18-fc9e-11e4-bc58-001e67150279.html The FreeBSD PR Link for this entry is a working link: http://www.freebsd.org/cgi/query-pr.cgi?pr=200264 Pointyhat to me on several of these. I somehow managed to copy a bad example and spread it around. Sorry for not noticing and correcting it sooner. Validation: # make validate /bin/sh /usr/ports/security/vuxml/files/tidy.sh "/usr/ports/security/vuxml/files/tidy.xsl" "/usr/ports/security/vuxml/vuln.xml" > "/usr/ports/security/vuxml/vuln.xml.tidy" >>> Validating... /usr/local/bin/xmllint --valid --noout /usr/ports/security/vuxml/vuln.xml >>> Successful. Checking if tidy differs... ... seems okay Checking for space/tab... ... seems okay /usr/local/bin/python2.7 /usr/ports/security/vuxml/files/extra-validation.py /usr/ports/security/vuxml/vuln.xml
A commit references this bug: Author: junovitch Date: Mon Sep 28 02:54:42 UTC 2015 New revision: 398071 URL: https://svnweb.freebsd.org/changeset/ports/398071 Log: Fix <freebsdpr> syntax on several entries Without ports/ prepended to the PR number, the http://www.vuxml.org links go to https://bugs.FreeBSD.org and not the actual PR. While here, "trongSwan" -> "StrongSwan" spelling correction PR: 200777 Changes: head/security/vuxml/vuln.xml