libFLAC8-32bit-1.3.2-lp151.4.3.1<>,=_䒡/=„ dY}ɠ#̍zSX y: PJzLuag~rHgR=0/$<L#)tZ7NکG&N603Hmhݰ)]NOmL 7)y܋&d,rI"wk ^Ct ֘-lpIJwR sOp;wVHb%g-,D9d$Pa* 'P3\MtOzl+>A?d # E !2IOVhp t x   L(8 94 : >YBaG|HIXYZ[\]^bcdTeYf\l^upvxw xy PTZClibFLAC8-32bit1.3.2lp151.4.3.1Free Lossless Audio Codec LibraryThis package contains the library for FLAC (Free Lossless Audio Codec) developed by Josh Coalson._䒡lamb11WopenSUSE 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/sbin/ldconfigW_䒡_䒡add084c26a78b0f8594850130dc6b4119adc0f2e4ce71037e34d57575686aebblibFLAC.so.8.3.0rootrootrootrootflac-1.3.2-lp151.4.3.1.src.rpmlibFLAC.so.8libFLAC8-32bitlibFLAC8-32bit(x86-32)@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)libm.so.6libm.so.6(GLIBC_2.0)libm.so.6(GLIBC_2.1)libogg.so.0rpmlib(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./bin/shflac-32bitlibflac-32bit1.3.2-lp151.4.3.11.3.2-lp151.4.3.1 1.3.21.3.2libFLAC.so.8libFLAC.so.8.3.0/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:15405/openSUSE_Leap_15.1_Update/33eb4b3a19feedf81b9b7af30346021c-flac.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=ab886612026a65b34be3ef2e0543ecb685a7b0e1, stripped PRRRRRRRR R R R Rutf-80ebde95992ea528a8a2453f34ea1dcb3cd6db39928d963c4da7141a49fd0ffc8?7zXZ !t/8n ]"k%]dAOLn&eg6~1Ty H8.cI\WHsc0HXYZӠf^aLAZsP wE :.rqFmN_()YdJ?;M2㋈6ba6Sޡj:܅o+lSKDU @je F/$&eECNHQK!݌~Gg!߿s{?y/&;bE1ϜjpLelv%Z}z"c`3p\ \$qbht4HŋvL߷@AD8.'G@vl0άɁ7RKwl/^/ iN +4`1~dASo9\ %Hp4=0OEt]a?7)l-&tGPl.hᛊ.+"lN4؃a.Je+l{0/-#!~` \r,F9 ;Ir-uB*Р~/dB`F-I Uvg=P6H͜<-wcx꣠kT#@^LA{\2/EIST,بxr^HA-~Z`pnUbMӛT}] gw;2V6T뺥caND!v\ly1,7ŸD(nUP'̏eq?)\X!d"&\"p,s9 ؛C`q(&ܩC6q{%tA|A>` mj(.~)m #8><}:lrVY3F$D (BfJ/4aip[ߨ&B*g gLCQQY;ɩ>U # .)|ްQ^̇`*/:4!OupLRk@N΋A8V |ʇqA8;/QmQpf4hc\)ꕻ -i$wo`hz2.7?'lveSOt<]F5X<^oE# J0etU|A/ _cqf_櫭iԉK>?pj&OI8{Vy~_zV;:gxf*浳 ZI]q~y,O~_tuBb%e+ NfۋUJm09TsD0jɐvfuX<[u/Qk9a[_WV? i6{w֌4OŌ0qQK^ۅ}/06U_vf 3Jd.Otk1gcǟmE[.;J-BwAǿ#LD^: ?SLMnEBS$னr8Xݝ,|j767Ɍ*,TqT-B@nW[BW*J%c&_!N7H43!wkNq؅7i*$y2wp*ބ_W:FE$O"LXPJ;Rr]#f/C> fϲa.Qod_Id7,bD&;o^ "k}nu!Y Bʋ)^a5%Q2B"RVI&G(0`HHFD_V5uS1UBlҞFn|y&9zJn!_lö.~ӭ7; Z>c)89O aZ;]pLA4d3h&QyD 85^Ń =fn_$*eK0^xҽ43myA dt"JP3.(/G~Pd˸m+רCw[ȔCa.O#Z({+%(6n)Ȁ!8?Вɞ-Œ:PUi䅝7=~YNE1Xde+4ݡPHZ|@5C~{դLuKn6 dәjEj pbYXe(q{[ʰl\FDt;4`֨ChI-}o'% r õW/)c^CLWeL{~ pM̗Ŋ%ͽs+wV3A$䚩X:"ݐ .u}&U-1dx6h{>*\P?,JeV?,L9 $4pPTS%iJ'Y6><\HB5BGCF |{E}8 D>Dnz/nvSnu7p-Wc+]-VX_|]gGP 1BAO3z征-6B-n)>n\=HtFZzGX[?eԯ2|UaFg:R5}>$7?P]ٲǠ!P[Mt#Q]>D%hnߦآ6΅QI*=6ׅEɟRؒA.%IG?۠DM$Z2VVE(u%:c؜@Z֪d n'rJ`4#:t:E%L9^gaAe'!-J+󈙊+]1 cDl}VDv˾_TU e-7d0~Zzx_; !zs?,=k ֡Uƿۈ\Ԍ#s?S vq-3xv uأք{ӌI&`^_l }=V*^';Od;V1Kʹ9[c5LGWH6Oz3( -N8NCZKC[הϱZz [1Ņ6#V"aX3~"yکT}ESc W X+iklS_ejP:U{>zm p&d]YF.d\Grsw6JzGP\t,Q ԕF4V;;`0}$ꂚVC~ܿ-&aKZʐ//|Ƚ;Fuw ޫ@bd.URc+԰$U !m@wTx{w8Da$(!)zfZw Z fI'٫wz=CbbAXIБ$tgC&v^`$60@7u eiӆw۪jr7݆2Ϙ~Db˭\x˓ ̊af;S~^'KJ8 bŽˡg R ֲS%790F8E%(ePA4+}k7-9yΧe[ j #ݼuCa\KmJcLT:\|Du]?ϬS ϑ>ԍvO{h@#zY}]5Ъ2$Z}ÙUDM>}Vt"2-o !:ϊ#/9,2Ob7_!Rh]N^ht<#ĢϏsVx)_pMB~ ;\IP gv Tp+q5qMie4uc|\ljm/I5 s-I\hLr~-A4rm>t̳P-̀< vH+$򼿑C)jZ-<$-fMkx-)nJ`\PZ5:$ !t+W57 n,5.֬^9PWBB7>g:B|jfLF`Ew;AsO?0۾)6JXt+ m=i5%8|WY!~*@Co)#!#U(]R+Ȩ3P~ meEv;kodOy x]n*:&*vv|ƌ; Z7'),OP' hot<=dlLogHU g^| d{$u3@7qEZ|!Dm@L& m?}V)c`( y8?xo=“xj;vډNMCfN$ :"2 P\o\ύ{m2ݼi !}yǨ^oFU8ѝ_lAȸnq9TFavk;cmZKO,ZS3w_r#ha P=8 rPU0WHDNǹ)}YXq  Pr']t2,qHrMឥrH KJ5Ⱦ_l0!;.i 5 u|%TjmWu8:hGq ^ZGR` ((uΖatr&`hLΫ+d;\eDH h4ڡ,/ G* gVd-I Ayc5adU@#6{cP1@5Z9j.]{I=~ Q簘> 7@B e]fMcjXP_5v}ɚe]<(o;ހ$S~T߰[ҷѳ'4^.OB O`ҍO'^En 4  D )grO,<{NYSæ/K|xzμTVUJۆ=veը8@xc)GWe:j`MؑER*jMuJ,ui|Sk^%RjkLMhZZ*;y=/W~S}mF=K˥VV2R7`p5~$qTA* B*nQ-)L9̨^w~ks,OX@CcI8i%V`@rmѯ_U0gJd!m(RLC9FOn1Kg$pF;"tA@O~+aa% y`C?o b#~IRj̝>xiP͗4a7 r=0@˴mUyE Q%ZU 5*X% "Hxs }ub(Eۚz[9*U">89jv yI9?7(&n?j eJr]ytxjOZ?M]o{3$:IJOfb¹Q &F"O1(BE5Gp>아]{ -އ3nT Qe svj{1Yp7RBM0oYx3OFBR]S|_1o3"?#@QųJw:f"Q˙& -ع/fJ m[-פ: rjLC U&JĒAGO49z!ڍx:pP@~=7(m\$Sd+C~iLFYr,FƎ`cXQ(HV.y#l(]F^q.1UNk%uaݨy PX]nC9.gmGn =7%2g)hɻ `ūN\ge|ASq W_-lLr )_G2RF{EJ}YwP*E4Lp fG7Iq Cda=s\b%چ{HݿUo!͛ )vHd"@TLV?,';̍Sⲣ?31 $=ѱ]yw44NѮg#SU9^4.cˇsȖFt[ Y3L: }!9m$QcA Z=[V&S k_giGpsIF=I2E[Z3>kzvw`MAp YZ