flac-1.3.2-150000.3.14.1<>,;dp9|R;spPRIln!`̯'4Yl0iR`x3~*Qྺj%$vE M7!\Yʐut ["I晌ofˆHOFFLp~Y^^-S9&f)HeƱ!nڔ|C-`Qiaoo5 Fsuֱ8 L8JTp7R;&xQKs MuA.*\c2`G2^ԆȑfE`[ AN&>>?d   5| <SYdt |     H i (8 9 :W FGH$I4X8Y@\h]x^bcfdefluv wx,y<ztCflac1.3.2150000.3.14.1Free Lossless Audio CodecFLAC is an open source lossless audio codec developed by Josh Coalson.dh02-armsrv1`SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-or-later AND GFDL-1.2-onlyhttps://www.suse.com/Productivity/Multimedia/Sound/Utilitieshttps://xiph.org/flac/linuxaarch648 #큤d@d@d?d?4bc0c3a64923583bf6f44aedf16fc85358b1903bcfd280ce7baa529a72d66eaa7fcc1c3624fbe990754af281b5d34b55037075ca31c9f251e81e046f0d0e5c6bfa94e82253d473f82fff331d96c413304e8b4cd3ae6fcdce8c2124cbb2f20c0dc36020e881c851e687f25ca0e2ab953d59476179c2f22f83a029af87842d4cc7rootrootrootrootrootrootrootrootflac-1.3.2-150000.3.14.1.src.rpmflacflac(aarch-64)@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libFLAC.so.8()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1d@b\@__ZXh@WU ]@U Tutiwai@suse.comtiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.dealoisio@gmx.comtchvatal@suse.commpluskal@suse.commpluskal@suse.comtiwai@suse.de- Fix Buffer Overflow vulnerability in function bitwriter_grow_ (CVE-2020-22219, bsc#1214615): 0001-fix-potential-memleak.patch 0002-Add-and-use-_nofree-variants-of-safe_realloc-functio.patch 0003-Leave-metadata-items-untouched-if-resize-function-fa.patch 0004-Do-not-memset-when-allocation-fails.patch 0005-Move-entropy-partitioning-result-allocation-so-it-ca.patch 0006-Don-t-overwrite-bad-state-with-seek-error.patch- Fix out of bound write in append_to_verify_fifo_interleaved_ (CVE-2021-0561 bsc#1196660): libFlac-Exit-at-EOS-in-verify-mode.patch- 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)h02-armsrv1 16933014171.3.2-150000.3.14.11.3.2-150000.3.14.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.suse.de/SUSE:Maintenance:30364/SUSE_SLE-15_Update/af0ba4c598b3dcd4a40634a0fc0a0848-flac.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=414cda7ecfa4ba017883ad0bb32a668daa1084ca, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3503c9e04050dde040f7bad334a71da7974c99e0, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRRRRRRRRRRRZB|-~utf-8aa34543f5deb8a48e2442cc3571699420d91d434c1d732138d2d41b2aedb57fa? 7zXZ !t/.W]"k%nPʰb0 {`O duByW+I+%K|;{́sA5؛g+GLmk8*SV<㌀3(8ASdsJr*d&k<gL`@RrR ;Iu!)=*r*@U+`/Q#\c?r?[vxi=a;[a)hezyn"b"kYRɑ\=X3`Q`:Ejeb{'(IH7E`eʧ<5DոjxTp4mg l٬_X WeD`V[QJo@Pj@e! 7b[=\,3tg{q,D&+`N T)%3VR>=}yo1w7N: f,,!y փ)C{<%Þx>xfCpsCEHjj",wfF)$c$m*+0 kwy_4OY99ǩ!T5(Reԇ''3E$T|cHLm[Bd0K7_f8N69~ 듫q0w4p %;;'3CpN +ErYk5hA~Sf\ٰ ݄ W6cy u >t8L+e &(3|u@l8֠P` . h]R :PAS?;D'mtP)BQ1>Z15BiA?Y0H/mfahBN3KߑA CRNQۡ;O ȭ;DJ@j_]Ԋb9w݁O "_:5\o2*V=0SrcƎ3sBW,^fw eA%?}ݟ@I_Cf4B'3)R zO/ @tvǁ=eKMb+Ew.^C r1^9@[I v-YK3+J 2[6?WWg\b VB ɯ!d_Ko';ѡh̐~>mOQW/ ph5+`mK= dS@!'*55I[~3;He UB3O/rSbBS NDMurf.̕[^Tjkl߲ԗ 8`s^[F\Ҡ4a쫀܉U8U':K8ߋIaE:h5H <.mՌ.j|kPkz4eibH{˨L|ɟU؟q [f>[ ZfH#Cxes{_z1%#]euU࿤*zS0nSeY= Rd)?8S0-D?]%C1{>ZfH0`G)>22ҨR+LkF ɢ~j=cXƖ"nLяtw ws:0ޮ9fzAߜ_i+gOF7ץ:,\sOwKΗnS]1vpgE#a,)ۆʓEgK r?ã"q`hb @qjls>w41Yܰ#+]{En:t̡%5 V\_3s5=%1`o@GM't鼽TZs-XIɮW:{=qɏi<0MwIuL̆Ȍ+V'DR VD? *><&S,qzc #L5>Aۏf7.bxwB!BպoD\K%\( H38a`{Osq 6k6麼_SP :4G<#2^g~u(&rJ{MQA-@U{nE=GG pbĮ^75{ "7/ٌ}7Fc sopَ(qF'^xy1Þ`{@+H}tCh/ɭu ü5Sjab?2mߜ(ko!7ys?Ɠ*҆&3U騍kCOxHGXD:5,b+}6fމ7џ&Ba.JV'jW.IE !)T"iC>b,*i-`‘/\-N&JxDKƚMz~=0Ө#H42VVB7*mUd!ȭ6$IPz1}RJj'U=:A78< ҄<4 뙳bD0z1ZnS]8mˑF-"Qu7,/ZOi5( " BnA}n͆ W75Ci:ڳλzr n_,#/81Uk :4e*c5*eϭ)̕dt<{/d׌-M`7_h_2YG1y_[CwHG36+8aƿ4dƮKY7Ta/k0EqNQ6ܧ'ѶB]=9 ?MZg^@*kzx]TM@g'nؿp)}ʅ `!?JMDh% `vo e\w혿~-:׏$LnbQz(0]_p{vRzDWId//X]/ n=0Ek}dɪR |)d  b''aPݖQpJPsH l%!x|Ùt[/PŐӋ{I 6- ^ʖ}{@x" U>Cvj^!lz$MQ\^~_MqT V+tIQcZ*<ϯ\q~O׹*x*Y;7Q!'ϗd etCpN`I[S<u@2bNjcu#-if(n\> BnOp i$ r\f+RsͽB ڊM4Z$Wx˺ #c{EϠQM}Pm9/zb|˿Y#.NLc_) dr\Trԧ]ŵU=.] |&% .UVz$/ H4P4ai^TŭЮZzf-HtV5!lh{̽)`K8yǀ\IT-QlSLO:xser4)>Gݲ*!r gFē>F蘝:J;6#G{k.ˊcʿ{D9]W[twgjIhG {ȏLͻe)oW X6yv?l{QI lbPz#y 'S UPE`7aĚP36o2"yXs6,wd唻T S6j7h1J/Ŵ'Cc+0r?*EғyC7'< ϖQTJ @nd5\K"6^^zd`o:Z$ٵ}^T-[iiMҼ<>aoNzP]3'P\Cl)6:a_.' 39@ՇC.3uD}~=u2[9-̲POZv/CE$2-TEܦ Iy:qLg6\/KgV{Y c+,Rk?+=K^]Zd8wh5I$ 0eYt5s{BR1ej@I|WvEIf~<tq%%.^>mfi{BoJwþ>ǡ:YE<}77j9… 62/f"0V_ ?P/@US"Gp@Vָ ۱_QT4j՝2`~SKvOiGv,pTD{` QGeLVxE%09r;2lyk.1y)rTg22IH j 3u4: Pj%x)E|73uZ~Ab:~t^p)\!ZQyˍ4t  ؀LyiS4Uw+ˎbt0dl{&<74zڮmVϟ2 ڗ?z/4UT>z)m݉~ǹj}~' [$IU{ YrOr5君l>C ?mQ!U#WOP==yJO F|)esC#P* {>cUιBTG㘞E% -Y#uԷcMdd8"Cn^|MHƞ!N'1F7,@V"`_fYݔ80Ui?\jG8,=܎|[_8I`@Ъ3FfC4>z F|ݘf^–_KlqzZ?Fw]ɑ%@ `?ͳ4[b*}Ђ}n \_:.[{tϚ9\lp^ YZ