Bug fixes

Updates to vuxml ranges fails

If a vuxml entry is updated, and the ranges change, those changes are not recorded in FreshPorts. This came to my attention from the FreeBSD Security team. They noticed that for the recent Oracla Java vuln FreshPorts had all versions for > 7. It boiled down to this: http://www.freshports.org/vuxml.php?vid=16846d1e-f1de-11e1-8bd8-0022156e8794 [1] differs from this: http://www.vuxml.org/freebsd/16846d1e-f1de-11e1-8bd8-0022156e8794.html [2]

Updates to vuxml ranges fails Read More »

non-standard file names

I recently discovered that for some pathnames, the URL is incorrect. For an example, look at http://www.freshports.org/japanese/im-ja/files/patch-src_xim_Makefile.in. Click on the first file listed there: devel/gdb6/files/patch-i386%nm-fbsd64.h The URL should be http://www.freshports.org/devel/gdb6/files/patch-i386%25nm-fbsd64.h. That is, the embedded % should appear in the URL as %25, which is the hexadecimal value for a percent-sign. A simple solution, using PHP,

non-standard file names Read More »

Scroll to Top