libarchive13-3.4.2-150200.4.15.1<>,qc|p9|iQ[rӉ~-r)X!DC*D&ac[FGUXm*cW:@:T6X,F8L>U:LbpcHB{#:Xҙxv+B koFh#zDr % h%$f,(p*@0?0pd # d          9 ? H \  f  p    I  P d }       (8(9:>+@, F,G,0H,DI,XX,`Y,l\,],^,b-fc.d.e.f.l.u.v.w/|x/y/z00 0$0*0lClibarchive133.4.2150200.4.15.1Library to work with several different streaming archive formatsLibarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants and several cpio formats. It can also write shar archives and read ISO-9660 CDROM images. The bsdtar program is an implementation of tar(1) that is built on top of libarchive. It started as a test harness, but has grown and is now the standard system tar for FreeBSD 5 and 6. The libarchive library offers a number of features that make it both very flexible and very powerful. - Automatic format detection: libarchive can automatically determine both the compression and the archive format, regardless of the data source. Most tar implementations do not automatically detect the compression format, few implementation that can correctly do this when reading from stdin or a socket. (The tar program included with Gunnar Ritter's heirloom collection also does full automatic format detection.) - Writes POSIX formats: libarchive writes POSIX-standard formats, including "ustar," "pax interchange format," and the POSIX "cpio" format. - Supports pax interchange format: Pax interchange format (which, despite the name, is really an extended tar format) eliminates almost all limitations of historic tar formats and provides a standard method for incorporating vendor-specific extensions. libarchive exploits this extension mechanism to support ACLs and file flags, for example. (Joerg Schilling's star archiver is another open-source tar program that supports pax interchange format.) - Reads popular formats: libarchive can read GNU tar, ustar, pax interchange format, cpio, and older tar variants. The internal architecture is easily extensible. The only requirement for support is that it be possible to read the format without seeking in the file. (For example, a format that includes a compressed size field before the data cannot be correctly written without seeking.) - High-Level API: the libarchive API makes it fairly simple to build an archive from a list of filenames or to extract the entries from an archive. However, the API also provides extreme flexibility with regards to data sources. For example, there are generic hooks that allow you to write an archive to a socket or read data from an archive entry into a memory buffer. - Extensible. The internal design uses generic interfaces for compression, archive format detection and decoding, and archive data I/O. It should be very easy to add new formats, new compression methods, or new ways of reading/writing archives.c|s390zl37 SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttp://www.libarchive.org/linuxs390x G} ,A큤A큤c|c|^Cc|]P84badac96b4b866b7ed652f5ed68e1e793a5f2f310f5697f0ac1cfb27139e5f17d15f2acc1f8b44c7587b5edf80898b183c24e0c9b637ebb992e4c3d91e62ff1e1e3d4ba9d0b0ccba333b5f5539f7c6c9a3ef3d57a96cd165d2c45eaa1cd026drootrootrootrootrootrootrootrootrootrootlibarchive-3.4.2-150200.4.15.1.src.rpmlibarchive.so.13()(64bit)libarchive13libarchive13(s390-64)@@@@@@@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibacl.so.1()(64bit)libacl.so.1(ACL_1.0)(64bit)libbz2.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)liblz4.so.1()(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.0)(64bit)libxml2.so.2(LIBXML2_2.5.2)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxml2.so.2(LIBXML2_2.6.5)(64bit)libz.so.1()(64bit)libzstd.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1c|cRc@bzSb/.@^K^C^ ^ ]]Y=] u@]:\Yz\-@[[Y4X9@XAb@XW\@WgWbW0{W,@UN@UUt@TE@Ta@danilo.spinella@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comadrian@suse.deidonmez@suse.comidonmez@suse.comidonmez@suse.comadrian@suse.dekbabioch@suse.dejengelh@inai.deadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.comadrian@suse.comdmueller@suse.comadrian@suse.deadrian@suse.deadrian@suse.denormand@linux.vnet.ibm.comastieger@suse.comastieger@suse.comastieger@suse.comadrian@suse.comjsegitz@novell.com- Fix CVE-2022-36227, Handle a calloc returning NULL (CVE-2022-36227, bsc#1205629) * CVE-2022-36227.patch- Fix CVE-2021-31566, modifies file flags of symlink target (CVE-2021-31566, bsc#1192426.patch) CVE-2021-31566.patch - Fix bsc#1192427, processing fixup entries may follow symbolic links bsc1192427.patch- Fix CVE-2021-23177, extracting a symlink with ACLs modifies ACLs of target (CVE-2021-23177, bsc#1192425) * CVE-2021-23177.patch- Fix CVE-2022-26280 out-of-bounds read via the component zipx_lzma_alone_init (CVE-2022-26280, bsc#1197634) * fix-CVE-2022-26280.patch- Fix CVE-2021-36976 use-after-free in copy_string (CVE-2021-36976, bsc#1188572) * fix-CVE-2021-36976.patch - The following issues have already been fixed in this package but weren't previously mentioned in the changes file: CVE-2017-5601, bsc#1022528, bsc#1189528- Switch back to cmake build now that cmake-mini exists, this will no longer create a build-cycle.- Update to version 3.4.2 New features: * support for atomic file extraction (bsdtar -x --safe-writes) (#1289) * support for mbed TLS (PolarSSL) (#1301) Important bugfixes: * security fixes in RAR5 reader (#1280 #1326) * compression buffer fix in XAR writer (#1317) * fix uname and gname longer than 32 characters in PAX writer (#1319) * fix segfault when archiving hard links in ISO9660 and XAR writers (#1325) * fix support for extracting 7z archive entries with Delta filter (#987)- Revert back to autoconf, cmake introduces a cycle. Leave cmake patches in since they are basically correct and might be useful in the future.- Update to version 3.4.1 New features: * Unicode filename support for reading lha/lzh archives * New pax write option "xattrhdr" Important bugfixes: * security fixes in wide string processing (#1276 #1298) * security fixes in RAR5 reader (#1212 #1217 #1296) CVE-2019-19221 * security fixes and optimizations to write filter logic (#351) * security fix related to use of readlink(2) (1dae5a5) * sparse file handling fixes (#1218 #1260) - Drop CVE-2019-19221.patch and fix-zstd-test.patch, fixed upstream- fix bsc#1157569 CVE-2019-19221.patch out-of-bounds read in libarchive- Switch to cmake build - Add lib-suffix.patch to honor LIB_SUFFIX - Add fix-zstd-test.patch to fix zstd test - Add fix-soversion.patch to fix the soversion to 13 as autotools- Add lz4 and zstd support - Add BuildRequires on liblz4-devel and libzstd-devel- Update to version 3.4.0 * Support for file and directory symlinks on Windows * Read support for RAR 5.0 archives * Read support for ZIPX archives with xz, lzma, ppmd8 and bzip2 compression * Support for non-recursive list and extract * New tar option: --exclude-vcs * Improved file attribute support on Linux and file flags support on FreeBSD * Fix reading Android APK archives (#1055 ) * Fix problems related to unreadable directories (#1167) * A two-digit number of OSS-Fuzz issues was resolved in this release including CVE-2019-18408 - Add libarchive.keyring and validate the tarball signature - Drop all security patches, fixed upstream: * CVE-2018-1000877.patch * CVE-2018-1000878.patch * CVE-2018-1000879.patch * CVE-2018-1000880.patch * CVE-2019-1000019.patch * CVE-2019-1000020.patch- Added patches: * CVE-2019-1000019.patch Fixes 7zip crash (boo#1124341) * CVE-2019-1000020.patch ISO9660 infinite loop fixed (boo#1124342)- Added patches: * CVE-2018-1000877.patch, which fixes a double free vulnerability in RAR decoder (CVE-2018-1000877 bsc#1120653) * CVE-2018-1000878.patch, which fixes a Use-After-Free vulnerability in RAR decoder (CVE-2018-1000878 bsc#1120654) * CVE-2018-1000879.patch, which fixes a NULL Pointer Dereference vulnerability in ACL parser (CVE-2018-1000879 bsc#1120656) * CVE-2018-1000880.patch, which fixes an improper input validation vulnerability in WARC parser (CVE-2018-1000880 bsc#1120659) - Make use of %license macro - Applied spec-cleaner- Fix RPM groups. Remove idempotent %if..%endif guards. Diversify summaries. Set CFLAGS instead of re-defining optflags with itself.- update to version 3.3.3 * Avoid super-linear slowdown on malformed mtree files * Many fixes for building with Visual Studio * NO_OVERWRITE doesn't change existing directory attributes * New support for Zstandard read and write filters - Fixes CVE-2017-14501, CVE-2017-14502, CVE-2017-14503 - fix-CVE-2017-14166.patch is obsolete- update to version 3.3.2 * NFSv4 ACL support for Linux (librichacl) - fix-CVE-2017-14166.patch (boo#1057514)- update to version 3.3.1 * Security & Feature release Details are not documented from upstream yet fix-extract-over-links.patch and libarchive-openssl.patch obsoleted- fix extracting over symlinks: fix-extract-over-links.patch the problem is solved upstream different, but git master is too different atm.- update to version 3.2.2 Unspecified security fixes, but at least: * CVE-2016-8687 * CVE-2016-8689 * CVE-2016-8688 * CVE-2016-5844 * CVE-2016-6250 * CVE-2016-5418 - obsoletes fix-build.patch- make bsdtar require a matching libarchive version to avoid missing symbol errors- update to version 3.2.1 Fixes a number of security issues: CVE-2015-8934, CVE-2015-8933, CVE-2015-8917, CVE-2016-4301, CVE-2016-4300 - and fixing the build (fix-build.patch)- limit size of symlinks in cpio archives (CVE-2016-4809, boo#984990) CVE-2016-4809.patch- 4GB _constraints for ppc64le only, it would break other archs - update to version 3.2.0 * Fixes CVE-2016-1541 * Fixes CVE-2015-8928 * changes are only documented in git history * updated openssl patch * new bsdcat utility - removed obsolete patches for: * CVE-2013-0211.patch * directory-traversal-fix.patch * libarchive-xattr.patch- add _constraints memory 4096MB to avoid ppc64le build failure- build static lib on RHEL 7- RHEL/CentOS build fix, skipping autoreconf- add CVE for previous change- fix a directory traversal in cpio tool (bnc#920870) directory-traversal-fix.patch CVE-2015-2304- Added CVE-2013-0211.patch to fix CVE-2013-0211 (bnc#800024)/sbin/ldconfig/sbin/ldconfigs390zl37 16691286403.4.2-150200.4.15.13.4.2-150200.4.15.1libarchive.so.13libarchive13NEWSlibarchive13COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libarchive13//usr/share/licenses//usr/share/licenses/libarchive13/-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.suse.de/SUSE:Maintenance:26954/SUSE_SLE-15-SP2_Update/41ee44b3d90825852692ae2bb4bbd754-libarchive.SUSE_SLE-15-SP2_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=52aa4ab50e0d2cc22ec4147e32d579ab14004062, strippeddirectoryUTF-8 Unicode textASCII textPRRRRRRRRRRR R R R R RRRRRRRRRRR0Y"hc.FZutf-8531781532292fd6f9872381b40ee078510f35e51288e3dffc97e3f7f1b664bb4?7zXZ !t/Q<]"k%jjdn2y9{EŶуƉ 'ݖ͈+~ i !E--*ۆ UKAŧ<Z B5t7r +כP\{Hj90EBD)!͎k> t|#^P+P?}8@6.iڅΫ(sT'J#Ƣ}N=ifr6g:y6}BkU.;0HsJlpi)C:9YVR Ҫܧ*y#Qtꍌxsmu"b!(͢흠ۛhtTJd5zXS@?qـb=eV8Ofch1K9s]>_ٖpnm2.F#)*.@8,{7o=7Nc)gĆl/KP=-sbrlT!`Љ[Fu'^o)o]7ݛ, ՓA ~S,xc//']'b,؁i ZTv%>D>3/P'4`$meƤqjG/ÃCx[΃ZKP}/=9{ 3ܣ(We0\fTԖhpDtځ¶-4ϰu˶;;KX>YAs ,-$gfS`Mʨn'$‚奇$RpRBMJMD mݠHSvK&<iUCIáF 6Cu]ֿ(.sr޳y82U;R?QL_#FlbGΒDc=|OC- v RDr"@L"؀ }K`i >= PP6<] sYWjDB]t $ɏԌ4hꬒ^Tʯy~k Qw Ռ[*ihL`N {b,L˒]ėg]8H'Byyh a iՎCRP5;O4铿LS- WUztM֜'4jr@8zd;"a,T)W$B:bp<nVi,FdowחBYb?97|O(.p iYr@u\?1@eOc+E?W?x*'HN8ObRcۗVD |XnÔ#5$,/:ﺎܾ``렏{&7ͫg%M P!ަ+͛YyJ'ksaYb1ٰ'Ǫ }ͦ" jz-8h4-@  0zdܲgbmy+0 !Z z%$6ۺ;Z4|eze^65"/!'9?/,1wѲ C/dxKhYD"U82uBRo a;tRܮkGLK &H33zs Y ڍ\d}u2τܵn%-/*,xm&{)вĻ zcS@}y$ p MGMypbZ 1ZT~ue`.RUrޠOZ".E) >ļ>QҒ^;ʺ-qF2 c&d_ˊ@FtSPR{y-c%@u78*d7Gx!CCXjB&3JݏԌtWͅuz bP$VH# }AbK ZWv/{קڞW6OJItZpDaW^F؛ B-"a-j,`|P'>;~*7ޚޠ&'i. "K[4魿bKMcc?/#[gEV˙+Nc %9HrQp&_6*GG\[ Κp|H@:_I-ze92N}ZȾ?|<'h⬢I(SF]~m(\#Fe]ˆ`gG!U|+NCI9x]6̦Y=$e<56aɆkHunc37RSf{^yȜA6]' ŹBsPN0oڙ.)CKy2e=}^K Ǘ2\ .T/@^Acp٩|IX'D39ގlbtUCQ`J^G !5($3++em|62~d2mɽ掸8. 1i:&-DC7ro&pR*Oxa7Xb8JX!%ȋG;!2wg \*8W-ؿva:曃O4򘀟WfIy3F9)TFn f?ibdfmZb/O[LWLL>5'n_cwk-+ y_F9:vF;Q&agqY{\ $XdNzP'Pي3}]n6b*83 `fg EH~{e~$0oQsg9:`脻A[$:,X6#I>IEUگ|SFkX A&Aovםm+HX2 G)f6],mĘq:IXh7go'Pv5rg pjM \] 1j[m kkx){RW)ˍ'G0S!09%r4FHYnsP)WӥoĤQ مaC,y2`h;.2sҨUYSy}"n$ e7/x{b3Y[}{$֔RQXЯ@8OҼ:vc(? .Iߧou4FeB4]omx1hvwJ$]/HQX;\^Ѿ)rZZ^_Ȗ ҋ|:-W)PՍ;x!Bv;&߻*0Q'C7{W/|L'cKb*.OAgJkg@uЂ8">rtPEp<.j?߮K'"Bo ogQLAG"0Sxzo b{\&0 /Hqr>R<̫PummǡMj7R$pwtJ F\r KGTS޼qY60]MYR8h8`CLD ~Fƺ gQ)RBVV@K_͈W)d(QKbywoEXmu'3d1ƒ%]O5RYÍIQ8aB>gHs8\&gS&hKQN:W_iǢ; [;l˶sCsc79c nlB9C*K״6vu#HI^ ,9p#8RJy7(cg|@ ):j*: KaFh~Hze/&؋ 5r4ܛhzW(D`7,(T?˄C9~ Amb8)ky.KJ/G(7^BWQ /v}ˢjf#>r_۷;v'$<&j^ SrGN. tU؏ẈIj:C!= I9Tڃ<~V_p.Xiyܳ+~44'dJqlT2"2/ϔ.P C'¡|E䤂fqB8Ψti'*FA"p_=uG@,HoX"<<69(56P'Z_ Z2z3j|R5#C\}ES|0:QEͭ1QpKTK8a&E)؞zD7tRbNwW! d,Š#(TGji"}0_=^XNJ!C47_ڡ:2 j< B<;϶1ml\kV9$(#eMwOǴ[`[p9x% {$8Y‰HNcG-yGx+#U\`?0QfNAj ag؇_cDs2$1~H+|D(2]Y lP݌)-Gx:dEt:4S`v߇0>e9`t:Af+&/$TCKTHn?t5n/+b'RTi7&n=` disL `%sWO*QڙE9d=" ɧt^WDמSl"Dز3IVU6ukc0-eHצIT«%,ېШj_/I4Duc*/tTPv6rAK4Ku|"FqQƦyoWs N.6AB$&6_z&-)/)Vx J $=r& |{Rz'FIo~di8 C/-4-XOey:wtZti֜o8P9P9CrW f=y6ʪ`b[ȟ5pb=Zj;{a]KФjθI? u\Y ri(P8w| Ґ€ӭ/0c0<$L5X[f\H9c?ؒ$+i[O0yFL; |Iݤ;C^רH&~k7 .ME${UWN :EZlIYYlxρv*=b _;3$p эo:QG@}N} *%֮i}g}_-]%09f[[%A\:/+1H2MD3u8~j𰈎O{APbɦH&qۗVQ X:l/PŶoad!ZdH$$-H\*7tD1P3~oT:8ak6B>S(?!ku7*M -ֹQi( I;; I'#:c$ЦdU{abl`O/5J㼔0bтurC$mgv.Xm<Z'~uCT:mc(x4&|?t`)g"|K.APy\(LSXڻfA׏3؇蛓ֽ1>poe%궜""T"5 ])Zbf1w0N }Ґ(g ިZqa{V;Gu͜gdBN6:| 7щRZkه 'Fm;Dyng7`݇*EĈnOO%Xژ̟x@6nk >afI3zຒ_L t \42 6QuKd!1 %Mw?'z6$ޓbIRc[+Cr1V3r0Ya~]P4?z r+Pr~tM.hs4Bآsk77=홚pYeOG(G&x?-J^{vZ <4C ;̗ߥ3e*:qK3Dءo<F{q0VɈL^M=Ͷ}-6ɓ[? nlAe{A5C:vW7䇜Ep1iP,3&G{_­$q[7םopVɨ4tk!`Eю vnPGj +u۫/#+G$)>~=Sf#ma嗣Pc=Cΰ!Ce"n}nRɓۂWP3 ƓlN y;]=ADH/4oU58qrIfŴѬ|O)+L9ED+UzSO(+'~Sm&mb.wnF7r (2dkenT-L0]eլ`CIߗt#~jה 쓒=Y!*($na8C1?3tYof^mĶ4Ij֐__E#圃<T_VnJpAdaM ZZ̡y Jz_!\ME<(wTIx`c(SNmjhBR܆@hJD.Îu[ELvkV(<ϵԺOEaHO !9oQ " r.=ܷ&AFٸ;kP.J{6k[QeldDCY`GAm?P }E y\y%!Sl>&pE oѿE'/y} p9eN |iA5 %GQ'Tجʽ*EZC2Y9DUK-ܷqt)5 hn oKzr^`O]?^M+y]4֍]).ƧO]ikEKA]Ois!'U0y>Ҹ͵R;@,? PoG d'vHƚbΙ6-o($>Č{US=Ǫhbib0'zRrY<} t JV]X՛Z{؃bxÝ⨴k $'_Wǵ36}Su-Ԙl"2n,~B ([e).ea7G/{EoL*3U$GA_38iҰV@e+F`=It;DA/$K.{&rСrWQ>&:Sz ZM>Thp0nLGk}Z8d@/"'\[Tߘ/hqUsX^^ϣa&o5 "#`bW[;Ch3f ߓiyÄFȵRyz&6"  _.pJTqUTu$C/M0N_]GқJVe2%ҽ di*y*fwS*. m>XNdfOS ޱmԜ"QTjC=Z*-c0a,e(ѻCdq3vn]F=z>?+ b&G@X}ARPd6齐Y=gk5$4WJs'țp:=q`jz ؓqі8(U܄W=_7tPkM.ծ|crW"= }MZ{( LlKԞ82^g1EM)-rIڥ1$,(|zk% ά/ mS򤛝oĻX# HP0,9,doz$#tD_' o)4q)]Ž';R ͪFJ,@*q?P;@N]a+a]n$wPH]¯\I -ze` n$M`|䍷82Hc~h6bh U9?ZݾB_~Sh2% Z]-wlBK-DC>]v8@QG|0q[,mdyLUnϼ'vcǞ>VOGFs&#0ִ\\H4䫔ځ!PR>V9~=/.> Q>-s-=M<&9m2@ {jr -=;G>}Vi3gM`~ Nw$tS1$ލ$gުboC)6і_2W{ ٺF`r% 93%~uvKo=si^9=읏]GWn: j7aܣ EOaDu7GZNhgj'Rwm!6xƻ[VoUĒAf:uuiL 7WZYɐ!Cy'Ho45۬* efȑ~jU܏]ajKSt%/㺰8jS`WiR[g "1J1MIx6SHJ <5 u>ӱEzPm(@Mw ,U,.Hut/r-I5_ߓ*DBU׸%e,[Hkӯ\0`#TD8#M5Fd&eA{5Y ET < Y3Kih'v jZMV7F7W(U N ?WojxX)+{O< x!w2,o ́l+QwE5a 60WЌ3-7l扼i#UevPcKNwV$uIL:Lvl=Ŷ5J~>NU9,!k|]XT ;w`` YZgETiء&;5ӠG|>q_Ӿ%>Z>gr[Ms_YIiʠnQ]Mpݻ;v)4ZD] )ߤㆂlEGO"J'tSzy26KK4>wOWOx횅Q]A*P"Y7dCIѦtJ )hw\&1_+ Kd_;epBL_i9&8z97U.Xu4&Řev3}=t P}$}V%T i9gCau~lfĄfk̝88`ڜ:j |$Eݾmf*ϤoEa,N-TM͆6N+X+9XN'9Yą*<4; fK$:A\DID'pǮ_ $PV($cgCbOKfkrJ _G2x3.V%Q S9T1TPWuQ#MTe@7 zAĹ4z7`,Ep-: ʝZ=~EC[Vxp% YZ