flac-1.3.2-150000.3.14.1<>,<dp9|;*vo6N&fj0J񂏃ZL-2?d FzaZxIF_4ZqkEwF\i=i)V9$0ut#Üs9l4Ϩm1=DN`>r-E)*5m44lqi>_N[' A ^/{Nu1' $ vc8k%FVTx ތn0Rm_WLiI>r]Yl6A7FZfZُy+}P>>?d   5| <SY`p x     L  (8 9 : F,G@HPI`XdYl\]^bcd eflu$v4w(x8yHzCflac1.3.2150000.3.14.1Free Lossless Audio CodecFLAC is an open source lossless audio codec developed by Josh Coalson.ds390zl35OSUSE 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/linuxs390x: #큤ddddf5d30e3f565be87267afc44fe5c76c6cd39232ad456decb915dfd1c3a1d64b8def6c87d0daf8b5425ccb7f3e14d88dd1bc50c0ee60dac2f7aead54105c754d62fa94e82253d473f82fff331d96c413304e8b4cd3ae6fcdce8c2124cbb2f20c0dc36020e881c851e687f25ca0e2ab953d59476179c2f22f83a029af87842d4cc7rootrootrootrootrootrootrootrootflac-1.3.2-150000.3.14.1.src.rpmflacflac(s390-64)@@@@@@@@@    libFLAC.so.8()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(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)(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)s390zl35 16933019181.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_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=bd95bf7fbd36facc8acb56cb19b444a9bbfdf568, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0a711035c7619564f071538afd51ffeead42dca8, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRRRRRRRRRRRRRΤ7jutf-8334fd6d5d40e0728f4aa546c4c796a3974a81270e925971548c42c41b4d0a0a4? 7zXZ !t/0X]"k%nPʰb0 {`O dZ37r;Y0 Gd.\DO^46CCʙ =eȠ2ـ\EZY|kI J?`ݺLǍI7zƤLgˣ#48-Hs 8C?hޟ/_I[iWnMSXjI.=*f_r1rC0twK Ϯ#_{{PAg΃dz7DZ;1#p'C+: 9mGLOߺߓj28r3}5+XO*1DD'{P&8 uRoaVxnM}s`.=DCWi%IL2h臗-?EJ:RI^ F)ިջvpv@ՏOL Gb(d\Sc_{zu ί@s´ʓ5(?y0߱VAF^1^b‘<;"8Xam6~c<3Nxi e]۵XLԄb$rf[9e4p'?)W sfb+Cͨ7橨e;Xyx6TJr*Iϡ :lGMA 2VΗZe`2n>B+ pk6NV0Ym0YtHC4 W p0m&:w-sn|?itjۢO To7iI+M|es# yz32DL xDŽf䧀йo*w-"y"\-lUxg-X} '0VŔ6t߈,GKI ݠ ʵC+#1el֜Z,]./ )-9E\K9 >^;,&-I56b(R ߞRy Q4Ȃ(荸~NPv&eME'!?rhK-DVS=QRA,lZSSW˘ |PR>PXܮ`B tY ʕ2"|jwWF"vD)vf'ϳɊ )wS#Wfmc#s.̓ɆՠPC3G Qf~SX+]]%|&L)aP%o`b=, ó%fK Hٙx{׷h.X ;4ڑ6?Xp7{Y$LyOUS ~VxvV6-R墩WΆ8^l{9x!In;xS 9VUE(* |0s{;.2լ26ȑb9Jj*2M8n32ޮServRbnthIYT4F (^Bˣ 5?lxsPL}I8-L;6$H#Kt'."a跇.&{o'S j @}L Eɶ.*(2hQɃ !B<6ѹ?rGIp5tg[^8t)ƣ}su5ʹWsX 3|K>u:+j@x.|Ý櫥Ed. 2ʶNuF,LMMi '<\,c=7-[ 08@I_AeΓ \HH]gvù$JkAnhx.7GW;)1r4մJΉ@뙨xf %ޜXZ/dOL@\8R3\ z5ԄMH7 ö&]rb>3\nW7懾H1LXJb e_0Q$~WE˃l׽gekOZ1VL\N)#Y5.EJDhB^Yb xvuf)uLt:ov!tȸ>L{0x̏ Wkb$ bG͌F "n"0^-*~rg@n!T yNƘȴLCUAH4$%dԺ#rqϲT2H膘 G3S%8K=Aģ /0:K;g[4vӋ(`S %n&tx_2#jxEʹg^O%+w#ZZ!)QOxwjL^zГ9qsPyg_C RxǠ/8>Qn`/E=4;dVRI,ܸ$ř6bW N uSٴ9* ]kKwo@cK8cVxb H|nrT_Ic8j0)3h.j6.7LEJH o\sM(\ T͠N,R㻽Evv)hv" yF12<"dؓ?rrjZ35`[ `/&#%׺C"uje^ JEwZP3tK9?tILiM]Z4 tq5fX1lU.wj޸h hcNe3B*(r0xw:x E4 F;} iዀyc +ʿ29UZx%_|bAWgYw'ҳK}CO6HB Mbe%֐eo('%X uqvږ1"gqfp2;.ɪVΞl:RzOh3oCƏ2^ׁ>TV NgRHyb|Z{K^R|ѣb'-I.zz:afڤ GǟncK + ԹFpOIV_??~^"dGYfh:GǠ<~L7x6mXq QvU x󉘶ɀĈ3otg]:^SOktihTh[w; `s}rrMך|XJtZhm VW- 5"aVwî^lTG@{C?G[Sr DD娶* 3w-|hElpB}@NW1dvDT.`4Uf1>)[ dl2.u*sǜ tEio ޮV =i+D/ \L1L^":$Bo Pz3m?z= B5PO.1ݱ:TW`uxSEsr[PKې.&M̠"XޔU jy4fTHٍ'Ynt96<:F}3f`[ThI{C^- Ӣ` oV I t@ǀ'ڡNI-R aht"Kba =fj\gGNzn7Og*`—KS$-xp=cp6mbENbݘ:<'Hu3]вs!jLfL/KA d̑a^~? Bxgv,x3, ; S!I9pF] F|>^τ5/d*vSmBM2ƚIdw(kNA^塇@'Ah,OSiژտfdqF7#Sy. 5÷I%K~=Zcaޤ]% ~o UH3l Gw+rSS!%rwѭR:8Нxz_`Qʮ~Yw-o^σt4w0d/V6#1(G :#p$ǓmAAo4ђk'3~ `:D3pA".GӅÆ0lѾ|=yKpWa(j.|X񌟟!?}!hLB:&]uH'<5|)2\wZ0Y.--]EβDY?#%0=E0L Hk[[Z&ٛTAXx_t2W( ={6Rp4O0vGAe+gM1#+M$G0ݥ0>=Ҝ0+OZXࠉJ8Il9{n48I O_oe]I*L2ȿḰ7 CbJ3)4@r?pe6& 7S\ 1}aLWJa|)<Eb) DB?MwUE|nIL9gzzzu/R<8kjŊoEѓ:`+|4imej3Mk B2Ӵp>ΖwmԎh_aoᎫ蝷΢3Y2$e5?vחkH$ܥ»Q;x,)yA˅Z My_@e#LG}6׌#`{H֚ Jw[Ԟ@Õy{vL2^,Hݚ8\rf(+@Q ,zr뗝}rJ2'd'(}kK[+՝HlaxgNUKc dMnd=vPj;eb;EAqb3`n Qt(Pn:7Q} ]ҩ|Ȫ5M:!j2αfzAQm!woD^Yn+t/a \E:,io*!HKe#Z ^*4n#> .nEh"-cHu8XhEs&0d#t X'*V%GA rgiuDWE⢑ w0%p] nWEx $yy|)J (7PWs<~#=;;ak{ YZ