flac-1.3.2-lp151.4.3.1<>,3_䒗/=„=DjNg6dWքdˌ=<Gk{4E07Q䂗(7mj;[W`bҞV*ۈP#$kA%5e?^L} AX)Za (2=*'g XP/jKx*e7W *Μ9K8ψT|~IHB73jSo<N//B l4j-/=фq*еzB G܁0}g.=WkµS:1Zvj>> ?d   3| 4:@P X ` p t x4y(8 9 :w FGHI(X,Y4\X]h^bckdefluv$w$x4yDzCflac1.3.2lp151.4.3.1Free Lossless Audio CodecFLAC is an open source lossless audio codec developed by Josh Coalson._䒗lamb11lopenSUSE Leap 15.1openSUSEBSD-3-Clause AND GPL-2.0-or-later AND GFDL-1.2-onlyhttp://bugs.opensuse.orgProductivity/Multimedia/Sound/Utilitieshttps://xiph.org/flac/linuxi586? d #큤____ff826c8d9b4fdad85199ac270f8cff59ab6a6bdde0ba35ea0d92e925bd7d53f42eedc1ef5cd711f86b29016e7920a8de3b9fc9ccb8a32caa15d820b64027c55efa94e82253d473f82fff331d96c413304e8b4cd3ae6fcdce8c2124cbb2f20c0dc36020e881c851e687f25ca0e2ab953d59476179c2f22f83a029af87842d4cc7rootrootrootrootrootrootrootrootflac-1.3.2-lp151.4.3.1.src.rpmflacflac(x86-32)@@@@@@@@@@@@    libFLAC.so.8libc.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)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)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.lamb11 16088152551.3.2-lp151.4.3.11.3.2-lp151.4.3.1flacmetaflacflac.1.gzmetaflac.1.gz/usr/bin//usr/share/man/man1/-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_Updatedrpmxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=99392e57f35ae3fb2cf6bed1b2d835e2895aa55e, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=f7b31da1fa1da5df6812c6f29404256639886f41, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix) R R RRRRRRRR RR RRRRRRRRR R񎓍Ht4XV`_utf-8f93cd90c6014a3c910ffca4ed1d1dc892907b3b13a3d2668e68acce7b2150f75? 7zXZ !t/*@]"k%]Pʰb0e~!Yl)%f/lU}RVfy-  =3x%8!t\*_SyʯԩlIQeN me#|~Nmk*13myܽ=WVjz7M$`du,IrH8לX3Cv]]/hWA=}1&ƇQ>,r繱B&tش<!ǸH1]Q"s~^!.M0'$uR/=q[i9!4MmlxkTOjW4/:4,f{( atZtdE1+& ѻf}:RꃣL? Ԕan /j.g'mO'E,%/"Z1k"/HKb1%:A.VD"~J Kf͟fMtjL\loc_6pILjo#WʲVxK9Z=gF"uYȰTxp%ֺ3:7?Kf}z &+AsH ;զmzӦCVT5X,Qi( {#j~ ir;/o7D/I\iEF\krx(;i v ك]ENg ],l<&ijN<jΎq ZS#seD\[ANAK^aKl8 bh侜W ( zf$AB\~%2؇ <0 Ͻgj\LA ֬7RIOL1Y^ r#`|7SjERĺV;]B0u";!nSfqwq7noAl'UE^'ܳL*]$m!a1eȴ-㖂l!<}"(ʉEм @_ܲw3VJ7$ {b5bީj 1!z:նL֪\:qE3fAoԶu_WA~o9[^n`8=Az+y$Ir'@'| |/ I(rcU3j*XʚB6Q'x6)V(#^KA@@[ﳀ6J¼>n.#UcP|Jf_2r#buX >*]8/T$Ȗ&%#>7FB qX/~cJfV ?]L?6fvW=`tL {;C _jzf4dCA!{^ɋE7Q}32/]F^ KlE%k8m:z%ES0!5ו%q{bZ&D7[Y*_ 'e;+.G3by5C9@E8vi݀'-Y(j9Gg A"[{IfVٛ5ӊt I\1n:͠5ar=j`KF|xAMg:G5ldcA|UC!Yl:0P Mtk0͎u&`Gl5:?cK_*sldى)8+/Ez[)n2n JS7 ȷnHjGۉ[HD_l0u)y*AI;j̯Wg1Xc3%5;Xydޞ\L($7yݒVq*eťҙs Nl.Df"zA.I&&>{ZϷIf40 Qlz]sH!~YLyswUhM3bT߷pxJF F|Kxrx??TQVj(F1?r($1[QFR7Ԅ W#_9~Ai-P[o'G+=DL;Xh0RMO A>?~8(+v,iS٘/k ?}-K.ICyt-⸢҈;h~a1BQ#caN^ 1]044hb>%eM;w|jM2~{.n߲Lт.iUE Wl&1_IFXܑqm"dfKchs;&b|&N"p[709Z,-.Ej$U{/O0+"w y0soic)P@ )Z:L.}VoeL-h:l.31B7bL ayܭ%9UaGNP0_{<~!C(/`\jQ 1C;tR.D'X)l*;[aUa[әֵ9n̬ɥ K0O({ye58m|҉FL^%y+/h&mV &r-Ǿ9NbXTHi@Q|[1,Y1TI9WTQ;L1^靟{f}$bipÅ4||t;RS0NT,038E)CyߺO7ap$LLIs#^%>)3tZGa/ǫGs&|RLxg]& 0&QxyjQyD| .^mLMuP/a7[#-/b)f]:EqҭD(J*tP ~|L+5^u9@ř>d*rҙaovHpZa0=ifDk5A4N(D]rдY<%m!~H+*scOZ|}Rcu -1;<ڇ GvH~ '-<] \ W2GN~рJy}ic5_pu-k:Mz0f&?ͮJ??r .d{/jO&ZG7S1BJfS ؠM]H~)<.^shMTcnfw@( y!tBA''}@>.E?xn=MqB {dR 9Z x3@GfA:OJ/QT'UXAN"rKq"b"!А'wTv/ WG%Ob^:W4GŸ@H!EzH]'4#3 6 ۛ.TOc*/Y)4I=Fw>t (T YZ