libxar-devel-1.6.1-bp153.1.16 >  A `BT!M@eee4ŷ?d׉YL7فY]FZMv JM׶M8b&>DQw[c1;zl`%;R/PEY*,T0 h^߯h bI_N 1{+7c`ˁi~6y>7k!{f;B vG5R[| 'Hbq="i8sva%fUHDJr{';21b1e59fabaaf8e68e46fe2780777e2ede5e987dc5c3cdb8b8d82f785bf43da47f5fb19ebe53eea7071a4cdf8822cc099e49cca3D`BT!M@eee }y_Q,l di3yU NOtf' T^y~\&o1nrQo vPmI= ]ch~\w5GnZlWo]|#~se3w`2?%B331 VERXnړZdDR̖\W!g)4cΓ)vռŀmevȚ!^ ȏEEo #Nu_8v3jbͅx˰Þ3s1fLa){>p;?d  A #)0L Z h    <`t(8 90 : FiG|HIXY\]^<bcMdefluvzK\`fClibxar-devel1.6.1bp153.1.16Extensive Archive Format LibraryThe 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.`B?lamb04wSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://mackyle.github.com/xarlinuxx86_64-- 3\mA큤A큤`B>`B>`B>`B?PW PW PW b9a499cd52a4d3eb6c9f74366c06c8dcff225703c4ebc527a9956602129556ee60cc73b006408a3520b8868da204aa96a1ccfdb785fe70a753055f4fab1fd963f4e4050fac2d20bc687e349b545c4c60b2884f8f16a0a84292dff8454adf6ba54eb632f9f810ff6078a8ec1666bf0775167b21df36205a47145ee768d21e195dlibxar.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootxar-1.6.1-bp153.1.16.src.rpmlibxar-devellibxar-devel(x86-64)    libxar1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.6.13.0.4-14.6.0-14.0-15.2-14.14.1ZZ%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-devellamb04 16149991031.6.1-bp153.1.161.6.1-bp153.1.16xarxar.hlibxar.solibxar-develChangeLogLICENSENEWS/usr/include//usr/include/xar//usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libxar-devel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/3129760c2198f0c2546f6445766238d0-xarcpioxz5x86_64-suse-linuxdirectoryC source, ASCII textUTF-8 Unicode (with BOM) text, with very long linesASCII text:IsAЛg+]'nutf-8a7114abd3f3aa0d3e9349a20234a0ab1e12edaa6a6bee264ca4a036011a4f69e?P7zXZ !t/{$] crt:bLL,wj؉B `V#wDK~lO\6 WJ+v~ j "5g sJeN&T"Š`5 .uBY/$z>31\2qܴE}l%M;ۅIFg0n}KLv)SсJώ1L}D]UR_n5\X>'si=PWw"ai"S A`|~HÂ؈!ڵq$pB3/H{vJ[3oc x{ DS3q^̟o!h@ 'b0a/$-kKc=#}DxvQAr_(婎'qtmNr7,,K(UD"V'<Wׂ Ƚ9ָpLqK:AݫDmn0LŊt&+Z꘿G,"os{yNـGYU9yMsk[$D,h1ry."! -ozi;'q:kd`7ŵ t?]o=Cʿ`Wq4-%?~ m5l) *090jݖ x06 sFĶ+-jE?kRfc&c|haE=\{W騆# ݌IZ'eaGԖwPC=CY\f(j9POFmhY'oQtd± tAt44o<Ζn i*15&0A ̡|nS;bLIy0ʬY;Ω>64)ye莎HTzGIӟިXp& Xx)L֎`>+,Z+XvS 9EkF?#t!j,8-I;m1KeY gLJ a݇84 4~~#u|g"Q$48^V]*kq4`[O09$+ 3A)@<7E!7<vd8\2z6--+$깼} 0VS-^|:͎ ^B폋V}q0o>xu1N1t'GgYRb?o#3a $odG0kt6TUw(#AUC,谲(~/CЎQJDŕ+Fk:>>(Ej,]m~6;UW8ŃHC1wK',0 ֧j%ϹKO8ha73I$8NNi KWX,q `[icm03-nы< jjaR )FC 6f>5)=cHЉ8pS$XDT`2ѴL4{=Xd{ǤBcUE8 U0jv26}Loq|ultq4`ӊǾ2jY2($hӾ2}3D u)R3l.L#*%9)FSrp^[S?@"G$2hQjl3 FdEnh:[oluA~:%l-)=';+(vꠥ,h DԳSgrmwL&ra.Y2O`ఋfP-\ERg|J^Y..9ETVli&K+'i];EԏrKMQiDڢv}h>)r` C(j:JH C(d_40e wQϷ]u+m,QkNg@K"aX&hiBe xдY^㐪FW*sX3 dG&U.ե 3>rt|mk[7X"7k+VVafJ\ųce^!Kfާ}K5d,0%ƹ m<|Ϗ!:7aƢnW2JHY ip1P C;Z6-H0*%U],6$]H 7H@tU{l1:۳ѡ(AbԆ\}'"Ľ OkcxԎ2 JrXaHr.6@&O/""-y%hQSpa(pPZFGh`1kO V_90q9Q5uVH2e)7ͱܞ48QȻ24rꉟHGQ*R)ŝ) fgzuK8!(%f~-)\LYM/ƝE :$v_-622+NxSwe5Z4}0Cw%L|^!.QzkOePR0RƄ -L?0OP{wp^mK*W s'G,&V}gYǃKTKWXHh)"ї_P9vs PQ$Pŀr o7|L ֑x<*ymZiUbrlHw?i(:&c%y Q #Of"`N~*P[ {P ;;g=i%ة-{pqMs=ӥKڛ&K: RCH ^b#lb4#FV 8A.IZWWSp;Ku\tKGQ1c<&>zͶ76Oץ=іm-_5B(,cT´Gmq.IyC66\ZW;^ehvzL>, 4͋E$Y>.̡'wЋH Ov%4[;o5[QxH#*ߎĞOu}w^Iwئ{ fvk *h7f)}щ`|!X! XkL=l ¹/"/؋y|3,5, xVTy-- ߱*3Xkۏ ity%jB2FgF u1:^ F(mIW*c᲍õ1Mu%^)䭑adc$~Mw둜)Ux&ճbD)g(2^74o{$"[⣠Jr=3,IK#˰TpTXſjq$4WǪ(2φ"EDk`^z2V %ݤ ^\Ld}m+wEdb8!/6,B' GSl@9*/Fj-75YЗ;z93(KBf5-B$-a |Rʿ LSs 5z@D ?=-lnPwUD:ߛA?#J'^d߼B#gC;_ɷ4JN;pU1M~ dԡ:*҂e(I[pe.+wߠw&R aUAE5@[wj4ۊk&,p]f<cن:#jWØsU~11{?]VLwPN^2p!Fk>5 R` ]|[`fuPr"D'@;+Wc@:X?&SPor! ); 鱔 5Y*kŲ-DkF5ebߌJވ2G:qٻ[ZU ov!8rϯMmI؅15k֠ЗF'VوǨ&UbЇX:>07~K, 7Y*eKx3h NG: }sa'<%cԹi;$hwM/n7|5~`?& Ϡ ? T!_}v2 ^&B֒DYb;alR+ hdM}=):E(/x FV;ϼc.s< C~tkJ~QۋV~K1NQeMFS/>dd=wyuQö9hw9IqCs )Y$[mS[f;r4zUm9C{JpveÈu%z~A:Cn ꡭщ ,h,V":wײ^%JnZ+\)׽_i1$Hˣ uekI4uPijMnӱU89D{J h؊L/2(!mPAh8'WX%I)N]It6v*-EO6+>e)}Ja' #$^0*I]:^vx|r-T?H.ꅩ^ߪDÅg9 zHiq bh#ce#d5d>i GG8Y])&>\DVoW53pQjG_'&f(|z沑%w*"ؾQwYeh'ۋ{SM1)__ |ğ ||4:KWbq>5Ky]X I]@)A `Mʺ*g/ x*3%%ͻb!U:-^9- ]k> ~KL7i/\4{]isAi J{=K Rw[QwQP c}dE\ S>^SbƣFw즃[9\P@/F^{Qr}&ލ4 dN5lة-`)I1 I|/)}@I=PoJ_q&F'}bK`o8)"w=I?Lv8"BQᡳa]w]ٖqnZ OÇ gGT'#MAoUC7 h_ibt/5lz-:Euk2 Ce$>9@p)߷&wj)*0#dƦZڷ8w#1ޒI(\AcD9pOL*EAl5LP_HGE2侩]!x\-!z3@R2/%)YW,Q~ϣ*!/v4>-21ۊvqtI 0 ( LFTg)lAqa9I)eiC?=]z\H"f&wǯ7}!l+>ͨh)&&mwC݋}!e|/~5bB~/UhSw*O,J!(B!QE`{Ks> ZQTWE|޻sy.ҹV M!{q?jFgcxЍۇ 7=:mpUl+gx$D`) , $ͽuՌ%j*#r~R ti0k:֊I{ YZ