xar-1.6.1-bp155.2.14 >  A dkI%z i?OW/vF֋|)/pJO5#MZ> [] _($̠c*pT,u2(~jwUEE(ɥ^a1oz]KecŻ?vNd'͑N+k>8[uq^ "6gmC2|%)uޝ8Pn8|*תko13gmf.v6dmrNX }Cd@c};vFf-4An[3Y.(|RFƸ%y,p%[5>yޭ!3x9x5ȉ޴| RMlx1]kGwuu3QӞPdvVGUysM-fde\n/!sY*'jhvZd_DSm(ȉː*+Tt#gFDYs.EMZd;k\[yceD"dzcDM4nM,h>p>p?`d   7| $,D P \ t  4L`  c (8 9 :r FGHI4X<YD\h]^bcd eflu(v@wxyz\Cxar1.6.1bp155.2.14Extensible 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.dks390zp23ݗSUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgProductivity/Archiving/Compressionhttp://mackyle.github.com/xarlinuxs390x~X3\m[A큤dkdkPW PW PW dkebab09ba0d3c600357b2f9112b61ed8c4e5e12f214752a48367f001b5f15893560cc73b006408a3520b8868da204aa96a1ccfdb785fe70a753055f4fab1fd963f4e4050fac2d20bc687e349b545c4c60b2884f8f16a0a84292dff8454adf6ba54eb632f9f810ff6078a8ec1666bf0775167b21df36205a47145ee768d21e195d8c6c7f2f6323d7c47df5ad57d394b341e70fdc782797372034bac9a7b7045213rootrootrootrootrootrootrootrootrootrootrootrootxar-1.6.1-bp155.2.14.src.rpmxarxar(s390-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(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-devels390zp23 16847760771.6.1-bp155.2.141.6.1-bp155.2.14xarxarChangeLogLICENSENEWSxar.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-SP5/standard/3129760c2198f0c2546f6445766238d0-xarcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=30c73ed48db37496208596b9be535f2bb3c94427, for GNU/Linux 3.2.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)RRRRR6ٲwS*utf-85b0ecb65050275ff9b4fca39d0f447dd1d36fc05416a13f0ae745b3ecbde7f6a? 7zXZ !t/gO] crv9w,dW)`A[3%g{ & ;a.Fӂ: :ڄ|۸hAtu,6!K:jd C!t6֥:*ތVY"-MXe:d'=֡xWpC a(/Am^ Skm D9x]CQMO_@4>T)^th) :gnbCĻ.cvGlln$:|"Cf u 0bI!IpvA.&< S#,47TЫ0])C_ʥO'oJ$ewHzo4Mjǿ@gE }V"~cC'(SJYd^ٙVѬOB5!/q?wB+#4wYˆ;Bb]6ZM61 \[YAYVR1dMC 4E*g nԣ2h뮓)e%f4jpp޸YZKq[l=/bhPXCu&%MZϳK'zn6(~oMڅ%{~$jPՔ5 i)TMT9oޝI&]1wt"cV#&- 픿=m~~+QsJ>zD޽]򮶆J?U8aenVs>%8!/$Gl)tn{.H;BqdiS7 $(c3i[h˂6o",zn~@͟>瘍*sP|Lo^ \cPyVM{2B2$Q$rb9]'NK}L~-⺘_5lC7R GGU+T(5]b;ǘH*Ui1No`Ҧ2|I.`(٪'7S%]d?x7mCBc?}9C{[?@T1 d#XP`\V\̐cHeq+렐CoCk櫝0)Nw71_&u"o,oqYs,yf_1ͳFXIF9h HP] eLto"T*c8#~\|q+qؙXT%Nw)z6f RWVU}4#VeMVyE|ktSː1s2qG^ĒC'6=sv]'߿ _/!CdH>ua v|oVRGYԷ EE:VEi HR| 8Yu$*fd-6"(JΏfA08{I}HPֶO_%1ND' R2r,U9z˒C@o_'7, hɢ &Z%RHf-B#`IV6Ϧ9a{'ySd%Tfvƣ9))ax+bI#ߨƅ>7F9慇D[܅3&Nj~{βx 3Q knb(c  jBߦo[>5n70C4'Fr,4-7%X<Ygn=ⳔE^`ᠺO}D"~q$>n~ ܨ3l#YU{i̍sKYm@_rˇ$Y̘OO %cp> Ŧ}r&CŞ=("^c ÅIUD̐8tg+e**O-F̖$Ik-<{zFmoǞo‘g44SϯʎW!z']Z]CFOٓte;S|䲶,6$ +9ܕZ!H/绻yoh7#cQSQ QGOS"MnFé7NS]i' xr t39-V_⮞T||%[cG tdRJ1b|1S>E6/C3onq~)RP05m1t5Pi370F@TRr w[yq]:!J`e?D)\TZ˖sr[pa1u W+!2kҚm {I<]L(xy5>=wvuГ_޻]BR0F Ȇ&/o’)㤑ϗ!JrX!Ge;Ni@k+å”RF\rh5ҞܚE0'ȷVLs_ΣfT=*$DiֽygS#G_]´5bR1ɴjQ /J9O)L[7"hWzNM_avS: w!Ŏ>jwJF 7nCq[<@*& V@hguLZ1-osz7*NKc} D5rnc OyoE 7=`̪;,%;$ԌX\S;=n)nѩ $df" JY(83#EVnQAUX\ښ<p _dJeb aEZ^q,ҕ9@8QƓG>+BOIaz\81"hH [jMƼY{o΅1}p;?(OJ/?|hSB{Ip*Tڛϣ 9OMDP0wv°XvzWB<@daMh}ac7EZ~ ? ?BI1:D@g?^wVY:%0$Lh4z{xoj1|^%G4IAV JZQ?)٘+XBٷ7f 6 mTlq7AqPXtIfmD@#J`y јW*hx^&d?V5&V#h}K2|QZ=csIt;XGf[}ÖNy4NK"6?29EZ f=ZhE>\rƫɤey0e3\^{'('i!NBI#Y*?*w Y`bzM˶[0reK!d1 HuBf>$(n(;h(棪.V^s.Aw{n-KpZ OI7\b>MKSU>ee2<ȱ]kPjF+ۧ>vn25a{{4<̜J9Kkp4Gwr8zo L.g n)v~>բd i6zڴ r]yrAUW@׏F>SNM&,.~f9<.Iq銪STH"W.=cj9.. sP%nct[(eRc~2H͛#/Fd2KgZn@x+LT?Z޻,ښBp1I $[G3hE6}/B*.zMZ{ A~:Li1J"⾐]sǞqG/Υa3\#+jdu.Wn(Ӗ5NR]-0t-%ůɎ;?j=F땇󎼯-Mr2Zd C#f3w| U谖n=G3}2P4;Owt3_Tz@ D]l2-*<:ˁF5fqtKn-f:pSRu)k} `6VgY@e}%TaN~j T%%+#W"5T;=d s+m?@tXP$=JG1SFc'ݞ6mi>26iw {i1dM"C_~O-P?4(8=8x2]e7--EixUdch_Uy_AsE?{"T G"r CΦE1R5|6WO(<xJ@8,zm%͜c{dhbeU=>AvZ?G*rozy٤WmNXO{H•*O{lmB-` s3%Ǒ,tvvMH+G,p|-ٗ+_k\N]>zҚ/`,~QLEfF'snW<fԳPj!$AqxuE$okxTҮj|`d{Q_oM*=ڃ2rD*86M `qS5x4./KmQ N7I{C[YB\_ڨ\F5q>D;'LTb՛a[+~;g%A7U횅oOi+ut$!C]F;LdG__vrQ<'{ j۫Ǩ3[Åh/RԌy%-Q}=CVx/>% k+r^ UF}s㋗+ dqDKӵctȶ\t z)*~' A\4i}^N.3W9[` A]L:t8qT+^k ۗboQM~Yxб+n‚K?=OFLsX;_:񃑐~ U ?׌,WU# K5V*BΣWi'l*OPS_ y W5@0.a gi!тq t.@GI9кW`bFU| ?orR ʚ.ESC՚gm qKiѵsD#EMdCۋ4= gfIdQ` %sCr_Cgy@?6ǭH@3;~WIoL?sR qRNN};-Bb]eHy˻GldMV^crv6'|m .mf>>|]M* :7Փ9`Ě,q.9GpVF^ ڳ-?ߧ~g~[*(Qa:B;kmM=3گM.Mp#uX>{= La0E,]T;Nj|̲8JԤ6둧Xm;½#oN7f)0Scz<laJi\zLiXʳƷl D1KC@ZKظGnlsP`m+/ЌDQD+Kp,G$*z ?L,." Tb$ F-^n)zħ!XdkD :vT4Z"j4-$[Gd~ƻakCo'y e*K&*(20}b .i.LP2/;=~g]$d}pG=1^ *b XG\+b|wH MD>k&H2̔P|3ƅgBB^|%cmeWb0J‡y3O R7[1ggێuJi=AD*BAZ&G6y?ͳ՝q,\UB<8|ǁnc]ooHXp3GxԆgtDt*U2ӯ5&0x q<_Mq 0|w?-Q{&ƒ.8ljxF5}'ϷAw4{78@;sw Zw[9K/~, g o׈4_@ැ(擯^ 3U:̟'`ޛFq+7>oLbi`f:hX^D(yF?$Lw޼U| ~EК? `o!B9ޑSS ;`Psg/ă,-އ:h9uE5T,qyA.=e6gs[7kkjuh=R%jgTI( Q.Q^m>Yܧ)Gjր9.&4ΉwyvˢQb4["q,U@7keQV[U$)/\`>6ǖ_~qܷLQLMǾCN\WBuз; Jk30$#E}g)yHVRBһ$Z&#$]H<|pcvIbM|,n7n'$  8Ke#_|0jͭ^$brZen](tM`Hz(2/ xG|+P5`%@,<(y/υG&tfj\{"S`OfİOOG+60h"9='B[7?us&Ol+Ka9Ṉwӏq¢9Hδޙ3Ɉ'"\ 8r9/T#(BeR_H;#6H~f_HiQ?o|r r2N.b5PgYDMc8X scjy}F 6 ?Q6̾WCKd>Ibb2z: |jPۦ]ܩbsAO[_CM3-+@<+ypEu&8E ~}Tsb[*NaP'6Nl]y_vA~M_L+=H%"ɦlxLXb^{ʏgtkp h9{O&ӆ%*x^,PʇqMp[F{r^f:љ:Qa1RK.CVxyA>F2'Sc;  j \cGڦq3AL{˜$K\A!jxIN̈yd-.\bDEFVh"Ԅ ۑ58ED}{ᓦĬH{2EO(1>xN:-L01J/:$s,"ї;q|XEˏ$T2BTc`!2!!U/y7Bg*0SoZT,moc Mwdʐ#{AUS^ n1M\K qu}%rw7IP'k`W3#z n g' (R𽕙زZ-l: cbS$YI-[4&JV\5yrPĻ{~ta&γ(jtҪ _zxg< imj}WVu˟ODi\Th8@ŋ `e&,V<:j0v5ro Jxs_.QS.Mj8^t7z/hOƅyմ_'oˆ9ۤh~T&y&C+_% Kz ]TV>OFڢaL) &Buh )S\$wfh鵑0e8+ᔫF3_tp͝yA-9馀8:#*3efj"2*̌.O?>'!ME X˄M|ZtUAG^{1`aCdD16irMBB+k%ZDɡEnSlg;1j\v [#!iV1 ^6i)//! DI3&1}fֿSթf`/-sV^ >k92\ 9~;l}s_TArPT;1/ii>nwn:גd -A\SfG~\`{xtyBQڵz|m^x=6 ru:K/Lϵ0f+'v×pI0n="՘ OCF6ozҭB+uV#]՟v0%R1^O}V~b\Mf`iedh=,gv9N9p)-mXV+s )]2qs #t~䭣囂֒@~1&폓Y3b^ֱ^lmS uk7R :Eem/o(ȑ}(q-hWkݿY"$SA9VH, :I%NDʮn{RyUYpjmH_|)p.t}]->[ 9 @r 3aebO B#ϣ{I뵙0իKmTʷ;~*ph\UQGO"A=}bA=͸η- HҒd*٠XU\oSh^{+?q] (VFs:O~t [YL8O`"$i c禯v_VvobTn9V,b:FeP2rt)kM8u 'x7߲9 P۩o_*W$pS,c &,x\jRU-Q qctћ'4'Lyk +ibB艭ro#9cVwL4޿ ߆ňB$5FnnQ q閕<;07ELRazhF_vzMe) "=?(OK` HEE 5\[_ff Du cEd$UP@)KMU1:i @:UϗH/JoJeCl'W+\CN"F_^où*dLY- !\WkhW0bunvneݙ*{eT Ug"'*v.ڭzCZP7a }LɋM4_>bӪaS2b*h 5VqwsHְ% .H:Ř^9;Gz"kY zz6BT~*_xfMxb 1m*MXWqo=3M6A %[daL?z,;d'rNWK&Pw li[5Iܥ`pSKiܜ=yQH_s䕏+vv8I ]6!ZcVSXb] r܈!4P27z>w>ͷрy+0@DkSuCNOt >n U0eo8 =IDd"TׁVƦr10ƒ w 7)>lB3Od؄%2@e }>o *!R#\QmH]0Ĭ &h{)Tw{w>^c,][ @ [RQʲ5 cokظ^&]hɛk~װ93KZ޺\fIz/+v#Y?mwˉ$AXRL +h%Ú~i,u ^B-@NyZcfIe(\6eaKEm<iu7~!e 0XnT :淙@ulCe\*!I”BMof[1{< :l_Fg}5 uӗ9\.^ 4*#| B@rzВÔg_jDZObAyMpoy@.H{C4 Œ?tLMU2zeߺkom S`o۔pA^+i [AnV-8>CO,v a99-E B݌=Dp@sW¬xY[H+z}*~mcs9g:I:U@QFOq1SAL#խva9n[*e,FK6Fjh):Vh[D} SgC,kضu"))n\ Ly$w0kcvN̼9BGB; !X8*uodl&|=qק)/bUq;eW<;qSӂ2"^S1 /q"W;?!㟙]E1JVhPB[j.`L, N;fk~RLJS=N28l^4Eq!g Lڶkmq$]aF5$rN^,Ln>-2>y:BS=<FY@z&U&WoLF3NAzlU4v]{*#;l9 G g]=X:_'͍Kd4ڏ"nTC"f ~6i)phskO^"e; (@c %rzm<%2gX-9KP[Em:8fRA@G(.(`dSXïX>jtt5@6G iJO"!®oFUb 23)w5rm0,(c=kVN]L_{EWb5fPן"QTJ&@\ӂ !pz[m51QiiwC2/061"c܊Pfg_#Ȟ]i > g[c`?s٘}5li4WN[dt?o7 9pt棙\';p&8'Po õl[A~۱nA jjwBWctj+_iyPL f,S3&׆{:X̓Wut˶p,>)=Stj/0:٧vJk VK\VsN4"8W%#pH8hs³8 -kJ ~8%?E?z W;m ޒKUy R>gIZY@+7 k] shJBRH +&Ǘ:?,S3R*2`S`?&$ЗXNMyZ`EK̗L'1!%'2J'=opmE~'%Y6 ekkbWlQ.-$|B]yk>Ǹ9r )߹V֠/\p, |=>+d24WQȫB(jЋ7 n]WݳޓL`{'g-Er{MzOcj?SB ݤB[@oFnCSkWu{7mH+q/IC j/.Ǫ]o}G/X/x@YC/UZ~1 UE!P{ik16 k '1goKeESHZ>+w;H6#l[UԸy٨XC0 y0I(cZ@,%0'!~67I}j=%bˍuF ~LB NA Q@:Q`>ׂv@a:+n76}dQi&f,_1d- yN ԭxJNz=p^*)V2h;?%6WnEOWJ%y’x ]O׍:q9W j1n(OGbBe(8_i@­>s۽IПߤ3;R5KsrFz$/G}? PKyfB@B{C†AаsbVcbtKO= U1d81]n!awx Qy2SORΫ&2Nn\&UҖ]i ݔw,T.Q(Y(LJ? V: k}3ceS͊[0M֪؞Ue9A~Koړ.,~֚<0oklVYڵ&Oq}6-t{5gꏿQyj0*gb+fTj`E]yei]ml(̕;/B1q8S`բkGw<\%PBc#uA%Y#fH:+ G* h42>:lӗkxCTI.~Myo+܊_:5)ݏ1S܌Nbq([ηU%@\'Q/:vmܿ!^4 C)L3;1sEa;LI',g4Oq {Z( כLnq)u[H08X&&f2xf9v&ʚ6R7R(4lmy$i"ΖΏi&w?k!8 M+!uՍ"'pN~F6<X-#Z܈ϋ{oj22q"K({mFS :jcy*3TBurI;JwOoH;pNB8S˯QAe s\,'^C;)[[[!#C4?Co6atxʰoӬ-|ǼkC+DZpG\O*Y{ Y e0^Ue%0zDҲ/லUm݈5K\*l.gdL6t<*ݾ0A/ќckF ѣ-7o]4 1k yԾB(;8k ܁lj?=y)S6[!mSӲhg´QA)*_3|I2eɕ1 NR9)EՓ_R"1#yA妧MG5V Qz{P; GQpb^#!WsrMgyy0tEbşhj<,'g,LpߕUB]A]#Yx{-TK<*%@z?̱ӻ# b*D)ʔA|/ ZzXWU!\ڮhf.~>0N# }? ZI{f= '_,;ۼ(NqbHD)B.6y~z{ʔ\Xv3}|"7H '.Дٯ]NZ2nCϟrb#} v$cogJH))*i*R2`t͑s~&Z]' $y p'[>y=Lh  T~j%ޘ9d҇ Wʥmx)LuIo<;;\plZ̲ѻt%dM-\gIC1˗4S,z3zs-j&mTdQblDs#uAF8E͖آ]{~3a$25'~:Z{CAoQ/]d;wK'LӕTCUjկwN YZ