libFLAC++6-1.3.2-2.3.1<>,<Z檂/=„UPBL]63&NNLScwU#5pmU$\CR) ,M=e \S'%9cM5(` [-!yC3h2U_WWMYƆ2t q#m2oqiq\QGMv_yP&`9ETAtZfT>d-7C4؇^&|K\:uewx><!?!d   ; .EKT\ ` d l  X(89l:> @F(G<HDILXPY\\x]^bc Pd e f l u v!w!x!y! z!ClibFLAC++61.3.22.3.1Free Lossless Audio Codec LibraryThis package contains the C++ library for FLAC (Free Lossless Audio Codec) developed by Josh Coalson.Z檂lamb170openSUSE Leap 42.3openSUSEBSD-3-Clause AND GPL-2.0-or-later AND GFDL-1.2-onlyhttp://bugs.opensuse.orgSystem/Librarieshttps://xiph.org/flac/linuxx86_640ZZ40e61c1203effafb92e0ad2db5a5902blibFLAC++.so.6.3.0rootrootrootrootflac-1.3.2-2.3.1.src.rpmlibFLAC++.so.6()(64bit)libFLAC++6libFLAC++6(x86-64)@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibFLAC.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.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2ZXh@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/ldconfiglamb17 15250663701.3.2-2.3.11.3.2-2.3.1libFLAC++.so.6libFLAC++.so.6.3.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8041/openSUSE_Leap_42.3_Update/b4352dc74e92b8c9f2f20db5630ee9cb-flac.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=436c0d44f6e548c1874f5e3e5278b52c698e8825, stripped PRR R RRRRR RRO uU'\'?@]"k%]dAOy  \%[C !+s ,Ǐ -M# 3E"YKPr"Ԧd"6JLK#(5i~ ]_@Bkv BČyY}܋^G0xaJ;*ʡd\0TvD vaG/x??ʟ4*^peG1^J'f.vj0 ٦bW6ݠ`1Nw^uF(0m[F%;rxD q@k"@yrnU0d<[ \O)霢?c'j?O|ǘ9xm#pAOM,_]{,KmvwdOv9+>d ϫ:w&N!?4bfHH2_s.(wQ[7$N3eFr9 { i\z(BRw2YHSxrt5Փ 3A!2j>a;RZ31mpOYHL*ȕR8K=.A8rr 7μ{1"A$PyRk*v$gJڞK-Ap+YƩ*:w ~HoBفVt`ս*PGxA"YTmLa'JiEK٢ o[iRJh:~[V?YT~wpl"G=t6'SypvHQ_:'qcSvs}87l>2aYڼ^&4%{ l۞Ouַr*} .Trl%dr__ȎtqWH/b6s gߴr(0nY^; G38 rC.i EKh';c:J:ǐ-haVRƢHd.WAk][;c*ޕӒUO(ɝFz (eA}F1.=0-g:t,Śkǡ&o\l7T!Ĉw#ioP~mifjjj:)Q3=VCW/4Y:F ,):ztuW19--<6Xd@=Q>|Ts8XF h1I"66A9T DCBYgz(Ke?{<ӈ}p?v7b;KR%̈́g@H(OMx,r0F֍a{S d-aajElG::p}K fn*9Y(%Eh%x^Y2T9DgP.̑1}Ylx|}PF ݨ:X{f`Vod UIuc.W Sup4WlX|q̓;y_⁜0{ S!gՐ [ }&if0D¶ eZݙ$f)^5Cw8%1:Z )X~g&?.cg_b &-$c>0 vpn87sDm:9 [AudTh>Ό[.鋠J2 8wh/B4N6= BX$q /c<\60SHƠE:elG}hq,L5Uq1lXξ.3^4`w_E:{ox8A,߼u)͞eL&kl>:CHB/yMz\ }3DI. =iSDx,r4Br0_>wRiWo PR8hLQmNS~tQϑ081?Zd'j>'@f1o&6& AAq,ƴF*zaUa<3ڠ-g{Kf|ca-,eaxՍ'hua޻ݽ^jgƮ|Eea䐳D:JBx{1%0^>zt6Yu?a>o;?2 e힅[e g}mCt16Jdy4ܬ⦃ 2}uK7Q֛ >P[&V`5!%^J3b1lLg(w4LO*c->G]߈Ɲ$`2O0q|&Д{pst"@mOੌ QWlK9 κ!.-4>2R//=FZkŲHJW亍=̂~+.|?DR-zDp͝^TRz ZZq9>4>}{6ء-Of˚$C8^# 5j{|{Re >%At>$Fw_X1ɀ2{ 3ra5ɓR#UTgo܂j׃ B B pw/sZ)޶8ۂly9a[&E܀ݠͩ p$Lj1bɇz\s`9ׅEơ|5)vHA2# %3}ƣXz켷z1h@ RYD6ih>9^_F_<*gjra_ލ++N\/_mK6FshxJb_^!~Kw$7ų'N2㡀 n"ZL PtQ┠&_p7ڔ!0jkx%h*EV4JA10>W*~(Ec_lHigiԩxtwz0u1jT7D$%p8} N32TT5 Bk o GvLU+xFzׄ\É2~iP31,3ESϛ; DP+}=:PA7 ׅ̾Y&5.1_Fu10/ 8´8,9?.)sK}~W;ꋿ2 [x:p%e2 y#])ޘLū(okqrjl`'T"&ֺE~djp~l@lb?OC$m9Z^i$?@w݄($-%@t+2.M[).[^=̀pIf)g><zrem]Ap6 0[MPwnqw)%be/5a{!a":^GP='L| qCX,B_ n1dw Eq#ͶZU.mҷj#]U |`VͭXDm01L~h볫=Jٞ ]-3pȺ~y?${pW6g*`?Y>nB ƨv}cvp!@ZRp "DY,b8_PMvx[61kЕh9|<ܻ_~zfejRT Glwq}y(/ ay:Ɯ>{ ;k~kxr~t|WzMmo{j)X\DVrh["`Ve }wV'5Wy- ho&< ETpg*Q+&5 Z - W !?1EƢ8 ۶UU8gC8E^0 Jckt;AFVlFT)a{KR (rp&AJ%@@Ώ^RLA\-E#nB["gg7xc ѿ2N,S _CEg"jȀnh-kw[ti&ַըB!)Nrڊ }(Obŷ㩭#.О::0By=#eg뱶%b?#yrQLum) >Gևf_>W;RTyèR Q:O%,{L̰tB){&b{EHVlݶT\Py &q|@ Br,J 4 ԰މC%ax3<0&nYqjS=q-jg<48qkq(>m" (.جO.L(ǂԆ30`&/Ki^3A`rRR>?y*bx!$tuRrNxp%A]b >g֬dS`HbJx0H1YMޡ{Y 80a(1} ק+3~"_R!Sx T" @&}LN4=9~OC~M.M"pNrugb