flac-1.3.2-lp151.4.3.1<>,4 _i/=„U(p]!F\}}R(#l'4\lN̪uz[@(C0ˀc:tئ雛z濑6B*4yUIB}b'F!4mL)9J(}xmp$q]y+J;ڷO'#mh0pJڑ39C D%L{%kJf띻̗.Ld!bi;=rbCG(GO(6\Q>>?d   3| 4:DT \ d t x |0(8 9 : FG(H8IHXLYT\x]^bcvde f lu v0w8xHyXzCflac1.3.2lp151.4.3.1Free Lossless Audio CodecFLAC is an open source lossless audio codec developed by Josh Coalson._ilamb04 }openSUSE 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/linuxx86_64ӈ #큤____49fb04b6bd300cc40e6d5943cfe77b6318a515bbc599923bbd9c50101bdbdffdf7dce7cb2e1d922ca511999a129e0b08694f4464d4dda51fbbb5046e73c808b5fa94e82253d473f82fff331d96c413304e8b4cd3ae6fcdce8c2124cbb2f20c0dc36020e881c851e687f25ca0e2ab953d59476179c2f22f83a029af87842d4cc7rootrootrootrootrootrootrootrootflac-1.3.2-lp151.4.3.1.src.rpmflacflac(x86-64)@@@@@@@@@@    libFLAC.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.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(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.lamb04 16088152091.3.2-lp151.4.3.11.3.2-lp151.4.3.1flacmetaflacflac.1.gzmetaflac.1.gz/usr/bin//usr/share/man/man1/-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, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=02461c34d56732dbafea70e5772fc5d21d0bfa9b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=36f7d649bad79c2608beb4a439f193583bbfbb57, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix) R RRRRRRRRR RRRRRRRR Oeutf-8b0812af7352cfdc9938afd1ce1888f24bfb7f5ca1d440b96c267e17911676b4e? 7zXZ !t/+]"k%]Pʰb0e~!Ym2ٟ겪aГJu~LH 5QN&LĎ0qžȖ#ޅxw@:[v%z<ⓓ]$62'}[dy yzJjn>%u7p.9,ify?tI;R+ltmcDGܹZ[@vކ1y`ුo`h1z s&J=/杫?ٺ-\j/k}? (%N=ֿq FxDoΘ`V'XnJ}h>~7WFA䪥(m5:N!TYT 6\ˈhbp*~S,aÙ]5@1Bo8ZA'gxt9);Ց+uA9ʗN-Q2Ϥ)d*7be# :>o` 8ϺL;w׽O~r常p4! RU6ǘ+UF 2I p%+ycY4Ԝwv ߩ[M'|ny&*!m- ܂ C?H=8U#uـ)z.ГBu䳺n:g Q0SC4}gXM}FǤ`*U QJ@٫2"~Ơ; An[[NJ̈MB6b`S Dqd]A)jcMUW㻛=`oM=n|ŰTqO2G4ռC,:.TxԂ5.QlnR̹k3`C\]IDyhuSp?p'ɏT< n  E(Z^FH3,* ލf ]Qk{/"UW H~$ p_&LH[G[(6זQl{TfԄURg ^CLV֡wXZ uw2;6eb'A tԄٱ|3np +ϾcB'ho/X" P호@A/HضkQ'2㠗qݫs@,yW S+~{0>{ƒS@hpJ}+~e4:L}a캒̵Qvi3vlzHcHX]ëC' 7َ/GLqХNivD$RYK07)#e͑ipƱBFlY/|9uPZs]O*<LV@t. Asϒ|ḨRYNXv,7E}ŌH#&S}'U*yWX9-"1I=&K@MgtY͡lB<ն;5p}d8=t,82dgd}#P܂$H^ѻ] nn:32F@uȬX~jH>(а]Va$N49; q7H.}fy)4)zVbDMP` 02Ր`dr$~cF*~Kv!4 i̽L߁⇬ro[,Eg眜8PNc햋Hܽi0ebg]4&1&Zm!yLĀA}b(h; ~˯*R40MM[F h Jj(V&{P 5Q$ I!9laفd13-S+RlᕩF '[%vX_ p7' o0MTP-B+,\&cˬ`E+L.S`Цf{)Ň/񄐯גv6SY``:EAS%ftmeXtP+1S zIvj8'݊K45>[0zEm :OjJ~Eu?AϠW%s#R}Yup 2##>h6J 0MDwL"_J"za&}N)WbC'u qBX\>6hM,L%xVr"\D^-><`UHdݗfV8JAhU] ,S.ѱ%7\fۆ&ivL^hֹ[_k/&#V܋ob8,q5bFQMT?C1j- NDCI:¶.Nt y'۔:'D%1a!o͚#m;v}DiQ4E\wLIܠz= \q¬V Bfߛ:L{NNp/eb-wL[""(-.'-h2' H m/^\$/}CL9U|^Z8JO:<|9q~Pp Cgr%&PC ܈]h` S̡Yב 4<G욒#ނaB^wУ6VnL9+O&{zFv>O>S" Ñ #j(!TƦk9T9׶Saпqr+VK+Y?/&31k陭xJHpZʺfZ D첷7 E)zTxKDd_w& i-k&킼nvqA=":iTPDtD?l@T Sf4MH"ma.˿Bq`k=F?2bβ7wJW}wsi%]$Xb!ދVXܾ奆TeCZ$AbwSݶ x\# .(o {yN#q4ǮꅅJA>3u!z}|:`@-H Tz͇ߪErKG, -oBZ凞/`Y(jo,s2 X̧ݛ. <\`LB,n](o?:vcE3v|V:bQPW 蓊Q%~ ܾuRؖ :}W+GY`jXX C$Ts2(uv~ 2 +6q啗+)6#ln 7}G[Ff|}<>?Pq$'?4%f>p)7(0<3㮁 F !kv֏\z r?d[_Eՙ/d/%T{(Ii)62?f{7l~@ *WAXa㪠ȼ6712BWeLnܪ{ Z@Ӄ F`$LWX׻>9]ۈyyHHl€op%. AN7y!t#8z+4#` sRZ \!8/U0흅fAlR+@0/wwWŗ1W=+)7ZC(y-+(S2]Bt(uB?6*|lN߱YKT lb>zv*^]US}8->.$Ę&und0Tz.u]pW[s:#7kgԫ?̹2Q5ed7|w̗R]jfeyLOHT kTI^cGuk, #(\0(^"|3P߰Z[=GȥN$d).Zvx9UQ$%/t4~UU8LUoRJЀĸ,;+,V8F8'Sh?D*Z$%lR?;җ?~:u`Xf}t)WYf YZ