diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-09-26 13:10:25 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-09-26 13:10:25 +0000 |
commit | 9f10a77fa4ba7d0d7eb501e99286e1e0004046bb (patch) | |
tree | fcc4d556790089ef40dbff901586936ce34a6f5f | |
parent | x11/toolcits-pango: Actually apply security patch (diff) |
vuxml: Update pango entry for CVE-2019-1010238
Update the pango entry for CVE-2019-1010238.
Since the fix to pango wasn't applied properly the first time around, the
pango version with the fix needed to be bumpt in the vuxml entry.
Notes
Notes:
svn path=/head/; revision=550181
-rw-r--r-- | security/vuxml/vuln.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 91b58abaaf5e..90c966758562 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -2781,7 +2781,7 @@ group:builtin_administrators:rwxpDdaARWcCos:-------:allow <affects> <package> <name>pango</name> - <range><lt>1.42.4_4</lt></range> + <range><lt>1.42.4_5</lt></range> </package> </affects> <description> @@ -2803,6 +2803,7 @@ group:builtin_administrators:rwxpDdaARWcCos:-------:allow <dates> <discovery>2019-07-19</discovery> <entry>2020-07-23</entry> + <modified>2020-09-26</modified> </dates> </vuln> |