libFLAC++6-32bit-1.3.2-lp151.4.3.1<>,!8_䒠/=„(in3:<⚫]jE@Fڑw·$y%G6dnip_㵑? Y,+A8%vߩ:o|Ȯ)Rv5 8wE*ݧ*>Z7Lbsb9Ψka] ytA'Q ]e:ͥ/EGvjS,4)X%6P \@X5r4ۂY|o,>?d % G ):QW^px |    $`(8 9D : >iGtH|IXY\]^bcd<eAfDlFuXv`wxy 48>ClibFLAC++6-32bit1.3.2lp151.4.3.1Free Lossless Audio Codec LibraryThis package contains the C++ library for FLAC (Free Lossless Audio Codec) developed by Josh Coalson._䒠lamb11openSUSE 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/ldconfig_䒠_䒠fb1294428209bfafc9cc616a7e2d2a58184668d7897e9d2960e2b4781c9f658blibFLAC++.so.6.3.0rootrootrootrootflac-1.3.2-lp151.4.3.1.src.rpmlibFLAC++.so.6libFLAC++6-32bitlibFLAC++6-32bit(x86-32)@@@@@@@@@@@    /bin/shlibFLAC.so.8libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.4)libgcc_s.so.1libgcc_s.so.1(GCC_3.0)libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(CXXABI_1.3.9)libstdc++.so.6(GLIBCXX_3.4)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./bin/sh1.3.2-lp151.4.3.11.3.2-lp151.4.3.1libFLAC++.so.6libFLAC++.so.6.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]=6096501da90af395b63b65bf1c750e40fcb05eff, stripped PRR R R RRRRRRRutf-874b493f8856004be1289feca49ac4b6c935b5b9dd8aac43446ff6be80e1d6e59? 7zXZ !t/\]"k%{ֶv)lD Vp~喣+old}nPJ {#;NLW5g$|ji*ҫB4 &!I?+,Xe&>-X''WP3J1eM=]8W'GƉcToa5>ԢUM56Oo `׿NTo(o8-S ypeٰ-ьF7~rvV57 '7eNjܸ i{C-69Y r'gsd. u4/pB1 )2/ΗWBZ_ f%١ojb+'R ^TL! }5W.~zD+|ӹ.1a<k\6p.5.]P˷4zk} Βm Bj1xgMظ$4c1ʖn~ SYA}]eS(9?PI:x$`L%Ghe/WD[<8)8WoP/`٪/.֝[8E%cA%|J@e!>n"IĹ3bޱYmR@O5ɮv^ɬ@3r.̡V<$E5f}QV;nLGּ<~h^,q0^$H06.>1CJOPtcvR7ꯈWEEvU^DebU<0sNUmc4kr>bG}L<=ʝpKMA#C>6/9^# }](;=0j۶L*a͆0j~;ɗ-Mوi?{zAxI-iQmĔJRN$Ce1J}K~_gFNV`JrXSXpAy++AWX#߉0"%&eN^1lh@ܩ9[Ԇ"1׀s$@<<7QNth'X<?d7#TB^#yCK'biWd|k /2 YZ