gcab-1.1-lp151.2.2 >  A [ /=„]|d? &"2jy{YBdoW2`إ~y y,o-~uUR]awx<dÏaNv=w8KJ[j0I/ v]޳,~eIyF5Y r{zcc}SeT-*;%b_j'n?FP\fd#K)O ӂ(Dr> 4l8^| @VpmFu^]4~5an=Zf[oAmo[ v!g淕6(˗-kj" %i-sK~B,|M?s+yZMS[_oÀC<\Aљ+^} pA?d   3 $7@R l    c lX (188 9l :t FG$H@I\XdYl\]^bYcd]ebfelgu|vwx y( zTdhrtx~Cgcab1.1lp151.2.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.[lamb25openSUSE Leap 15.1openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgProductivity/Archiving/Compressionhttp://ftp.gnome.org/pub/GNOME/sources/gcablinuxx86_64H(_gA큤A큤[[Z}Z}[Z}[7822a66d822949789e8fcae9642cf997833152e67f28003bf4c9614d24662258114b5f32457ff3a45b1cb23becd480d5227041a1e471eb831f0d6a32ac69ab16fe4f0029222f161fe1a6ac9c7c83d629c8e9327d20ca9270e3ba4fa8d8688446dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe5512e43e689d09a70af872263569901ba8a898c42c216707227706ed9714bd42fcfrootrootrootrootrootrootrootrootrootrootrootrootrootrootgcab-1.1-lp151.2.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.lamb25 15399731151.1-lp151.2.21.1-lp151.2.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.1/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]=a1c8a3877c6c6c06f3850201c2d82d314622d16e, strippeddirectoryUTF-8 Unicode textASCII texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix) RRRRRRRRR R R^칒"I'_7%gcab-langutf-80c07ad6aeb34ad7549212bff4b782b8d58657952d2ea36cc66c23a0909770887?7zXZ !t/#Ar] crv9uFR`iMIZn60`6E 5[~aW`KubK˫.ڑ=JZ]ޕY T;A$Lՠ~ۋSA;ٛ,bP^ڬՅLL[qqm0BCU#E\6whi+z¦C|$bo]QCIhL۽n k.>a2AVl ʔnfLclvebQ-ڞ2#l)xr(7T&жƗyKe*kV6\xOMŸuBNvܲ(_6ۀp}󧟾z~onXh|N+m6 m=;kG<.PXNFOmp;Ab3SL)9`,8-r+to3DM"CV;YPQVt熖kw󬕿%8Z}Ԓ~gbW`ßRW;+8<@uvI%+l\VRmCUYFU"~0ˣ(G⍯?B=")cfm]2` mvij$TW%!Y0hKC&B1@$,%+k.U76n.m,3Y ~qy:ıa-/1=Mus(O]tpج5dE|6qRfmWL:\RF}s'13d(QFeu HK,*1' n:o1RXxFӧ:J -CEB_n[Kb¨D"G`3{K_s4{eeWbce k_&wl%lCG`(1+R -Kաw vNC.:>k~-O\pb)[/"YϪo5v~ ֭ܔЂ"g0E7jX3gOlᡈ5$Uᄇo|U|K:%CjߨzCE# lFɎ0d^a nNw$CNs!sTYUozbg_Uxbt,N)Rգeg"_;pL3ָeܚ5_V&0*GT5l651/ER"AQ"G8~O!, پ܁9G:({ܝ'bRD xJw/>cy:BPXJBzP>%Fv $I}b21<+V9EF߈P8G7_ IsL_ܼq2Z[a?;m'^.K%lt`TA̺:劣66Y@@PF J.UaWs/D5u@'&B8? XnQh؞#Qe\o߇7 `PsYԢG'E0"ݤf&hlHպO>%nrM4~ݖyJ${iqkF)a/n1._+rv,N4w u{"a>RG֏, $7U"QU|C=BgC/7_1yvΐAx&+w.ZoYμ#2c:)tc[qc =q:wŃ6g-a'EpXV;R\|G:,;FqocH1(p js&@p֡R\ÿ+ja">7J"Pr@p#Ƞ;]J!&d:B;Zb. N.lA[P;zӆAι$=EA6 v?Lه5UC:dZ蟊{JEe -?OvcwjTmMk7/lL؎d'_U]d(CoU|l9soU.ҳ.QtGJSwus-+YxQ+b{.Qr|2!p 6)볐 2boDy mHtT+_^*#+`&U+̻9J{ [k= CeşI&׽sD>| iU" VRՍ }ڮ[w~&}SFc|54naPMw-{d/NHNKJUc0Q 7m=l3i`x̠q}zm>WpƷo$ϧ&'cbnNFTMH%WL,;`Aウ%@O꼤V6֖.M%QW^0;v>X syUa`TTc/K8q)ԙ#'0D*qN@Vۂ!,ɍ6Ċov)bKZKDQNUX\O^n`.YJh:@ xIQ1% * ^W&6:gRU-;Τ3a7M!yZ%yЭG4#WPZm$~Oq}25V|k'2: Y=\75+ :gf }$(M[0ϛ3Kϵ۠ɮ)i#oj(Wmd\c6jsپCEL~2jaKqbS!)>" e4RMCNI4߿SVRŐGO#iiiT-)diP9Pyi28,O .2r˻۠})w/}O>C&S%y%lX5D"=="Q%ľ6hvx aԈՍrpqL r,̅QI/6oIr;w.gV&m}r7- ԪѢ.R1?{cYe`95/TyoTx10ǫ+&mɋmZhB'xnM20ei0J~geK:2!ыd`Wl8ңO/PR ow"R[v u6|(WyV_sB5Q= 9Ep%IWLϬ6B)ζoc@u ﭴnIPn? e%I趸[ံHh]Ö=<<~hѬSHn7?^I(zǓh+jܟeRk >g^!g`X.L ol]9FyaSp.zB"7 Vm⪪=o?r6 mk ص9\&Pcd.@Iv@&PtZ70'-D!<5Zl|f 2!,ev5P# Z\ uv,T7 ",'8?A&Jm>u.VIwetuo7c6 Z֚ sZZoc=MЧ ӕr . !@E߀]nvy V>S=`v@M6⮦JWѕm+qBeesq\S_U橃+cѥVw(5_paXOFh퇘f0W7 YF#V< ԑWoҶޫ[K<]KyrC}ҳΏ95]ElZhmeq=o671qP.T+l]+Hд?qD72zE* +Y-[C o)i`< B aCHec(.͊gQ5Ü1_5@,AY5ckŠBrcWTsP`|m=c%(5Rx:Q $lܻKbDyB3*fj2 B~7=|9?|yۇ m}6R.PLf.\l#Εq@c:%$@̈́s'(^~X_BPٴUr%1Yۭun3,[?84+zy*i',S8w_H=0-YO,Ϧ6l o _*2mqG3rn;dYS'DX WO3qBŞ`q%+\]8̷lΨ -Y^6DEQu7XPߓbҭto4}DbX6(o+] ܍`T~^4i%"9 /VWSDVq@~ 8'm- Đoĺ(>ŨɄwK w?cT;9v"g`1yzFq̛ ݜr@y.C&[2YB-Ʒ: -{5VB-" 8E.-Agmq{r3bzνȜ"q)vr\eo\)J 3vg36,6Ǜ1֖ڪt=lQC!yNʾM^NO >XޡѐG.t? % `A MCξ/tKN9;6&y1<$gU%gatX% B+J% C?t3Ry5U5 4CU:d<퐔KhlPCSZ.s# r WފYmMmJ;f9T! :"h)l1KKdkDžnr-ĊQ.I@}h~B2u,*-y?|RxQqPhyfʈ<)MQ[ENZiWHEjAo f '09~(S[ˁsn]1 zD3VS!YlaQ6<?Z7nZ9 h(nf,Ű<>;[o:9e>E)DZqF s j왓Hy zQ>GB_ԶKZ(L(.緉AeTtyF"ޅ&%q=$k/<:S\YaWۆ0arDcfQIz"nrvLwRaH^gyPgDycHKZK)EO i6.m0X: yfC]-pQ;AaG$vhU;չ =P4GemIF!ZQ] " !_mW 3Pݘx9j,G|va*|])Uʣw2%b0kD|m)U>,Wr;_ f˱&J_ ƛ$!,C`aou~scњ,q`(n„S?HN0䩎ژNAɥA <"W2:q=;4Dwנ' zJN)`׷lw'$#Rt͌~:mTǓi O!n LLto,Uj 2OO ;~Rƴf @¨Gz{̨a¼ ۫.  Fe8]g ]TA`D丁J 2֚$B[_*)tdK " m6-TEaFδ-"čƟIJ kZUGQo5 + enKH |F/Up^;d$Tӛ(O_H_'#=YP5urgShZd-r.H2$ 3nKƿQr -q̭@ n*[֩UA!$ap)h 7O/p9 w,ȹ ʡJ2/=g[:q{QyZMoI,Bԣ[W&9{Vo, qǻ]Ia3-JTIZwbg62ؐ1ݫ.:RFBTus'M(T[:H=ZZƼt~=I:Aꉖ\뢖"̤ʹoRc=1m~Ԝ=H,`I?*FG>:ǡ$( GL\Nj{+\0V [̖(19]Wp4MY^׿)L؄?gB@W3iT.DfYLxaǓG 0tE]pS `#?{׶"!!$zOQQ-]+C#w|E pexi N#7 L OZ{N[r&3Mi,iRF k;]`v cIow}(U{\ Mɹ1}`LϿ Y"bFb;fϪ]r+W'jT͏n8Hv7(Cv<)ə-ʴ"j6~K(-Yb_/ Rxۺg"l55j `NіX5!а@QS#\ly j:c*|+T?j?j¼ΏcomMÏÇ '1\NべgXk A B e ƫSKU/&Ta7=4J ם1W:R<\L;*@D` lŏh#* =.-9W]8‹A#?*RFU /-7H/d[vA~"bݴeސ_>T}U( vGq^ i&1=ߧP69r P.mVI鱌x1A0KO.R!\->~k(ƭxip x' ̛.QƁݟʦ(tL'MJ. C>v$.5ܟmdZoBv_"lq$w%M* hRݔ~sxgjaYɕl4y|8>/1wdƋ˔omw gp^fGʻza'QRč<LpҾ&^kİw;+QEٹgxںnB^}pqLq`Iv&:Դ% (F7Ah1]=<$3bZ` C![?P0CfC3S|ˬ m7X&M|jWƯtp&)WE 0IEI]xq˶0Q|d+B?x5|?43l;d7_9}kEuXWNvŞ $ѷF7RIx𾙹#nt]ΗI2zF Y2L.Th7d6xqwhB=Ty j%HnI}T\|Bk 6`% ?havr^;­]Cl=S ~sw/9{r~hw!9ޫ'؝ݓSlA:. :,_k9b4c֢q$\'.xao:LFO5%Hpo֎8D78Р9c5Xmȡm.mc@{SϕĽ vpn.%x2fLU߸3s:&FnՁj1I!ssp+k'V׈.`C,Z(9$ծ{cwܩVn?V$Q HUxKJZdaL&kcA]Y&kv_wj.HJ 1HC]K.Θ5j;\0د[ّ 1U]qǰ-;z8LN@  5b9?;BL*a}Q>#. MuQo)m%(.QK<(BET:VbplNfhB sqr4:"y)nUt^gFpɅ? 85dx`M~ij?dʏYt!̊F[ȒP|J@U/澀U^&C%hy3K`D~NdWbNM 'G雠6>Gp;vWH.H1tZ q;K/g9&~J>mʰ R{5@=x<лtdBV(c?5kycKJTJŠjg΢Ľo3X\(rpGj:!x4xg6#.6(Pnǻ#( /`!#*r$P}t:z4lB1W +vAeRVS,~i/>!gin"7ecS`֝sA<JK_اN"-$t_TD`u4TQs&,Jq.ۀ⭯Hy/ -N\_f$a[h| "8>Z]<뫀L_L-[  $>Նv5=J`LyjWD2CTpɰSg7Xp[α76\ k%}ȠҾ*dN*,o"tվ%V(TE0KhZy;mJ{ZDF?YS)nps;fsw߰ƥC/ xf떰)?cc'5 壯G\Jukhhp-i>K n*~{% >J|;Ό@Eiu݀u-_眸}aZ;%s "Ie9ҜXc;A4P-'^Xt֞V*QCܷ+ZJZG Miܾ&;aVt_EL q"q]YP(C}Xe!5? iYGJȎp*i呾V~/}@ F3LꉹI7̱(/_d V;OU}A{$k] s>i"a!r O{?rbȧ%nuOPݙsp1<]A|(YM5c!裡ɹp)Ӽ %-{Oo2q?Srku<?6TvQBQX-aC>3Aڔ ghjo ~5P m)tO8 H$uR;3kX0aOpc2,jC< $Fɺjn1EˋC7B@v `-CT?%R6(ѭ'.6X*>BbٌS / EEc9feփG\O{ bLѳ@ 7[GR6HG;JX:7?_1{AC+g($`jkW1̪imW,Ƹn,')=x{25Ҳɇu%E(c^x/ΜҔA@/Gy9xu]-U1m$fvTCs\__'2"uv*ubty=%Vrfj5$[?Ttר5wetN Ď$H6z5,Y ̛xb^!꺐$$y{aړ tsXԬmG{| v;?q.N_ UM{ Ƥ>Bsm׺е^c">^4%BslEy38#1d(swvKJJ/+c8t;yo$~NJ4yهvd IJJb 1}8N<K V%fr?l=Wzf=U9P5VP%/E kٕc Nputy!t%0!noOa1ΰ7evJm4yPc9jgG*Zq2^8[Rl.mq-< pYmM/UD5 Z]ZٯJCm}I;OB IptpY7WqrThAܛ?t+]!M:] MA/=xQLG H\Sq'/@ S?ư&߁WI~DI埏vT(N٭t 4h:Oi1?蕘\bw|xpMJة,%^ п :Yti#\c"Ǻ=kԉ^'LO ڻ"BקZ1)/x %dDyљ8w;x6XMf8. '$)ih7|$(Gd c ݿ#uzY8;o#^⊐6[J̚|MQkC{t[*J`g=qCE/x8)mgbN*WZ|%*vKT$*F/燍| Uf<_J(a? `U|?`@<Έ ޜ7!/ }fV wsT\9N*LXl o*Nv lnSx2̚.'w5QL4!KB{]r"d݊YVHa :|Mt5xɹLch(^;;<7$3q4 UU X+n084RPk ̄ &xvMn\EcdpDnT7{ ЀC<x@D,bs*)O|qxWp>$R+iDD`&Lѯt~?5ON">8}9v}s@_8b%!tm7qlZU7ID3ӥg_*i5&uXdSd !f'9EP6T5fb$љ=26d 랶b#8qZ̥>QåM((g]p* :U[!d b*?<JU`+.`RRy% t4f#db8c;ŋ7wgk#p ~iF9 +\9* S٢uV N eYBuQ\ kbѓ-F\K 3(ÔTT9a ;e9o;Iۛg-. Ѩ6F}"dOԝ.Tg-3ϙͶCƯ# GKjYqKhDp<9'xJPÚ6OgTɧ^0r:Mĩ-Q+Aiz&sYc_"@x,I{M݁бta*]kQyH\y|I4wV뷍p%|a]Rj*T+M]j\|.d[K`r^ȟN(uYHO#҉|&9UTuS G lnf0<7F^jW;?}U^@r•"QXoMYaVqqc`ڔFv7Pk"ERZR/MカlZZP3+DU&M%4 n v10]/&^'ޱ9p9{lƳywd 0xhpIO#i9}JzTXn?܅fhT KrӅ6ҩ/_x#,ώgq$=kCïiCoq,Y`^ZW"#WOInFvY ntb`}]f|2nqqkEŞ{LXNqW5i~=2v+'߭)qt&Ajh:_2e,9L~Wtky/sXwFZ*j+0E (O;IdU@A. wtţO)NjDix+Iy^6I4uT$}m]-'Ƴ9:Jd/sjbI?,ihr蛣aO޿QTHJTnQJ`7.[^5z9[n/?d-}. mJl61@7a/lpLՊNgYl$hQmͬ,JelD$=xm$<X$4(.ȳk2ՋG}ahUcƥⲕwv6l#; =Nߋ 8@yiy%rҳF v^|oİ; EN8zn0s<Nո;Qk4`0{`Nt Fʚ YZ