libarchive13-32bit-3.3.2-lp151.5.3.1<>,s$]W/=„=}vυ!e!0i(1CQa@ZGиŎ[-Iu.,_Fs_ yq'7rOUX࿿cwBl*H⿼JVH+xi^d1uƏ܍B^:IGL"b.~BVOxӀ}´fGsɐf"nuވ>?W;"dbj+X+iǕHiJc]aGd8j97gKc|RPmI>>?d ' h          1 7 > P X  \  `  h          L! !!(89 :>GHIXY\]^bcdZe_fblduxvwxy$Clibarchive13-32bit3.3.2lp151.5.3.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 ISO9660 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.]Wcloud132 άopenSUSE Leap 15.1openSUSEBSD-2-Clausehttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.libarchive.org/linuxx86_64/sbin/ldconfig ά]W]We6478cf1e4c5b4410b05bc3ca2021278a4d79fa09d4af1cc578c4ab45790b0c5libarchive.so.13.3.2rootrootrootrootlibarchive-3.3.2-lp151.5.3.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.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)liblzma.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.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]\Yz\-@[Y4X9@XAb@XW\@WgWbW0{W,@UN@UUt@TE@Ta@Adrian Schröter Adrian Schröter Karol Babioch Adrian Schröter adrian@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- Added patch: * CVE-2019-18408.patch Fixes use-after-free in a certain ARCHIVE_FAILED situation (bsc#1155079)- 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)- CVE-2017-14502.patch: bsc#1059100 CVE-2017-14501.patch: CVE-2017-14503 bsc#1057514 bsc#1059139- 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.3.2-lp151.5.3.13.3.2-lp151.5.3.1libarchive.so.13libarchive.so.13.3.2/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.opensuse.org/openSUSE:Maintenance:11607/openSUSE_Leap_15.1_Update/1ae1e22ade96943d37e722f61585119c-libarchive.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=6a7b68ccb85152ecc5b9e8f94e5bbbead0ab3dfe, strippedPRRRRRRRRRR R RRRR RRR R RRRRRRRRRutf-8bf1d03c28a62d4ed7871e6e1fe69071d37071b2b1fbaed6fdee5eed87eaffa7f? 7zXZ !t/lO]"k%+ֿ[(>DTUK9ʙ"Z".&5q,O+g0ukch:^]pC1ڟ< ec}d; A0_zi="o<]G~wAcy "J7$6AG֫L2 %Z{A9Gp&mHUF",4C!x%pmy_3R/f1|T}xb Nj`O߆UK׬t ˚E3\TS4E( u„ҽ 6Xڃ\PDiffҨ]Z7ߴ#+ia$ɼWd}Q%,+K^tadrKֽp _(u`poM;>>g= x@SVO^Mrx(_C_eI܁SեDdRc9"@)ƀ=dey!ٶ z[K8;p_e#O53 N,2,!Vk<ϡC[5nODAĪG9B%)qPpm^R rtTܹyzkM1wф񥨗j珓-M4@ql醫'B1ta:8D'3kk^G9-E,`O ݜ',<"Z{D͖ ݽ_ %AuʸLVX l@m^B}tSnvFf5h(? DNѭ7뒳?'/rՠ1|7v9nL< N(b&D_cb}Si?Y<hD IHR_wsxO}3jq۳0}ͅAG/WӁjyѧrsNiC99)gDuRTqwsO+R8EРℒ@)8Rrph˕U5^'uWLR{ϩ-*`Pb+#M8+Jl0Nuh5ȘԳ`j^'fحs9D|4#:?k^M@0(š/͝UGG~߹4$>3e[B]'J'$*YxacVt T*ݬ:W2jKٿNa)Gp~P}jbJ'&>P/_K>DC7CDrqnEE"xc\8#o 2 NxPf (ّ۔/|K(5NmWδ)qMTc-]Gv78Å1Q #Kk ܻ w+\ǔ1Y_5s yS_PNp\3xyZb #7g)2Q=IZ]%hv-°T'9:%ߝ4%sxtb&|4ƷA`Rt<4T@QwH\ˋfF˿+Lj=O +O$H|FX@޲{?09N cނ̌gcbxYt1IϳFτDrP`#jU6d:+kgnQDT/@p6^gI5o4 97&4 S~ȝJ"X3! pCQY!KB@[D*#3.+P'AOQ!d9z0 n{:zXP#էXѧb:w9wBQGflbSU;YػtD]e}.}YŚUQ$7i5y!%N238!1v6 l2P4LZpidHe^JNXg3OZ1|@~`w4|CZZlFerD*ɝHd*KoC*z$V32%ՏU_g Tì>48H5IfB:e;E*Zg*BGCԹ  шJɲF(6gWZGq-f)nzj6j:mF-yHʆe}ReEx#gd"DP͍GDW:AAhsʩIۖNP >78¹|}nNm NЉ}^q|EKs_*ԩu wY7!o`bQtw;:a%K7z\&g[Hj^Xk$&X7MhF20GT3R5yz]!?A ͊_R<;R iT>v䍈:G],{)#y\9gf%zepрF| ~j,j)T}9לhx=pxf`L 9;(d:mCx߻VH?y{0shr >6E!KwL ĉqzfe #a6eӤ@ɺxJ)5pmĩ4&Dx^P[3NnD b=95;6)w,O#murGhj@_c7VD84K<ؽ>sѵV wvC[AF N7W1IZDS9F"Št͋_T@(7 L(Ȍ WgOpL*ZSVAsVUшđSke;_4*P,!P PLBgF9m: ^-gQq<]Q@nGϒD-< ^t(qCsǠF)al0~5WD>2?P 1'U~/tY9LMY/߱E;Z`YwTmtR7?=9.ʐu\ߙkiH)K"n ~Zg#2'.@d߂ځec #/Nbމ6AWth侍aiSj;zZ<8gƨ !"\* <'@`|n(Qi\Ek쵛RQh: U3Kw"&][2}TCR 9O+}]Oz#36Sߚ-sw}q)UKtmF __L@Nq'PB#N15#mRvhDNqq pto丏qz{pEXbB]`VS0P=y1}&|GǬ9 $ϧ\N MN˙,ѻiސ1HF.m1~@65CmU)\l^Kv?;o2aUdrbeXv`ZGTq^H3f۔=xs5)ӗXk1Uj5HVw5t\@ZoE/67b+DsL7395Jk̹wSa # _ث өs0߫φ@뭺Fb+bê1T165Ly-xGVjY«4cjTBX"e)T(2{4}۟ d-\[G,; Rp{5حO?"lXxUkϨD??JfZ&XaIBTK{AX 1[86LhhGEҠ_?~?4mDC!eFJ3n|=md.JO%w7Hk Al}P g~hGJjL~5/Wa ߴt%Ԣڥ" }Pǀs;-zJ^Z_b_^fӟ:t| ؈EC}#455DBWТ%2`UZ?:_U)5pacd,ǖ6Tx| Gm߸Y2 < ]Nb/9 d8mp23ٺcS=LP6gV蹪]0;R`2oϼh0 N9^"Wpt.xyoC%06|>!w<]S42pNN& x"(9u]S:m#,fE^odcgqą9Jlvȿ]rn?./rE@1Ah>YmkъgkTZr|nt9î`Itь_@qZGMQ٭m=58a]K3rw.Lو)0=1T&#TpY򔜜J-jËV%o'ay:5n8][ `ڽ#ʉ$HM\MOhS7ḿwWmV N{JZp=clDtybB@d̎ βuΑYJ7I̓U%9h{XUv Jp{U>3dV Y+ty4oJ]cb zsL/g}4>ޱSO\gk ý%Y!CʤPbltBZp`*_VJgL52/diոoUీ,WB52@p&v9,`eYhY>A$U{:#ȷ*vK1k plB>CP|EiG(gTb[5WZE4olg1yҒ:}kŏh.erRLfd`0@ VmwuY:-F~I`apnܨOZ(%>ܼ^&<+aGUY@Ժ"zGSnco `kmW &"V:=@~!'/ktx/o}_RFw,$[f@1 ޥ9BG+elQgBo0vOC*W.<\uZT2p LK9KrtZ(5Y):u.&` =ZAطIɷ$Q3e(y@³A+odFV\췘&/SG H9$!O\[JՃR30XWO 1+R9f7*CC&X$JadG_Y䭊 $Q*KkI>A3[ܠ%`bu ;*up8UcE '4sMr݅MPؤP X8 ӡn;_yZ´cAݦp*WlWnux488UkUW&Ymn"f}&N~(w_Cr71E`Tlo2͆ޮB!-_;JR<!}Sb'cb V:$Sn@,%F?82li7kXnֺzhK7!>M Ǝ:FZ݅ܰJ^5˂$薁amhBX@, 8WOAA"%ΑLo1oE f04 +Vt  H,"#bTTUF<02a#>TX>xd{> \.D tUhas\F15!G]oGۍ9|2}4z*c|b0F#+]e\'$Qҋtv)8]'RJU?M[@Ĭeë ]VH]X XiG>D$z%eU}BX=w*UvB=( 0_Z:*'6vv9f5EBu`wAXvLqkc-yMQB rNlBΐ#;tz왫:.%*" {M.-G^蕴cA}ٶrq_]lLmu^""y7x)LꏩSvy2n;ak+է#V6 5װ|W,O!~>qhWQ@8?qs.>Cт0*vU% L. s`riq"iߤ VDE#)|o ,3W /OZhp|R^1UZL<{aO{(:T"mvDr]o1'RX3A6ꉏPоmMUKe҇2^RfL+"Kų%saf$M|91KqD\F5. L0˟ݽfGQ'_B"Q5: ft52S~J"b÷`x=ZLqMKgglJ ׎)"c ֤*ՠG ac@fr/ ek 0<>fsVuSG+JRFΰ/Bowj2kJ,+z9}G}!cV#Ѐ!VI+zN%VZCJAV zIU<֮"]( :5a蜟+뿍n;q!ҵIiMx%6ozMejFFTmA$'қuh_7$ġة˯!3_޶& XoXʘ~Yp:/S=W5Fu~.h8K3 Bj-L@GKPwn/7)NKh̝6Hl .7 VGjMQ`⠑Ջ=gu0N a(~C?%܌ULe-5Lj?cbEo+LgKu&4j F⅂\u3a;;+iMԥՔn(u,{,j7"5'r2'G=WkP *1KF\hc|2t,iTB [-(h_9b}0سvNuht#ECX2LBb$q '7uē>L &tF <8N:77P}"ս^![0J<S_ `0W7}QdĦ}k~~KBS kBJ)~~);2jF) ߝy?ژӡc8!ݙ6 %gE`}%ϊSLy UL'tx6-ZqXRk_bYbש ( ݋k(J42e}%\{ Kq#d7zȄU q7)mSZyLw~qK(]ޕatw;@~9㳱 P孮Gp@[2tH,(BaAMVBeJ]1҅p{ہXi`yL\]f-h y=9ɷD g>о9+[3o]r&5{[lw mO+d * DJ?̮؁K(rLįIԝCƥ7[gOKuϋy#,Kj9MܗxI1"H 7w{ ÷L "~UU!FSsP6Lْa vs, u*fe۝/Q~)A~=bYDk_;+sV-_IB!TܓTGⵖzPBW2D~Mhȣ D7}drw>0p3^m0IUz=CScKN)`$2`'N*$B 9{HfGN SƟzALJpGz36F0tax7IsNj٧A 9f'\tߧ߇DG8*Iŋr/ixdMQB5|I;`9RfupX-&J_:kwzۺ]Ty*! lȥ>HNd~?blT\G!דH3,ɚg-M|7P\)!`'a_8<4]z7cMu450a!`GZCi,!!oj0K]9瞤:o0a} 7iDZ(mըRx<0<ٮqBrG*BC”?/Lx6o7 t Fhf]nlfW)G4 V | 60/bq?YXy^q}88?5>W`djUȑH x`!4kqEm[c_Y?-HSn`zllH8nPtUp}taڦ{T`"uY;  .i#JNQ[A')#~ZA$ws!'-Q]Q|yl2h¨4e %m H_Ed6/W޷$Y" ;5\:'r#2r̟j1gdj' f]{fn`؎wlF߳lA?M<#ɦiY6Q!y1pip~ ֩]QmH$V/(n.Nm}HwȲYqQ:COj[m=s/.3CfPѹ${/,?n.^^3N*G#KT p+iFx1Dfz'+× ,(Ted|+,aĀ: ѽhD'A'̊Df U(Mqj_),lʠ?b5\+ Sy'䰝1ANPFIܜFU;V=eX1k*fǹ0-6hf]3Ig'G{;pd)r$-Ũ^%v|+k1|`VdЙm\^Bk9"[LJЕxiE==k 1\5 0>0yKT~]yڂ/gg&&ZZe:εb> CM*nd"c݂JIu*K6a%zPx:f\[sm-RJbOR;u1l+VnʡYQ{f0nG6$dJڋ [VbFR b$DHX#`'Vj+FZ!MHǮLhr aM{W= NfL3n.wn6ౝ6OzuD l[aHЋHܮFj 6>lIۅ␓y.rכڔ:=R.zئeXd\|S$h:ˣbv ` l ⱄ[JE$N}Yȏ2-(E!&G;娺//ZL 3 Х]g+t7aMF#.ubxgw#hyQ-n{ZԚە7y0MɫŤ"rzi7pZD NA`=sd?UVFG2}hՅ͞j7ӍW\] nk-1I1 j-zhuN6cC0T!'vSeizVo -cC9h7^ܚ*iJo[/%,?E$].aHGٚYww_2"wѫvX!> :B~<Odw=~&N96 Ki+~l }&a*xa=굇:cw]'thaʚ!_hǟ&ŕ5 2 jS"1z OϗʤI5UnP 'h%%aon hKnz(p9MuHlo HD8L(yeWη7Vjq3e{U.xq1,~(T=@M$re_X%Qsa:]xzRhKO+86-8o.s[̐X7ld+w&h?h(@Jq-L,kDnGKL(2ׇ@Os-/W)i^V?O6hkrBO=3dbOB;&=fRhbF )O2_w]Fa"c7&L@24wwiE^YdԬJoRQ!wúFwwR2\g~@7(74jiG8W!kcQ]sZ$l[Ә.> o֤|mlev^65_U`$"8-U{sugF.vH#'!ƫχ: FA)0F̯BDvEmZ/<%態R\CM]^Cpj\cL⫝̸b;čO7MB^wq:xn+x"PIJ>w,8CLf z[+C9 #ˢ0f)olg㲵N,R dHnM/Y;FÉuϓz!>lҮ±M*Ȋ1I