libarchive13-32bit-3.5.1-150400.3.12.1<>,WЉc|Jp9|ga2kKbC ԾӞ(jyy$<^@;ǍյfS޶ W;$s!pl*mY_#t5+,|ev:֭Gl]jq}J.IdN6-" 28~]'4V{v!$t 42E>dt|J @. yWn Ohd)J(c{^`$ lQLxIkZb1wKn,]63M')ڬ*K1|`˓TR>>2?2d ) j         " > D K \ `  b  d  h          ($ $$(8#9l#:#>/G/H/I/X/Y/\/]/^/b/c0d16e1;f1>l1@u1Tv1Xw1x1y1 2t2x2~2Clibarchive13-32bit3.5.1150400.3.12.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|Jsheep27hSUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://www.libarchive.org/linuxx86_64/sbin/ldconfighc|J4077ca244cdba9c9587cd85515a6544f4069bd2834eb51e2e4da0a7d7d6b8c24rootrootlibarchive-3.5.1-150400.3.12.1.src.rpmlibarchive.so.13libarchive13-32bitlibarchive13-32bit(x86-32)@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/shlibacl.so.1libacl.so.1(ACL_1.0)libbz2.so.1libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.2)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.16)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.28)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.6)libc.so.6(GLIBC_2.7)libcrypto.so.1.1libcrypto.so.1.1(OPENSSL_1_1_0)liblz4.so.1liblzma.so.5liblzma.so.5(XZ_5.0)libxml2.so.2libxml2.so.2(LIBXML2_2.4.30)libxml2.so.2(LIBXML2_2.5.0)libxml2.so.2(LIBXML2_2.5.2)libxml2.so.2(LIBXML2_2.6.0)libxml2.so.2(LIBXML2_2.6.5)libz.so.1libzstd.so.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c|cRc@bzSb/.@_@_0@_V ^^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.comdmueller@suse.comidonmez@suse.comandreas.stieger@gmx.deidonmez@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- update to 3.5.1: * various compilation fixes (#1461, #1462, #1463, #1464) * fixed undefined behavior in a function in warc reader (#1465)- Update to version 3.5.0 New features: * mtree digest reader support (#1347) * completed support for UTF-8 encoding conversion (#1389) * minor API enhancements (#1258, #1405) * support for system extended attributes (#1409) * support for decompression of symbolic links in zipx archives (#1435) Important bugfixes * fixed extraction of archives with hard links pointing to itself (#1381) * cpio fixes (#1387, #1388) * fixed uninitialized size in rar5_read_data (#1408) * fixed memory leaks in error case of archive_write_open() functions (#1456) - Drop libarchive-3.4.3-fix_test_write_disk_secure.patch, fixed upstream.- fix build with binutils submitted to Factory, adding upstream libarchive-3.4.3-fix_test_write_disk_secure.patch- Update to version 3.4.3 * support for pzstd compressed files (#1357) * support for RHT.security.selinux tar extended attribute (#1348) * various zstd fixes and improvements (#1342 #1352 #1359) * child process handling fixes (#1372)- 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)/bin/sh3.5.1-150400.3.12.13.5.1-150400.3.12.1libarchive.so.13/usr/lib/-fomit-frame-pointer -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:26955/SUSE_SLE-15-SP4_Update/de44e197350c24b04868600536e58a89-libarchive.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=b99d889fab865b002d5b48a1fa65f1a25067b476, stripped PRRRRRRRRRR R R RRRR RRR RRRRRRRRRRRRutf-841c333d9e77396b423f7003321cf1690f2cfd5a401580f14c2074ec4cc66e0af? 7zXZ !t/2 ]"k% ֿ[(>DTUK94Ɩԁ_s\]iܐ[yy7@/x#26{;`_ ɓx {r١D 颁'ŴUq֭ 8n?yԖ:c9j6lI" qK#94H$fI%j}LzΙٙcGw/[)5qEϘfֻ H2",ď[҆ЬqHOD5.{8j*+[P- SJ ȯZK%*}Of$4o8}ܬIG$v3I.`EQᬼhi1BMjxf(FhrMFf} RdiK7"8>`b  9 !th\$š/(bOB.P/YC=I18U,Hc/ <4>{v>;yB{;>9DOj(HDD=磾}"a Tdb U=PoY.ɶg~St3jSo+ױ*[ yyk&8Ud)nm!]3PEٺL-cy Xd``ӎq=.MRFPbIBcFNˇxZgcZz?Hr!v%jJuOV`:o.ƅy0P7X5jC3U.y@J-급+BF'jM;kYm\C>KGΟ8OyE}̜/.֬pDats%:7@6@ѯr:~'n6V3{!ND; L\!c:I5Hh!`ϗ5KopXl?@:oM/c@I^]*@]Sz&4}Rc-KB;}Fp֌kf3q)r~!'=) S濔G~Tm@N+HLþ㈐U%=zߨb.7=~q3K@ fp'D4ck܇ y9Ĵ1ސ*w ̍r Nuf̀zM@zW\atIum"`)^ə9L=(P>/1Z4}*,W-8P-D+oEscoA-w߄q$飥%*V Hp@!b~'&~-UiJ U:D"G 7';Vh΁.ݰ@2kzfn5*I"@:n9 4h {b8 I$ ]ޠToocgw 6L įG ٟ|ȴ@ rNq+csM]}zO !y,o`#J; \1m ߈ ೞSyhtQ;-/R38 ˎ d@}J@̥ԋP#ץ) ?lq\g3Anqg KgKIDxrnK5JȍG V= d1)K9HqT@Jų2c$F {nj}N'W+x8 "hm$U-DMP"cw)M"w &7>kO$?%)$R"¬v 5ηn_ MMaȞ1W0άw 8LW9!cfj^F@xVb$ƻ~ZzSVHa{5 1KK`BW#K7 7tN,#s9P : _ d(߄n핖K@V$fxgdBi׽ &O؎Ь9! kWXƸuyH|"f%=i3Z me Jgk{QmTI WeN.j@硽 Z3qe{7 N>=܁#"R=M=? _hczF7Omm@._E͵IchJ[%+n |I)a,5GFb< yq{`25 ӈi՞Q}z}"0r uu$UqR`{E8)8*Qxk39&s-*ۼt_rq'<7h&aGUL)@+M5XdKHIY }C7A^lP/2䊀DŽwޓZ %*äREFuӮ{9"9*,>SQ$9;~o4ɏ`xm{[Do=/D|'1C@'0^xO4mø'Y "2-Xa=f3Q*UV-~#wPO\5_cO+0>$A̎;LJݚ0B%g4, oNYon)QO amt?MNw+鞒/'>wc>peth!Kouj{ ^͕P+%|xirp1C&eE9jK {>5YCCx@rDۥ8a[ń_8/|rMe-;'TY.ApOfF;86k7y:Y~qQSG2 f&zO<3 6Q hPY$z{v~rOq$ZQ 8QZ e;~g,}旲3vp5WɧW09eMb-xp*x|e >4\hSvU*%~NNV VNFFWDoԔs;ap0 {0OB&]Sq@| aK@u=Ednݹeib|3èoGs GN7^|~{eY, ,"` @^kDHLIqY><|7xnϤ\& w|d~_?Vm[{H o/U'[YMO* v+u@mԄ*h#,ZvI>_юI ~J)f~`Êt0b2ᖲ8J eTZ!{&K:_2V:4>IWBv|*#x;9tNqqwV>>͢I n`Zyn^dɱUJ#iqA7!/E.T Io^GxCe%q< esLϨ]~]nZKNOꀯPl=ދ[W,oCbD|ͷو=T@g ۩y]}\ҪKbkH K~EC$AN#olO;:{H[~,.kk ,Bꡁ^&.nپ֙Ɏ/)I NZ DJOOj ɦ_`WzIٮWv/F}F:X5nhzM4!][cF៫̃rrłq|Ȋ fH{ Ov.62 HSQJuNWlwiK&$oD)&5;}-6)J }=2N~R@ЇR(L^aCAt}WT7"C'V7'ԏE=H#2]1Z=CCtŧx<ߑ_+?*fZ -; @IsuN>Z,T@m?voZg*V>k:܇rZd^a<3i !$ж/Y7^9W6@9$s#QQf{X3x@Mh9(/ ;&'KSJ'ԃ'\ir0+O+RHҽ_$jp%^ 8 O SXNy!I< ޵EZv&9?vR+a0E!+Ў`m%c; 6l[wQ4`Uq"iӅ]ؿn.M2@?0i@Z!~QޞO>Lnu Ǫi+{) e2zr{M‰=R3uIėi,o@gv,Y7vؽ`V~bk(aσSm watD_b2s+b,]e34B(9hZ-]'~S_{@|y;F139uPhel0}k~O̳]SLl<(vbwaW\HsqCH42'4 [ǘ<|[ ' gȎ|nUumUƀ!>s>-&e JUw_TZd2HT#&}i q\ XjQ.VM, G<}ZQPGz/Mˎ!h%]:$")/ m?Ou`oUԍJdo!ap; gs7# IV{ŌgQ9,,AQx%a@.oM >V\~W(nZ/G*zXm`v ,Y_ D7k#[ނ'J :v$;. nzl;Wgpd%QCi**΁"_WB0mrU)Ysݭ!:1` :`p ȟ7<0cBnr23:/e V֦J0J5$$&lCX`VwE  @(Mh:Cws?|( ]tT-juJJjך&$#y9 6CM w!mI ("fbFXg3r{[ #<*lÆg_k~Õ`uW5ޖAPBZzytoV6vuBj7F[Dp3;Z?:[/4H[i2;*)(#AK{X\~>ΑWtv$cn&=m*˦񃕎0za+EC$k*:3iڛL:MR$~{S\.ڬ2~BU{BLP2n}s1Mi$1F=Ětp)Re>̒:%1.`'~`娢\&[unۧMOPE|*E35A!잦znTŹn ws5z!ҋT4e2Ybk|_pJut! jz JQQ]ЏM]po~_+eOgH\ B[5Zi](ͲLnn +" 뻪3&S!~"šzv1eAa |~;46XdW ;LO(D!d5 fhŶN`׭ J髖]ɵ]}`Շ<O^"GoUZחYgT xw"#2篫7spfS1bS#|cZ#Z56=|qt=5t8>bφeT9$?(q02 8iV vM`RBb=_N;) *P_DP ߌ7!s?"*+2xJ NPT|99Gm A)+洳N| 1&>'˱h57Ǔ`Ԣ)~KQ:h=' e{~9 }nQ(YD1?`+|(Y[֞DEj^|$(JLA0Y.,s$Z H_ dtv●4ߎP^FAdE YZ