libarchive13-3.5.1-150400.3.15.1<>,olfkp9|ɞ"֪v71dK XU^&u}s]1."WO(\kULLwӭ?b{0v_JrJ3Ӥ)l$CטGM8w]JY\J@6?5d # d          : @ H \  f  p    I  P d }    ! !!(?8H$9$:p$>1{@1F1G1H1I1X1Y1\2]2,^2db2c3d4e4f4l4u40v4Dw4x5y5$z55555Clibarchive133.5.1150400.3.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.fkh01-ch3a SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://www.libarchive.org/linuxx86_64 X A큤A큤fkfk_fk_743ae9273ea035b0fc1548e47fc75b19bdebc8955a295f21b20f58b9d30177a4c2291bd6eea80083d70b9c442150bcb3f0cf743d252cebe221c7dabc157c46ecb2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200barootrootrootrootrootrootrootrootrootrootlibarchive-3.5.1-150400.3.15.1.src.rpmlibarchive.so.13()(64bit)libarchive13libarchive13(x86-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.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.2.5)(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.3fic|cRc@bzSb/.@_@_0@_V ^^K^C^ ^ ]]Y=] u@]:\Yz\-@[[Y4X9@XAb@XW\@WgWbW0{W,@UN@UUt@TE@Ta@antonio.teixeira@suse.comdanilo.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-2024-20696, heap based out-of-bounds write (CVE-2024-20696, bsc#1225971) * CVE-2024-20696.patch- 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)/sbin/ldconfig/sbin/ldconfigh01-ch3a 17183502593.5.1-150400.3.15.13.5.1-150400.3.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:34318/SUSE_SLE-15-SP4_Update/2efb40b98cc78124988d44211dfae139-libarchive.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=410d72df4ed9f6c6a4f5b8f60ef3005cb6b6cecd, strippeddirectoryUTF-8 Unicode textASCII textPRRRRRRRRRRRR RR R R R RRRRRRRRRRY@Ur@utf-898952ec26abc9658562d64741f4e00940dc01b9f321bb02033115c81a9620324?7zXZ !t/TK5]"k%{ֿ[(>DTU=sH*NwGrXZy0JA\),Vg{|A"V@IUCC Ѥj@*1So%b DHaV::eyy̓N)\fcއCv=ץ]Ja˿gN,!+ތiE՞*1]2>>zeÞɨ}nrq #́&h@qv!RM>D7s"N:<6$OVe4Ժ9;pYĬ"';W--dg`0B$BI?2K&.I["(T}GHT7.v-2⛑39K`+$&u `t41u URR kr[dRIPj^0ޟIM93W5d藲'Hs^WO&4H-WfU^4fis;36ׇ Gc`#܃=28Az|`e0h0f_)-ۛ'Uׅ}7dZL:B.H?FCKUn).yypK 4na<$ 4VjK[*94zqF2}62O٬Cخ*uݰr`06\6nղ{zo_&}[!qĤ/s*۠#$6(A@i|<;8 &BP4{[6Qz)-DT$Yx h3Z(W|<$|ϗoe0UnpW AY vuԆ[ ADžٌt/Q{+E ߊ  cwS1";B1lcA˹UOOj%'I!pQh?5+ti*VX(jxv Gtp=A" 7 o3PﯨI'X$%oӗvIqMx ~/{P&O2"|ۿ5J Rr²Wx>tKNԹ6l!Ca4n2 m] jQk%y_<3d Ph/ݓUT67?Cԡ[9UHzQ[kT[+b4d r1.X~s\we蛇f.W; Jt>gy+7+b)}"[<'lIȸhG@9=y zVy슣QrJ&tr)AQJ/laڍa:SU@ =D #ףxھY7Z}:Vni'pCezt{jT-%H<<9u47k ]8 0/J|7R2MYpӣ(snW'@t,dsQˑ*5[ӝޔ^ (Sav,9! Ԫ)>[eڨ&B+h7KL=ǖcE6 T{e%KZ-:SP;Ѐ&6}L0-㉢?ǥh:1[\zH" Ct@MPUa8sJ!QӌDA b$FiHs }˭lj7 9&Vˤis6[5iޖsxV%f"bU"lNCvHW @8BPi=W (ؕ-&c+(Ɇ%ʵ&]54"GN!ϼ3*I<}8x7g{,Ďp0UW'WRo`_}K!5?PjVOPq%Yn͊G=+(>\x9E.lj$U!r@d5/=n[oϞ`gw6iMn111i=+ M7=*b,o^z`>U;>]#Ćn܌ax>0uakɈcxKw9kJw7eX X0rm*U2,W9oS:*X5њxи|KisW֥t]E`Kpi))s_#D M1kXcX+L. ϾD+-Ɩ 6j X[*BThSWۡT&ۢCp]z ßU6k g=R>JC~uߩTE͈7i'D 篽")ي)ƅ 95:iic@v0W7"z!)uc5u%f]NLNdz]N(2A_iR WxOo$v>Cl?,VV_DI4T qշM]k5"-Yu]fwVAwFlVI㧥q ,֯d1ݤ/j^;EcE*1F"+aFt"R>M-_WiIP,?Rg[!(l0 c[-H\1~+{ |>E>Җ쮛;y2l"b4rFiN]4J(uJerme@ }38ҌȳQ A^0E&M~ezFnxa:Ŏⓦ?TEcFV+L,9S5d*[ r{ .[Rw/@ SxX}yl4 beBWt6k 79 Qޱ\P53y@!<1]CN$ceP?CnVf7Z>>衟w]M0gGĻowo褟N+/zv\z{ ִfĵ|rj,6NY#2׽Da2 ."Hg5צG oe8[a+674z!\x|mq%:{2UV`E^m<-߆>A`"a !۰۸Hm<Π}J%fk_Hfz0E[:o"#9Iʢ*{VQoY,xKv}MwO#cӲݠaʖ bmf=\>EYOlQ)"!LbOismtt5̚CFI̚$H;M>hc/roDdt[HfqLhs-+q}RciigaQk_oA%9B^DFh0:^L5mS Z7=1kkl-D94!S }cq֠scfeO$Vt I Ϣs|d;/>4-)s1? Lغʐa.p7 r}%4>goWՐ-%ler̂- {|it6׋2h9`^CEXQ׎:NgjBn#b E[8Ѯ *͊jZ&i:MS3 R͚E=* {ZgF ]vIWf~6﹇W=VЍ{=wU}װ4]U33tT*-t_%࿇^_hr|F]d<~< es"J/ M&p@Ȉ57  r6 +q3W}^4,S[L^] H2ա:J K%8s:Q+\I~yi#0dH\h3~ "@`K/<([!:W;"걎Bm=z,P58C/'ddVFϬi;ܬ(YxҴC WK}Ds5ZVdDHXNj)< _CdǬN"8ֈqyGΏ.Gk/z[5_CC7ԢJ'MzTNMa 9a*vpC#w~},2M-T]үW((Fl?COJb"`GL`<ގ܋uQ6t+[Ͻ!S3*Do&VX /{/%b%nn|P[ } 1يX&2f`AomVb};ڂgE@ Cڥ&?r&yh &nv/)|G׮-B#iaѲ(3?uN/-ѥeP ZGYұH_w߷ˡ, ܆*"9}$m29=)9cyQ2qރ}J80~9"݂5.v4iG q]2郠MaG1)vf"$Z\Zя3)?/͕4/}(3,ʫqh UQXP\Ni:7u5{0(k=caT GhdwCYrC)k24#stc]?|+~o v!6ލY96m78ުXh5o^'B0b:"wȟ(vgq9I|ǁ#ZgIj tSPqR@AM;,$ZbuZ~:nV{mY'—b^ 4Umfj|D?^t~.)]o.m?2[|nQMOV t06DŽh_%Wj5ŹF#&1KstO}aQykpfU<{p{_x`i>e(R}ܣDP1gU)XךNfo#+`jEQT꟦Qsjx?UfK֎{;*o#c߮u+RDA4!x> =pU,hSs$ R^I=b$AjOBm.YbAK9p՚Z &hP:d8,3~8XqMx+,[;B A˗hP4fS2ܿ 9>ɋP~: T-Uᒂk =ܛE)GWڒ'(#=T<On r!T?fKB^t>#EPSHЍ8"SG󽆰$tWD~jp9q$}綰#fHͼVӑJ?x@7ߺI)b d4!SƼBHnЧ~I7h Q"pԑ5ik_@8{ɽ1W137d'e#i*?= 3%{^ʐʮ7%,f!(.&3G~#LIRD촳 њ]Vj(z?xh rƘq2ɒĦ>I3;x s/-8;e+C\(akd"~I0&᠋ofhD8B_-TA,OvJ9|xƈ77\7܊yڜbVӒ*zo-yro|$5"%d̸1lݻomF_(|}Hk./(Q<๿]"R(HS.3 WdF'Ԣ?82B&HrvB Z*B2tn Zw.'!g2A݌󓬛 =E{]Fn;ҕ JeYXw8sY] W\Zu6\9vTXoj@O;dГ0*uP*@{EkOO_DQ2-YJB6ʟ_ZEEO)Z7|<I׽=^| kb V}=RPaMH+ ~ Q$H`PP2*<]\k۪(}&sZ՞hjGKky.ӭcw²Wk;PxbzxNW{ZwlW8+ύ4S|V+^ɚ. GUV78\JK(H58;)Ύ({d5QeI9+ sYAUwXx=Pt٠1+\%Ma\e VG/̷"`ƅ?bXıW^'`c_^e l\)#~0*ߋ=`pa j? gyaD]PN~(5uͣOcz+e$tGs[ʨ/-n쑘z^ߏml \^9i0ʽxcb'DM,{ǜA _nU}lpo~o1VETnnÎyv%(8I8 ]-%E/q"p蛌R~D׈aCfbzbH,n`:B31&)<[kmA 8;.*ȥ-ej-#[Z:WFɥ_|OQ5pvֵbYH9E>:6}k!-~F_ HT@LLeٽ\FRuw1o\LzOo?dUF0:Jk(rX\>QrhI8XMe8GV?;!3GsME:FREϙ~C]vv[z^ڥ)X牢nU v2zJFsQ_ ʯDD&rdT fq\_tKE';o!$[4 .q#>" 'ޜCFpt y5HX`+YM#ҙTJ:6l}$CT΄U{1ʥtE -MTXtq>wmH4R)j{Fvs2tR\GҤ6q Q@[-?Fs$]'[ <9Drza-22Tt,I'RYC܎3M4G`[P??7M<[#/5K|sΈUeTF|P);^m[Ce9@H'gr84oO3V9Ek 7 wXfT9ND [ҟH[xh=u#Q~JtuH"-"-/?iXa<(y 4mXjA]C63 bVU9pn]9w_yp 0k[ά"nݵv.xJ5W$sW䝐 9J3^)AV=ﴫrKAf1:${~vd?E+6 D2+\HX":#eȩ3݊4ƈ/$17 wk'w~^ 7v|E6 0>.'c ꫨ:=2l1E f#z&uweth*oJM` J{B GD}Sxאy9QStӲ&3DJ|_RC1HݑqW/^-/tǙhU|I_A?]{-cX6{p{sq\U`S &dL&qxl DQs34Z q5Ν\ Ӑ>ݏ_86=._?В&XyI=%@Q-)VOVBws{E]>s弲,āxj>'ui4fv`c\` n;bP 6s34Af|5soOvp\_% PSyiMP&q%jl:օTV]-q{:xLI!ZPLOZ:1|#L cyA*hLf J7E<i+ z}`_^xvL? ɛ:IX!8PN썚֓1I4H8_PFiHmX>mHMV G @dg ȀYR. [lrK)57M͐v\u (PJY5-zBe+Km/J.M'V$tsl7kst{ܡé@2j1C<\.TAX2EOc *40 ס۸Q -!@Z0iIrrJW8s ;b?8B"Mpg"/B[HN0l.Y% @P ˕`Q£"N pdXpNuu?gXZq*1\kN߭ɯ8={_>B9(u_3=%8Vzr[ߢq\x_Tq]=aQr`VXDC:ܘ+BWʜ)/>,%Q\ƱVbp|@ՐgP:6ڨU1ŇOSIO~ΈvWQQ6!>pB81!Owq°?g.Bs2f_^C3|-H &i4o=m<˳ӵ8-Xa*ɇn15s(39u;'̠e߸zu;';t. YijЛCNIs"QR2-\l2`S!I]u^*9r38Q&W/ @fWSAj̨ugc YZ