xar-1.6.1-bp154.1.22 >  A bx(!M@eeef9bJ?5˘&w-$T>> &YN\+kv ֪`Oէύ V@m@v!xQ qqSw6^DaWsR<:y]vK#f%aj u$:-lrfƣ/Vq q3]QfXAKUa#~~{; D`.Ybz\v:mb3#0wox UnYis̰06e8b752aeed62a9faef3280073378a57e70800ab32a10003c8d06737eb50a1271ca57f8e04b0ea2ff064b53b1f34700526f9271ubx(!M@eee28TX.ʧѶ<~hCU%М{)8혩bWԅOwN;F)')ҼvLhīؠ@,b¹:8lo&Y>S\hu^< 9X׸^#agX Cmu7#k1C:uIPi.Vǎ}ݕe:46iLQ'UBc%/}%mA)Q%G!g3F5:;yUf@r@>p>D?4d   7| "(0H T ` x  8P`|$(C8L 9t :2 FGHIXY\,]D^lbcjdefluvwxyz0Cxar1.6.1bp154.1.22Extensible Archive Format ToolsThe XAR project aims to provide an easily extensible archive format. Important design decisions include an easily extensible XML table of contents for random access to archived files, storing the toc at the beginning of the archive to allow for efficient handling of streamed archives, the ability to handle files of arbitrarily large sizes, the ability to choose independent encodings for individual files in the archive, the ability to store checksums for individual files in both compressed and uncompressed form, and the ability to query the table of content's rich meta-data.bxobs-power8-05noSUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clausehttps://bugs.opensuse.orgProductivity/Archiving/Compressionhttp://mackyle.github.com/xarlinuxppc64le03\m[A큤bxbxPW PW PW bx6397b74175eab074335a00acba3fb75bcfaee4db4beb9a33383d3ace34c8674f60cc73b006408a3520b8868da204aa96a1ccfdb785fe70a753055f4fab1fd963f4e4050fac2d20bc687e349b545c4c60b2884f8f16a0a84292dff8454adf6ba54eb632f9f810ff6078a8ec1666bf0775167b21df36205a47145ee768d21e195d8c6c7f2f6323d7c47df5ad57d394b341e70fdc782797372034bac9a7b7045213rootrootrootrootrootrootrootrootrootrootrootrootxar-1.6.1-bp154.1.22.src.rpmxarxar(ppc-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libxar.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ZZ%8WH@W W V@U) TPT\@Tgcrrodriguez@opensuse.orgmpluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.commpluskal@suse.comp.drouand@gmail.comdimstar@opensuse.orgmpluskal@suse.commpluskal@suse.com- fix build with openssl 1.1, just another broken configure test (openssl-checks.patch )- Explicitly BuildRequire libopenssl-1_0_0-devel until OpenSSL 1.1.x support is ported - Clean up with spec-cleaner- Add ext2.patch from voidlinux- Disable static build from the get-go if its files get removed anyway- Disable support for ext2 - gh#mackyle/xar#10- Tiny spec file cleanups- Update to version 1.6.1 * Fix issues #75, #76 * Added NEWS file * Stealth support for any available EVP_get_digestbyname hash (see man page) * Support digests sha224, sha256, sha384 and sha512 provided the linked libcrypto supports them (OpenSSL 0.9.8 and later). Note that using a - -toc-cksum other than none, md5 or sha1 (the default) is NOT backwards compatible (requires extended binary header support), but using a - -file-cksum other than none, md5 or sha1 is backwards compatible provided the recipient's libcrypto supports it. Both --toc-cksum and --file-cksum must be specified to get them to be different. * Do not attempt to extract attribute information to a non-file destination * Handle 6 more flags bits including UF_HIDDEN and UF_COMPRESSED * Fix xar_get_mode output to still include type when mode is unavailable (This also fixes alignment problems in -tv output when mode is missing) * Fix archival of FinderCreateTime on 64 bit archs (extract was already okay) * Add support for --recompress option to blindly recompress all files added to the archive not matched by a --no-compress option when a --compression type other than none is in effect. All prior versions of xar always behave as though --recompress has been specified. * Recognized already-compressed files will now just be stored as-is in the archive without a second compression. The gzip, bzip2 and xz formats are currently recognized. The --recompress option disables this behavior. The xar library itself now provides this support (XAR_OPT_RECOMPRESS). * xar.h c++ compatibility added * XAR_OPT_TOCCKSUM can now be set after adding signatures without causing archive corruption * Update liblzma support to work with current liblzma versions * Show additional information in --version output if --verbose given first * Update man page and --help output to be current * Allow --compression=xz whenever --compression=lzma is supported * Now builds on cygwin * A huge number of warnings were eliminated so compilations should be much cleaner on many platforms now * Add support for --rfc6713 (see man page) (XAR_OPT_RFC6713FORMAT) * Support compiling against an older libcrypto but running against a newer one * Make extracted-checksum/archived-checksum use long hash name to match value used in toc checksum (backwards compatible) * Add missing trailing 'Z' to creation-date in archive (backwards compatible) * Help output (--help) now goes to standard output instead of standard error * Reduce spew on command line argument error * Support --directory (-C) during archive as well as extract * Add support for --to-stdout (-O) (XAR_OPT_EXTRACTSTDOUT) * Add support for --strip-components (XAR_OPT_STRIPCOMPONENTS) * Command aliases added (--create, --extract, --list, --file, --directory, - -verbose, --one-file-system, -V) * The xar header version can now be easily #if tested using XAR_VERSION_NUM * The xar library version can now be fetched with XAR_OPT_XARLIBVERSION * xar_from_base64 no longer adds extra bytes to the decoded output * Library now adds a signature-creation-time element which contains the "%.1f" formatted number of seconds since 2001-01-01T00:00:00Z when any signatures are present * Rudimentary command line signature support (--sign/--replace-sign etc.) * configure now defaults compiler options to "-Wall -g -O2" for gcc * Update Xcode projects * Import into git (adding .gitignore and .gitattributes) * Initial release from https://github.com/mackyle/xar project - Update project and download Urls - Add autoconf build require; needed to generate the configure script from git - Update documentation files list when process %doc- Do not specify debug_package inside the .spec file: We control the generation of debuginfo packages by means of OBS flags.- Call ldconfig in post and postun for library- Cleanup spec-file with spec-cleaner - Refresh dependecies * remove useless autotool, make and gcc * add libbz2-develobs-power8-05 16520919241.6.1-bp154.1.221.6.1-bp154.1.22xarxarChangeLogLICENSENEWSxar.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/xar//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:Backports:SLE-15-SP4/standard/3129760c2198f0c2546f6445766238d0-xarcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=2986818805abc1bcd072632aa09d668d2d0a607e, for GNU/Linux 3.10.0, strippeddirectoryUTF-8 Unicode (with BOM) text, with very long linesASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRR:ny)Putf-8644a0728c8d2668844c6ce89c90653672e9a0674516e8fd8e8361e4afbbb8b26? 7zXZ !t/r?S] crv9w ,2~I+PLPYxXerŀD[cOyqf^:EzgL3(IX[&* }b%kmois?z}5հsV%y3uEF&[lz^I L^B&9-]&f(cÀF{S{c">1wZ2(}Үy^Slsؔt~IDNm"4G˒6tOeRܰ+[o6@i9>œ{K*3V-OND`:͖PM ,a嬭B ,>}^65瓏N(*3W9T&C2Ҵ Ǎ2چ-9c.L# *~JQYIa瘋 4ecI&_C? />bbN^0= Ƴo{?|RXMNnYz&eմ4[ܽ!Nf"_dp6Ss3yf%|EQ0ҠrHr;MbB=CQ?BRϹ2PfqU2)]A;, :hڸO!M:qjO 7JEv<;W+f,Q;*3k9ﶝٟݟFi*irh4p3+2Ӥ i 9 J''_x;(`x츰kfvI p[@I G=ms[y i-Epݹ3KIc. g\>@S+>n{UYhxX+7ꈵ|tr^+cpٍeSd@<^ӢXё ~+2fnIuESyإs#$=lڶubhZ^WhSC䐈@+4d\nP=G22+E*È]N]RNAvsIynue[L9/ NlV݀!S KRf%7LuZcQ?1#tҞ~zX7~:1vSCt7]Jߗs/`7zqw[rBᱹ#U&e4cR^Ҋ95ub/iޡ"`*4"'!(+ /'$vJc;F2p !DV J@i)F\f5ȵ|Ó3B- 1򡨈A9BKp+BkY""?f^4 '{:RO 7#OW{b\9Af2uohdbIG$e)0{xkS M^ZAÁ&Q|o7ŋn~*K?F ULZQ"!7`zUְ.We޿ H<: ӆmLR|c$i~ yzGB6lY< o-Q%ں /8ie\ES0TQ5~:X-`/JSTKt* :ah>P`!frʭ d>GKƯ(SqKyAPȜ`HfẢą&-2`,ZOj4.;r16$ zY|p Ra+F[ !8^Xz IJ߰/R3D״q1=#DGqبܵdQD~p'ҋVve%> fU1zg[stAC<`4&oUl=9{ Q=K2֩NfoE#ZL"J AN-|,ʣ 6J ɴU$B_ O.sy) jkKA6ϛrm+d97椅ʟ|?0Aㆲ1y;8PJ%MH02o[~-rr͗pb$`3tC'6t][+J!!Nn:j\)}k Ba!v -TIzs l&ZEΩ:..|7HU%ݷd2܂&8<%@Zu'ẦLغ^:I"Df{D{u/C"C*%XI!lx4OJ,վw'Gp,kN0Vlt1{t-f7J[8MEտSFCԧ(NJ{ݬa6b;Y>#1iԏ3/;WtPBdHڲlJ =#:>1-`#wlz Ta@S;.f)N olaزtTFvǺvK\$TDe7}lI¹?͗t*4KsNjBN%!E#s-@0oiRRQ.QowWYTELpqUe=%8 *ՏPC{MSu]Y:vi.l~,.w1t-24|-dc⑋B}Bӿ/a" fןbY;Oz ʷ&E(ܩʹnJe$7ڃǷ' ~s@-㔣rzҴ|}xD!Ԃ8;.5X4y58B9aˆԈRL#[$#LGa3|*ʿ} DS\ RYmV>D u' E+vBj/N .')uM yK)X ն?ısN.|kLB8 emJKrޞIQ5 e?JyXD*k?,n(rCXza\˷@$-쾺⫟:X>=A9u7:đmW;aFB .PD{11o$V6?<v$6Uጰَ+8KU L | KSɥPƇ,S@coS隶/qa[mo ఎהYsV5!tb8i\Y@ bCeYeƃp)b{dZY`h1R?nOAAsv9`?3 bmSC&][CH-sGغ`1ՑO ۧY[؄qN)@l:#*2 e 4%]hUD(k3 e=Yrk^%*(H%娏X=%1AnxB0 pcQ兺pne`` JId_4DBO%q7æ̨Х9kuyf΃iV(sT"& .wzX;Ӑu8$mv5JQm5vhZ=S@}V?Oz.1_NąCQ|V2rzKts(@!gr yUfROĺ8%ZCCga Ez! W: ziS2:+r˃jt9co'-ހ_W[?njIjr S \u׫PW6߻YP$Z}Ayް{pfsUְ+-*?2Zb 7 c%c 8_8OP\R ;@%^4!i`OQ>944+<"{L0ΣVʽ8Zuv@;rI^Ǖ'iF15 $raY#>i!$o՗ogdMM kVs_},gl%.|"1]QEEh0j&%[X~Htm!3q`|m&]kohTY=Ns]%%YR|)N}%P1MQD.b Ɲu-ꌥJ3AINu"Г?s>FB< $x*)ć^(eC.Wc^,IpU7 F9蟊sJ59P@[–+UB^=諨OGe[h1*KR( )_<"eϥhAQn]* Њ'}5wYel`TХԠE4[̷&No8h`U#-ީqǣ` vɱ`VA(V6rġ YJkvIu6$ Ŧ_CkYKd 4muejCt4&p|s-HǏQ鋩'{`^:EKR[ONV;jcb+WS@UgLpKS  M@0޶iĎIwgg'IjLaWlL(͉"EnͺmڞP`Z>pߥ3¯2J[RB}-{4EP ?'S=躶3)V~'fXEy ń2W;͆S:AɒRɃ,&ƀk=4o{j/m\%6rԷ,cod{+K5vXsʿe ~V1Pc Ҳ9!) h0#$yZhrQ0{H7W-M-^l2Rj/̕fݍulЧD pgU7 tޑomt=:Um>dӢ{TimEVҮP\PFZBc Pk.p~+cN&ݥc͍&kp܉y~]/iM㬛ݜ{á|#^>CVPS$KzʑD*af.wL QGZq|{+?Ĺ*5{N6o ( OEOX`=+#ӗ/Bj_wK0P0,n>Oh"@8&ό cȝ&pp/~.~O.kG/4 $qX${T/媤^Z|G'RG;~Nr>,sqv$@L:\Y􏤫p_iHH9t+W*FnjkC#عUԉ›~.#mBxn,O6]^LIV1Ru8>`-im0]D Bd0n0m}_6tάSBOR|RXVHŸHJ.>5^H~ _yigZ"q;~VIL_QdD7#dM?JA큢%" qFAg9C>}72ŦZoX Ps2]FG,.D`ɹ_Tikz \Tpz~[ʣ5PIƔ'~$]*X16.H֏6eȉWākT?}YF QMd/ 5(Fg*_S⎜TdEu<TK'+;LW+|X:w`!!"NW1x?PM 1mjzQ9nZ22Ƥj[oJR 3XXOL׏Ld3#!ʹAb";×v:21n.1_DW:@Qa̅n:K|Zˊ1/%Uɩ8Hݖ^O Ng' '(DoyݰtEk[o &{VlIɅ}uW1UUv(B^ Sᘟ 86)>4놶hz4ў{dl>bbp, {& G#FGϏGܕB^`20MfA6m*!mtN|Od6|i3G޼|KN6D X6+.Q)fSY-%0񲨜L 5%oR8y*Ɲhc^ XDћ/kj $Yt`й]f߹\O=ǶK-F@7bZ}TД9b1RMnG=#nKVß;R~ZY?ӌ/y}"70ƓgzhQ$yhOJ}NM?*A;=_l6G q=8#`B(<6¥bCSV\j j}[oBC<_09-8#CF;=ef023KHgOZ6_z p^sUGQ$9>>Rr@kvo`!Th Q r`:I c & Io/{DOBh%zȽ-=89vT>PvړSC% ʡ]_+]zvܝE\0{ݪvZ/)wS/bhMarVt+˧tnKhx,.;.6wyC׍WbS8]5viW* &8,ivz1v/d3Etrkڦ؊XՌG܃\Xw!Wxfs@J:{V DݳQNRtPqDb4_RΎE DB$=Ӣ9ٙ| `:Jcr H3skj8l\@"MZ^ *fcG?4VW"m*ks2)M~P= õr 5?$}jJ3vϧh$ Fe:iWvW3IOٯ͏c#EbrH~_̍f(Ҁ6HHђC a4?+T_+9~?,Ej Tl>$'K :fEz[jOw Ke  Z Q ~vs^|)"j*xB4Dn}KD](hQ?3sB,V=?ϡZI9H]e\bkTݍMBnRC7cߗ/@S]g+YV? {~R_VË kh\%r$-H-Pf{;?b7#MY2np$ rwnk om<1֘{%[?s1]fmئ9_MXW65EoD[I5m>u%fK 7Tk|*VO1F#L U!NIC#V)KD,PԿ K&ۃhLwqW򮇩Q* }h}79}PHP5u85fE[KGzx3ZD{ :l1azFg+Òwqb (RF #~zf/{RYNWn:řnuӟ9BN`EKYC0J7vVe\yK-L'w"8,H%3?{JװWpf<{l~_]xL=(ƨNB8V88QwÀvro~d2K4@1v­ '  $Y"U(4 l[.PZ̏CN(wCF_ͳdCkГ` 2R6fgHEh=v|}zRw&cǴ.;ӫ.ͨ6@Qȧÿ\bqr]؀{sM#̝,M^RzHg:ex&ER9xKrw;I,ʷ}1Dz +M P Y>7Zii= ࠔha;,C#qw 0NkGPJtL9+!+\H_109Gz p <{|i5&3ĎuI}Kg=:RE@#0ڀ+dk7U" 90=yևOҁ,F`PM8z@T>X\F(nLV7q2 '>)[&"=ŀ[X |T[ȸ{cR+,t|ba$Zr-V DȪɓ30TaTKU0 za;7"')DwRKi*ԛϒ{ 6X%8 蕣%&k&@ 4ȂS ʟ9%N _E\0~.py-/|..+):29ąq;Q.Q\ndݢqF PxȟC_85'SK\JhڸTDb9&!؇!SwB-_S8ٷ zB!>,I=4 o;aKeg5"4|vJB['w `1utwȈ[#)ss#?>ET O7PQ6z|7Gɗ&!##*CiZ'T\`˪)MH*HH>( 4yׄ$|xMh FpQNElb hƀL9g"f J1Phfē?:=M&_|tcaQӐalt)ʪS ؽt#qh|MBkQ0 !Q\Pk5Kaڎ{LD\z|H~S_F^4M56p`L!N~z(#ܔ(i 8wWAP-PȔ:ϪKH&]dz^xI VxT(6.C_'nG󖂐d>BlvcKjcK/>S,z@pne|wB m|.aUq Qh1m!Bk6D}D߷ܺQJiN6f#j>3g d3eEƵkH?)Ǔ}n h^+ <[bg86dldcdE=YKYMI::b2}jĉHKC![-no`:a\iGAm% hjra+4bcoiU;PG.F?\dG&Ny԰J-ڒ+^e7oPHpt hB %מ`]%#֝=fd-X0S E>QvmLt &QS\q!$: wɲzUp{m#Fb؇DB1ӄW Kh9AS;A?<{AW6SoU=$S֊NҚek=k2hi QSl56YvrE$rK6+r,dU8Z^ីDՓy" ?mPHl`?,m]&̏eD]K%RZ srx/[d_dtxLEnp_ ~Pӧ^"vY$uu˴sg%~U*L, x:8 {:v}ҖA ۸2Le2#ѲW™cWxd=Gwx! xeI\$}{UٯL0??xG#e7 wF% ڧT47aGK*9m+Z$vsV>1 ,n 3pnQXKOlDm )yvា[jWh f p5Ҏ1֜6C<',EرV蟕y_H,?I ҭMS3+y:d-9d}FyD W[r^s٧Zi|)x:YſB5dPڥ+ a%nsXO%&^oDPNW5`;O&xu;eyؑ!iV`g7Uk|2ş"?Z[Xh_e W Rd<@4 Xkm)ҿ @T xTCy n%p#~.IOcm暰ye>ď6"n'C#%5cY.!B@fG~ԗi@BXrbghN3̲kiӍ*}K#oԲdͶ*ΕZ\2}{GLߺk?ٔ6NV,l T'}E[,-Xn1™oo5m ئ!*RR+-tu?Jd)G˘ˋ^(lo6FߛZx!n;ۜJ5?|5U {jGI~WƐ_wTD_p=%U폰#̛{te ֱޓqA2t}}z~`5B6Vޤhs9TG؅xŘT<⸱ͺSesJc%]Մ ! [bjy^&9"ty,jun}iaePb%0Eh aVuYɆ]/C"m>BQ+Ct}~#gԴy\H]zarc|y`.q%>m%mB9Q6lYqHq\j"e4YX7CTY& ߊJ%aJ]MDbRYV9~uVc@u!. /HIjy=3"p`_24B`ڥJE? A4]i4RUmn8&bËD82&`04(YD_UB /vWt!ZXZ{<~Oڟ j: Xw gG 9虒XBUÔ~,b2/5|OM~w/Z݁W^qGeDϊMyzJk8sKI4J.mnHEp޺n۲ɯOW$O):GvZl-GtpMOQ=P \I٭B,$~~k;dzâ %쬏9q"7 ȂBޱ;RniqL궡P.RNf@*b)oeiKS߬tHzlЧAl`A%/ό5a4 CTH jeFű֛2_(S&#PT}2,)U @]@1~*Jz7+  a f|OLx`$RAsZQ2>7n#6DdekLh#4T0K8f՚uI7۲:Y,t&eR(NAą*۠Α@K<1qƾS|0 1'4egEo4KE&+ 桉9 ȉ?næ*,x8!Voaض6-kes)Bb^),cD^?Q]Iݦu ;&7Úin68ޔGI4;$#Pbsd=-6p+jmpb%+-u"\%iue}*cz)q^ﲞ 6=>8SruQɉpӺu<'KHs'P71&ZЬ/zֲtf5/vIМ{w|Zރo ڷ5h-ciC02 󩟑Yd&(-[Uwcp0za K4ActSVzok0[ݯ0K2kɕOy=,~/Wj.j֬ڲMomW\7XdįE}J)]%co-ct%:O`a>?w{lԠxn}좨Zl@<0`Z׺-DΖ-TGz>98 RSlqme(uX܀Loc?ӴSIٳ}7g;5k1UϸNoD~ɕp8BU,^6=Cap3:,o5ѫm=I=?guC{]=@ܫbXij??L<]M_S8fMמGPȝc}RQ*3N"Qe6u B (WZ{r5pX* nK8B85VM=y~)Z3SE<0Ҥ|v~\^i1"g|+IjsqrZ͹oZQ$]nn? <OI[LK}g U^Dq{a_ZTdͷRMRC[N{9R%4JNνzQSߞ+x-tGMQCt8p=W,c] "fz |7eHq3I,QWr|( 77aYe~`%Z>E͟w}6&w-EZyK%HcyjGUCG9Tr]tw,ԘE{GZ,eM%'sm~e3vIk3c&md* Z:)OqwT$?Cf(mf (B!N!z`/jGY$4R Dס~u\1/x`Rw ֚ = σ WɨH-{y}QRs `N~(Nqrj\YաѻZ1 &σ׹~EipiЦoD*rܲJU4E]X2*U& I5]ÓZ^zqkykCN5}3)h9$xQq'm&2l5b/=1O |ݞ^ ջIuo96yR5g܃rP][_[ӒAisܵ;Zה y5ŏiamcrBu}`B%vLSɯ7/+m*>rHA\7s5,#o[ 9h[/gvF!{7js[4򰆼?3;zlDj֠(fO-|E0!Ғ:}BTK';l5gYAK@i4p8&>6A|ntʠV@E&e PM"vܞ%9m`] :[{P ?BlHTh1FXeǼbyvϙ"'/`U4L` >KONP9ԧ ʕ+aEz"?b O'$-Ӄr|\Ĝi2RϷ*94}vƵAPe(5(/+,1^Oƪ9XDWAK|lD_2hsavZ(i/`Jsc@SRs92Ɵ#MSd7.Uq6~`DI#X 66Θr\_h> ^$4Fl6olM^ QP{2o:y)o ̉»yM Ӈ&h. Z* 2B"Q* J.xؾ͌y2?;2)K띐>Ga#%k*Ro{>\n7/:1*i >֦\R:S|VNS( ._3 ϟgCc՘l]gd=/%a\&ib.mTOv#L^Y:fN{>9Rٌϓ&cR_nX-&&آ>J>뚦5#$]…w86RJS,Оd?ede^-3K\E+0/mĶ YZ