Up to [cvs.NetBSD.org] / pkgsrc / cad / libredwg
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 23 16:19:26 2022 UTC (2 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
massive revision bump after textproc/icu update
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 28 11:31:01 2022 UTC (7 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
*: recursive bump for perl 5.36
Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 18 19:10:27 2022 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
revbump for textproc/icu update
Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 11 16:00:59 2021 UTC (13 months, 3 weeks ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
cad/libredwg: Update to 0.12.4 Major bugfixes: * Fixed encode from dwg and json for many objects: missing size and bitsize recalculation for objects with strings and DD types. (GH #322, #326) * dwgadd: Fixed the pspace command. (GH #319) * Missed all binary DXF groups 0. Still not working, but added to oss-fuzz. * Support older gperf, older than 3.1. eg. macOS
Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:25 2021 UTC (13 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
revbump for icu and libffi
Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 30 14:19:16 2021 UTC (14 months ago) by gdt
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
cad/libredwg: Update to 0.12.3 LibreDWG version 0.12.3 - 2021/02/26 - beta: Minor bugfixes: * Fixed many more minor fuzzer errors, detected with the new llvmfuzz. * Harmonize UBSAN access for unaligned shorts (unicode strings). Wrong only with UBSAN or HAVE_ALIGNED_ACCESS_REQUIRED. * Fix dwg2dxf/dxf2dwg uppercase extension problem (Windows) (GH #311). * Fix section_string_stream offset for r2010 beta 2 (many public samples) (GH #318) Minor features: * Added google oss-fuzz integration, by David Korczynski (PR #316) libredwg is now fuzzed twice daily. * Added examples/llvmfuzz for libfuzzer and the google oss-fuzz service.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 30 13:21:59 2021 UTC (14 months ago) by gdt
Branch: MAIN
Changes since 1.3: +2 -3
lines
Diff to previous 1.3 (colored)
cad/libredwg: Update to 0.12.2 LibreDWG version 0.12.2 - 2021/02/23 - beta: Minor bugfixes: * Fixed extending the write buffer for the 2 CRC bytes. Occurs very seldomly (GH #315) LibreDWG version 0.12.1 - 2021/01/31 - beta: Major bugfixes: * fixed dwg_bmp() and dwgbmp for >= r2004. Wrong dat offset. * Fixed EED with code 3 for layer handles. (Fixes GH #310, shanzhugit) * Fixed bit_convert_TU utf8 conversion with ubsan, wrong endian-ness. Various fuzzing errors detected and fuzzed by Chew Kin Zhong (See GH #304): * Fix possible null-deref with broken DWG's in dwg_get_first_object. * Fix possible null-deref with broken DWG's in dwg_find_class with empty CLASS.dxfname. (GH #309) * Fix possible null-deref with broken DWG's in dwglayers with empty LAYER.name. (GH #308) * Fix short integer overflow in EED checks when decoding malcrafted DWG's, which also led to encode buffer overflows. (GH #307) * Fix possible null-derefs with broken DWG's in json export. (GH #306) * Fix possible null-deref with broken DWG's in dwg_next_entity iterator. (GH #305) * Fix wrong TFF overflow check for static strings, where we cannot set the string nor the size. (GH #304) * Fix heap-overflows and invalid free's when decoding broken 3DSOLID's in malcrafted DWG's. Only accept version 1 and 2. (GH #304) Minor features: * Added string converters with known TU sizes: bit_TU_to_utf8_len, bit_read_TU_len.
Revision 1.3 / (download) - annotate - [select for diffs], Mon May 24 19:49:12 2021 UTC (20 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
*: recursive bump for perl 5.34
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 21 11:41:03 2021 UTC (21 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
revbump for textproc/icu
Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 2 21:32:59 2021 UTC (22 months ago) by plunky
Branch: MAIN
Add LibreDWG, a free C library for reading/writing DWG files This software is part of the GNU project, released under the aegis of GNU.