1Name: Anti-Grain Geometry 2URL: https://sourceforge.net/projects/agg/ 3Version: 2.3 4Security Critical: yes 5License: MIT 6 7Description: 82D vector graphics library. 9 10Local Modifications: 11 120000-bug-466.patch: Fixes an infinite loop in stroke_calc_arc(). 13Various changes to use FX_ library functions. 14Possibly more? 150001-gcc-warning.patch: Fix a GCC warning about both enumeral and 16non-enumeral type in conditional. 170002-ubsan-error-fixes.path: Fix UBSan errors for overflows. 180003-ubsan-render-line-error.patch: Fix UBSan overflow error in render_line. 190004-ubsan-sweep-scanline-error.patch: Fix UBSan left shift of negative value 20error in sweep_scanline. 210005-assignment-return-values.patch: Fix assignment operator return values in 22agg_array.h. 230006-ubsan-sweep-scanline-error.patch: Fix UBSan integer overflow error in 24sweep_scanline. 250007-unused-struct.patch: Remove unused struct point_type_flag, which has a 26shadow variable. 27