gcab-1.1-lp150.1.2 >  A Z逎/=„ $~[{7~ky9Y6菣ݿ3X EMavIr jWgm_E004t©R83;Cqx. o9?%8mcdIC3`&˟ە3qVoyz,M¢1Jєqڔ]0a-f=D]!J{If< K!&IKߔ~ \54IQNlR?? 5s򣽃5ʨ}#LESHYm3x!VW|5]e%yJaj?PcdK]P 0J7W /a0\U};D=E%x_0IL[V>W $>pA?d   3 $7@R l    c lX (188 9l :t FG$H@I\XdYl\]^bYcd]ebfelgu|vwx y( zTdhrtx~Cgcab1.1lp150.1.2Cabinet 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.Z逃lamb76openSUSE Leap 15.0openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgProductivity/Archiving/Compressionhttp://ftp.gnome.org/pub/GNOME/sources/gcablinuxx86_64H(_gA큤A큤Z送Z送Z}Z}Z送Z}Zy309a16157cd66631d410c0c5c1f79421f3fc1c842e8689bf187fa5f9bf55b733114b5f32457ff3a45b1cb23becd480d5227041a1e471eb831f0d6a32ac69ab16fe4f0029222f161fe1a6ac9c7c83d629c8e9327d20ca9270e3ba4fa8d8688446dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe5512e43e689d09a70af872263569901ba8a898c42c216707227706ed9714bd42fcfrootrootrootrootrootrootrootrootrootrootrootrootrootrootgcab-1.1-lp150.1.2.src.rpmgcabgcab(x86-64)@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(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.lamb76 15252522271.1-lp150.1.21.1-lp150.1.2gcabgcabNEWSREADME.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.opensuse.org/openSUSE:Leap:15.0/standard/7311210608f3fca04482c4dbd5353073-gcabcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=b2d187aca9749c0bdea73fd95baa3b9fd013e992, strippeddirectoryUTF-8 Unicode textASCII texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix) RRRRRRRRR R RGb\vg>R_vgcab-langutf-83d8f1a936cf56c7d59ade768bd57afebe4c7201cd2cfaae88ff157e8bb327cb0?7zXZ !t/#A] crv9u͢[!Wjve9հR}͝amCxm%j?!6}T+׹M~?ĨR߶ܜ~&g 5ϳʺ[Ώct]QBzjds(R4@t|Jy/Y΀Uk%x@=R{z;z51=rs2*8;5 :ίH_,q6˱FaJjv8 PVof1O9t\J6IܒQGD;0BX+Rc"[|8ߚ0 3e[RfN<3B%ֈE3q _WY2y8;囍#:ׁ i"& fϦ]W~Fx*;5e,6Ujizl31V+eD|;r/(/RL`vj[HRp (i^dGÖO@Zwy8k~m| Ӹɒ$(,0)'G<^WE2ڄ ; 2Mby2%[>"76M'`BVu6]HyŧA_['nNُ(tu["JzF!ODKNhJkNnEτJ|˟17La!fSEBbP\^;ZY4E;.&A)F kڃ 8v Ekp趒yxbtǖ RZ`PMb/}]oS LL˙$A"w{~AY҄~;3QI@ފ;IQldɏTR%҄G γ`$] ׽ӹuC68z IMDU /u)G?:ԲeqۇUd}XqZ"@kÍJ4A;z5٩N`Ys˸XuOwbpFk.BudlVK iv*)\J7e 鱂o(R52 I] 0zG\|FıIC @E[+]üi-RXI_ރV4g_ Ӕ++`+Z0Dڻ|[>3|N`HDt >6H 9 9,8 .,JV^ W&@( AVR/BBñ``#BZ`2SZp  e<>c[ƾ난дXBā lޚAaISO)gPa!"/ ˸N&4!]ѣ PՔr8S'P> O>T#$S43"mHź$H<(ݏ899i]wc)p␆o-n+`)[m/6'6G*34/IQ X'=mŌd’yQ_{[]lGfRTiۏIjIHP0*:i.En7:]erLI=sPױTGr'" |Fbmf YPWcTO.¸i齅\+!vq2=R V-He*zS0`%ϾPN&# yg*p6.jŁ0+L|fՃA܎#R?8jr{aPSs y>HxYT-A%`$vo;O:5&~@ rwpOXG"J Zt.>s&vq*x5Ȏe5Qpa9f \.N#FZIBJ)y~"R>(c-kR:Y?c1id( Dc1j"gTx1#K-a5:~`ɝxCg|`M[^29r؀coe_ii;@Um\ШvtC p˽{\dyZ=ko;HZ}uMiYeJ:/EOJf3vvQ/ ]]QLNR $e]gVMPvU{]sYVܡD"Znq9HN0 WK0SFʳ1>-VHA6JOՆɘbk"|S[;`3>J*'\S\t2&hf;,{S1Jwj͝2YZn,9(ǘvTNv ubaiLRڃ0M$ﱃ?m SqNƻTw*+sQ$NHFf{x$a//G0K {&/p+y>yBc8HNYz<%4+9:r j48J+-l̲q¬~GeKŘ+1L Z[>Ɣ>`nh8{!5ݮ\~ZUnv.h|RDiOɊ`a*ԱN P0*3@ĿHEfDx]+s"F0tZa,bKۿ-EW]CPSO6kӡ悭H'2MxO}T $zi6Jt4/~LCWbi  '< 7Z]דٓ];n& ʂiӓGv: {j݅+eԆlx(Gj3_|tl`b".GC R,Hm`NuA6]Ge5gfݗARaU:iS5<5'K,RRMz룾 =geuߋ~ܖ9C+vgE9'Ą@ 5Y$ϑ/@~ {[8am+mee]mU~N;pe Q(!G0E0ۊw |Sv;Pqؘ-l{xt޾_bX1b6~ K듷H$ =_;lj V'|zpd͗H1ڋT2ƏY]njU b(GH-P_BlwHX$4?&$r-ӿ^f{0jg pDd3 *mp֮F;C"ԕtYP'B66vVTt>#LB<ZeZ\0lT n '`Wh"] 1!շpdB#>)R`?* WܠC,_#%_$2 q~ nKmtܛY\%#ݎ %?rUڎ-@Rihk(Y(r= ퟪgFQa|wd׃^3Ҹ7:AF^^ċmH;XFrIӌ*02붶 ?;QkT-H]zV- 4*F UQڳ ԪQ@lKaaD? \VCA+t%hn擖4!47,]`J,;SXkdYN~Bdɹ@D=iM5ޚz7`T=þ.y)U9BV\aZHKǻZ6C҂aNQ]KM<{襚HB̨@k#/Yf*'|Z^M!"Mlt|%ʙ/ӒbElo{p{ Ha!0}eapy@#22Q3@=z>Z?(rhMYh"$V|.lyK妆[d[iQY͚1]r| ]`#Hnn؝:Ժ#WxJmNLm)@`0)xר)(fMA˞#bT3,#Wa1lA: 1Dt/fd"O3D-Ǫn@h6Skg(dz &pꇤF+zvz-.S:@\ѲpMzlV.!0ph)0ROvG\csʍ!_+Ye͖o'НӠ?O'ɅK׮?~7 ax"2;MɈpwƆz.[<܄<-%&K\{t/bmwZ $=% azdVqlIXuЉ=3c32+:q7eaH˦zdށG,S_TMׄ8Lwfk`y+[<&|~jɿ S̖`(1ʎG=h^;Fk{k?lt_B,Ǚq=g w _@^?cZiAH iPPփi2a},]0y,Ӌ/}9{#A'ujq15zM@izTZ-ǟMD4\f1چ>@*9sTwb+*D,*At'|bUC=z_$i288vE[b=9v3"V냝=lT V j5%?MCQWsd3KW~Dpdh#hL_7D WКe/B^b~/8Iw=8[U㡓[:ee+rqDŽy+"ތ'ʁR437dH}ml]hJ՘BQVk@+E!bu^@tl bD@ kFEA/TP&KK:^i&q9,BIGz_ *95y5L5o:7}+A^Fuf)J:or-gƋBNVW5k-;veU [(ls;/s=ڊEq̲ (ϸRҚ$NyP(<) |+=SхDCT"gd&I~oiY&gVH`BU iNʰ欲]ǵ>vkFUpK#`.#r>pݞE'X͇4.G+I}6>lՇD M/x )~>|xts(኱Q QBKQU8vQj&W$7*r7ߕT=?sg4%d*hy+߯;g#n@5)N46_D U'[DecC<;Rg% ;t'ncW_A^|%WGdayk7 Uk_|;mb$):v[dWIc*^9iW;@i8l\ 5< p@# yz٭=U|nlXemo)!w7י@-!$PS`Jةm%wH#&\6AC8eƟ1澌f RM͇Dጮx#dXj-[[7tUA86-R}Zk!Ӽ苁R7Yi͏ ķ{uZiQ̟#JZdwhHS:p`('I5oqG1USVG9*C;9UHGڨo m#JV Q5r#2طhө=Ey?Ϻ}6- )x#>0GDZaLლ ڐKa'Kn|d1|ZlX<$įJ =pme|$$0o1o j3S\A߯y(_6[ou懪1KV'd^Ej}Yo2=ߥOSI"f&h^13Nm^ޙo g஛|QWHzl$rx1Uܩb*Z ݄l| q(BVg6tTڒSw*bq$l9HoG#Ѿ:F% QDP̴WqU R=GZGJ|mۖ45D2)Z7Հސz^'B#U#w +c%~x>q.Y?"c5L5<yt)w3ۼ2fb0~djH,V\lLN&*H=#P2۵Stoj2]u -o_E``$Ar]ohd&Rז5/<4}љ6> l-t`j<Ź(%Bla t]UiuQ,n,O,拒$2r.o''ɜ@9=OLuJޟ'M2sJ7zKo\netagxD(}<0eYZL),o+s6z"/5ck*'-)5EL++ԙ0|8YgiCЀXyj { ćG6g"򳗹D pky^R%Vj*{zEÒG4j3D;t*b+xZ[`c[0eU?V ub̗O^\P ^XsYSp`MVF {JOVOsUiӂw" 3;-qJ0"u(oʎv7R.b}0Xp`@=7 (mHhZ$Xcܙ.Ŋ%VQBK ddZ8 ߖǂH+Ѡ{dCR|/0m?w-MDI 0ZZ6dD2ngFR!ω8A1L [19R/3hYն!FIr 7{Rїal=f)}Vg^m3I{,;sX̋3}2AϣXbnmO#;HW^u!S*1>ia'sޢ .,W=f`詮!. jT0/hl5F8^mw%3UO V6i_l䢛āv_0bC]Q&0vs_(ш1` )S`? wtg]m}]V=G\- ͏#䤬sPw: +QJLƄx{O;Dcݟ}r(qJD*GkWq"DLfwl"`Xk,CikD¼|m.s#Xr3|>Bۖ05E Sȏ~SNoDi4D\VFБ71ëu{gb4DR1w: <+y][i/\,=VntWa t)̘{Ў6@RvOurEՏiX!|Q# B\$>lmӯ–fThZ "@L^6qs5azYgn 2¥Y57I G7D;9b6ǜ b@[7<+rUFW|fsx>^'&C'a@Q-N$2G,e@ a'Ik;Z W!%o$<@ox(Xrk>[:_Pj+ZR2KYt*ᵮ9=IL]æ_%fD],FjDItZY[wondpe"i(^S` цE A4OJD7F>p1R/j򄛓Y JaMUҀWPG0 ,--<{/2GB1B^/rLSQ!_cmleoS2|Y̸ lW}$Ӽy-uˢRo9&)R<i\n3_1-})H<.AG (?9184ѦyZ=eN*6ecy`8N'Q߫b6ݵ"w.<‰;}*vbuL8p3V/N怦|IFa65FeuUbUtUh%fU1l#E9 +mz!;3ނzPN ߬eEO'U4F;5fXɘ  O'6Hw%^TPáa(\'.c6.Υ*PӇPe.snL$/IF OԄBm;γ9Ժ g;ҐZJbJ{Tx 8Zz?ɸ w!l!8+qHKY1Wd'@FLG`.vt0 ԍ8F A <17 tl:;£T}0uPǚ&ݘ*_Scr`ϏR.OiꝪ- ffNd}0c^wP{N`K?>X$7\CxW)AC~-Szݞ*K7?YXxBi SD4^(Pve#z!gj޿}sڂޭ i\&Ntj)='=B|/=ۉOAGSY/wJ612z󐨀-Vj):׮w ♱SRF뷇Oc|D)(C㞞yhctLWna=ZEv4V[O y5o;7de}ض~¾{ n;8sWhP_.V&%"EU$Dh jj03!PNyr&e5ThH?yE6RBEkݓ6}!k["^]#RL_gr,L7q–Yboθ7ܒ _sPO,cr>DWη,LLܕ]8J/Spĕ{k3{׼Rr0BG{y- t4 3"x"oĴSz)zRw4,!TN:=n(x mXDrweFfRݖfR$&eDZ3XQ:,KZ3e$uh֊nO7o_GlCˡ̝R o"ma.K8Mc+PHMP<b3mr䏔>UVab=fÌ`VhSq*pz{^xܽ OsQN@(T5`B21CD9-6nEoz>@_HN4OιITJRJp.[9 ۘ;FsQt"U&pJB"'v#ĝB^u٪hNSejWئ=eZOYo[y g&h/-|7Tuӌ6\Ov,9?cqÕ7)[6\ P=6v0'7>^ a&^%.LiQdwQYijwrd@$ѳ$]NqKmx"z2Q@;z( {.zə9X#{<۝8ja4PNStqݿoʴIJ+hW`Q9P ij^'Bp%:.ULrئ1+&\=dj5,^SΉy;I{TgRZ0TGRR\g*dwext[Sro1!"ABo@C( ѤQk8J.~ u/3~t@O̗t'%.A{΂K{ Մ,=ΰk6h`ܩ0W 1sdc3לdٻ Ƞ݇{e~t1_f."vqNq;;tzz4f!?ٹ(R.#V=ANMmT{;3`ioF8h`Uq9baqc {_)9O/;3/B t)US iH p2W~v#=*a +vo}ZPr.kgu)eUGx%D?1 v/L7Oa{s|z!{~QdHh Zx ;Yb48hpJ_?mkmibJ׽Vm1 %!&&E[CTKp_]NQ8EYD)i1)Zf$.`cA25Ӗp H7WEsyzWNR>Π[8 !?r]o7L릴[vgcxH@PMfrrjQ*םcaWP E|H:MᝫߑSrsdx{J}`)Gr%:l<#_OpIln 51=gr̪o49 Kx[1])OnW \Df ^ &^7X~lA|Ak8;m*in^(?PzҚ=NŮKK.NQÜfa,+'\2ܚ>T$.skf"+%Tj&2K  \ڈmfF<-$n1sO$fsyj?'UmE7 m@ؗ_A#wAݾ[SS]YKyZA/ K TBU7JgSuVC~- uuZo "ATǏs ^(k&u~&rx;\U &5X5T8bې9x]gI|OLFE|7R2{ڭyYb6ANqtHyDZP^b/Lab5EH׈1^k)lKe=1SqkkKml1n\/y_U#6pH6~?^S|ѝ W*4ekk̙E[HDnkфhʞ+":~8 r <0QzkA3@\2 d[05V.W;S#SmLg!/3wNZmY8"|d,AEβ{W_ls^δB*^S̔|3 D?5PTjRNw`׊H/.2 ,!8؅-iYU!7OEW:5bzMMih =iN4XC/JPAُ Ñyqa|6r'd?66em1'k"$yV $oP>ڎ 0S3 b@LP٘Mu?[2җq!6mA6cv<|ʤcl١ےbS Qk Y Jt ީ`ïV$ >B1w;{A$9isb g#&}MQ5%0Zt] ukD HHkǿJb0mzWAгJ瑝I 8Q &w^B,\1)Z ZOC<"ٯJ-ȫ35iP[)e c1Tu}>L6Ϳow ܒP<vUK?dH4Gq7(w?#c Fsi;~BK~70O:fDC'40Fdޔ()=yCV^W84ƾGXij;I_5tEǿM Y\`6Ao TDDf"*~"?9 Y؏QGi@wIn(UWmC81!7X Ԩ>]\: U1C|[s"^ YZ