flac-1.3.2-lp152.5.3.1<>,%_ø/=„wy%8Ub(3 dGrj!R,K )"v} j՗bJ$x5, I;VXvlQb኶SmJᎮ.d"sv8p hH/؇Ծ;'ϊC Z7MNae-[Khӽ;YoЯ!4R5p t.OY/jגؽneGNM"~^c2GbkXpEy hfKHY6Zb> ?d   3| 4:@P X ` p t x4y(8 9 :w FGHI(X,Y4\X]h^bckdefluv$w$x4yDzCflac1.3.2lp152.5.3.1Free Lossless Audio CodecFLAC is an open source lossless audio codec developed by Josh Coalson._build74lopenSUSE Leap 15.2openSUSEBSD-3-Clause AND GPL-2.0-or-later AND GFDL-1.2-onlyhttp://bugs.opensuse.orgProductivity/Multimedia/Sound/Utilitieshttps://xiph.org/flac/linuxi586? d #큤_n_n_m_m34daa492aea0965325293c0baa7b302dcce9f4d3c977783c9365043d4b37fef9a3e6f68571e48587f668a489d157afa89a019a04f76bbd43b6b1f45dcd078922fa94e82253d473f82fff331d96c413304e8b4cd3ae6fcdce8c2124cbb2f20c0dc36020e881c851e687f25ca0e2ab953d59476179c2f22f83a029af87842d4cc7rootrootrootrootrootrootrootrootflac-1.3.2-lp152.5.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.build74 16088488351.3.2-lp152.5.3.11.3.2-lp152.5.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:15407/openSUSE_Leap_15.2_Update/8d739956593162b800462b338ea5cb77-flac.openSUSE_Leap_15.2_Updatedrpmxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=9e19119681272fbcd3f6a1652f8d27d431d437d2, 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]=761a0f980b42092d25e99253a513375970d7c0cc, 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^QBvLutf-85ae11124d4cf2667435f6588332d6a21d9aa3f01f7ddbe5f1e549c52064d60d2? 7zXZ !t/E]"k%]Pʰb0e~4ٴ2W$~F am~O vLe~5q Qٗ*0kh^`aV1q{ )<8}$qʕ/rAJda~*Z1uxf3.W~kO(]S[Ra @d7JPx%dwTq:K.ߐB?/;o.SkXfHD [b^<04_6 x/ej#U*t,hi/9@pO5UcB 9n$nۼ)?*1Ժ>")~t I-v:@P/GA*8zMϠ&ghF[ ZJTuÙ]79TDɅtJW% o#:Hu:OxT`t,JLv5ݯq,>f~y%Oqƒ"о(Tap^csV9%6$m6<\B^J"Bfz9򼇞)ƚew{ @ɰ)D|ݍRWˮk70 bLCF`*@s-t 5"pBT Ôw1+I^[3Rw-(>zАTI6(lG!Aٶl)! :HwkJ}.3dOA[}c3 i?L!]⌁~b1lá'jPLHp$Ð% 7pHikIp&$ޥ82)j:rZkۥ>HcJް^bjMu4T5FBB ڕ1]g N$]@^ 4c  YZ