libFLAC++6-1.3.2-lp151.4.3.1<>,>t_i/=„fjMn-&w~sw0^`DnBIQ4.Uf*9_C^lrMH} n)Vrh Tjgb#~97e(2`; [0Y]2+ @ѭrūs'exÔv4 faz ҅ [ \W?wtINkH 8 ^nD06SH_LO!m f#o;[ >@ ?d   A !2IOX` d h p   D?(h8p 9 :? >@FGHIXY\8]@^bbncdefluvw\xdyl zClibFLAC++61.3.2lp151.4.3.1Free Lossless Audio Codec LibraryThis package contains the C++ library for FLAC (Free Lossless Audio Codec) developed by Josh Coalson._ilamb04openSUSE Leap 15.1openSUSEBSD-3-Clause AND GPL-2.0-or-later AND GFDL-1.2-onlyhttp://bugs.opensuse.orgSystem/Librarieshttps://xiph.org/flac/linuxx86_64__02ceb1cdb66f60c40fc0bc969c5c4a79df9ac97ca6df0f03c7c16d94b8fa4d84libFLAC++.so.6.3.0rootrootrootrootflac-1.3.2-lp151.4.3.1.src.rpmlibFLAC++.so.6()(64bit)libFLAC++6libFLAC++6(x86-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibFLAC.so.8()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(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.1__ZXh@WU ]@U TuQo@Q@tiwai@suse.detiwai@suse.detiwai@suse.dealoisio@gmx.comtchvatal@suse.commpluskal@suse.commpluskal@suse.comtiwai@suse.dejengelh@inai.decrrodriguez@opensuse.org- 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)- Update to final upstream release 1.3.0 * No user-visible changes - More robust make install call- Update to flac 1.3.0pre4 (packaged as 1.2.99_git* to avoid messing with RPM versioning) * Mostly non-linux related bugfixes plus autotools fixes - flac-openssl.patch --> 0001-Allow-use-of-openSSL.patch - remove flac-1.2.1-automake1_13.patch, fixed in upstream. - add 0001-getopt_long-not-broken-here.patch, FLAC bundles GNU-compatible getopt_long for broken OS, but we do have a functional version in libc already./sbin/ldconfig/sbin/ldconfiglamb04 16088152091.3.2-lp151.4.3.11.3.2-lp151.4.3.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.opensuse.org/openSUSE:Maintenance:15405/openSUSE_Leap_15.1_Update/33eb4b3a19feedf81b9b7af30346021c-flac.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d013b77ec7cc8c7aba312c77ed894774e3c4047d, stripped PRR R R RRRRR RR Oeutf-8f0dc7ae362548e8b0e345149f621063985c33c4694325d6c5b07a426c6e57e6b?7zXZ !t/4% ]"k%wdAOy  P~9=úkxaRrB[@DĶ_"1Ni-`ƪ$XI&uqlۿ%M֮:GH8!u~.QFYx{-ԘZ/LC-E/O>|Ǡڐps]X \ n˾Ь 2{GV罽sC`oddhV"V&Y%!XEcHA_PC}w2S`˂=I>XEBM$*dT`Di2a\Q63a9]"A z?Riv=" D/"I4l KCU"Cy}D~-TW𾁦 MՋZ$X\iS$[}(˩4a7;q֞/l_V6" Q(}-ɏtG䓚ld0!sŸPCGXj2D$ ]wGZeUP'KMl w>|QG\HPq%g'ҶIs{дgw|.Z@ T*-ϛLA<6+~ S]:m^Wu< f{Z%QƈP DMD2~G4 Et{ㅗe" sthq|+M*D-(W1^E%zKAߵ!l9ցgԤ|9}FN L{&>*-3JAɽ?!H30o̖Ef08!} 젳r)'9 -hKIntʃG)#u `w?Ɯ>3L=gfo!(EG{[M[}mPN KTz"1?cLS]<[FŚ#z.ľ4j;w 9{jׄ rr,hnE5Lz^hrqx 땔W:=?$v淽Z&n@/PR7 7sRm]iuMZԔǶ%v;HINmH(yqvs(3ن>Q`W1L*G:q|^oG c+L 14d+Z#]wD0V)}/ 0K-$Uj:|~fDl峥{sNWٴ%B>5cM&qxIUZT 懄3>\C6?clF0UzqH2PVz:1Ù4X`Vϖl/gGq]zO @{L\q0gGo"JiKeYY9DSsM]^CwFxT6^(Y0Q 翫 (/aItfN }FVp wT`;F޽B,vWs&sQ>u /o3YZ;[Hw(495x7%_bőg32# ?d&5shci zV0Uy?ۡ_I+>wiڶMTѝt3,xАUJ%-5 l-۪ӲPBhu 6_WLLj؏k:µX&DI|M=6J W]V%B;3F;۵RY<3]&fZZ gs( I%05I}sb!sd'#ϧcZJܙ UBž`q̃$7BgFm;jGx2s cdlqc8{TR<ù~.n_ w86l`] P'|sU_"Mxb\.+BB2x 4K7vz?,ta缴&&~;(̝u> suN䳺hOxZnY5yџ;F"(sWAđg0)ػ)U,12̡*'bJeC&v- ?Ӎ G F2%*5F$;K%Ӱo]+ȜDlStnUzڇxA=CN&q\:<ޮX5n5#p"b死.D`浟K@܄U{,g* u2$a Q\ BD۴I,oe}/"fr7!'kAe8eDsHPOl\d$Ûβ"}rumZKm'(7܊~>^kd󶐔}M  Ki$$1 tU67:<Ou,f~T}8Lr^jrlĤ, T7 ޅVk_PN~ˎ *'Eoca7БLRldLfapeӚ>A OԃGiݿŚ* ad''jë$*DNB^g&'42% ?2!c /]"Td&]Kg2 4qRD/_=LƜ`-uϻr̵U ďE/q~z= e%~6,|'&:yD-\ _XbxnbAӁ".T 4Ub5vs'`o] ״z6'x nhڝ^=&Vo2UTkb7BlwD(b.^EqBݟ,S_K#3 8}IQ~J_?5C1Dx jU}`f#e>Ofp.Wܻ{$Oܫ(U6FԂ΃g>SrjqUlndL W{ UՏZ[#P_/&*rA-j[,h% dUxnMgq2j1\B{^قbbVɛZJ߃u. 0[y'' hK9o-M&C4NGa4o%*G>'D۔/.i)Cee7áKd'ʞ{VNsyqx~1GWG39V8I-%1:m}[Ã/k}-VtuiZҦ%ѵ M褚|yO)Q0UQHrF)@ }]3' &'^I[ }P ;08/A0_ 6leJ9!ߠ׫tso 0_!b. >~OX4oB0?9x9iWl=Z**6r \+tS6xQoRò˷PEũ?wXO-B /D7SϚEx7Z%"mJ"Hͱ\;\2"̢/>ĥ1J3cː:Zz ԉhvv^-RYA,q9OBx;U\ьޮ'SWZC') 'ZOynAc,m)#8T* ɞ:\~uB6okb9ɎBA߈3G/Dy\GH4n/Hl6PF6)j.^7V{DPO!vO}# Mfl:F>8jV0R/LT!rJBܢ9ok[[]aIzseY==U"9,V {ch|iDNAPk> ?#J;jvveh䌅uw M"QPǜQ!i|\Ȫs`+]q# 6"gm9xa u4H̿hgf?obM-kmbsҎY I's:ê';qwCwBZ#~;;)e a:zFNAD`8XM+B.)0U694JAI *@pj"M3VA7hfY _jWO UTzvHk11ᥐm‘S/, =D΃~$4?2uZp+PsV~Q2aRA9Y)K=S qJ Y |iuŌFŽz]MϤԫ}z6zp+.pr=?<㌴kiXO_zx^+nK0$>9?afṼ)dMQ$\rVuHgm.΋|pAfȡ-bV,O5M|yiwD_Bʂ0lxCw>b27PL?K GAhLKׅ %1au碗},b?Ͷ=5L CM+R\]&jũf\2nVuraV94WHccdADjV4=N~YaԤM"#wU\ڏ|_M)"/X̖ Vʾ![EYHƐJȠ7lA/Xx"́M,ﯕ-=a"a<#,lF5`j[5uJtS.-7|i=mv ,}f-Q_CSݴr E=ԧzq`>bl=bX|t$'yۄiڤw4QIBeqAڬYH=5+MZ}e'$P$>}9zE;5W(>aɝ"9V@NmI܃G=;X;m}zad~q;=$I#ykhuRƟL5b@/R%A[䫟tMm/frF6\k68Qx $*)@fV݆Nq[9|O1!:mZ`Cu"6SbSae4#f"q~,$:ʞC|`r.W<-Һl%o } wi5;(VԜڵMƩBoD>RE {5Y(8~O? }A<;Z1wsŹ5봲9:BC*˵, RRt@ iDykI`[-t<"GC]N$V~Hm;@W\͙|!3OSㆳ9K"t?-`@0-rWH |R_+5wՊR#/}Ŵ{=F,YdRaEm(1oQc p*L_Co~DDwQ."O`58'3V ?MNTx7fhMfzftְ\v#ڗa%4%RUywTq~51-`e8hԩwJJЖ/J¬~2[7v=~U9@sBMJͱUYܰnKC- Ǩ0f΍kxe.yoTegɿU/.P&р$2H8|J)8*:9}UH>Q* LҪc7:U#i /j)4VMCBmvBLM1va]{V+߀j)XmDO=1(. k^nX 2eU9ީ 7ȆX^\\ lFK{đk3í"bx?*c4y[)R#j*(sҘDr`APJG *~mϷ$Y'f '=ր ,hF`OEAO0:\sYÉ`hɕf^+jEsGЯPeR J`DGg^b@͵ f94YZ*?@ږ^#۫QNZp姬/N;iVKqA3xd |s5K} (0ߦBD>!|NI'ҩVU Y^>v Vcb9wƋWvZ69"ϕT>GG)lYw$*|8q*:]%I?ҵ4\f˹Hx;w`g>2Sۻ9:hwKm ̖4r_mͺd nV։x*qOQ$Uc^<=J2j>lyeIխSapϤh1(*U/Vis H]rQ<"1[qTLUZ`3Dr]!g*,,]>b^MUY_-߃y]TW)5v+4&K2>h+x)$>5X axATeVre@w괙z:$y\qj#}h7KWv_7]M z 00")7@dy REv9f`Tp)yK\ҹ;r\I*|pm rY,Oֱ"6g‘r7a k_U$,Q_ls_OzE7__6 gN(գX XuK"[8.$^L/C{WE4*t=Lw15vޑn7+Stՙ-U7/}1H#=xs55_zTFΆ'yQvMbqv y_c>/%A{ Q,R9uM1BhnbS YZ