gcab-1.1-1.15 >  A [0p9|}3d mjr6&pF f1wD-> e>Txs!/3-|(8ު'YyRHNͨR .=w<_a. S4\Tj|;3] Rks jL=^?&U*gFc4@)bx ]RtnS>a^>g/ӈ)չglUSP8E޾adf9a38e27d73fc2116d8b2142589407ad68d76c8ea3439a09b7583c094564ee0e8f08af04d257dc71b362e3f2361f4f1323e365e܉[0p9|S)f"sk{h'&#&X =~3/Ю4 X%/mcұXXkՑ>Rc!' ;jYXQf"35V&<ˡzz4(al!'KĚҴ")|o)xZ0!?;ur\^@\-mv@;9`zkr9[5OCn/?ysL+f@-/e_)Ey&k^t@,>pA?d   . $=^p    8  0h(#8, 9` :h FGH8ITX\Yd\x]^bIcdDeIfLlNudvwxy zDTXbdhnCgcab1.11.15Cabinet file library and toolgcab is a tool and library for manipulating cabinet files. It uses the GObject API and provides GIR bindings. It supports creation of archives with simple MSZIP compression. This package provides gcab tool and its manuals.['nebbioloSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Productivity/Archiving/Compressionhttp://ftp.gnome.org/pub/GNOME/sources/gcablinuxppc64le0_gA큤A큤[%[%Z}Z}[%Z}[22224591fc86245195b86e56045941ad85db6aaabdd016d33b8e84b46445dca5114b5f32457ff3a45b1cb23becd480d5227041a1e471eb831f0d6a32ac69ab16fe4f0029222f161fe1a6ac9c7c83d629c8e9327d20ca9270e3ba4fa8d8688446dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe5512e43e689d09a70af872263569901ba8a898c42c216707227706ed9714bd42fcfrootrootrootrootrootrootrootrootrootrootrootrootrootrootgcab-1.1-1.15.src.rpmgcabgcab(ppc-64)@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcab-1.0.so.0()(64bit)libgcab-1.0.so.0(LIBGCAB1_0.0)(64bit)libgcab-1.0.so.0(LIBGCAB1_0.2)(64bit)libgcab-1.0.so.0(LIBGCAB1_0.5)(64bit)libgcab-1.0.so.0(LIBGCAB1_0.6)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZZZZ}@Zg#Zg#Zg#VU:U ]@T@T@Q7/jengelh@inai.dedimstar@opensuse.orgbjorn.lie@gmail.comluc14n0@linuxmail.orgbjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comzaitor@opensuse.orgdimstar@opensuse.orgschwab@linux-m68k.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.org- Update description.- Modernize spec-file by calling spec-cleaner- Add gcab-revert-git-dep.patch: Revert new dependency on git, having a builddependency on git just to able to show version when using a git checkout is a bit much (bgo#793406). - Following the above patch, drop git BuildRequires.- Update to version 1.1: + Add git version in --version. + Fix list of new symbols in index page. + Fix unused declarations. - Drop fixed upstream patches: gcab-meson-build-fixes.patch; gcab-folder-simplify_sort_cfiles.patch; gcab-doc-fixes.patch. - Drop intltool BuildRequires: it's no longer a requirement after upstream migration to Gettext. - Add git BuildRequires: new dependency. - Add a little summary of its content to the main package description.- Add gcab-doc-fixes.patch: Two documentation build fixes. - Add gcab-folder-simplify_sort_cfiles.patch: folder: simplify _sort_cfiles(), get rid of warnings.- Update to version 1.0 (CVE-2018-5345): + This fixes the security bug known as CVE-2018-5345. + New Features: - Add a helper executable to create massive compressed archives. - Add a special binary to use just for fuzzing. - Add gcab_cabinet_get_size(). - Add gcab_file_new_with_bytes(). - Add gcab_file_set_attributes(). - Add gcab_file_set_date(). - Add gcab_folder_get_comptype(). - Add gcab_folder_get_file_by_name(). - Add some self tests to test libgcab. - Switch to the Meson buildsystem. + Bugfixes: - Do not return translated errors from libraries. - Fix a large memory leak when parsing LZX cab files. - Fix a theoretical crash when building the table entries. - Replace all the custom typedefd unsigned types with working versions. - Return detailed errors from gcab_cabinet_get_signature(). - Use g_autoptr() to fix countless memory leaks when parsing corrupt files. - Use g_autoptr() to fix several memory leaks on error in the library. - Use G_DECLARE_FINAL_TYPE to remove lots of C boilerplate. + Updated translations. - Add gcab-meson-build-fixes.patch: Fixes to meson build to match the former autotools build. - Add meson and gtk-doc BuildRequires and use meson, meson_build and meson_install macros, following upstreams switch to meson. - Replace gobject-introspection with pkgconfig(gobject-introspection-1.0) BuildRequires: Actually build introspection support, split out new sub-package typelib-1_0-GCab-1_0. - Pass docs=true, introspection=true and tests=false to meson, only build the features we want. - No longer delete .la files, meson build does not generate them.- Update to version 0.8 (CVE-2018-5345): + This fixes the security bug known as CVE-2018-5345. + Always check the return value when writing to the stream. + Do not crash when ncbytes is larger than the buffer size. + Don't encode timezone in generated files. + Don't use version script if unsupported. + Explicitly enable C99 support. + Fix a few 'Dereference of null pointer' warnings. + Fix buffer overrun when generating Huffman codes. + Fix builddir != srcdir builds. + Fix dependency on generated .h file. + Fix invalid return annotation. + Fix the calculation of the checksum on big endian machines. + Fix -Wimplicit-fallthrough=. + Use glib-mkenum's prefixes to avoid sed. + Updated translations. - Minor spec cleanup, use autosetup macro.- Update to version 0.7: + Learn to rewind if needed during extraction (bgo#763377). + Fix extraction of files without cdata (bgo#763376). + Do not abort with a critical warning if a file has an incorrect checksum. + Set utf8 flag automatically (bgo#754091). + Fix wrong modification date (bgo#753040). + Build warning fixes. + Updated translations. - Drop gcab-checksum.patch: Fixed in a different way upstream.- Update to version 0.6: + Fix for the AFL-detected crashes. + Add file information getters (get_attributes(), get_date(), get_size()). + gcab learned --list-details to list files with those informations. + Fix the file date when creating cab. + Build-sys fixes.- Add gcab-checksum.patch: fix checksum computation (bgo#746580).- Update to version 0.5: + Fix path traversal: do not escape from output directory. + Add gcab_cabinet_get_signature(). + Build warning fixes. + Updated translations. - Drop gcab-CVE-2015-0552.patch: fixed upstream.- Add gcab-CVE-2015-0552.patch: Avoid path traversal (boo#911814, bgo#742331, CVE-2015-0552).- Initial package, version 0.4.nebbiolo 15272927111.1-1.151.1-1.15gcabgcabNEWSREADME.mdgcabCOPYINGgcab.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/gcab//usr/share/licenses//usr/share/licenses/gcab//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15:GA/standard/7311210608f3fca04482c4dbd5353073-gcabcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=d63e71d7649ddb49bd7c621d1655419835acd8e2, strippeddirectoryUTF-8 Unicode textASCII texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix) RRRRRRRR RRܰ.@xz$Hgcab-langutf-8d11c6448ed1c2de95f631aa846dfc152cb651cc38b368a17d6c2adac1b2d3d8b?7zXZ !t/+C] crv9uiYmxHB .J:}''D"l O2 Hyg ?Z`!OmzF_S9<<8 vt+@gv兓~s%tۜ{czľ?r^LAhTh9ZP\u&h6EFeH$g !5#J<)\6ඵ[_i!XL1ex|uW-\-JoR0ij-fi,PB x>h_`k0Wd @:?f{Sϴ49f~(?6֬|pUYz~Guo{V #f¾&gô愺/ƦJv|;$J[T8n8NF{ %ݝn||9=EjTl]":`lb] "[HZRx(<3طGO[C6CF߬=T<3"s]ш7 Uxd?$ӱ_чDϤإs*ҽ©etRD$2 CaGSBFnnw_ u4|cen )nӒ40D~bn7@{YBUIOsWrC7?*“wKY\<ծxޡtX4]J` FZڧuQRwc[yK$<,;CUh'Oly?~4H @Uʂ9E+-ԆISF!@3] -$'EٛZy \'2S 8[,AMm &`UeXwH2`^|N6ҭ;dZ"5 0J ZZ\V%9u5 6qCLcH16Sȓ3241c5}Cf=*x 5^;-{f8,MppIf(.CUyLrS[y2a;'I( %;t'2O֯ kW3斴hMQC%uXBWomD1cvYJ&|IsQ8(!*R۷MZۖ}%2M}.,IT_.6A62A}__mu?2-3/Tlv:u0c" E'-oywU//J.43bd;?Pl%l%'!{ Xt5~lQu1CQU!vXꢘC;+Z>VwaĤ ci6 nf 7"~N\֏P2W>9k]j u¶7v=Q.("MEƒzDYxރN3zH O̪Q}%N.Gxғ [4V=XI^~ k:0|aDǃ U'(z+fB?0)&lcvgyJ^'2O͌r4Ж O%(ܡ4 3&C> &V/#l9C2?կy>s8/ꔹ 2Ʊ5/CTEk׵jZ Qg9QxCu89vPdi9PC~iYw/('nJf)00.R$'=.3JkFn AQs$(GqPdgXS̵U,3 _Lz HmL 9-o$p\12{J >'ւMY<-yPK'6U9Qı::b8 q?H=/k3;}Bɏ1A'w{ j& |b%&DpL7j1ZpH @x6'ֱ;Nu:ba!!Pw\M/+qo'{RA|*:z2'%i!#Ux_(abŐR%m멽zzmi ,!ֆV/#!qsL;h$ ġ5SsņW۶NEˡV:;[R@=6d`d?,6hKOiLVfhO[*k8.|Q QSC}ƳRxxbiK-VE+S/baGȵVh`L!UeςpXY@W Np3|wSMys[eK:cq]οfSg_σ@!ʉ0)bUԒX'ПREE2֑"pt;VOA1y>@x2d؏xX+8[trP."Wٵ ڞ{:˳5ܟ׫#] :cIeZ\0R-ѣ3A6mނ'1وJ|XJk,²N~^CrEu0&\ <=n6f@BpJN5GTb7@HKzhX%*sEA%l8 Tӭ% y{%V H4RoTS5wh&tUWiH4ةgb`#?挜H9NLj!"1(G J.0ͭR9N&\2b05Oȳ؎zU861 2ϸKVJ[ŏ8ϖ( + V;aӷ§nsi褒Q[89!pзyԂ'Dkqi==;8W~O i&/&psH1[=G]:xNb+z` m#^uȴ!M eqi6%xSyXynߡiy4GY|cf:my6*˯2AϘY殢CQ9d}?©P}``K9.УCoWV~&I=9`[.P3ȹ a0ڤ>:8j'&?̯&;آ7'(TI`.SPLO$蛯r]= |UuY=e,Y((Q6Q㤶?vbw&p&~%1-.ؘCYxxc12Rm"Nb?96k!y~ 5 Z*G!h|0HOlJ˝m+\Hva! :\~>ѐ/ܭ~5³E6÷LŒi3j 񧆴0}U8T!^V'p)ǛL XN8ϭ|l n{]{y 7M|[μaI,= TDteL5s"Gj_\! :j y\ v^sr_X,IJreY:/L_X81xEvh= U[S[a=kUFjra5y NKoz96马xȁG 3[@!'V-6ю. >wK&5W;hR $Wʌʹ[Jh!pJPsJ57q-B~|X ݑ PH g5` :4t_A{Φb2FLfWnrf̢LED*E8|*)3-}ƒRXNZiI-"5#jdHwT柠.'SVFy>_|=`R[YS̖48QZLpx;B=vm1,@N&R ͡osٹO`JUD:e^Wq㩉P,h.{檋4moͮo`:P$XݞA2c{]k$0sP7q9U^S G߽{p:Xm>`_nbHSB]ҕ4*)+yKFf3*(3Gnb }֠PUFGwVn}ѻJ[*ƘH]})zE$o ms`,cxIALHwZ/AQfa䕎'[!ȫN^yGDTP,oU*z=Wi/`RS gI 0ӄW@.9^zC=Vְ3M(1{c|bA/7)M IoCA Bx$V7ot-V+Kj:`(6dyg(( \'D@-Mm#[OḼ`z@Gn{H& 7>#5Yג)6g>$06ؔ|le|m0BDc8S8+p\h-bX6>0K"#z7v5Ф;<U \o!n/#ihekScNM {ߑùх>+B']"sfɸnK SߦaT #\zr[~c :J`a7ӒxI[< '7Q{sWgx*cA*ؙ!lKo_>f{67u`'Vr$`.d].AܴeW֦ ~69 V訢Fi͗.ʦ)J z`vnP_{Uo[>&&" -bqKk ] A7 ,|pӁaH"Ԯ]b/+XM몘e"~%{&(Yu=ӆJlLO*'¨+Sh9n8Iˊώ>zZң9v E=4LIr$*pNk!zq dY+ ߨS}̓/TJ9:{ueUfcp%1򛂚xɪ @1l?܏nT[GGd@dN2 %0K͉݃m:t:EBā{ti"36civC k#Oׄ$c㻈V -:>G?-Ԇ[I"|^y_ : ŤZޙz\NƛmNTz)p͓Xv i9w>d1uW3hDTZ_4>pe^ŦjFG7r$.8U FC*ƇX@`.Hs'-_A/,ٸ!s>tUnòh}\-FJ@ٙxʮ2N?BE{MN,TH|~@.-lWJӳOc'A_nk$F881,NɖwFG#0Qc2=1NRW8g_d:=uhWIaVd[X4^'LǷpBx-xEQU5 ejǐ#^n'wt 7N¾xO1o!WUۖCv^6:?"~K>Į,DW쁆grTt˹1ŗxe4 -8چה-,2ƎFƃ{jSKl_X>Nōlyv\ .K{N(=5I 1rs@Xikq1%J/jxs3OC`9W\PnlROBarF){WO*C00jL '8ث%DH1mF',? 'Kj89USPʺ6CupN0FwRL{y'1v@t7GC06T\<ߣbnXןo%M.q0xŚǀMM>ZrX`߽iQ{G"h%k19ѓN2̚t^ӉL3ţɑNu3$|Th6`.AGm ~ap=e|~9`]>XW3d:o"AP|QȂ]=4CƘ^қB9䘟00a[ڋlH p&'dCDT QZ0/՜6:xkeQ}Ҡ4.ׅ>'f+J)८c1mWOgށ?&w: 2SsN>{a98}Ap=R ުyXS'kHJΛ5<4"51 ~2(_'{o~E agZK(.YYp?R佚ˈQ_1Ŷugrh`z>iy1TyCqg7ھYi@*҂A7l$ty'~#H 3Jnn{4>ϩ7QDrYvXɌ-~4Vvc+ף/(͙Klq.T6.̬:bYKa&?{9 lUf lNhP0gߺִJ 늴;S4>Zn3޷Ar՚u9mEnk-z_w1x&p %!q_tϊhT eaVF#̞: ͍ :Ay- Ӄ>YsNm}ӁSipWnم˗cRfˆ w ]b1i`/hM!~|"嶇3%LCT -PGvwD^FOh0ڣ&xzfnZY "7M5OΞlkqЖOkD'wU+) dfP^Ko}:(v P~w>JP֣gJũ5qM'H]F^Uɋj 8oEճ_EVhnJ\s9 ѬQbÓF~ t2>vVY7;塠VY?c/`'$c\$yG39*kF+!n W H.]Dߴ1Y!uʕ`C^vliYJ 0]d O{w&G@ qZ W鹔.oD9Q)yv;bc"vN`$']ƐlA4D3TU.5m7 kOC}"2!:@m*Aj'#,Q67S^ =~VggFIѵH rjįwlF\ gw0LW(sߐ.y!/ú|&v/d`[yau 5Eq{oP)(cZ<+`F-q6wY1kα:(rvlS#`׃Y/1&8FR&Rj*)ZUK,{G5{o9h{?>~&NE40uy(]Ȩꅊ7a0 A)G0|t͜ AHmTʆbUB*$hEA iExC>ާ0qVL$tFeˠ逮f`<kƇX<f®'uv]_#s3VgZiI{~WnnbTHT@/Dm1ڛv:$瘤E>vKu\IZIԀ򸧑H!ɐ c^JWlݡPi)u` .:Y]Tgh<څA !Tb++ku`BQ)FL .nn*Θ)m)2dNۚ.]z<&uӝ)(0,8P}@%t[F1$+_ύת-IOq8uK}0m*d EKV׵# ezQW;Ā?A(]˰rPYoTӋ Xn~~hRYd 9s%!_tKMǍ%`|-=YB>9Z~X+ɕ2k{6B /bAVt3yHM3'#BmiNZ1b+f9F#} C<}Vt'yF}sרc:ѝe'џ3k VL-$f *[ >c} IX.?ئ%x |jlʮFoߩZ!zx.2E.W& g)G<Q,=9FnND۾Q2]p"-/؜ Z@%:0/Tk'I>R[->'4.tؓD>Ƅ[y~qj& l!FF%{劉,ź'.$6XċDT@2/+C`1FZ|((yG xw2}XE!mrZ ]gS2U8;(§#x0&=GK}qM rhpuu+mM;nD]*vSuMyLE=fѻӡBdA-*o[}dN;,}7 E ~- `M/)䬻p & `@)&~:Y Rb+ZW!X(t: unc!Qmb~NqZ73~ Q8C4M L3A܉00dZu&om&jBpb_$s&Q_MP0}  bUAg^MF9Z#av@n|gDmY}goTn mq;rs[Qka3y? myLw+bfF@gR&r)]/qzDR(^ W}&hK3-gN4j?2uOG _Z=Q,{)tG v%B5ߚ~\p40mbYRnZ|B=cKOVHc.[O%~4t}UyR:Xu) 1kd?w ,bf' `O`%v t-))~ksQUN4|UL^gm^$ /YCYiK^NH^y20Mjݔ_ux[5}3U\ɡ Bzu} گM- H&V龨5Ѐ% @NY805ohl2UH#5bu9o~7F~7>|z;M PL_&VT밌vcǸVqRn 5>guU3`_Gn:JZK}t) 89DXNV2=B`qd)_+m`4k;гjFPב(]e Ǩmn5f!t1~aNE沭2Vf z}!@%qbUKO acȻ82H'OE#O+EV%y̅f#cP#|aşpe$eQVX0'ǾM^!b]X>"lP A 3 Ϩɬx7@W]{'+jdѱoM #1* S=ad*㙃lr $:C8t*/og3+Haޟf -%L)>w<\9 1k9)6]9e178-@5D00?C @m~7!Zaөyݾ[Wu4L +yb0yp9uP^PyY4 H-HKo'嬂kb>"LS1Er TU;ma/~U~|W{gJebE;0],w` }Kbf`I6*E ! t(PVAQ GgІl@=q哺ObA,b:9Kf-LMUe[RnD iH1e;/ v^`Mp)Y[ SsZPti([/(LX%N"?\3A/I4yfL2 mRt:q6P<:d&KZt7ȁ{nAZ GIf/NǗ  lO_, d_]ظE^G|Bssz}BO͓(6zfm'}g>)b~'v_g&h=LXj? m%ڡ ̨–Hܶ6X`[DLcxլ(pNP.KxTuQu/C 1d-2T|;*$+nuRM@w6,8`:csx?Oc,djiiKN"dT90s$ǟC*T·Uqhwםb<(PLGexwEݸk3U D>uC#Ʉ %(X"UX95|Ím?ywc{bO_1Z!S<[ϭ&CD|fuK q3H8ɕ+I8Nnƺ>eXb)kRVYxq11 [[nZ@cI /`W G Kxg;Dl\L Zf47U|!6%lȾ9B:j Az>.[bmЗJq6M HK/ґ?1Dؐ횖?ߞH?._>CdިzT&^8s}2JԠ"\Ric&/}vv,6vE:F-It[3W.Md>5 oixUJX%F5~Oϼ,,5SFڐݤ݈:ӝ0eEA>BE),SKBġdˁ ~;Z@B-ΐ;C)q޷)c*5_|%E6f}|QiTv %}>NN3~->\:ӮwI3ߋb %v" r=P;Z)>ț\BL@ng3YMljͻpWsr\[nfxS)s0\ݫQߘU9MYF|KF~{>Q<*WǦnRz-I ]gc‘qǙ/'r=ڨ.z١:[0^mt}8coG 3fd'OI_Rrs )"hJU"+.7resS͙>"k~bsv/l;%g<l0Rmj@y s*`A~e$„H;3 ޔ$>9$aҚم:qF䗎2DEu5Hotf ]_y3BN n>C< Wka85P&LMK0(Ku6HLx]P]=h)Nڹ]sG90mm?}Ѣ)* xtPӘ6mG&wCRkq- Ὸ |MϒyIQQy͔ Ijd0=C?'`mO,<7Mlp]+p]dFoA3x37AkC;eV&9})PT'RmD6qdp[q#t(ƈz!˱mR;'dYn:\#X63:...i./~[u<gja{/>8g1. {r]-!!Fq`\Q bPۺ/ -'9/Vq_)\ ؄gCBk),7EԼ&NP}v8jlb &_wx 5RnFAZ%JK8ܵߩ'.Sa@_t[av)Ӝ⪣Sa |#?Q҂r;ws.m$r '9ZòpR:˱RK&Y ɀ?ۥ!Ё;LKC'A8 ]K>T[9қE1I0H8X{'IˮoD4uI,;$Iyr>f7Skp9~6GO1a c?KDT eK}iIM~9p݇㸥l<}`éчDL= YZ