diff options
author | simon <simon@FreeBSD.org> | 2005-01-25 18:51:09 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-01-25 18:51:09 +0800 |
commit | 8078783ce86c32cfc05f8ff81876e1fd135864ec (patch) | |
tree | 1f201c4b59775cf174987f2323877e5d3f2a2d8f /security | |
parent | 6745536e4e9365f4f8d32e9c1392629ce0e451b4 (diff) | |
download | freebsd-ports-gnome-8078783ce86c32cfc05f8ff81876e1fd135864ec.tar.gz freebsd-ports-gnome-8078783ce86c32cfc05f8ff81876e1fd135864ec.tar.zst freebsd-ports-gnome-8078783ce86c32cfc05f8ff81876e1fd135864ec.zip |
Fix last YAMT entry update to actually make sense... Greater than and
less than are not the same...
Pointy hat to: simon
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a827a5793361..17a55ca16f6b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -279,7 +279,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <affects> <package> <name>yamt</name> - <range><gt>0.5_2</gt></range> + <range><lt>0.5_2</lt></range> </package> </affects> <description> |