libvorbis0-32bit-1.3.3-17.1<>,1[o/=„ΎXyJcrB.i#C_?Ťx[*-uNP *~: uQbQ߉Q]d}64ʾ3vv5.s vJ)s\_~16xc 3qѳq=I\6W.+i4ġFL`d1 ,Pͦ,u|v">9s[IˍW`F;*۔hLӰ${-n+xT+8*${]\@0x>=?d  Ix|    $ , N dlv $  ((809:>BGHIXYZ4[8\@]H^jbtc+defluvwxxy Clibvorbis0-32bit1.3.317.1The Vorbis General Audio Compression CodecVorbis is a fully open, nonproprietary, patent-and-royalty-free, and general-purpose compressed audio format for audio and music at fixed and variable bit rates from 16 to 128 kbps/channel. The native bitstream format of Vorbis is libogg (Ogg). Alternatively, libmatroska (matroska) can also be used.[ocloud101openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgSystem/Librarieshttp://www.vorbis.com/linuxx86_64/sbin/ldconfig[o[oc71911d38f555c4ad2d568df126bb361libvorbis.so.0.4.6rootrootrootrootlibvorbis-1.3.3-17.1.src.rpmlibvorbis-32bitlibvorbis.so.0libvorbis0-32bitlibvorbis0-32bit(x86-32)@@@@@@@@   /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.4)libm.so.6libm.so.6(GLIBC_2.15)libogg.so.0rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2[{@ZZZ8@SQm=@Q1O@OC@N@Nσ@NˎN[@M‘@M@Ls@Ls@K @K(J@JhPJ?r@tiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.defcrozat@suse.commmeister@suse.comseife+obs@b1-systems.comftake@geeko.jptiwai@suse.deidonmez@suse.comcrrodriguez@opensuse.orgcoolo@suse.comcrrodriguez@opensuse.orgdmueller@suse.dedavejplater@gmail.comcoolo@novell.comreddwarf@opensuse.orgtiwai@suse.dejengelh@medozas.detiwai@suse.detiwai@suse.decoolo@novell.com- Replace vorbis-CVE-2017-14160.patch with the upstream fix (commit 018ca26dece6), refresh vorbis-CVE-2018-10393.patch - Fix the validation of channels in mapping0_forward() (CVE-2018-10392, bsc#1091070): vorbis-CVE-2018-10392.patch- Fix out-of-bounds access inside bark_noise_hybridmp function (CVE-2017-14160, bsc#1059812): downstream fix: vorbis-CVE-2017-14160.patch - Fix stack-basedbuffer over-read in bark_noise_hybridm (CVE-2018-10393, bsc#1091072): downstream fix: vorbis-CVE-2018-10393.patch- Fix VUL-0: libvorbis: Out of bounds memory write while processing Vorbis audio data (CVE-2018-5146, bsc#1085687): libvorbis-CVE-2018-5146.patch- Fix VUL-0: out-of-bounds array read vulnerability exists in function mapping0_forward() (CVE-2017-14633, bsc#1059811): 0001-CVE-2017-14633-Don-t-allow-for-more-than-256-channel.patch - Fix VUL-0: Remote Code Execution upon freeing uninitialized memory in function vorbis_analysis_headerout(CVE-2017-14632, bsc#1059809): 0002-CVE-2017-14632-vorbis_analysis_header_out-Don-t-clea.patch- Fix obsoletes and provides in baselibs.conf.- Added url as source. Please see http://en.opensuse.org/SourceUrls- fix build with automake-1.13.1- updated to 1.3.3 * vorbis: additional proofing against invalid/malicious streams in decode (see SVN for details). * vorbis: fix a memory leak in vorbis_commentheader_out(). * updates, corrections and clarifications in the Vorbis I specification document * build warning fixes- VUL-0: CVE-2012-0444: libvorbis: heap-based buffer overflow (bnc#747912)- -O20 optimization level doesn't exist, use -O3- open files with O_CLOEXEC, in order to avoid fd leaks when calling applications fork() ..execve()... This patch does not cover the executable tools since it is not critical for them.- add libtool as buildrequire to avoid implicit dependency- Fix build with no-add-needed- fix provides/obsoletes in baselibs- Split libvorbisenc2 and libvorbisfile3 from libvorbis0 - Removed services.- fix the package split- updated to version 1.3.2 * vorbis: additional proofing against invalid/malicious streams in floor, residue, and bos/eos packet trimming code (see SVN for details). * vorbis: Added programming documentation tree for the low-level calls * vorbisfile: Correct handling of serial numbers array element [0] on non-seekable streams * vorbisenc: Back out an [old] AoTuV HF weighting that was first enabled in 1.3.0; there are a few samples where I really don't like the effect it causes. * vorbis: return correct timestamp for granule positions with high bit set. * vorbisfile: the [undocumented] half-rate decode api made no attempt to keep the pcm offset tracking consistent in seeks. Fix and add a testing mode to seeking_example.c to torture test seeking in halfrate mode. Also remove requirement that halfrate mode only work with seekable files. * vorbisfile: Fix a chaining bug in raw_seeks where seeking out of the current link would fail due to not reinitializing the decode machinery. * vorbisfile: improve seeking strategy. Reduces the necessary number of seek callbacks in an open or seek operation by well over 2/3. - updated to version 1.3.1 * tweak + minor arithmetic fix in floor1 fit * revert noise norm to conservative 1.2.3 behavior pending more listening testing - updated to versio 1.3.0 * Optimized surround support for 5.1 encoding at 44.1/48kHz * Added encoder control call to disable channel coupling * Correct an overflow bug in very low-bitrate encoding on 32 bit machines that caused inflated bitrates * Numerous API hardening, leak and build fixes * Correct bug in 22kHz compand setup that could cause a crash * Correct bug in 16kHz codebooks that could cause unstable pure tones at high bitrates - run spec-cleaner - removed libvorbis-automake-fix.diff, libvorbis-doc-fixes.diff, libvorbis-r16326-CVE-2009-3379.diff and libvorbis-r16597-CVE-2009-3379.diff (upstream fixed) - follow library packaging policy - run make check- VUL-0: libvorbis: memory corruption while parsing ogg files (bnc#608192, CVE-2009-3379)- add baselibs.conf as a source - enable parallel building - package documentation as noarch- updated to version 1.2.3: * correct a vorbisfile bug that prevented proper playback of Vorbis files where all audio in a logical stream is in a single page * Additional decode setup hardening against malicious streams * Add 'OV_EXCLUDE_STATIC_CALLBACKS' define for developers who wish to avoid avoid unused symbol warnings from the static callbacks defined in vorbisfile.h - updated to version 1.2.2: * define VENDOR and ENCODER strings * seek correctly in files bigger than 2 GB (Windows) * fix regression from CVE-2008-1420; 1.0b1 files work again * mark all tables as constant to reduce memory occupation * additional decoder hardening against malicious streams * substantially reduce amount of seeking performed by Vorbisfile * Multichannel decode bugfix * build system updates * minor specification clarifications/fixes - dropped aotuv patch temporarily- updated to aoTuV patch version beta5.7: * including security fixes * improved encoding speed of low bitrate mode * reduced distrotion by clipping at low sampling frequency * fixed noise control part of impulse block * tuning of each part was redone * expanded noise control of the impulse block * fixed pre-echo reduction code * noise normalization reviewed * detailed tuning done again- fix build with automake 1.11/bin/shlibvorbis-32bit1.3.31.3.3-17.11.3.3-17.11.3.2libvorbis.so.0libvorbis.so.0.4.6/usr/lib/-fomit-frame-pointer -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:8245/openSUSE_Leap_42.3_Update/e4c881a581d056415581165b0ed9d13e-libvorbis.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=fd92b8a9406d057f20947298e03e6b333b7afa70, stripped PRRRRRRRR?0]"k%{U}dfa?:jh.gtЃަ*(KHVMlnˎ=2cRyouX eLN7AA%Hڐ;.u?q'0WZbۨ7e:4v3"&W : F];/4K4IpΓu6/08e/2<=d jx5hR l Kd@\w%0HŏX'ח$#Ψ]˸l?buUL3WO[G Ot jvg;3ÝDccMnY;(p-t liuۚ|Ea^ q {qtp̒~+v TkY|iOt.("#qZi?$]G,8wxtKѻMea{Y* 5w&ɤ]k҉6.w#Ev]3'YS39wG'3wwQԙ~ƪ8x]d;ـtlkDE4Dhޒ'"S)\pfŬN*YQRs{I0Īӭo;sADەW~*L0# tHY0gI(dȸk/FfۥQ}F.PB!XNN쉣|> @Kz[^DUK^ౌ{ Z<ؼV^.?!S-(=3uH# Bvщ <8C/}0x,%#|:%46Ud7R_':W4>~c͟ c9 .stJb\6z̚F?Q0ߢ(ЈLiqq w nx?7z>P4w1٨3!a3g4 '[b oTĜ *~y/[_^~XE4f!w{^csr{}ؾsO+9Y >{ O%ciQڄ*z#xxEAbyNiX-RG_}ӑtH dUXU)оap c: F8>JoNYQ ( +%VRǝ*̸Y<7 \l&Uj\Z駀o]և%5"fopɶ2b`7?6vjհN,i 'L,X HFr>$<PPmE[y}G@dTBB tGfk]t:%+&̂tVvp+RqK 9<޴JI=TZ@WT ,eBRV CJznyw(m_w J),)4⢑M膱wm}*Do AN2`П۔ǰ sg\A1>qnzbڀY~xa K#:8qrk9gF*hM>X ;_WlsfFQiWD<-n22HRp}Cףtz/?_ 4/|}r㉯'yL;j@}iΔi# q?{5Ytg5^ Ɔ<P]:\bU(yg(ubݶ!.iqjcE$ux0Y7'dg%H\f$k=gC/l?ot-,o__ZfEZqQR&&(O-vYO.c:C3T@3'JHn>`;ɒ\(>Gӕ(jtE4!zR98q+BticGjM0E+U =~tj"I7E\V.8Gȫc+}ušxQ#L H,N?n 7Ӵ sī@œSQ/!Wt3~_VԪ0,$()Sډ1VhθE(0wEj96<HNL]H{@(ri\]]>^V႞vau*/J <1SbBK*#YzbJ4Tvuњ1_)Ysh#%w_&=ςž'ОWu2yCa+/|9fAl31jDf,67);H/ι3W -Wiusf,<ß!KEdׄ!L_FE PO+"ZN3ŷ&!LWŤ) fOOLq2+gܰ|UXVcg\_W8/:pN.V,>2 Crmy" _*=X_U&xu\K0Q#L7_3J3n լ6RNfv1:g[0'ynլAq_AE:<=A_tƔ|t4é;VN^X<<^|WMZB-rx:;/;9H1*n6i{4U *Iihޓ:EtS9bLI@OĉGhytk\΀h\Ӂnt)PJEL@z46=cCn K1I*zCK{Υ"Fֈ5: 3`aLΒ)ԮG+V=БTщMOntYxڍ%DatTw1p];.4G`0 ^[{\1]]f#I;@2Сbl|Vѧ*F L'vLJJ3 ,Wn3tw:#0?m;}3 D bU^S 0/\ő[/  uV?<ɷAu |ៅ @l@#zxNP&]RH&q`w &HBt_m:U_MnEu(Qċ\{_qnYe_D5#O㈌|uZ#쥾߶l9uc7Bm`3:"?okIß{ 5IYܭ壤fVsB?F0Øp%.W֖V吗pPQAF)רd[hT{DlC(䷘8LUZlFMkF 0 IubvC [B7vt3m~Gtjml -O { #q/g,+LfËR KH~%ndȦkI +z[&hT۪ءK