gcab-1.1-1.15 >  A [ op9|+P20XUn d۩ RP_Pƨӱ쏥H6wK64x8P e5\^N䠜 P_|*Cզd/BO"i!RYi.u4n{"RJR|y:]ce&Uq?C8BEi݈R/n#V8H%`f467d74332c1f00281e26bc0088589ff787269d56c45fd018c345e2008be9491871ca0958a2eb82b02df92434c849806ebe7ab1e9c[ op9|.M#lATƸ︡#V yH^:^nPDicKat?3裺nzeiI9w#_qd=HцX!M-O<@ [AtFMN)ͤ*p]fuŗFzPnϬ&*=Oo})wڴg%a9v_SZmeB@ %>-?"0UАp!R1]P>pA?d   . $=^p    8  0pM(u8| 9 : FVGlHIXY\]^bcBdefluvw,xHyd zCgcab1.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.[ othunderx6{SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Productivity/Archiving/Compressionhttp://ftp.gnome.org/pub/GNOME/sources/gcablinuxaarch64_gA큤A큤[ o[ oZ}Z}[ oZ}[ o{09f9871b3a564e117ffc3c38b79cf29cbf56540d6f625624ed23dbb0a9031df8114b5f32457ff3a45b1cb23becd480d5227041a1e471eb831f0d6a32ac69ab16fe4f0029222f161fe1a6ac9c7c83d629c8e9327d20ca9270e3ba4fa8d8688446dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe5512e43e689d09a70af872263569901ba8a898c42c216707227706ed9714bd42fcfrootrootrootrootrootrootrootrootrootrootrootrootrootrootgcab-1.1-1.15.src.rpmgcabgcab(aarch-64)@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)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.thunderx6 15273450511.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-gcabcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=d1e725c925296f2411b7eb9547faf374cec205af, strippeddirectoryUTF-8 Unicode textASCII texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix) RRRRRRRR R R RRBuLlg gcab-langutf-807d4a0580de8f11debeac218cd729c11d0650e445ae0eaace1f3a5db9dad161f?7zXZ !t/A] crv9u/m=(r^&ćVb-@|´0q2j\F1k=+IoߛoNGkhR@EPO&Z mHt4&OԜ-ԄaΨN;ܘ{ [כ)L7QC@>h[-4:6ZBr9M\kqW`Lf:ps@ςBܲ9N#,$>R<7pΘuɊbI_?&pk~a/앬 K,P(.*N]{8X룤irUY(^]z9CAurzc5'p8*I m'4ngeD[ ߃ Tc Cajz$hzT4`3zN4,c73DS!,HXQ49欲P,k:uK[ §ǏJZ A -rtgVqFc  3}[ #N)%ːr,nHlU9Úwyo[a,@NZŷrJ_ QphҼ7P7Ng'AHeh]ozCW.o mETH)OV凬 А3!)V5:V?4{i20^ָwJ7ʬס%hJۏPnaKMӷVmBL!WꢆhZ:Ǒ -^D"sm<*!Fvh4&+WǤ?-.ɴ# /ny ˷@J6wu=_HFpt8V~ T8]q[E7Y*t@Ku˘L|GVq.bR؎d_4r2T,HRw"\\-9t>y/lf ik3͉ k NmI?8!mO= B|` $3 wOu-Ѱos 9bOTLG?feiļ>7蘋vd-,8<.6Xl<mL/.C/QWWMfjsrzLNPUűZ%- ˣ (c|{}?ᮧ{tڕY[b"z"f?y[ X}QIq{+j@@0)iuލ4#+or&?U)QZGN?K =_{SɘL ڏ BSo ޜCE|K bqBunvY,K&[kw1qݽQÀwJ1cm5Q\$B ֱCGW[Th ͆{Zh03w_-? Lz"lR$ LOg5'ၣ*ap$][3Y m7Ks-渜kb='sV. ~x=rp68b6>ǶjmyjN񱻳 (ŷtׄ?m}=ծ0YDьOj;EbУʑL{@KiǁqXy  <\otFͷ\= (5c3fd_#~r=1saJ{xD(衸1, qwV-k:}y"w:păMRanB)o2i/R~;%ScNSBh!"V*}iO E!S 7Ҽ[Q9tר@-yM87 7h.wy:n̂k%>Br9Bj$&xvmCA\ F}W2 oP,\.^+ ].]/@m}M[R\rZNk3[͏ L*9)tR8dJ偦F=+* $(xC19iNbV?.ኹCBOǸ ϰCŒ,Ohܝuk'ؕXT>i bBP@tO QfXl%r\Bq1B3paѕٳ;@fw.v*d,6QB|eK(S}cVp?6F}gy3ˮ~D_K!94q0 f֢$LUڱd-pHg8 5͎q0Fb+'RٌCRHvotb>ݐ0dKuɟM]fOg,Pɏt3)wV1" 'f&I$Ԑ|+Y+%Ħ (!O6^,yŘz޸{a VD۸+uʚ\?.$U.j)0Og6~qBKO*'B"jQl2كnzeneT &D+|cޔP/I&d o: >lUB]b~S!&xWmz|an\y@6fNl}sRa$ge|M6m*`N#oW8_ >LB_SkSF.3yfEN m)d%e7n6hZsc@53^V|OfvJm:痡vKSW`Sۺ2pcI/YF}\ofMT|0&@m32l,ޓD8mvC{nA9RXio֚$.׷/:Guhz lE?ZS6`$*¯ tiLkms$06=8ZSv' S Wh\W aG~f)a;x:JH*J\n;iOLۜsMpq>}ĩ[j{"@$ѺTa8ˠldrX] fA*ok܊J OƪmS"\^m۟5cMOm .?ݩ9L[A.sɋ8*w`Ep3D3T;?D-=Gj?eyCx9oD7gU/K>hm `%E\\7[x doMmrWB2G]5j]^sv4hru፾R[du!6{2lϵ}IF;cمJvK4G"5m{ ^sc`hU _C2-*`*C쑬O^-C9@Wz04ۛE>0=xy0 M܏nqN)A4Npq{lEx;p}Knu^'$GꝈa^4Q6UA ;RXuLӜy{̼2S dbQO\wF- AZ[d/Pm]C,jO^ĵzn-x>5nnJfo|Qw.^r4iX(LY͛Aj`hX@ƓY LISPP>.$m3Wx ~wrN(0Kv D].-v ,C4 A! r1<tCv*U҆q"o7}H$.9SH T*q\G *頁(z7X׶ sC^Coi _E`:l R/)~H d"E3U"4L4AL` ̙Q:. L$"joL YDLJPaǀYbtmW_RPjD.I 5H  xl-%4D@hn& "pc8<vO6*-{!9HP6|-w^Q)DxkZ.B4V-ߣMIgμ ~dT ZR3r[wv#F򍐀Eoǥ"+OP6t\2JRғc6sGX3NԯY}VȗcG~Q)\2_ui:ى |O!#\݌'b[o+髠Yk0 ^taylc5_ʳڔ⚼1Pe@OvN-+>tlʑXAӈē$}Qa1=j "5o96J+qVFZ&+B# q(@;ViaAbr{|j>x^"PưV"3Q ֡h ՛  fku͂5  v+5v*mW;(۷ oJ.SIƿ}ȖRွgc p2xPus(G cw`V)/z`p2y=Z_)fl*JgB$M0ǯPr.ta6 Jb1<6[@{P4ʑ >,Ğ^?Ԍ1S#$}IhRWèAH2ލ5Wr΂*7 y h49b9U- s>d׳13J lt\YB乘 ݃ :#+pΒ;:^)Qz͛* tg찕@N ySZm%H_:yxʍ6E/\ai9&ή ìƯdZO>^V+hPZjp#W8 iQFp5!|ndRW_26+uy:M$Ь5J4_T#ג“2uExHGuQ{LD JH jm$ |4.xDķ_0OglW+\ɌIuHY Lo޲183戒sMh!~f#Ę-:7:*@Ac؁ PuR4eNb \\5w0z&c/ 8iy.W`?zȳo'Ԁ|*&|Ȩ ٧^u-i. yW~}/OY6"~qۖ|+SC;VzBuit1iXXeTXJ s@&1BKI*[B 1z5ѕ4xҰNB!?| [,!E9cH>K:F>d V HcNT㒙SUHP3Y=q?NRhTsLqt@-?˚4ǧ. "ti|@2H Ŧ}kb+_ꅮM|@%}|隝:, |e/| #J1f\5CXd606:UF=2 K,cd &QkvY#)&y*^+U?rxǁe,ϩ J˒iN0=sdk-E3 sDgѦ lȖdUTkbE#Hx_Fm̊~+#@Z|ϒ'M@,# ;-_Elod'qϬ7zª3']O`Fɤ,a+e810yYىg"@2&Yp7r4SwIdӎ9XQ\)y>-1LUc&0Me;LT1|BOFt9We!/k'.'­APXQ8X癶웲T4:T) E*}$C?nMzͽ&OYh8R, !,Ft!7ոG10uiV6ʪ['J Y('DA3B<01 5+5pP/Tg!w)&S AÀQgȃ+ yMѸঔ;ȌuNm/Qr*}`SFQ %%ڧ h6,=Q Pi*:ҕn<¸RM<@A4k[a){i.5>SV6ʵm -ZjLSf ݊YYșhTV,ƚm;QյSlV =*E4:nB] EAgK3H8L&OAqoQ3^κ|F,zJIMuq?>k^ pdddF]$S˩+9}PR)RF*q&i,ḅ[a%N@^`CIޢ\k5% hI'VĠ]'V7Yeqq?]28zs/t…]j\ M$bP[S{by89IwjxHAB:2Ei?J#hP."> KyrqU85b~Tׁ%qEJPq2j o'bfv=yZj2Yʩݧ֜vt׫`O7O|Vi=zʭpfGHѯ3|ܔ?5}2I *D#%"3~}:L1gQ Zu$"bpgW>Xov6WXf xFoŬ~|=\BnE$0Z,I՗a|z4FlO6׍-шmpVOҧaA5km4B5UNU$P;oNKdˋ+Q2M%:&+@BF^Oq{mLhZy}jzwMJL/4 *^7`8s^k@0~ڿ,h"4;eԟ_PpgX$$=LJ-'=7q> #?Ҿ>O|xYL}@rp<6~+#*-vhNA{E7U/ŦŭRk2k_ݪ'IjE[-(ikCGA vxBFqXEM?u (fUPVۜ(ooh1#:~tX06h#x#8 k*3KQf,t?ʈ(9ܔXmBrøcSaIљ'6]xPRϔiŞ3ԗqO s?b` 3Oui[\,@qeҰH(+~N.4o 5h}P?MEU ^c|=W Ѡ$X }`Z7o7Y*oƬ5?3̒뙍ݼvc _Ulx-)~+WMmhI4^VGJβAxaI7,ĩxX A(8Ð8_3t7E*2/#їɲm¯64pڀh,1{NF 9Dk;/Rl{ᕡ9Кy`I֑tO1l0\[?/E?GT%]aYV6Xaˏ#i"e}Ũ|vVsWeyB_R/d5lZ'1K_QQ4'f@_H#˽ދn 6bSӳč.%4biX$f~d ^X\*d BO_'|Ք7I(Q0 :%pw( +.֑$5~Puig25]|̇Ɨ_X= _vĵH>C2M\=/n%<-gU)XGw-m;;z𱵂^A*XL/8jn+/3T !u2O›bZOkgD F Eǻ&J:fv[ߊr*=[X1gq݊9ñU2v&NP2ɺt94,&Qi>L)xa15WHi0Wc8*> ^%L`,Uvrيh Ӧ,ỳc?_'~- ZN2Yl+G֟"r=me?1[@!5se1(ay] &$ |e<*ϊ4#ʩ=v8:k"/ffnl}M'6ۓ " ;5T  okUA!qA HYMth JAaG3.&1\=i;f2_!|ɫ)+_ [R J>Z2 EM n4( EM M`Gſ !Z,^41~31,$Ɋbl3[^CB20* H9xzߗ="M.@JݷF B&/lZ/xemc%OI\qBUQ1%IV3?P~(a֍snKߞDHYhv&9tQR8>P4|l"m}u-UDj@w83>\Z豟}%plh~}B _o\n<[Љ ޭlݼO*dA0ZjoqP;FM g\[# m[,_3o-fjr |+U.h'Jt:<Dfb@ 9HI;sX3&$pq>SN M@?) ]͛}6+L^[`;NK}*K]MfS2d<"*PP,:Fa&R;5lwDkjQIJSSY2Zۦj=O70p22U ɍ?ewIJc7"{Bԋ:ω Eܖ$ /O ~{m]RPWE#{E 9h;+<? _<؏9U+Hꓝoy}<h W8PԀr/}3f8먍C٨,Qũ3[M!$H@^wti\΀>H"-%w`YUNm8:yH лV+a0KlCg& 7ͭ(@><_ԤLֶy,@+ϳ+A ̃d=j&.=hG%R)s55Cas,M #/7UjkhFؓg;Puyt⡡(e0clpVSe!Wi/2`.=G!zaaVIsURNf&E{aD[_oAc!`m2e@ ;ɴ(z%WBU0\^"&\* UH%`.p(DYDny)+)2f:JN`n|w`8捷P,$58(=77ߡE\eC=]LUQ(J^@&wjq4^Vᓠ8&6ZXu7C _Ѩ P`at;.C~=#t, <]!fr.h[pr"].Z ѽBF9q\qk0R2%: Kl;#Z^l9t'k7:2-u#:ՁaKS- ]}Zq5qOXĪn66x:3.}.Gw{_H XA$Dݢ:"#!pa~/V{ 9LO#7'k Fb&(dVMDǽ6IşP8i#;5!+'%/OJ~pYG[:6ߑ' :a|e / -E8M> 56?0IQbߴ'INAN4"l*y^rJ%8+ R3k>-r> 7Dl+-#% I+'@ҷ feߋ-+^5ڍ(\hU}~t c4G1FݼK|E°%hlfS-#19m +<þB*[纽$9DCbZM v"뤏M^3+C `z)ئ+ AŞ;dߟ/+yX6aɼb|=5 .Rڙռfۗ'bX'J hQB# b\k ӓ,ƃuS,!0\F+(*rA ?Mmx.W=n$֋&4%$Țڏ": ]ЎU`dZ_u@ǎxfj;WQv ) ײ)Ɩҝk_Sc\g\bf3RNeoj%X77,N۱{'K.ov҄^ock|"R  [ SF\м6ј1ZH*ˊ\@1˱YęR(}u~HdM&8rGulhxkݫ9OmcN[].+K @_d.tLGU$= O`y,LSa !3ۋC(wO4~S53&AfbBl 3[oG̡D2˨) Wz 9R%@n- K:ʰF4 GF~ho1h1IaWYc:GeQJpo!KE.|MЋeN#ϡ7$׾}bEvА3&nY|Y' `}#B}Α-5"iܾOE !kɻ<ȓAAEmJoՓ+ kv t0=~b6tRe5R@8V&0H6dNآ!iY X?劃Us3%o8?NJ$=H>KS|ӥ@:֜Av{.EdAV 4::mKp?! %QYEq঵CA1}KQfʂ܍a YZ