| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 2.10.0:
* Security CVE-2023-4508: Out-of-bounds memory access of filename
* Japanese Language File (PR#183)
* Fix crash Edit-file-format dialog (PR#181)
* Allow gerbv foo.gvp to act like gerbv -p foo.gvp was specified
(PR#184)
* Fix Translation and Scale are not editable in Edit-layer dialog
(PR#182)
* Increase maximum zooming level (PR#186)
* Recommend a way of reporting security issues (PR#193)
- Update to 2.9.8:
* Using floating point math for arcs (PR#173)
* Bump APERTURE_PARAMETERS_MAX to 10006 in order to comply with
Gerber specification revision 2021.02 (PR#172)
* Recognize empty drill files (PR#170)
- Update to 2.9.7:
* The BUGS file now references GitHub instead of listing the
known issues for reach release (PR#132)
- update to 2.9.6: * Turn off autodetect after FILE_FORMAT
- update to 2.9.5: * Replaced — with - to fix charset issue in gerbv --version on wine * Check for NULL schema source default * Changed TinySCHEME version notice from 1.34 to 1.35 * Fix draw.h include guard (PR#141 by @ooxi) * Replaced — with - to fix charset issue in gerbv --version on wine
- Update to 2.9.4 * Fix rotation * libgerbv: Free the memory allocated in aperture macro comments * Fix CVE-2021-40400: Gerbv RS-274X aperture macro outline primitive out-of-bounds read vulnerability * Fix CVE-2021-40403: Gerbv pick-and-place rotation parsing use of uninitialized variable vulnerability * Fix CVE-2021-40401: Gerbv RS-274X aperture definition tokenization use-after-free vulnerability * Emit warning when G04 includes a CR or LF * Support spaces in excellon XY drill lines * Add support for Altium-style FILE_FORMAT comments
- Change the source URL
- Update to 2.8.2. Changes since 2.7.0:
* Fix CVE-2021-40393: RS-274X format aperture macro variables
out-of-bounds write vulnerability (boo#1194035)
* Adjust autotool related files due warnings by autoconf
* Fix CVE-2021-40391: Gerbv drill format T-code tool number
out-of-bounds write vulnerability (boo#1192949)
* Fix double-freeing memory
* Fix casting pointer to different size integer
* Fix crash when opening/saving files
- Drop patch, now upstream:
* 0001-Fix-enum-declarations.patch