libxar-devel-1.6.1-bp154.1.22 >  A bx!M@eeeHw]M.-\^sETUhM]sdi#MG,^; *>mߢ6Dˍu+X-dgV`i-46NCҡA9{^Zˆ~E(.dH*:k,a^A-TFM݄4Y7)ٍ}g* F_9( ΫJ yHqk^ w+)`Fa.5b\.E㌊>3ޗWa3cd75a0fe8ccba2ff46c20148c4a38315f71f6d81fd581e87842f2d070938d8196c8e03de8cc4f54b08782f9fe122d3ded7add7Dbx!M@eeetAUh#QuWY&JW9|F z<`J 0tP~3644, <@+3xOl=2cvS s|\m9i['C خøxb?!U ahpo{I#ґcMfoe1Zϒ|0/b>޼?N&CĎsIJpvVGzϗoӈ,Hԙ4VCG4`;U!v3x{>p;?d  A  '-8T b p    (Dh|( 8 98 : FqGHIXY\]^Hbc\defluvz[lpvClibxar-devel1.6.1bp154.1.22Extensive 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.bxarmbuild02wSUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://mackyle.github.com/xarlinuxaarch64-- 3\mA큤A큤bxbxbxbxPW PW PW b9a499cd52a4d3eb6c9f74366c06c8dcff225703c4ebc527a9956602129556ee60cc73b006408a3520b8868da204aa96a1ccfdb785fe70a753055f4fab1fd963f4e4050fac2d20bc687e349b545c4c60b2884f8f16a0a84292dff8454adf6ba54eb632f9f810ff6078a8ec1666bf0775167b21df36205a47145ee768d21e195dlibxar.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootxar-1.6.1-bp154.1.22.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.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-develarmbuild02 16520933301.6.1-bp154.1.221.6.1-bp154.1.22xarxar.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-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/3129760c2198f0c2546f6445766238d0-xarcpioxz5aarch64-suse-linuxdirectoryC source, ASCII textUTF-8 Unicode (with BOM) text, with very long linesASCII text?"SSaf$utf-8697448c81af544e3a9f1724db59e5458e1dc227838d30d024bfa171cde3e1ae0?P7zXZ !t/{$] crt:bLL @V14+, ̨eHrzma\=U;sA8EuB,TTX K heaj b '.)Ǒo~nwE/V՗RIu)ԟJ#c|yeC\'JC{hCL߳{~: ^mļT#' sMj" BD!"Ѱs2F%`IY!^oG}?}v:צvE)͂a}tɳnI֏_о<ؒ g|k3#'2I fmyTM 沸:5n'*Cޚ%>sX+LyPc9ˉU-gtuDemEg:.\2Sz†,WܢЛUiIDwv5.Mo1;=s<9\\>~{^4Y3ttqV`[JLq[Zs^ 'cҥ9q+{2=:ڰq^$/ XiFhC5$q'pc IJ+&7 sFSDR-o~$8:,Tnt_|8Ù#zP>f =ᜂ܏v cFVR,Gگ/&3Ia{di!Im;s|ի,z) _;9 ^>mXv3'L'3\G#ۡ[_dFo s욄4gBZB])82 e nx%lڇGEg$l3s2^gEQϊ5͞ Cu8 G';%a[.4c'(HRs1%K?;,v{5F716aa]do/tn:iXx-}?Ln3 nrjkrm> ]auBK@ G!ibhJt5/Gwec>gLj!u5;> +&}Nwtx"!NȏNj"pjMp}['klF]7֕\ćYl!cOy0t͗j¨·=9/ATշ´b6A]ƚY{)}#agS n'' "`>mi=UZA֐HWk@.5%3T"E0QL" k\CIrjN&!l d4w-Lf͕ifiսeWl_:hHsrL'6ID_9}xL-*ುKONIpj[cBlxaN_ oo0K+uT^h:5!}"f5GKꜼQT{ghٻ[L5Lh>eo0.t]Jgqbh PKM 6:S1LER.XgG:ء*u͌$]^U[Ay do^+P`C/¨:WV,Z zHq ƶ<~uSmɘAesRU[ Ճ6eT%g i+/"[NHQr=Sأ'|S'ؕ{Q\1;@V|9|TFz[s80$f'ek,)U,-Gq(6LP5C~ml Xa=7+YW]/>j@ oܷMWqpsZK2* \@r\OQ}e,_m ߤTlL M4%4Ftk֍yWn] #CjpS ri:-yqjZy?tyb\kL*R[$`vi({-ɾbRO N%{LbheDd cP⯊|f75Tnw|)lfNczzlL[>%$H2<96fh8ŗ̲̽ ^#0/ ~l 35>`45gMQd8۷kN>NjQ~w{-%kc|a(xW=e3z>3E[hsD̨]jM-`&dۘUsQZCw*'[g^9B[[Q|ҋGm.*/] :NG=X_ĿWXguU173MWƊBlSPPJvkExKӢcPZ55"ds:ۓ9sMAk&7>SMy Q6U렇u;ySВKB\%y4Aā!tǾ_0&-~=}9T I!a.v7s vb 0h8cϋ\˰_K%(&b{GUV$ Qh\_Ghj`z+E@v _~18I xmzx$f#& )q‚ó@Wn0T/trG4:]1*:L!VF R1ͳW Oɸ~Ok¬ro:.n1ʓ| VGu*8_5pNhT1ߑD<0Mnb]I!.!o݀RDpsbՔ>KkUU>/:lD6|>N.1{^@#]#Q쭳C:<&bM7?"I':5v|q9|iVρ"+ S6*B}eI9;(t/}w ff'hH緦 DȞS]YON\l R_-Mt|Y;]EѨ"JrrRX{yDz>j^ѱ[@dUx”MTZxc p52Z'4`/]U (8ʷ!Gs<Lۤr֟Uor(Km,9Dl8cs"gκ*?(r18ȍV@DS8߷/95#=Ut@{xOW|i/<7 y-?rdVymD;}rcؾ"M?bK +%vac9} mFG/ViE09oj{jEq|дGk%3.oGYV2Rp_nm_9J"R:IK()w'*w8]mE_nxaU1}٬ uOX+k}X4Ǽw8ƭc|xk<$g6N괮y 㖽VWPDvH3 AEw͆:ܸQ!q} L`-h ˹By}\( xH(pki0vm|v0`iszkݜcF_G*PrgR!2y^ 1#7Wo4S{ּ%{鹾f,Wq* ?F J,٪;] @:ݏk$S$yq>4!b8F=,2Q-4dFŋ3zl-k9$&ӄ Nr2[fs`Lb6HYq's-hLhß:jX?<э;JA_ީriX4B[F*JkL 7 _[͠9v$=B~+qVZH( `&b_銌Mʥt{]yBRe<сVE9[/GQ vQ~]`iE2CHށf`1;Pz9n__׈fVgGĺ'-'3nOw[ξ[o iPQx;'Y $i)mE&&cfX@|Tf03]|H{U5wgv+<rړnnn}Kan)m[PMH"r40L(lFG77Ú 8MYb#8!?|yx4y'%u&Ho.b\O{Oܰ6OӲw#N&%\K5Q YR3 ̈s])&ԏb>SGv~2$uf(x6/vMUA/yel blqeISt#ZezF;[|.pㅳg*<f P -^G כ0W!<-aM%]/>KيԥWND] ^ǕZ *ЬwK q}#  Wae&Lw9S&㦒A0e @р&U4v–/ >+;V(Cb|I9,b 7r}2떍&p8FYg')C~0~- 2e,.]ef'xy}ŪVX4gh3SKYKwo4KlE eaS콠HEB ع0X~oz%@p{_b' 0ǠەT;ȣ JnDC tf?Z!g.2~W V*twc[JtPYӋj>$5^>&.:~E[l j>Q;c|#iwpg3*ZtYp#KrO0i_-~!@h %氝IurBBe=dV)ka6,_2O!Y;Ӈ*&~,qD"1*B4GՏuKQuwTiUtG]*iny/$g*80vkWs⿲p? 30kV<,h 3&AhyDg̮$%^XW A;nC^„pr6 ߱ic4+N"{\nZ $եe43Tq^~Ti 8c #.]<]VMzͿɱ Rː\9` a{.J3H$NY)BNjD9̮}WW%CO4SwGpeǧ*Z!#(3";o{/jTW t78kIsݠvd;?uR?6&DHfl>j #22q"O`UVR@N  kzeG? 7USjL%84R&рꜛk`e -,lM A ǣWI%A)Y՟iq 66 "6 <%Vw03M7T;{$L|#+Ia´%XQa450k5b {5)(Rw[ГkAρ$ IKA Fv=k][;R42EE!ׁzp-dȣ 85zGUE='uۃdؖ h}ZjKqK7Md_C[gQ#Eӧo(?Q,ᢙ 3 P8 ŗ@"(^f#`[s>GFE1=bQ]ЭBPlD93KRǘׄ;آ5$X:CXn lKDI䲊II#G0ުH &Tqyg߇vyTsdu=6 ݻ(;W&3Q\  伍?Hiodz$%-#a u;}D䘥\ jRp &W"G !K*qG& ޼[>ZASQowKM:<&OYyO p>`>/ P!jwS=1jPr, gD?'L2?n @" xϳ5@"zL0 }G^3n#גv3r[$[=v4ɌQЏLi5 Pt޲z0\˖rC?|'74Bq$ :4._8".Ny>WKUhEY7[e5:^U~*S&(@zvj\[ǡr_.v$ȣ ^?v8TW隼l~wMHsICT& YZ