diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-11-18 05:27:58 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-11-18 05:27:58 +0800 |
commit | b4385370b666a6c150499c852272f020579dbf3e (patch) | |
tree | 0ab97be260588af6584cac49968cebdb33cf7a66 /security | |
parent | 409b93515a5219508187aee52495537c024b78c4 (diff) | |
download | freebsd-ports-gnome-b4385370b666a6c150499c852272f020579dbf3e.tar.gz freebsd-ports-gnome-b4385370b666a6c150499c852272f020579dbf3e.tar.zst freebsd-ports-gnome-b4385370b666a6c150499c852272f020579dbf3e.zip |
Fix version check for the entry added in r372686.
4.11.14 is not in ports yet, the fix was backported to 4.11.13 so we are
safe with 4.11.13_1.
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 cf46457f792f..88a5e931bcaa 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -62,7 +62,7 @@ Notes: <affects> <package> <name>kde-workspace</name> - <range><lt>4.11.14</lt></range> + <range><lt>4.11.13_1</lt></range> </package> </affects> <description> |