libFLAC8-1.3.2-lp150.2.3.1<>,4̉\¸/=„95q/Z\mX&@'_7(">Zt/WoLJ׹O"iD+E F;ui Jo\a':ҖV# эE};MT󃆩*EٰQ[%< ?Qp Ϟ5l\ԟ%.T!܀HT.E,Î\'ky9B+[$`WM5=5P <,PRm.>C"|?"ld   ? !2IOX` d h p  @|(89:>@-B<FDGXH`IhXlY|Z[\]^bc d!e!"f!%l!'u!<v!Dw!x!y! z" "" "&"hClibFLAC81.3.2lp150.2.3.1Free Lossless Audio Codec LibraryThis package contains the library for FLAC (Free Lossless Audio Codec) developed by Josh Coalson.\cumulus2̨openSUSE Leap 15.0openSUSEBSD-3-Clause AND GPL-2.0-or-later AND GFDL-1.2-onlyhttp://bugs.opensuse.orgSystem/Librarieshttps://xiph.org/flac/linuxx86_64̨\)\+d34260c7275b6da7e7c1c41754ae0ec556480cc601e1989808465b18ec0a19f8libFLAC.so.8.3.0rootrootrootrootflac-1.3.2-lp150.2.3.1.src.rpmlibFLAC.so.8()(64bit)libFLAC8libFLAC8(x86-64)libflac@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(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)libogg.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZXh@WU ]@U TuQo@Q@Qu&@Q/FPZP}@P+PE@O_6OX@O"O@NNN @Nu@N=,Ls@K(J@tiwai@suse.dealoisio@gmx.comtchvatal@suse.commpluskal@suse.commpluskal@suse.comtiwai@suse.dejengelh@inai.decrrodriguez@opensuse.orgcfarrell@suse.comseife+obs@b1-systems.comidonmez@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgschwab@linux-m68k.orgdimstar@opensuse.orgdvaleev@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcoolo@suse.comcrrodriguez@opensuse.orgjengelh@medozas.decrrodriguez@opensuse.orgcristian.rodriguez@opensuse.orgjengelh@medozas.decoolo@novell.com- 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.- license update: BSD-3-Clause and GPL-2.0+ and GFDL-1.2 Numerous GPL-2.0+ licensed files;documtation is GFDL-1.2- add flac-1.2.1-automake1_13.patch, fix build with automake-1.13.1- Add flac-fix-pkgconfig.patch to fix includedir in the pkgconfig files.- add xz buildrequires for old distros.- Update to current git * patches deleted: - flac-1.2.1-asm.patch - flac-1.2.1-bitreader.patch - flac-gcc43-fixes.diff - flac-gcc47.patch - flac-leaks.patch - flac-no-xmms.diff - flac-visibility.patch - flac-printf-format-fix.diff All Upstreamed either by us or other distros. - Add flac-openssl.patch, do crypto with openssl (not wanted upstream) - Restore make check- Don't ignore $(AM_CFLAGS). - Remove ppc patch.- Add flac-gcc47.patch: Replacing strcpy without 'lenght limitation' with strncpy, limited to 4 chars. This is safe, as we check the length already to be sure it is 4 chars, yet do not suffer from the problem that strcpy wants to add a '\0' char in plus to the target string.- don't use fvisibility=hidden on ppc. As it can't find symbols afterwards- Fix some memory and resources leak. - Link shared libraries with -Bsymbolic-functions - annotate relevant functions with proper attributes to allow the compiler generate better code (attribute hot. alloc_size)- Support symbol visibility features - Disable test suite, nothing wrong with it, it just takes too long to run and uses private/hidden symbols to test flac's internals.- Use O_CLOEXEC in all library code.- add libtool as buildrequire to make the spec file more reliable- Build with --enable-sse, this only disables runtime checking if the *OS* supports SSE, which registers a SIGILL signal handler then tries to execute SSE code... it still tests the running *CPU* though.- Apply packaging guidelines (remove redundant/obsolete tags/sections from specfile, etc.) - Add flac-devel to baselibs- Do not build with -fno-strict-aliasing since is no longer required. - Impoer two patches from redhat, one speeds up decoding and the other enables the working ASM optimizations.- run make check, but only the basic test suite, complete one takes hours.- add baselibs.conf as a source- updated patches to apply with fuzz=0/sbin/ldconfig/sbin/ldconfiglibflaccumulus2 15548266901.3.2-lp150.2.3.11.3.2-lp150.2.3.11.3.21.3.2libFLAC.so.8libFLAC.so.8.3.0/usr/lib64/-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:10007/openSUSE_Leap_15.0_Update/b6eed8ffa5a8c4354c222035ccfc6aa2-flac.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0913bf28e61cd0da7283355bcdf3b2fb8083a3b3, stripped PR RRRRRR RR2vC*}I%7utf-878897105e355989bd14b8bbe8f762abca0d6401c34c998e21e21332f383c9dde?7zXZ !t/!B ]"k%r=dAOLda9mN<Ӷ~q8r񺴧D(i"oddQ3qIV.SGb\#?S^UhɛlS)`{'$bfqސeDfCK@}x_p^5@&Vva9xw PSK^h*l?0X䬐KG:g 1f^TcJn- ߿V%GOP +kմFTӴj|<8/1gaj`9LhJвx4/sa7oc[TnjaDuȫg:Q.(X6uֵA}\Mꠓ2Zeq1x1`+$RCȋo.CwTsgqh^ e7t\{"A)\W 8wֶayd0L=Z< (Ա{K(Vz{ ]謉iR$MkWwm~P' yd%d)|X׽+ھqզJ: qd!R eBݽLHoyꒊ?,1fⷒt>O?J|3% (hB#P=̦u@rϓijܮ]5Nn\h:Ug኱G[UoFE*yc%-g2^hHá~9w  ta7$$7E;`[^N.QT4 285g{(&*¸A/}hUxjF|!y'\?B}Eq^BOUjhu}k}id&߇gcܢ*FKUuuJ3r-euC G0`di@+JU Va)o@iER& 'Jy>=x?C t9 9ZD$Ʈf b8x>Nao\Zo_FSj콃dD>3;DR'8+?}2:J:7-)U3K@;.)LCvgYIUwV*4X~Q1vޅ`;L~U&a,hfb2QZȡ>u:.5; l5]:c/jn:vrDT8xNk<; hYt0q@ &Euy@gSNUmvlXmp9tW&PR ٣/#FD4'eZ_F}ڨѧx)h99sX>M鏀#yu0]Kֽ?_ux,dIaj"jkdu$ʏǬ32fGF <~G,$˄m O_hL Hc>7];9\d[M}SF.n%ےIG<~9FEz.[ *YXE1COwU+늀yxijLػN7\C:% UN庮z6[Vpi7ľ)bQ-'q cy{oG1^"4Zܫ8UJRjsB(R:G.y  P^Ӆr7A&mKiƷp4&G9Og|6ry%2z'QL8Ko(y4E*&E to}+v};A Fuj+ 2&D2u$oR, PU'_ @DBzP'W4agH:WvlIE ;t@SѻL_ ΢.Ŕ~͚*z> 3(wVg [ XPuFTZ)-0Ro53dvQc4[3=?>$,k+$~R>әzpVaL/ ?q7.j^Yb@차kI0[a(o ;L{t;31kyYxU5j{(t)Ck*?2"}HY{RȳQ!8 5IN%٬C`Y*Nl4E)L J||{N2I.Ǵ9^7~hT` |\[}Ŧ$BLe{/5CpCSpżbޟ|2˩f]KK*0#P{)"FUT5&b{,w#3n3&s{w55"]b'2&sAo[GbI g+:+9^ 4yǕ#b3M*윀~}Se&b{~povF;O'Suw[ r8 z,ڣf3ؓv[ ^#"MYa2plv`Y:?v(̍FY7Ce&<-,j5Σ}D ů3A/FhowIɖFyWe`$ nP"̣&Dq]Fdue Wȸhi ՗UKz9P[,D)"r2|]@: .Iŭ1nƘ^{)GCZ]cjFsWؔi%Uű`)mGaqpХxc}znһ9NKWBR\t YZ