libarchive13-3.4.2-150200.4.15.1<>,Y܉c|p9|f/hJ' t")ʳd7G,DҾo^)Q&WN u KE*y[ (E08UGDM*+Aȁ2yo<=bK\a [!9ߊ?[܍.hmJɱ kxL  D#֡"ULOC*iUK)͐FݾKL {[}72tAO;$ύ :1 TNK.#ok~!e[{p>@/?/d # d          9 ? H \  f  p    I  P d }     |2(d8l9:>+?@+NF+]G+tH+I+X+Y+\+]+^,(b,c-Sd-e-f-l-u-v. w.x.y.z/D/T/X/^/Clibarchive133.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|ibs-arm-3 SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttp://www.libarchive.org/linuxaarch64 } ,A큤A큤c|c|^Cc|]Pdeaf40de9bff13f8b8588f35d6823df2674456cd6f68bef8cb21bf4d4d6b73b77d15f2acc1f8b44c7587b5edf80898b183c24e0c9b637ebb992e4c3d91e62ff1e1e3d4ba9d0b0ccba333b5f5539f7c6c9a3ef3d57a96cd165d2c45eaa1cd026drootrootrootrootrootrootrootrootrootrootlibarchive-3.4.2-150200.4.15.1.src.rpmlibarchive.so.13()(64bit)libarchive13libarchive13(aarch-64)@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libacl.so.1()(64bit)libacl.so.1(ACL_1.0)(64bit)libbz2.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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/ldconfigibs-arm-3 16691286693.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_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=774e44c08dad1e3d11e23d5fed77ae14c32adedc, strippeddirectoryUTF-8 Unicode textASCII textPRR RRRRRRR RRRR R RR RRRR~t(utf-809052538845550908625607ef5206e048ecd727ece04fd670cb4e6affa863b03?7zXZ !t/6%]"k%{ֿ[(>DTU= jfsMXF6T4rSʵ6Q:hOe pw7N9pI#-cyMl\&d`6y#DD7vQ>lv)l<Xv suN 唘C.g<1iy*WԍYҭNA=gJ !x8Ƙ[K4J*ܽEJKYϝlg׻ڂs /K6:sK y9b=5Q xO6.U.VO7]b3OPq T!"C,'@ Xz"\"{'ڠzžWdI|P&B.F!(#qH"axޗFmLbҨix_cخ< ]eY &Fq=,hԮsI `y6{7/mцpknajԃNG]}<"\^ LSY`F?/3!\OܤxZ{}lx@@^4r~{$S_:ȱIPwb^o$> ZHA )ݐ F\^)trЈK(9:7=Fnd_\Z5.+lӦׂ]pe= x"i@|kF= l2$Ͷ30']#-9يUrx>\`BsTb"]vQAp6^ߵlIQKـ4 x#r Js^{GiQZ\"}ڛbp 'f0Jj@Q`NFˤɡ8A*ړ*SF>_ܬȥe\e¹ pey 7@[{kbWY/IOn484*MHE _`pԦ2y9\+y)w~SSM~}M-lW9P7du6 _/^$sXW>o-y,P18;rz s.9>v osbNG/Ginť)bHv:a-9dz$ٮeWGtsA`"< {_Iv"eJDwUA (: |hT\  El7)ߕ[s\1- 7EGIau\$lj!R3T>]J?yPܻS+Rk(Z}>N2s}UM&lHL34\0nҨ[#tw2gфC(ΚvSA lvxt5eIYz&ZFL*Nבi=)λ;KCTAߖ})]Vdbig_1.EqSOi7fo.e+9 $rJ3@FIrtE:qyHnEYk1]p{EQ [\S2Lv-Aj\˒3;]wtM8FRÀm[vps.W*L:#glQ)}°Lt^[)R~IzAљW4n*969_8$)0{]B>Ko#s=&U< Y/ Bڮqu3R\I5ʿu2;~6#]e؋/$eHa莼 =y<Rr#f-.yNUk4Z-Ȯ]߁}5AQ<6}tZX~iOg$Lm=1Xߍzus՛`kJ\y(qpQbpWBp$~a6 fQh(9&6Z\>>Ƿ0H)o.Ս*3 8ny=gڦ(i% 䊈؟n{ˣ.@ kLܐ1+')P6Wp> 3xU}|,SfR?38{䑝些'ui|@+HN=c*ˠ|+p.};pnJ0TT% j IuIh|U?o_n yK~J۟S=\$C05~\5-u|1DUa١WOXgUVlc@(Q9 [?ټ뻧9l\8K> -i$d{%wDFW5]5#F(S?t;F._MB 1Eړ޺wx{ @kE!@r3; HD6TF^H9Wekvϖv̈b"7oyH ^|'CΘ8[72sa L97Zh5@@Mqm֍,rSŎw4jAp)h/5}RG5>"Q!*1Yƙ5K3lM8!.VXU]ZSAdf QO:ٳna&ž[Czj :] `\?e$N&`̛7WC:syJ/Zmpm3T"&TgoLa !OѐXS$@(U@)}ǃ^֏cs uʸ(M\4>o)gC¤(){yd\,lѳ~W LhF8GX!f!y-'\m,*oc_]&BUIY EOy B{oP$])eJwO.KQ;OEIvzDD̬ɨ? W2U P 7κۭ{qkyaN+Uf4 {s^a/F 'pIv@Ūn8mNuf5A[I68*WiDj+L@ R%o)Js˩C$R%S8kKnn5 iN'M8ePn:Dmàr Cˢ2>Bb&(܅cw`V~4n޶@,U#w38?@ۑ5@< XONـ&FkD2~Zw|neX;rs~Ϡc /Y ֆU o0ɯquwe^p-ͩR)x0Hh |@&ٻ3.UǺVV-\`0略evٌm }o?I3}rg?uMʃϾx[8<)4F,5x>u .gl:Id=.sZ%wT4'h\_=N>Mub(k'h—dCsFCG22P%CEQm8bJ洩ʧeoAJSDI y2͋*/X9MdBwvh񬷖)1-YZޅb*uR`Vq瘛q3G%0b9nW#84eҹeHbf;{tφМM sp_`MFAɉkY=>uo(*w6]j$X%*ӛo #\;*UsіrɻY!kWDJ?@brP[} M+% av6 ]%-?kO+ (M,A!w:繴%Aw[uHk)f*))JnMk4È֌M}08 5-nN&5XBӶySze)b ]kp|V59IUID螸n|VYߺҩ.^ "m@ua%]1 h1ZtӗYz1I~(|!Znoo{-v_x瀕&f9LWkƚRX'yH\1Qߓ1ϛA&点\!mnk1htO$6/k(JRgp,hxaO! dPMɸ^AYHvGk]KGgV0tTǗԾǩ$w3Y[>~\/`A3j~|\+]ߵi li,&O3RJfpV2 G  ymsҚ=r Az3V7>,NUe|n-MXۉΫWEtI JToyq7:4]ĥ_Q?ahX(ȢC`|2^U8xs) tLsu֒nFzp|֠mҺ4'5&R^W2y@}>l`#}^ v60Pܰ>8^7F3 ũ1846|1}H.}Xi@^ MgR BR1+P$]~;ȟYitN^v*M;oGs`eMlB9Ֆ*K-as (u/uhݜq{W<#% vkrhuic)S AҲfbRwh\*YuptrfϾ}ZIFPpR9[0 dU2$Ņ>pP<"q-2׋ʤqʼHw侙""3CQwȾD GGcAItX+En^kbB<`|eRL4bZ>|YJ1v mk*)q~/PnW< ӂ7`ہb \qu4yi]DV[juluXo廒1 xc#޳UFOPE+l)*uRPfe( [^Xnqtu?=:t V_̨'nj?O5/vř^1\}9X2B󉿐ƻt+GϛASW+Qv@Gn q9PomEy'}ℋF}m#=Ԣx<XMDI J󨅥Ϫ a{ hJxtR+-$^D7ܴQq ݌x1U.5*,5hGDQ'Bo-w q0@nWM#\ O\?Uǝ)aNҢ&Z˽aƳnC&ёƈ% .AhvɺiJH*gB2QaΌèwUljV3 ~l 缎p$V/#Hs/WJLNU5H[U[{};x'L_GޔxU|"u(G46M?Q@3ZbJW2|I.[]5;~ Ar:P:𜒧yB*Lޭy@!="!Ru8zpIzd 0iQaBywD]r[8jZ/hE4Knt% K; C wȉ]gGuTppA->HcPjVy6s=SE)~;x gXQjc.{9$E>A@դ6R;d:^ƴi_p(󬹻ɐ R'Kc_#R7i'!鐤s5(ƺ4GzzG!xI$_Rņ+o}_ 9)_F^2ݠ~=[Y(YjCĦP{6BNtp53ԩ7Nhy&>gS=VS>_: B$ZoAHavl9K٠K?i82~ӑŠMXs waA8 ^3jn65ҵ~&*|X/'V(%;R<9qWj_ûJ'W"&8&NGʰOfU|BLLw@7g:W-S!1б;RL5c` lwA%( F "%|$e5uμ(#9 GYƜ"-͝=?JF*]$QTѓ\g_o}HOVZNfHzVBKn [@?:CFi}D61oؘ; q}2(> TN`Jr3y;ț"MѼ fNYJ١ԙ#KGJF5-8%#Nh]D7^@=RB?LtUi<RO)dT [X 4Dz]fj=z~¤pM_h:C4Pِ~- }|ܛsCօGH BN/ &A%ՅΨ!^sr"-r`۬ZZ< ^u.>=;yƛ@y 9#Z> Ԥ \aTyI2B$q6z" \N$)3BzWWp 44Ję\n`86B P7L?b~Z:6s? bCզ+8EnrwGM@V3N#MH!/ ܟiUP/dΫGRQYPNS`٥>_1cgO5dČKbo|/<+nT=1z;ePYH=M%v41HZI'[5S !œ9s0ynⳲ0>hѣoX[oRhk/a`}SKA']]>,ԓI:0C(θאE^Q %g~SY4\Ax)ʓcZB2_lS@'vD%GTp@BPQEo+NlUo)xЍz”:2Tw\*P"hA fG-Cɇ-lz(`+"5 0gp5mm_mQĝcNPw=3BLk%| `J(@H‰MKtS~;%V1T# *1qWh^RN=SKmj YZ