libredwg-devel-0.12.5.6924-bp155.3.6.1<>,9fW!^I%z Mnl:DmQ n@1oAxxTdKkSzd忯BcUżZ̝2Lvl'wܛ)GS4:]U.W c" \,CV Sdd@ Lί{g/@2h%! Q'TP8%ӻ! W?n]]H.xbjnJ vQVTD z‚Y`l"X d*DpAg>[n4z FMv2S&q*U-jQVoq5|;*תw1n3:`j#Sw݋3<h9 eEr /όۃ@WBSpHAfBŘsaby}< g0m?xl [i+uIHI]!{/k9mJjL.BaHJ}ËͻfbM>>$?$d ) H$(AJ[ t     (  X      0 l (89: &FeG| H I XY\ 0 ] ` ^ b!{c"!d"e"f"l"u" v#w# x# y$z$$$4$8$>$Clibredwg-devel0.12.5.6924bp155.3.6.1Development files for libredwgGNU LibreDWG is a C library to handle DWG files. It can replace the OpenDWG libraries. DWG is the native file format of AutoCAD. This package contains the files required for development with libredwg.fW!^i03-ch1bESUSE Linux Enterprise 15openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.gnu.org/software/libredwg/linuxx86_64wH M$z KA큤A큤fW!]fW!]fW!]fW!]fW!^eueueueueufW!^eu972e1679e93ccf00706e236bad66ac15bb55dc1431bc3571d60ff79831f17e893c74e38bbde678caae71b5173402c03296aa0598179ff171838ea218f87eb637236fab99f67a67fc309016fcd982bd4092b4ac2a8e6a6eddbeb506fdd7fbd75bfcfda0cdc7ebd491c3aa8820136dda6fe5111709e72b195b9754a83acee42d4aa96d21cdde0b2f9c3a956687cbc552de3d9f41e18d0e9b1f7200e4390fcdd299671421cd412d698d1d40109dbf4d151383cc489fc332d4fd3f5769dc7f238abe59a04fa6bc0a036fef987e5bfe966d6ac7f3900606c44211f47267247fd2fdb6c7fd437101db8d75e9abb9805c9b143b05463dbdb5bdcd3b7846b66f2b333efc8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903libredwg.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibredwg-0.12.5.6924-bp155.3.6.1.src.rpmlibredwg-devellibredwg-devel(x86-64)pkgconfig(libredwg)@    /usr/bin/pkg-configlibredwg0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.12.5.69243.0.4-14.6.0-14.0-15.2-14.14.3edQd@b{@b_@_3^^^@]{@]B@\U@[@[r@[l,[I[DJan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Andreas Stieger Andreas Stieger Jan Engelhardt Jan Engelhardt Jan Engelhardt Andreas Stieger astieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comjengelh@inai.deastieger@suse.com- Update to tag 0.12.5.6924 * Addressed CVE-2023-26157 [boo#1218473]- Set -D_GNU_SOURCE to work around strcasestr being undeclared- Update to tag 0.12.5.5907 * Addressed CVE-2022-33025 [boo#1200898], CVE-2023-36271 [boo#1212709], CVE-2023-36272 [boo#1212707], CVE-2023-36273 [boo#1212706], CVE-2023-36274 [boo#1212705] - Delete 0001-bits-change-bit_copy_chain.patch, 0001-fix-obj_flush_hdlstream-GH-497.patch (merged)- Add 0001-bits-change-bit_copy_chain.patch, 0001-fix-obj_flush_hdlstream-GH-497.patch [CVE-2022-35164] [boo#1202553]- Update to release 0.12.5 [boo#1193372] [CVE-2021-28237] * Restricted accepted DXF objects to all stable and unstable classes, minus MATERIAL, ARC_DIMENSION, SUN, PROXY*. I.e. most unstable objects do not allow unknown DXF codes anymore. This fixed most oss-fuzz errors.- Update to release 0.11.1 * Fixed decode of Unicode string streams. * Fixed UCS-2 to UTF-8 conversion for the chars 128-255. * Moved PSPACE entities from BLOCKS to ENTITIES * Fixed \r\n quoting in DXF texts * Generalize and fix DXF text splitup into 255 chunks and quoting, add basic shift-jis quoting support for Katagana and Hiragana letters (Japanese \M+1xxxx => Unicode \U+XXXX) * Added indxf dwg_has_subclass check to avoid buffer overflows when writing to wrong subclasses. * Improved SAB 2 to SAT 1 conversion: Split overlarge blocks into block_size of max 4096. Add "^ " quoting rule. * Fixed decode of empty classes section, esp. for r13c3 and r14. * Keep IDBUFFER for old DXFs (r13-r14) * Fixed SummaryInfo types from T to TU16, relevant for DXF headers too. * Add missing UTF-8 conversion in geojson for TEXT, MTEXT, GEOPOSITIONMARKER.- update to 0.11: * new programs dwgfilter, dxfwrite * improved file support for r2004+ (incomplete) * Add support for GeoJSON RFC794a godsend for the json importer) * API extensions and breaking changes- update to 0.10.1: * Fixed dwg2SVG htmlescape overflows and off-by-ones * Removed direct usages of fprintf and stderr in the lib * Fuzzing fixes for dwg2SVG, dwgread * Fixed eed.raw leaks- Update to release 0.10 * API breaking changes: * Added a new int *isnewp argument to all dynapi utf8text getters, if the returned string is freshly malloced or not. * removed the UNKNOWN supertype, there are only UNKNOWN_OBJ and UNKNOWN_ENT left, with common_entity_data. * renamed BLOCK_HEADER.preview_data to preview, preview_data_size to preview_size. * renamed SHAPE.shape_no to style_id. * renamed CLASS.wasazombie to is_zombie. * Bugfixes: * Harmonized INDXFB with INDXF, removed extra src/in_dxfb.c. * Fixed encoding of added r2000 AUXHEADER address. * Fixed EED encoding from dwgrewrite. * Add several checks against [CVE-2020-6609, boo#1160520], [CVE-2020-6610, boo#1160522], [CVE-2020-6611, boo#1160523], [CVE-2020-6612, boo#1160524], [CVE-2020-6613, boo#1160525], [CVE-2020-6614, boo#1160526], [CVE-2020-6615, boo#1160527]- Update to release 0.9.3 * Added the -x,--extnames option to dwglayers for r13-r14 DWGs. * Fixed some leaks: SORTENTSTABLE, PROXY_ENTITY.ownerhandle for r13. * Add DICTIONARY.itemhandles[] for r13 and r14. * Fixed some dwglayers null pointer derefs, and flush its output for each layer. * Added several overflow checks from fuzzing [CVE-2019-20010, boo#1159825], [CVE-2019-20011, boo#1159826], [CVE-2019-20012, boo#1159827], [CVE-2019-20013, boo#1159828], [CVE-2019-20014, boo#1159831], [CVE-2019-20015, boo#1159832] * Disallow illegal SPLINE scenarios [CVE-2019-20009, boo#1159824]- Update to release 0.9.1 * Fixed more null pointer dereferences, overflows, hangs and memory leaks for fuzzed (i.e. illegal) DWGs. - Update to release 0.9 [boo#1154080] * Added the DXF importer, using the new dynapi and the r2000 encoder. Only for r2000 DXFs. * Added utf8text conversion functions to the dynapi. * Added 3DSOLID encoder. * Added APIs to find handles for names, searching in tables and dicts. * API breaking changes - see NEWS file in package. * Fixed null pointer dereferences, and memory leaks (except DXF importer) [boo#1129868, CVE-2019-9779] [boo#1129869, CVE-2019-9778] [boo#1129870, CVE-2019-9777] [boo#1129873, CVE-2019-9776] [boo#1129874, CVE-2019-9773] [boo#1129875, CVE-2019-9772] [boo#1129876, CVE-2019-9771] [boo#1129878, CVE-2019-9775] [boo#1129879, CVE-2019-9774] [boo#1129881, CVE-2019-9770]- update to 0.8: * add a new dynamic API, read and write all header and object fields by name * API breaking changes * Fix many errors in DXF output * Fix JSON output * Many more bug fixes to handle specific object types- update to 0.7: * add API to retrieve all objects in a DWG * various API breaking changes * Various fixes for memory leaks and double free and other issues- update to 0.6.2: * Improved handling of DWG files found in the wild- update to 0.6: * API breaking changes: + Removed dwg_obj_proxy_get_reactors(), use dwg_obj_get_reactors() instead. + Renamed SORTENTSTABLE.owner_handle to SORTENTSTABLE.owner_dict. + Renamed all -as-rNNNN program options to --as-rNNNN. * a number of bug fixes, correctness fixes and memory leak fixes * Add support for more DWG objects * Add pkg-config file - drop patches (upstream): CVE-2018-14524.patch, CVE-2018-14471.patch- CVE-2018-14524: double free (boo#1102702) add CVE-2018-14524.patch - CVE-2018-14471: NULL pointer dereference DoS (boo#1102696) add CVE-2018-14471.patch- Trim redundant wording and future aims.- initial version (0.5)i03-ch1b 1716986206 0.12.5.6924-bp155.3.6.10.12.5.6924-bp155.3.6.10.12.5.6924dwg.hdwg_api.hlibredwg.solibredwg.pclibredwg-develAUTHORSChangeLogNEWSREADMETODOlibredwg-develCOPYING/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libredwg-devel//usr/share/licenses//usr/share/licenses/libredwg-devel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:18394/openSUSE_Backports_SLE-15-SP5_Update/ac433447d47da4f325925f49491f5f5d-libredwg.openSUSE_Backports_SLE-15-SP5_Updatedrpmxz5x86_64-suse-linuxC source, UTF-8 Unicode textpkgconfig filedirectoryUTF-8 Unicode textUTF-8 Unicode text, with very long linesAlgol 68 source, UTF-8 Unicode textASCII textPR{Ti`=utf-89235a087a35cb22dabaf1d21dbe3dc1ce8708c712b42e235cab38765fa988602? 7zXZ !t/1]"k%۫65U#%@߳N+"'TÙ%{9~ &x,K P^O&szur|cmA$禖ђ4S`@n z{L$61ba Ucf/ ^]pǟS,+$ew>3* g ߤlD96 9jNҮV待]*Yf"G?^Y{.XIv'yAmg$zbߐ>%dsr/n+c޲Pڵ;cn]<eAWgHM]$2a.^R</F(@b.*Uؤ<5=LklRq3ŕ!GLL oe*U"~ V!#ZBBf^Zs4ڴG\MDc Ö;SF= JpI9悪ܢ4l>5S8[JQ@8kLPi~n_v`n=hR0Eqn&Y\4y5ﲬb `J@x, hs[~SWh۠J%BV}Q>zD3:*xWςбChO+ߞ=h:o G#AAA"jeQ MmľidFQaN'CËh\Dށywp4^&.6: O"S/c^?au3^/|WTXٷgcs+v,#V>T_\Ql(Nz: 8 -Sqh3YgغlUmnY!-¢(-f>ȼwDBc5|)ji<"Lfg6TG2Q:^K8}]y"r:u@*ߦYt(gz#o\1fS;c %QxoϭsIm$ ~ȹ$I5IKCPT2Zl]Єqq{-Lu'[;SbOK <}>Xck 9vkˮ`<\v(P/-k)jS$::'hCMFٕ9dv ;6(EQQǠHՉ(/.,x xaDcm~Y(ȳ.dNД)h`*z#J9F.> vR߈ħAy]HBYi]X?&]9B27F˃FHG""hz*PUWeWLJ%Jӫ}Z (# UCиçgoWF  uNJ^:sh~[Q4EP+#p~µFgrPzė6KyU%bY^6"]b;D1W/<&!2|=6b4`2l @GN O|v+Rz@U\ɤ9ㆯ/}p,6N /wJrtk37/vN٪yyŸy$ `kC[~Y!gs.nG^["H7hL! Lms[Fv2I8J 9EGd)!!39ueY8jI?fG?qw1+Wc? i/7CL@tؤ=wׇQwAMbcRbHW7*BpMoQ;,??o3l)5sa,Tnz=M$$H 7PȎhzh ^q3c:?N!-[L'@yx0Cgl^lhU>Z"v= WoQgC^q}؎ډ<Ì'O쪵/(bL5;2SEP:-OB%6(7ϸE9Gӛ$L^vzIY2Yuz rV`4ӎWdyqT^-cE- kZy.Hqǝm;Ž t3kE }Sl lL.͔QTpR,@wmV '[]|hk/ >hMyOѥዟtkF \tޮ>=e'(i!NHU474BN(j ;[ҥeoJ 3x ?UѠLD!JВhsx0֫ $QkԔ -~u7[LhL(:q.# \RBrcB^H|zƙ8u -e%P#X0#v/Sv5B*w%8ڕI'thf uŠʓ6vU@گ_;Dw9<5ﺤ^"Y]vvE҈SwOp.cJ$ +OER7wBpEfуPЋ txVS>Io|otgaˠc3~R,S L{-9Z[lF_)ht D/R[l<2hGcl;h$xw6u{!tUK u'ݓnghQ)4d RnL$-vtQ,^rs.o2%G ?s Mg>C]ΌJ+}__~x;%/s"4a.sh0|NU,^R\v(Oyz_..WO+18D2JN򲜲pxlq K?S%ov[-3ok2UlHv1NNR@εP kBؽ:Pz|@JGiƴ A{ȷL4-i6SBM)hA9~7ɴ(/몄1JkBaB i$윔:Od@:{KW,EH`d!c YZ