libxar-devel-1.6.1-bp153.1.16 >  A `Cp!M@eee0|gCnj%D!TI s]OQtkdEY| T%SG԰WIɎvO)Gn -asI-nTJȀ%&:]yV?@Oxacif:` tL#)4%F|9;d~ѠA( GyíX }^ȅg4ճc Xrk.<~gkQ 㒥a'Apy2X&1af4185dc1637fd94dc57fd3d8c5938111c52ae35a3eb09f669a624cb6feb7e7ec5424877656a49d2c4b6dd2788f957d4336d7c3D`Cp!M@eee'`C=ho'c yG7{vV;ZQ܆9f=uєYPy3}S1K,_y+8׌@p)Kճ af,{,wKDž3䪜zނ);WE^ׯ.wWŋ#\8].A`۽M*|nb/nߴ"I0y2IG-0o:j_t8:C%!yňGeyħBEŽ}w=4O]c&{>p;?d  A  '-8T b p    (Dh|( 8 98 : FqGHIXY\]^HbcYdefluvzWhlrClibxar-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.`CEobs-arm-1wSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://mackyle.github.com/xarlinuxaarch64-- 3\mA큤A큤`CC`CC`CD`CEPW PW PW b9a499cd52a4d3eb6c9f74366c06c8dcff225703c4ebc527a9956602129556ee60cc73b006408a3520b8868da204aa96a1ccfdb785fe70a753055f4fab1fd963f4e4050fac2d20bc687e349b545c4c60b2884f8f16a0a84292dff8454adf6ba54eb632f9f810ff6078a8ec1666bf0775167b21df36205a47145ee768d21e195dlibxar.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootxar-1.6.1-bp153.1.16.src.rpmlibxar-devellibxar-devel(aarch-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-develobs-arm-1 16150541491.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-xarcpioxz5aarch64-suse-linuxdirectoryC source, ASCII textUTF-8 Unicode (with BOM) text, with very long linesASCII textɛ Vcg\utf-85b959e9fef2718a62a9ed6e314eee4faff352c1c059a74e88530773cb3c9c084?P7zXZ !t/{$] crt:bLL.Rq%jU6[Qz`~cDڦjBֿ[cKXt d%Bh\"QbcIƒPO!ͥ^͙X,|C,}X&Q//0D,["gJ+y:3*,%-Q&]k /2#~"e$1wQj܀KR u-Ay&dICZ9OI 8t zl;G 8 G<16l nx =F;0"tkcm,d:lvЭB6gN<6AC9sGӑ` (Vy*Dto{,pv%][ysIu5~jEEܱA ތc9yRE6N mڒOdR嫌+, IhL-Ht 7 \bEKcڮ*C:CT)!\/4[=KuY՞4QBZ^8.yvD7weIslAg9AU>b,HfV*5сB1yj (u]Di׏Mu6 &NKzj pi߇F;M>}4}؞ AOdBtmR_|D42 x{d w^ #'u$cbv*2CtU&s/Q rO/mWElVDNd#Gs7c7 d .N{UǬSRUsS$_:<>s~OKҥh /#Q3FKIfp+i@Q,RI=etANH vʌ c&bǤW]Ѣf5tkHu<0=3w:Yv lev.{Wؼ,+"#`,ɇH…-Zr,MBt;yTnPjrs48Ef5s\$,f5#+yN^9"ք`_s=+N﯑#>"4fNCBI"OF[WgxI,Cx9I=-'Ÿ-&RȾ22BT\<@#/齥2O:w:ʲV/)ȳ܀Afn]tm@-AySލxU!gcV(e,ztéjӾ,z?FgȅΎ<SJ6D;wx1%3'$7RF2)'M`S1ODsݍX[dL7܄.“r Le6E>R7h~'pɓ&zn18 (KOM_^h#o|qf"oz(P|HԔ ;4#|+GuFVsi*:6?aM6?Mle=X)]eϯ>Xx /f!!e>i+WO֘VkǗ#4m|]ݽ>W?p&p|;"nr]R\'_'¡VâW&:O>5E(lXdNIiVPwv=EJL2uȮcm;흹hܑ)|E^_%ӪRX݌-kΚP6{Idp@LQ;sP;bJ0҄˩Ba? mBsLfx=4dD27ֵua :w0o K(Z|S+t~3~ 3HsZw9r2'+JXbEӁ\;̰f@k85Ӯ;wxq1Q ɂ *4EQtWfgv/6>ȠuYJ0Tf4d8S {ID}=B+-]O =De[*Wvj"@fw?Ep}M==ghF$Mp[1#x#in? 9EDaCh Gw`:OOD󳧫u߽ۛC*ТgNfαnFNYAuAŵeQX;FqMl\ʥgtЄ֝DAf_&gp_OfaJK H:wߕWYnߵlZf%-)=f1iCj(԰ȣ!FTb}._pc!șHyˇczMz֕ pX6NP;{ ^(FqRgY%dXu*g WTgwMȱ8ޭ0#%ηNps9ѶJv9n&QrNXmvHQN^@wݠqp%e&]ba&t V u;/775$pf-\dkaSʩwb &8[f{ė?tߪCR8{J Hж#9 %`ӝH(9b…K'D V@J!Zjm#v$zff&w7vb)# 0^C|U؉C2qBVR#{^~n+qҥI9m;PFk=X F-h6 ^i8Hnn홏*N9ŭ" HhYm5jipe:z7,T y;܄C9?{Ѝ4u28+~ V; eWg,?X3fu<^˲Bo-TeBC(R@ZdްRw8d,Mmy;>#.-hL N5-fIE-ghCx4<{2 u | Wwóx|x^;-YBo?"M{2!2ճLMxQ =/tBy{7(1s+ 2vexK3 76%Ё#e_QyV,Ah*J̃| 񵢵\1+B1"_рL+,cIZZn\IiXV>6밚[/Ѻmwʠ`j 딆i=6p/{xOj=pOCXG\ E(P'䌺x9 Ƕcmy^|ʽ{Br؅?.kvl ɣ4--e<༾("Huu.]tf"k(E_!qOjJ:8]Dk0^^xJ*Z?sWf߂PG&; g o,N/ cI~=[ p i` yd,W]PLZz>LwL Jϣd^rHt_yLA|!p5?}0oUiÎ| BY%9%9\`RGZ\d!,f[ȋ)s'7聅URo=U:ccّ׶k$3t kMQ`[iffù1~벗@y 0+)ϗљ pJjR6@`EZ}u4m}&<^OdH8+H:5TM)ˌoa| 3= #vc9\?4V,Hj:.Gdx ضOf]NV|x9.g=Gf23R2\T"eU=xKyߍO-d ExW[B"\0ӓהDl9NjL9I@ ,%eHl<4 S͓;lR bKB3S&hP1ĠEv֌ [TH_*#zS5z `r*uF.gbeYP,5ZG!B'ʍU">sy6FL^"tDӀmhBSPdNjF$uDS]("fm;9''CǁjXeed QO6eњ#-`koOY@x[q0Oz,'r -rpMf6>eBVM ܡ+d=\Z G;)h+@4I'UNUXyoZ0Y(`-B4ͮg%ҥ0*g~&\yɼ?Ϟ 0ov`H(t iv0ԗi^T:x5‚ᘸ-0#+RFW7Ϲ }%arٻ]ane&'f0E>7TaofrZGaB Z1 5o%LGe)|ĠXsZ\6{!^[jcp(q%= 7%źa;};*ڎ %!>BT { h$n8Qtj'zm7ڿnjzx;PУIw1Lr% j*Z|yF&ݱdMdU/%{j̎vW8Fv]I 3Bz30Dy3nB8.5f-lJh`Bf#h]-S8T q23k?&`'ue%q 0L} 7qQD@) =G,# @(8_ ^hqy({mru/ӯCf„Okj1FKm Cqibz~mn-U!J{:-}WXmOoW&&2"oʪ[?e9g'Ϙ,5c5:.o#Ө͎g5Q4Xy`\j_DnJ1RkFOJ05tEru@9^/ ohE(NvƿT>$2P*4KɃ }^C j|qi[,matrUbaLZ0 P4W|9P<#/9ғh>3l..}]Q{G#UVNx+GX芯X'< m-)G$rVjg+b qg?YJrM$.6pHSg%|(yՈ_i)W18[tT:;Jg6l*Vl<</݉2P2ܬrl0o53#t]u!5RЂZ3׾0+42'EY*~>4Xɺh< ޭ Bj2`hߋ^c@^ !*.(BtIF :ΕvR)WL@4A,Z|U9r"ߵ"きǕ!5fGp,:ɣ:\X`pN6'ɗW5p\6JM l$Dv wUA+":OLq89r=ϸo& 2\r5.DH1d(9#HXRGG61x1:׻OaTぅ/rnm &4̍Tv1{.qoΎXSm˽GʚBREuพY6M5O|mFʔˀ뇟<׹tޘ[| -JWm+ r6֣D&tܲ>㚐IW (l%g-._PMH]{jd`q w~V_ ]~x۞ZbE  ط5dƛPJQ`1~5bo:R90 "iiVU$Pi[,9C̛WLzwc~g1N1: |4^e1r64_h8q k{=DȺZF|Ph{AC@C]LLt,>WԥYSU90MtWo`]]Jr!@~Wc}ai| o:K6{4cz{ 2 vS|tl /pa}XX D7'2bpRj4sjذ#yeP [,ˎnBiEZݩ92}uo$OAnKP,7*Ƚp+s>K" a̟o^| ՌGcZLڀ2%&yY"4G[e(aעY5goV\y7mI f$>^,/{q$M ɛ̋:7;?2I]J(¶F3XkMK?ֻ޿/MGG,8GPwHbJeLS~8 o V'se0K#tB565wޣԹ1~ޠp\!=I#$e]nkZg"у*$FBrzkҚ)#~d:D}VQ &t%J)-f-]!Ug`ǥa>H@ ^&6#F &Z|^pG$'JAߞRX{\O "c|M6-t[ R[4"h7gDu= o;SjEg&%H7W ZʍFӜуNIwwI C tIJZCsM25p > 5u:Y87O{Înkgv-:Cɾ PߌiWZw"HyqE P<bt( ξ Кa ~xu6阻,_x]P5H8nMG/f$sϐ*2>Cs̄#r_"& L6>!׎p zXԡ7UUuC&EQ;Qݤp%̰crU(Z^yDEŞ8FK\;0ڋAt%?ajAz`W') vALEޫnl(e/] ' eIH|8,[ F27c93&y_ؘqnz̿IH k YZ