libFLAC++6-1.3.2-150000.3.14.1<>,<ĉdp9| d/Uci$ЩMvgO[jpڝ]Ϩ4qByTV|zz\*0arvZN> =X-Gץ֚R$J5B2C,MZ$-%^ wιr? &GdxpU$[{.]th{XOA <,(Ӄ6" '@H>!tK݃V?& <;&G=TCB!"y !0iN2 o?_ ryE>@ ?d  ! C2 HYpv      08p)(P8X 9 : >@FGHIX Y\D]L^nbzc#defluvwdxlyt zClibFLAC++61.3.2150000.3.14.1Free Lossless Audio Codec LibraryThis package contains the C++ library for FLAC (Free Lossless Audio Codec) developed by Josh Coalson.dibs-power9-13SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-or-later AND GFDL-1.2-onlyhttps://www.suse.com/System/Librarieshttps://xiph.org/flac/linuxppc64ledd5b1dfe646a2983404a393bf018ae03c30b71808436e0d6084472b271bc9770e4libFLAC++.so.6.3.0rootrootrootrootflac-1.3.2-150000.3.14.1.src.rpmlibFLAC++.so.6()(64bit)libFLAC++6libFLAC++6(ppc-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibFLAC.so.8()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1d@b\@__ZXh@WU ]@U Tutiwai@suse.comtiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.dealoisio@gmx.comtchvatal@suse.commpluskal@suse.commpluskal@suse.comtiwai@suse.de- Fix Buffer Overflow vulnerability in function bitwriter_grow_ (CVE-2020-22219, bsc#1214615): 0001-fix-potential-memleak.patch 0002-Add-and-use-_nofree-variants-of-safe_realloc-functio.patch 0003-Leave-metadata-items-untouched-if-resize-function-fa.patch 0004-Do-not-memset-when-allocation-fails.patch 0005-Move-entropy-partitioning-result-allocation-so-it-ca.patch 0006-Don-t-overwrite-bad-state-with-seek-error.patch- Fix out of bound write in append_to_verify_fifo_interleaved_ (CVE-2021-0561 bsc#1196660): libFlac-Exit-at-EOS-in-verify-mode.patch- Fix memory leak (CVE-2020-0487 bsc#1180112): stream_decoder.c-Fix-a-memory-leak.patch- Fix out-of-bounds access (CVE-2020-0499 bsc#1180099): libFLAC-bitreader.c-Fix-out-of-bounds-read.patch- Fix memory leak in read_metadata_vorbiscomment_() function (CVE-2017-6888, bsc#1091045): flac-CVE-2017-6888.patch- Update to version 1.3.2 * Fix undefined behaviour using GCC/Clang UBSAN (erikd). * General hardening via fuzz testing with AFL (erikd and others). * General code improvements (lvqcl, erikd and others). * Add FLAC in MP4 specification docs (Ralph Giles). * Fix some cppcheck warnings (erikd). * Assume all currently used OSes support SSE2. flac: * Fix potential infinite loop on flac-to-flac conversion (erikd). * Add WAVEFORMATEXTENSIBLE to WAV (as needed) when decoding (lvqcl). * Only write vorbis-comments if they are non-empty. * Error out if decoding RAW with bits != (8|16|24). metaflac: * Add --scan-replay-gain option. libraries: * CPU detection cleanup and fixes (Julian Calaby, erikd and lvqcl). * Fix two stream decoder bugs (Max Kellermann). * Fix a NULL dereference bug (on a malformed file). * Changed the LPC order guess for a slight compression improvement, particularly for classical music (Martijn van Beurden). * Improved encoding speed on older Intel CPUs. * Fixed a seeking bug when decoding certain files (Miroslav Lichvar). * Put an upper bound (32768) on the number of seek points. * Fix potential memory leaks. * Support 64bit brword/bwword allowing FLAC__BYTES_PER_WORD to be set to 8 (disabled by default). * Fix an out-of-bounds heap read. - Refreshed flac-cflags.patch- Drop patch that should be upstreamed first, otherwise we will have to keep it ofrever: * flac-ocloexec.patch - Drop wrong patch: * flac-fix-pkgconfig.patch + If using this change you get assert.h include overriden in your project by the one from FLAC/ which is not what upstream desired If packages fail to build they should fix their include- Build documentation as noarch- Cleanup spec file with spec-cleaner - Update url - Remove no longer needed patches * flac-fix-CVE-2014-8962.patch * flac-fix-CVE-2014-9028.patch * 0001-getopt_long-not-broken-here.patch - Remove following as benefit of using openssl is small * 0001-Allow-use-of-openSSL.patch - Add flac-cflags.patch - Use doxygen to build documentation - Split documentation to separate package - Update to 1.3.1 * Improved decoding efficiency of all bit depths but especially so for 24 bits for IA32 architecture (lvqcl and Miroslav Lichvar). * Faster encoding using SSE and AVX (lvqcl). * Fixed bartlett, bartlett_hann and triangle functions. * New apodization functions partial_tukey and punchout_tukey for improved compression (Martijn van Beurden). * Retuned compression presets to incorporate new apodization functions (Martijn van Beurden). * Fix -Wcast-align warnings on armhf architecture (Erik de Castro Lopo). * Help output documentation improvements. * I/O buffering improvements on Windows to reduce disk fragmentation when writing files. * Only write vorbis-comments if they are non-empty. * Fix symbol visibility in XMMS plugin. * Many fixes and improvements across all the build systems. * Fix CVE-2014-9028 (heap write overflow) and CVE-2014-8962 (heap read overflow)- A couple of security fixes: * flac-fix-CVE-2014-8962.patch: arbitrary code execution by a stack overflow (CVE-2014-8962, bnc#906831) * flac-fix-CVE-2014-9028.patch: Heap overflow via specially crafted .flac files (CVE-2014-9028, bnc#907016)/sbin/ldconfig/sbin/ldconfigibs-power9-13 16933016701.3.2-150000.3.14.11.3.2-150000.3.14.1libFLAC++.so.6libFLAC++.so.6.3.0/usr/lib64/-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:30364/SUSE_SLE-15_Update/af0ba4c598b3dcd4a40634a0fc0a0848-flac.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=95cab62842bd91e2ef12f080f9d280544fb2db64, stripped PRR R RRRRRRQr2rutf-85cbb219418df3103f8fb45e5506d57ecde8175e7b71fda52ac4c7a2eb75bd70e?7zXZ !t/:N]"k%adAOy  \^T= %59VU~-q(b$Wɛ'ZpjzN٧nRK:J40c֡mo=P{F*8Ws$fTu ҵ8]twok"ẄWţ*xG"ZC"mA'Ak{?RHk>x۟7r{vs5D; hǩaM4 Xx;O6:WVo &Yf ֙Қzg2 se IoS7.#+MR¸~ڱ9YGnv?RrMJ vfvsn3 ('bI\OޱaQm |xBmuʾqd@mJo¶߽ Gޗ3InAL2-IJ2zZ/~!oYX}+Ǵ/̰{T@JӦՉ~|a1rn!1!kHESw? &L(& KD ;jJ*iW qE@SH:!`!;57)!g46Xe+(*5|Z\{^?{8/ːh_8TƲjCuċp+$ "D[Gqine!o`2 om4{|M>}X $xWF u(*i~`VG!i"bi~} W zbƒ. s0e_B/B_ܦKO}><ڊzO' 챈M4ϒUReHYAk>Ue-8Ob,~TB8[)k!4P? у0*iu,[y^g?JPKu'? m%RLk7%~jdddb_1aG&oL*kcȭY"%"ex$R%cv(}>Se/8Q YoٍXy!77;dmƔ 1ůW6eG sň԰ kn۴4Y!Mɕh'0= qFgtMpW1GD3k ޽F=.{|_k6e),k̬'WfF2^'YQز5%V2Rqdub'WuF= I.^K/I7i(vxa$R9"(gccUM +؈KL#}I 㸫LfLSHa4 ,wͭ&WfUL$(tc:,#2~ ѧJ351@naU&b.apj0ѠU¨JD-0,^a_}iob{oۦ)ypS|!$ᓏJ9JRAKrh*P``M56d9::6=h Ռb ԎX*=B }d^ɒ,1y 7?퓡VäJ,KG^[+ҾsfWqqQ%ͤ*XJSk^&(|ELsD\Xn"OlNcxmxw.+/ZC= A2/iXȖh^\=?T 1^?ޮ{;fR4?eX@cV*`Q6 ³[J[\+oS0r)ߌ;Cq *LQ/02_ }!X}W$w'p8𑪧W/xV?6J*ri)kBs"YQ$\݄͂OVJ"ū_yͱ)lTRr\:$ň\JTUϹO *zTY_odcX3 Ϸ >uP1NX X L/=e+ŃL\ג_诰 Qaq<_& ރԳb?DjaUOtW%wsNyȭݾ0@ՏިY+r@VajY& #ʤedZP|mSC3q-$8u.>U% oʼ#`4pZ3俳+W(2 EwzT,gGP"(:Mn!+~1x3-ϔ4zMSC^GQ X 4U p_PޔO{a 2"CvK;Uy is(؞\b ijs DžBPj>r#Ӌ#lN?#1)C]` mQ헓) b9#ΔVjNy yDJV g">yTFz/ md/̓ȋl$%LN,% HELDqɁHA"X21U]YǧgA74nbr"[,t$_f%=}u_zBa76ve-e4iyj G4ZSxV˞ װ~0Z֌8 Dw>pVQ޻R4ofS#u2z Os 5{^tu(m@3&Tǝj,qK}5"3{t_s4=ʟҨ|cr 5v|4mhgD6!Y P'"k2t1sr} m%>_a7n%K+J"6y)dOdͷqO:‘r[Hz]L 4 +煣 Pv0J+*0/A$>{3†Y\U CX._g\'A4vY!/ldQrZLkw8vNwA=cHz0|e}d,E LK%1׋ƶĮ4a: 4FDPa7!-#ݜ\:ceIFD';Py3sMP? 5PplYhj?֭C5."y, \QOHLh=qOB}〫|1תm~_]9ǰE+GqTtq踕xb_. b;1XlM1 Sw1Y2iH0w2V緁/Lrk9;-Lӟbds.m71 ;% O{Y0ۡ1QnAda'*a9=WUEjHJCl/ﺡ .hBgs Hj\_X)G%йB\ʥ8 ˲ ഉ@eMI.?Unʋ'lDZ'Paal,dgjO$*g2ei溿p?OZsJwIॲL0bv<J&a{<6TQ}1znN?΢vU8}TB?e-r{/qIPi|e)Ya*f2.DH*wڴ|Qv؃y Q)P4$kVϳ %}/s$ԷNѻ>U1^K)VbyT-ofa…hf$3ԸhUʒ2RK!`*4KjfeYF1AW>݄eӡ@5p6d|VlMMXch H2Z4 _yyٷ(V۹…<iR; s*UPnQt7yq]G6sj_[eqpyY6i Mr\U[uӿ8WF꼆CI4W 0fÜ5[S`v nmxso*V_eC&_ ſ?'a]89c ,PYJ#YG=vOZterI yu>6Nz^zJϨ#)|vyVn'Y%#ZJ_sf7w -ao] _=8 07ܘr6`v.lH_mпɚq|Ϸ1{XBKK f %CeXa%vr67-> d%IVS+҈ U&W]=p e̪T V aJ@NGXU;ovC7дuHGy ,4>I|լnd-~9'v)?ܴyo:-QʮVh2~e|JnR( W#Gc{F{)0)D>.8,hĢg-:E'狤mOi| jO{ Vi]_x© ML0tDC?I#k{ (qB̳j7ƕ_v_ ,{F ֯)䣬nߎPi]"t xe/PLRK^HZ&3EJJ*1 ?o = pdBfGE8Vݚ;[}qٿ)l^N-)@0r( T%t{[6EHK 䊓X[Bk~25h)Z%0.dp}m VP![|d_;Ղ@=d37|x̛@TViZ,xO+Rڑ/C/i+Z| DևZs7IEKGx`s$ȺCRsT޼6EPK]W'%Q@lS >[aCI*{bK‡*>a5IZKHN7@a$>偦]E~rȌ4̂jޗ^@k`i^3ҷQחLB}w! ;"uOz0?1N')7!u,3׾Eqy}ZRnӢ4̿^~yw\R: co b,h'PH2LO, Vp.D4u1:%eյ潣 ¶̣>yEьP{ZgFCKG+sbVC&dG };:#(l.rva) (:{̄jīx={?؎황[Lz7\ B_Op?rB?qٰ(/su>5''CԸI[6wz2otg՝};nSQK鋰f/7Ҝb@2m$M,G/GQ}#!lF腎N_?qzq+ Y X] !EH _6@TQAj^Y f{!duG9zb$Oˍ)Vs-09RwjPz͑Za"NL? \e?qYTVZbk5pL] L(bߵ ĵP`-) fz ~^E7la{)/,7WRo3ެ~XSúBRrM,/t'#w $.:GRLLJrҨp44ͩ ~i"B#/LϿg Md`9mg]jlpҮ#\.fEiR4X#j|p{Ԧݝ>Kat>*T]j[ `w(kUjW)n ~ 5 4L쌙OS3Ǖ8G} 80)4m{=E[_T eX>kPrnrH7j,J۩]M``BxY Tɐ[lhrJ}q]H)\B[ MFFιPNt=KK ھ ;!z hA.v2kdLcSƎo(cq}3mz"j^eAB-RJjy Qg̐M1M,5ZWQh>=(D|7C4-FU*9Ne0筌I= t3NW+;[;It:^f9Zr LNbjB>]YQn#1oVImal; МlS4uYCZ9}jg+/tXLL,=;v4tBvכNoWAGyduxS a3:jHzB}c_*"dzcz D$A睲L/5wcyjT O-l bxϩ8) T tz