File gerbv.changes of Package gerbv
-------------------------------------------------------------------
Thu Mar 12 21:10:27 UTC 2026 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to 2.12.0:
Security fixes
* fix: undef DPRINTF before redefining to avoid macOS warning by
@rampageservices in #358
* fix: replace sprintf with snprintf in dxflib by @rampageservices
in #359
Bug fixes
* Fix all implicit case fallthrough (#287) by @rampageservices in #294
* Wire NOTE messages into CLI output with severity prefixes by
@rampageservices in #292
* fix: DXF export renders arcs as straight lines by @rampageservices in #296
* fix: Put version number into libgerbv.pc correctly. by @eyal0 in #337
* fix: Correct computation for bounding box of gerber files. by @eyal0 in #342
* Fix errno clobbered by cleanup in gerb_fopen() by @rampageservices in #319
* Fix non-ASCII file path handling on Windows by @rampageservices in #318
* fix: replace unsafe dprintf macro with safe DPRINTF variadic macro
by @rampageservices in #320
* fix: use portable font name for layer Modified column by @rampageservices in #355
* Fix double rotation of macro circle/line center coordinates (#233) by
@rampageservices in #310
* Guard INCH/METRIC unit assignment with autod in drill header parsing (#241)
by @rampageservices in #313
* Fix missing rotation for circle primitives in GDK renderer by @rampageservices in #375
* Fix use-after-free SEGV on RS274-X export (#162) by @rampageservices in #379
New features
* feat: add gerbv_create_excellon_image_from_filename() to public API by @spe-ciellt in #302
* fix: support Excellon G02/G03 arc routing with I/J center offsets by
@rampageservices in #298
* feat: add directory opening support (gerbv .) by @rampageservices in #309
* feat: optimized SVG export writer (fixes #236) by @rampageservices in #317
* refactor: move tinyscheme to thirdparty/ directory by @rampageservices in #357
* feat: warn when loaded file contains no geometry by @rampageservices in #307
* Implement our own local version of isascii() for tinyscheme. by @spe-ciellt in #390
* Move some toplevel definitions to respective toolchain files by @spe-ciellt in #391
* ci: add native Windows build with MSYS2 UCRT64 by @rampageservices in #378
Documentation
* docs: audit and update man page for current codebase by @rampageservices in #312
* Add TinyScheme BSD license notice by @rampageservices in #329
* fix: document dxflib patches and remove dead tessellation guard by @rampageservices in #340
* Update HACKING with modern git and GitHub recommendations. by @spe-ciellt in #347
Buildsystem (CMake/CTest/CPack/etc)
* Added label buildsystem for future release notes by @spe-ciellt in #311
* cmake: fix tarball builds and generated path handling by @chenrui333 in #303
* ci: add macos test by @chenrui333 in #327
* Allow static library builds via BUILD_SHARED_LIBS by @rampageservices in #314
* CMake for thirdparty libraries by @spe-ciellt in #374
* fix: Build authors.c before all locales. by @eyal0 in #365
* Pipeline fixes by @spe-ciellt in #389
* ci: fix Windows regression test runner by @rampageservices in #401
Other changes
* Add GitHub Sponsors funding configuration by @rampageservices in #315
* fix: address fopen() patch followups in main.c by @rampageservices in #351
* ix: remove dead NULL checks after g_malloc/g_new in gerb_file.c by @rampageservices in #353
* fix: apply rotation when computing aperture macro bounding boxes by @rampageservices in #341
* We now have DXF always compiled in so we need to remove all checks if… by @spe-ciellt in #388
* ix: Define M_PI, M_PI_2, and M_1_PI. by @eyal0 in #393
- Update to 2.11.1:
* fix: Put version number into libgerbv.pc correctly by @eyal0 in #337
- Update to 2.11.0:
Bug fixes
* Remove potential efence support by @spe-ciellt in #264
* Make MAX/MIN use pure C11 functions and not depend on GNU
extensions by @spe-ciellt in #265
* fix: set omit_zeros unconditionally when LZ/TZ is declared in
Excellon header by @rampageservices in #275
* test: wire up CTest integration and fix set -e abort
in run_tests.sh by @spe-ciellt in #276
* fix: correctly apply N from FILE_FORMAT=N:M with LZ trailing
suppression by @spe-ciellt in #278
* Add .gitignore to test to ignore files that are generated
during test. by @spe-ciellt in #281
* fix: silently ignore Gerber X2 attribute commands (TF, TA,
TO, TD) by @rampageservices in #282
* Fix aperture macro 0X parsed as hex float instead o
multiplication by @rampageservices in #285
* Fix circle primitives in aperture macros ignoring rotation by
@rampageservices in #286
* fix: add bounds-check guards for file reading functions by
@rampageservices in #293
* Number of monitors should not affect the start window height.
by @spe-ciellt in #295
* ci: add tag trigger and GitHub Release job by @spe-ciellt in #299
New features
* Updating to use CMake by @spe-ciellt in #261
* Packing of DEB and RPM by @spe-ciellt in #270
* feat: add optional Inkscape-layer SVG export by @5shekel in #279
* fix: support Excellon routing/milling commands (G00, G01, M15,
M16, M17) by @rampageservices in #283
* fix: add DXF image export to CLI by @spe-ciellt in #289
- Patch gerbv-gcc15.patch removed (applied upstream)
- Patch gerbv-build-with-g++-13.patch added as a workaround for
Leap-15.x (C++23 is required for build)
-------------------------------------------------------------------
Tue Jun 10 10:46:26 UTC 2025 - pgajdos@suse.com
- added patches
https://github.com/gerbv/gerbv/issues/255
+ gerbv-gcc15.patch
-------------------------------------------------------------------
Fri Nov 24 19:18:18 UTC 2023 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- 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)
-------------------------------------------------------------------
Mon Jan 9 07:48:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.9.6:
* Turn off autodetect after FILE_FORMAT
-------------------------------------------------------------------
Sun Dec 4 21:21:22 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Thu Nov 17 14:26:10 UTC 2022 - Andrea Manzini <andrea.manzini@suse.com>
- 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
-------------------------------------------------------------------
Wed May 4 09:09:00 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- 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
-------------------------------------------------------------------
Tue Jan 12 16:03:06 UTC 2021 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Fix duplicate symbol error due to wrong syntax in declaration:
* 0001-Fix-enum-declarations.patch
-------------------------------------------------------------------
Mon Mar 25 22:26:25 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Use correct tarball from upstream
- Remove unused cruft from the specfile
-------------------------------------------------------------------
Wed Feb 27 12:18:11 UTC 2019 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 2.7.0
- Translations restored
- Patches:
* gerbv-2.6.1-undefined-symbols.patch upstreamed
* gerbv-fix-install-sh-call.patch upstreamed
* gerbv-2.6.1-no-translation.patch upstreamed
* gerbv-no-build-time.patch removed, build date/time is now set
by OBS
-------------------------------------------------------------------
Tue Mar 3 12:49:46 UTC 2015 - dev@stellardeath.org
- Backport commits 55e4460 and dd8f9fa from upstream that cures
the problem of an undefined symbol "screen" when using gerbv as
a library
* gerbv-2.6.1-undefined-symbols.patch
-------------------------------------------------------------------
Tue Mar 3 11:46:11 UTC 2015 - dmitry_r@opensuse.org
- Fix desktop menu categories
-------------------------------------------------------------------
Tue Oct 7 21:24:37 UTC 2014 - dmitry_r@opensuse.org
- Fix build with automake 1.14
* gerbv-fix-install-sh-call.patch
-------------------------------------------------------------------
Tue Jul 23 09:34:34 UTC 2013 - dmitry_r@opensuse.org
- Update to version 2.6.1
* Localization support
- Disable localization due to missed files
* gerbv-2.6.1-no-translation.patch
-------------------------------------------------------------------
Thu Jan 3 21:24:02 UTC 2013 - dmitry_r@opensuse.org
- Delete guile from requires
- Delete compilation time from binary
* gerbv-no-build-time.patch
-------------------------------------------------------------------
Wed Dec 26 13:30:40 UTC 2012 - dmitry_r@opensuse.org
- fix summary
-------------------------------------------------------------------
Tue Dec 25 17:45:28 UTC 2012 - dmitry_r@opensuse.org
- spec file cleanup
- split libgerbv to separate package
-------------------------------------------------------------------
Tue Dec 27 08:15:35 UTC 2011 - werner.ho@gmx.de
- new version 2.6.0
-------------------------------------------------------------------
Sat Nov 19 12:08:10 UTC 2011 - werner.ho@gmx.de
- new version 2.5.0
- build fixes for openSUSE 12.1
-------------------------------------------------------------------
Sat Mar 06 00:00:00 UTC 2010 - werner.ho@gmx.de
- new version 2.4.0
-------------------------------------------------------------------
Sun Oct 11 00:00:00 UTC 2009 - werner.ho@gmx.de
- new version 2.3.0
-------------------------------------------------------------------
Fri Feb 06 00:00:00 UTC 2009 - werner.ho@gmx.de
- new version 2.2.0
-------------------------------------------------------------------
Sat Dec 20 00:00:00 UTC 2008 - werner.ho@gmx.de
- fixed desktop integration of openSUSE 11.1
- directory fixes
- call /sbin/ldconfig
-------------------------------------------------------------------
Sun Sep 21 00:00:00 UTC 2008 - werner.ho@gmx.de
- new version 2.1.0
- removed support for older distributions
- created additional devel package
-------------------------------------------------------------------
Mon Mar 24 00:00:00 UTC 2008 - werner.ho@gmx.de
- fixed desktop integration
-------------------------------------------------------------------
Thu Mar 04 00:00:00 UTC 2008 - werner.ho@gmx.de
- new version 2.0.1
- desktop integration
-------------------------------------------------------------------
Sun Jan 13 00:00:00 UTC 2008 - werner.ho@gmx.de
- new version 2.0.0
-------------------------------------------------------------------
Thu Nov 29 00:00:00 UTC 2007 - werner.ho@gmx.de
- new version 1.0.3
- removed msgstr_size patch
-------------------------------------------------------------------
Wed Feb 28 00:00:00 UTC 2007 - werner.ho@gmx.de
- added msgstr_size patch
-------------------------------------------------------------------
Tue Aug 29 00:00:00 UTC 2006 - werner.ho@gmx.de
- added libpng-devel: gkt2-devel of SuSE 9.3 didn't provide it
-------------------------------------------------------------------
Sun Aug 27 00:00:00 UTC 2006 - werner.ho@gmx.de
- first spec file