virglrenderer-devel-0.9.1-150400.1.7 >  A bwIp9|[l_ZGE~A)d0x47CyV{ocۄ% cxy,U*iAZszyD7wl{ؐϬG'x~X3":$hnImB:zJլ`b'hٳԽf*ꜛ.QeAYZA35vNm$T{}ĈW˻+<$`k#)m`bY_a(Ս+yNx95f9fac65cae1639d254ab156ee19743e4c47e183f889e05488603247e119fd74d8eef7c8c28d31ed1c9d3e777534d3391ef4bcc2@bwIp9|v_*~Vk [GP?&nvSH/6'J(V$&Vybu䌸-{LS W0i:AT>hĝwʿDLoKT'TL6K mR~[kETQAl$p緛j5ϭ~ФY?C 5kԎxG%pMSe'^Mx^D+ aBI~T۰@5>p>l?\d ' K %FJ `    ` |8P(89X:FlGHIXY\]^+bocdwe|fluvwxyz XCvirglrenderer-devel0.9.1150400.1.7Virgil3D renderer development filesThe virgil3d rendering library is a library used by qemu to implement 3D GPU support for the virtio GPU. This package contains the virgil3d renderer development files.bwIibs-power9-122SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++https://virgil3d.github.io/linuxppc64le2A큤bwI`~ bwIbwI31639037915205fbc70b6d5f619391079a29da0de02c379ef35bc821b4efe1d3b71359d039ff32d00b31bfd570fa415d9ebb8b2161ca2f721f124005c2c51bedlibvirglrenderer.so.1rootrootrootrootrootrootrootrootvirglrenderer-0.9.1-150400.1.7.src.rpmpkgconfig(virglrenderer)virglrenderer-develvirglrenderer-devel(ppc-64)@    /usr/bin/pkg-configlibvirglrenderer1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.9.13.0.4-14.6.0-14.0-15.2-14.14.3a@aZ@``i@^C^9\^!@^@][:@[YY@X•@X @X @XWQq@WN@W@W4W @dfaggioli@suse.compgajdos@suse.commpluskal@suse.combrogers@suse.combrogers@suse.combrogers@suse.combrogers@suse.comlma@suse.combrogers@suse.comminava@t-online.devliaskovitis@suse.commpluskal@suse.comlma@suse.comjengelh@inai.delma@suse.comlma@suse.combrogers@suse.combrogers@suse.combrogers@suse.comlma@suse.comlma@suse.com- Pick up the full upstream patch for bsc#1194601, so we know from where it comes * No functional change intended- security update - added patches fix CVE-2022-0175 [bsc#1194601], VUL-0: CVE-2022-0175: virglrenderer: Missing initialization of res->ptr + virglrenderer-CVE-2022-0175.patch- Update to version 0.9.1: * Various small bugfixes- Update package to 0.9.0 Highlights include: + multi-client support + supports newer glsl version + add ETC2 compressed formats + performance improvements + misc. bug fixes- Update package to 0.8.2 Release is all bug fixes it seems. It includes these patches in the release tarball: vrend-Don-t-free-resource-struct-in-_resource_alloca.patch vrend-Don-t-try-launching-a-grid-if-no-CS-is-availab.patch vrend-Use-the-original-context-to-delete-objects.patch vrend-Don-t-switch-to-ctx0-when-deleting-ctx0.patch- Avoid potential DoS in texture allocation (CVE-2020-8003 boo#1162521) vrend-Don-t-free-resource-struct-in-_resource_alloca.patch - Avoid potential DoS if grid launched without prior Compute Shader (CVE-2020-8002 boo#1162519) vrend-Don-t-try-launching-a-grid-if-no-CS-is-availab.patch - Avoid deleting wrong object, in use by others vrend-Use-the-original-context-to-delete-objects.patch - Avoid potential use after free when deleting context vrend-Don-t-switch-to-ctx0-when-deleting-ctx0.patch- Update package to 0.8.1 Requires very recent libepoxy, which is currently only available in Factory. Accordingly also switch to meson build, which also excludes older releases. Other highlights include: + support emulating planar image sampling + Add all formats to VIRGL_FORMAT that are referenced in Gallium + deprecation of the autotools build system + miscellaneous bug and performance fixes + drop the following patches, which are included in this release: 0001-5d03711-vrend-Keep-the-max-texture-sizes-in-the-vrend_state.patch 0002-0d9a2c8-vrend-Check-resource-creation-more-thoroughly.patch 0003-24f67de-vrend-check-info-formats-in-blits.patch 0004-cbc8d8b-vrend-check-transfer-bounds-for-negative-values-too-.patch 0005-2abeb18-vrend-check-that-the-transfer-iov-holds-enough-data-.patch 0006-164d758-vrend-Add-an-assert-for-allocating-the-intermediate-.patch- Add 5 security fixes * Check resource creation more thoroughly (CVE-2019-18388 bsc#1159479) 0001-5d03711-vrend-Keep-the-max-texture-sizes-in-the-vrend_state.patch 0002-0d9a2c8-vrend-Check-resource-creation-more-thoroughly.patch * check info formats in blits (CVE-2019-18390 bsc#1159478) 0003-24f67de-vrend-check-info-formats-in-blits.patch * check transfer bounds for negative values too (CVE-2019-18389 bsc#1159482) 0004-cbc8d8b-vrend-check-transfer-bounds-for-negative-values-too-.patch * check transfer iov holds enough data for the data upload (CVE-2019-18391 bsc#1159486) 0005-2abeb18-vrend-check-that-the-transfer-iov-holds-enough-data-.patch * Add an assert for allocating the intermediate texture (CVE-2019-18392 bsc#1159454) 0006-164d758-vrend-Add-an-assert-for-allocating-the-intermediate-.patch- Update package to 0.8.0 Note: not switching to meson build system yet since it would exclude distos with older meson (seems meson v0.49+ is required) Highlights include: + guest support for GL 4.3 on hosts with GLES 3.2 + certain extensions, + major performance improvements, and + lots of bug fixes. - The shared object (SO) version changes from 0 to 1 with this package update- Update package to 0.7.0 - Brings the renderer up to GL4.3/GLES3.1 capability and most of GLES3.2 - Make EGL optional at configure time - The following patches will be removed: 0001-737c3350-renderer-fix-memory-leak-in-vertex-elements-state-cr.patch 0002-1fdafd62-vrend-Increase-VREND_MAX_CTX-to-64.patch They are included in 0.7.0- vrend: Increase VREND_MAX_CTX to 64. (bsc#1102749) 0002-1fdafd62-vrend-Increase-VREND_MAX_CTX-to-64.patch- Clean up spec file with spec-cleaner - Use source url - Add gpg signature - Make building more verbose - Explicitly require python2- Fix memory leak in vertex elements state create (CVE-2017-6386 bsc#1027376) 0001-737c3350-renderer-fix-memory-leak-in-vertex-elements-state-cr.patch- Fix RPM groups- Update package to 0.6.0 The following patches will be removed: 0001-48f67f60-renderer-fix-NULL-pointer-deref-in-vrend_clear.patch 0002-40b0e781-renderer-fix-a-leak-in-resource-attach.patch 0003-6eb13f7a-vrend-fix-memory-leak-in-int-blit-context.patch 0004-114688c5-renderer-fix-heap-overflow-in-vertex-elements-state-.patch 0005-926b9b34-vrend-fix-a-stack-overflow-in-set-framebuffer-state.patch All of the removed patches were already included in 0.6.0, So we dont need them any more.- Address various security issues * Fix null pointer dereference in vrend_clear (CVE-2017-5937 bsc#1024232) 0001-48f67f60-renderer-fix-NULL-pointer-deref-in-vrend_clear.patch * Fix host memory leak issue in virgl_resource_attach_backing (CVE-2016-10214 bsc#1024244) 0002-40b0e781-renderer-fix-a-leak-in-resource-attach.patch * Fix memory leak in int blit context (CVE-2017-5993 bsc#1025505) 0003-6eb13f7a-vrend-fix-memory-leak-in-int-blit-context.patch * Fix heap overflow in vertex elements state create (CVE-2017-5994 bsc#1025507) 0004-114688c5-renderer-fix-heap-overflow-in-vertex-elements-state-.patch * Fix a stack overflow in set framebuffer state (CVE-2017-5957 bsc#1024993) 0005-926b9b34-vrend-fix-a-stack-overflow-in-set-framebuffer-state.patch- Further tweaks to package layout, including splitting out the test server into it's own package.- Refine BuildRequires tags- Fixed url in spec file- Fixed epoxy dependency- Initial package, based upon virglrenderer upstream sources (git tag: 0.5.0)ibs-power9-12 16519847890.9.10.9.1-150400.1.70.9.1-150400.1.7virglvirglrenderer.hlibvirglrenderer.sovirglrenderer.pc/usr/include//usr/include/virgl//usr/lib64//usr/lib64/pkgconfig/-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:SLE-15-SP4:GA/standard/a5f230b51240bb827379d329cc7dd1f6-virglrenderercpioxz5ppc64le-suse-linuxdirectoryC source, ASCII textpkgconfig filePRk8n=>+=utf-8619bee8b39cddae6ba84270c8800df76734dfe84651a5f584c846b862169d41e? 7zXZ !t/5] crt:bLL fLF%gr;A(.< Ž5|eEF'}|*9YytE{{µeƟH }#d@t_UTЌ<κܞE\vCL73=TKgQq0]ݾB>8czh׀4̫&>{SQ.w+ۧpS1 Pma@Ğ֊m 7˵r ee_Ӏ_" O!u,bǴ&p\m>:-uS v5s&tokZl7d_"yx!&$;ieJy x;M9jVqt<*OJEU=z~w! rTlЛ[<(UzlMOT6t>JDAslp]҇eQEE/u"LH ) ISS d(D.Cz A*jZEFECĭBvP^gWiK b<P1fV9~":`аUHtNnӳitcFnzfvjFBM%T9iL#NF&KC<3@g:HB Hu0l+¶t,2U[$ g V cgV$Dci:q3ZЏ E%0 =R訐e\.8]TP`i{<؞> D\'R-ݟaH m}DaJ,SIgTN?=-æ̀ToK4+8WKG-ڢ:dWEI(ހ6$=ڵqb^! <{}%E('Inߝtc 1J]a&5?z`))2fV>FP G=OT]kCP9蜕.'3.ZbJ@=]XiliP&8BI"3+b*+S\[& ϻNiX`Zffo<ZEIWj 름?O4)GxBa^='[9PljSʐ/G}aęT|5o#uF!Bjѫ<;#":͕/z<Ǥ;a]ȏՑT5>y᥋r+7z>'m{cεQbG[\WeCm 3c6bvz!j6Ҩa VؒZ& Zn:^{./ƛJk1Yi-Y< ;lׇfAދGxK;onn77#C9QJrANDdٝ[oC(`5;<Lx)~T("hS#2:Wz2c6pBDɨjS^1 fUϹ (laȟ>3/) j! sk59OM:ҊtM0h=&K.'!Z8/#1qNMbrV&L/20 =V=yv4 XR n+2|D+76Y_(i={O 4k=5jT|5ݝS7 eIZndH~v!ܹHtϿ 6E69Vz]jrmZzPoڊvMqo*[5p`tjN07M=}%jEųP9SkKi"nb@>w(+ h=ceQE[*ci4̭w,I9^j驩g߼c:/"`w MD;Ğ\;k6m@ܲ9oB^.8 Lb%نlhȉ}Щւ'NrNAظWJ$`qZr ofDu0_3e$[.j:i *ϑV;Ѳ'"rgWV4Wkui S}θ)'Q*B6bbC[)ZsG(#ҥrMpqV4 L'KvVD,LXTЧ9eH(UUR6  j'Ux2ll=YȖ ?dU;i_v?C%WޖaX`bYB8m1q>3qq(^aÞb{ 143]DEXf ƦH'ʾ"ōZ>Q"#ݺZsIB@ux">~"AC-dk?{wmlOhP'oJGf. cfűwZѼwU]ͧLJ$ڿա cR*$h5"h*;zr(:Sڸp 댖+<4#n :N2dM^LCdu$ЊJuҿ5yJxQmh?"odD nj=a Ҍ~wj¸x~!*JW]0{Ȋ*[E"č(ѻ&%IMTIUͲGBe,Z}mf8zI8GSn\31R}D V{m,G!`Kj=w?6Ntp(ھ݅lSTp:Z|x1 iCo13PM9"pp*~snAP41,O.5loݬA3A+qDCebՠ_;-~ ' /W+|HC.INY]15t0z啺}UW߅%R2}#1ݿjhpy=<:x-fуJ}hN`Bc۱(~|M+EBCEZdo)Za/]sκRvLjK{!^!),Ap+7-,o.Ȱ1t\R5[Vq+iǜCxYnV{ޗLPb*Np!-]2,ľ9 ^歭X%Yո-'CG#%֯>Z^fm4(z*-&e>-%JUnC