libevent-2_0-5-32bit-2.0.21-10.1<>,ijZhi/=„RHg(='T](B:uSlTDZ@XNܕ]wWHgF| ޴u{8w iå xr{ӂ`<jVީ5uB)?HI ;@I9ʲf]x`s쩬s$5"lrOfQ V9U]9wg[Jv.+e&b`p\t?\U-kl2,㱆,t_A圯Pw3>:6,?6d # A #,9 Rcx~           H p   (8 9 $ : ( >.G. H. I/ X/(Y/D\/d ]/ ^0b0c1Md1e1f1l1u1 v2$w5 x5( y5P3Clibevent-2_0-5-32bit2.0.2110.1An event notification libraryThe libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. Currently, libevent supports /dev/poll, kqueue(2), event ports, POSIX select(2), Windows select(), poll(2), and epoll(4). Libevent additionally provides a sophisticated framework for buffered network IO, with support for sockets, filters, rate-limiting, SSL, zero-copy file transmission, and IOCP. Libevent includes support for several useful protocols, including DNS, HTTP, and a minimal RPC framework. This package holds the shared libraries for libevent.Zhicloud116 openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgSystem/Librarieshttp://libevent.org/linuxx86_64/sbin/ldconfig(pW%ZhiZhiZhiZhiZhiZhiZhiZhiZhiZhia046f9f8476f4cd1f19c2c0e1c7a5e413a3a35a7abba0e6273f22aa8343fab71aa29879831c8e1980aaa7383b359e5e26514bbc320d4aa2679c3395d3886a3a89662b188258925e522b5b5f4081dc5f1libevent-2.0.so.5.1.9libevent_core-2.0.so.5.1.9libevent_extra-2.0.so.5.1.9libevent_openssl-2.0.so.5.1.9libevent_pthreads-2.0.so.5.1.9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibevent-2.0.21-10.1.src.rpmlibevent-2.0.so.5libevent-2_0-5-32bitlibevent-2_0-5-32bit(x86-32)libevent_core-2.0.so.5libevent_extra-2.0.so.5libevent_openssl-2.0.so.5libevent_pthreads-2.0.so.5@@@@@@@@@@@@@@@@   /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.17)libc.so.6(GLIBC_2.3.2)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)libcrypto.so.1.0.0libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)libpthread.so.0(GLIBC_2.3.2)libssl.so.1.0.0rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2ZX@T @Q@P*Pw@O))@N98@M@M=LT@J2@Ju@I?@kbabioch@suse.commeissner@suse.comi@marguerite.suandreas.stieger@gmx.decrrodriguez@opensuse.orgjengelh@medozas.defriseer@gmx.dedimstar@opensuse.orgdimstar@opensuse.orgalexandre@exatati.com.brcrrodriguez@opensuse.orgmeissner@suse.demeissner@suse.de- libevent-CVE-2016-10195.patch: DNS remote stack overread vulnerability (bnc#1022917 CVE-2016-10195) - libevent-CVE-2016-10196.patch: stack/buffer overflow in evutil_parse_sockaddr_port() (bnc#1022918 CVE-2016-10196) - libevent-CVE-2016-10197.patch: out-of-bounds read in search_make_new() (bnc#1022919 CVE-2016-10197)- libevent-CVE-2014-6272.patch: fixed buffer overflows in buffer methods (bnc#897243 CVE-2014-6272)- update to 2.0.21 * see ChangeLog for details.- update to 2.0.20 * core: Make event_pending() threadsafe * evhttp: Fix a memory leak on error in evhttp_uriencode * evbuffer: Avoid possible needless call to writev * evdns: memset sockaddr_in before using it * evhttp: Check more setsockopt return values when binding sockets * evdns: Avoid segfault on weird timeout during name lookup * bufferevent_ssl: Correctly invoke callbacks when a SSL bufferevent reads some and then blocks- Libevent 2.0.19 * Fix periodic timeout behavior when time jumps forwar * Avoid certain priority inversions * More evdns improvements * lots of other bugfixes, see NEWS for details. - Provide openssl support.- Remove redundant tags/sections per specfile guideline suggestions - Use "pkgconfig" BR so that the package also works on Redhats.- spec mods o libsoname macro o name macro - added baselibs.conf - rpmlint o fix self obsoletes- Drop autoreconf call from build section. We do not carry any patches at this time.- Update to version 2.0.10: + Bugfixes: - Minor fix for IOCP shutdown handling fix - Correctly notify the main thread when activating an event from a subthread - Reject overlong http requests early when Expect:100-continue is set - EVUTIL_ASSERT: Use sizeof() to avoid "unused variable" warnings with -DNDEBUG. + Code cleanups: - bufferevent-internal.h: Use the new event2/util.h header, not evutil.h - Use relative includes instead of system includes consistently - Make whitespace more consistent - For all changes between 1.4.14 and 2.0.10, see ChangeLog. - BuildRequire pkg-config, for proper pkgconfig() provides. - Change library soname to libevent-2_0-5- Spec file cleaned with spec-cleaner; - Changes in 1.4.14b-stable o Set the VERSION_INFO correctly for 1.4.14 - Changes in 1.4.14-stable o Add a .gitignore file for the 1.4 branch. (d014edb) o Backport evbuffer_readln(). (b04cc60 Nicholas Marriott) o Make the evbuffer_readln backport follow the current API (c545485) o Valgrind fix: Clear struct kevent before checking for OSX bug. (5713d5d William Ahern) o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko) o Fix memory-leak of signal handler array with kqueue. [backport] (01f3775) o Update sample/signal-test.c to use newer APIs and not leak. (891765c Evan Jones) o Correct all versions in 1.4 branch (ac0d213) o Make evutil_make_socket_nonblocking() leave any other flags alone. (81c26ba Jardel Weyrich) o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (5f2e250 Jardel Weyrich) o Correct a debug message in evhttp_parse_request_line (35df59e) o Merge branch 'readln-backport' into patches-1.4 (8771d5b) o Do not send an HTTP error when we've already closed or responded. (4fd2dd9 Pavel Plesov) o Re-add event_siglcb; some old code _was_ still using it. :( (bd03d06) o Make Libevent 1.4 build on win32 with Unicode enabled. (bce58d6 Brodie Thiesfield) o Distribute nmake makefile for 1.4 (20d706d) o do not fail while sending on http connections the client closed. (5c8b446) o make evhttp_send() safe against terminated connections, too (01ea0c5) o Fix a free(NULL) in min_heap.h (2458934) o Fix memory leak when setting up priorities; reported by Alexander Drozdov (cb1a722) o Clean up properly when adding a signal handler fails. (ae6ece0 Gilad Benjamini) o Do not abort HTTP requests missing a reason string. (29d7b32 Pierre Phaneuf) o Fix compile warning in http.c (906d573) o Define _REENTRANT as needed on Solaris, elsewhere (6cbea13) - Changes in 1.4.13-stable: o If the kernel tells us that there are a negative number of bytes to read from a socket, do not believe it. Fixes bug 2841177; found by Alexander Pronchenkov. o Do not allocate the maximum event queue and fd array for the epoll backend at startup. Instead, start out accepting 32 events at a time, and double the queue's size when it seems that the OS is generating events faster than we're requesting them. Saves up to 512K per epoll-based event_base. Resolves bug 2839240. o Fix compilation on Android, which forgot to define fd_mask in its sys/select.h o Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec o Rename our replacement compat/sys/_time.h header to avoid build a conflict on HPUX; reported by Kathryn Hogg. o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian. o Fix a problem with excessive memory allocation when using multiple event priorities. o When running set[ug]id, don't check the environment. Based on a patch from OpenBSD.- libevent-devel Requires glibc-devel- Changes in 1.4.12-stable: o Try to contain degree of failure when running on a win32 version so heavily firewalled that we can't fake a socketpair. o Fix an obscure timing-dependent, allocator-dependent crash in the evdns code. o Use __VA_ARGS__ syntax for varargs macros in event_rpcgen when compiler is not GCC. o Activate fd events in a pseudorandom order with O(N) backends, so that we don't systematically favor low fds (select) or earlier-added fds (poll, win32). o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.] o Do not break evdns connections to nameservers when our IP changes. o Set truncated flag correctly in evdns server replies. o Disable strict aliasing with GCC: our code is not compliant with it. - Changes in 1.4.11-stable: o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen] o Remove the limit on size of HTTP headers by removing static buffers. o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from Kevin Springborn] o Distribute Win32-Code/event-config.h, not ./event-config.h - Changes in 1.4.10-stable: o clean up buffered http connection data on reset; reported by Brian O'Kelley o bug fix and potential race condition in signal handling; from Alexander Drozdov o rename the Solaris event ports backend to evport o support compilation on Haiku o fix signal processing when a signal callback delivers a signal; from Alexander Drozdov o const-ify some arguments to evdns functions. o off-by-one error in epoll_recalc; reported by Victor Goya o include Doxyfile in tar ball; from Jeff Garzik o correctly parse queries with encoded \r, \n or + characters- updated to 1.4.9-stable: o event_add would not return error for some backends; from Dean McNamee o Clear the timer cache on entering the event loop; reported by Victor Chang o Only bind the socket on connect when a local address has been provided; reported by Alejo Sanchez o Allow setting of local port for evhttp connections to support millions of connections from a single system; from Richard J ones. o Clear the timer cache when leaving the event loop; reported by Robin Haberkorn o Fix a typo in setting the global event base; reported by lance. o Fix a memory leak when reading multi-line headers o Fix a memory leak by not running explicit close detection for server connections - updated to 1.4.8-stable: o Match the query in DNS replies to the query in the request; from Vsevolod Stakhov. o Fix a merge problem in which name_from_addr returned pointers to the stack; found by Jiang Hong. o Do not remove Accept-Encoding header - updated to 1.4.7-stable: o Fix a bug where headers arriving in multiple packets were not parsed; fix from Jiang Hong; test by me. - updated to 1.4.6-stable: o evutil.h now includes directly o switch all uses of [v]snprintf over to evutil o Correct handling of trailing headers in chunked replies; from Scott Lamb. o Support multi-line HTTP headers; based on a patch from Moshe Litvin o Reject negative Content-Length headers; anonymous bug report o Detect CLOCK_MONOTONIC at runtime for evdns; anonymous bug report o Fix a bug where deleting signals with the kqueue backend would cause subsequent adds to fail o Support multiple events listening on the same signal; make signals regular events that go on the same event queue; problem report by Alexander Drozdov. o Deal with evbuffer_read() returning -1 on EINTR|EAGAIN; from Adam Langley. o Fix a bug in which the DNS server would incorrectly set the type of a cname reply to a. o Fix a bug where setting the timeout on a bufferevent would take not effect if the event was already pending. o Fix a memory leak when using signals for some event bases; reported by Alexander Drozdov. o Add libevent.vcproj file to distribution to help with Windows build. o Fix a problem with epoll() and reinit; problem report by Alexander Drozdov. o Fix off-by-one errors in devpoll; from Ian Bell o Make event_add not change any state if it fails; reported by Ian Bell. o Do not warn on accept when errno is either EAGAIN or EINTR/bin/sh 2.0.21-10.12.0.21-10.1libevent-2.0.so.5libevent-2.0.so.5.1.9libevent_core-2.0.so.5libevent_core-2.0.so.5.1.9libevent_extra-2.0.so.5libevent_extra-2.0.so.5.1.9libevent_openssl-2.0.so.5libevent_openssl-2.0.so.5.1.9libevent_pthreads-2.0.so.5libevent_pthreads-2.0.so.5.1.9/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:7717/openSUSE_Leap_42.3_Update/db3e3f8e9883a53cf6687299c5e03baa-libevent.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=4d21d6f1754b50e5f98dcd459ee5763d94e6f8b4, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=443d443be5fcb035935ff0da1244eb62db152fd6, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=4a9e8a16cddfc0a5bf2555097d432328fb9d696b, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=e5a995e2637aa79e6c7d082eddacc5d89ba47af6, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=eff4712758e8ea9a8178dcd4dfdd16559c4fff53, stripped $+ PR RRRRRR R RRR RPR RRRRRR R RRR RPR R RRRR RR RPRRRR R RPRRRRR R R?`]"k%AK>ة#\2b`ВJau+#J*X4@wVp7SAs~Zc^ T3Eܷ} pDQw3"/$UZ?0U.6S,{!W7A5=1=:WaYU$Uu]kb~%ĖEyk2Ea@-߷G&0~MZF\?2|9j<6&47 f 4Lٺj[WMm}1k {'H !,"NiB.u8٫<; Ķt||0X}kpڤh x*lpG·mG O60 iqN#ґ7>iqQ [ޱRC L&鄎$+D%՞`he5*SZ0p)ͬ4s}ar5ŬoM A&߿k] f/i/|-i׀~V(h6lg=&jfM.<]܋n3c&@\T~8\{ t|um'7hsT['1UPBϐGӪqȩ3{XÖ#ΌqR@yZaltFIeI`hlEsLLƆ=z|"c? ƔtI\{|X7{S#~F8#]f ~ 8V~C8i/pQwI3惫!jlO"Dvk8ϤqS`0~z7]OA -2cI}MUk(!h<]φtsxҖzًPőHx2߇ )Ɋ,q=8\¶c5*h0p/; Lu% 5B޸8[P^1Է#I l#V2  ;uxGP5|ߋStʦRwxJzvDKwQ|]H1L`֐RXG %GZ}Zz/Iȏ (+r*qɯFx$s!|pgΡƴUw*zf4:Urdq %}BFDJ ":J!Klqe:D}Q\ĺbmiOB82b @V;QzfmK}RVhy4+#: ~0`%&o$ d7q ]xtMX6`oa#Dc/LLZ\MPX!DQ򣥦6EvdDx)=O(jM?E vB b}>{0.J٣R#[Zc>EڃWTʬ[,;kææu|7"D8-MN)KZ1+3 S1gpx^G4әj_O#2%v*V@tv-Mj!%dYPhW]X" )o *;j(."YGiql?J!J^#cLo4Y{p⑍tbvvotDxcJڳbRp()- 98q,q -{1u2pk(yJFː;i$Kͫ(BI-8_3zݗue[b+1؈BMA}Ba'jkl5`~$ [#(1yk^pjbuL&-"ܔØsK v<=ZHȰ>$֞1 |:uk<~䤬Ou"߄"]@txZ H J&j]zdBwkz9ȫé{)8OҷuPK= $uU&hߔpuCpA~DDΎ AJywvַ0elmw#v$)0@aYlpҽ@ŸivbFrDѭƘ|`Llwybw*88`Y{K Ff}? qak*淃yQ81iBgW7XLx-wmdA*QOy!H]pt,&B̆[إS_Ct2 l X*ԣB!>&Eb TWXO(*,J_49u 9)2]ʨ} ffq^B'F0h:z Nsnq:MUӅP4|'=LR v349O gڰR)`I>s"^*5yP.l X$dV%pXG*hJn;[Y5Y?#eC7v \[a^qlsC)9Ea3c m5FbOIx!S B>$=,N[g鋘\l<҂mAƨ͌JN?^]xoe7ʆBDi\`=ЍbRa)L`I5T4mO,͔,&(uע.CsyP30bEj-$ߦ \ ϸf[1+T LC8Su WSWLLٖh"v,As"6[sB:+NvǬRtK}^!{OO70jF6vMa)GMפV/ kP`dzl 3ݵ[#1B&^+\xe)KX c_5OPRf|zO'k8ٌ;/ij`Gn^k(Lxjljh0os_14vhɁg6i 'R( 6s0$sk>Fh(:ar4X,]dxCQF1jésI]ƣlSL?Df =7m nKVT4a`VGhٍt,(VGtB7]wݼo:1눪] __(2\Li宗\WL:)۩HFS%Fc1ہb|20 "lW4"K(Ws2ؗc0lUA/ ~cL]Q+b>r*) ZdO (_CpDB ٓE%IdX5oΤQrc`5^`ގ=%*I-h,ـcO~y40I y{8`2c/`Kͯ׊3S2@2PȘzTXr-L' k`U]Ɉ'ck:],1?T橿JXTjvNbB^}^h'v$KbY6^>xȰ{2czXU;X.2K.1B` ȱl Q8@A=倴f]q~k&«~$4)u ht^M}mIx h: ׶tM[ThT J# RZ?(">rL@ 1Nw?%L7tMp9ۃC& N`e$b}bb0'z6 }6_dC@xGT @j oܢ"w<= 9hRECe y wza|R LSfP(yLWتUq" f^=XA3<QOp(;.uϧ ԅkvV' z0QO(#+j^vٖ7&N8$ջK*ܗX15Z2d> rATai2>r t ST3S'tRS0-w(. b7TWFi2sRb6ңN#6[ =9Xn6陳Tj4Ufn>5%cKrQiI9ڒVy)JKA4Wzh& Uiv+Uϝ<_5.Ac *'ӻ N+n>se%'-?F=Z\>Y-.ڸ5p(;*-^=Yx Do0_72(8V%mEqO4ȂWNNNVkPJMumY|q!իXI%κbqkې}Q09zb([B"ٵ) j-9hA1W_[X^4F6 p>A;xNBf_M*k&,8ʨHdq)򩎋RqSBe 'BH *N4b& rK֎\" 8/`B%#{ٿٖpHݻǭf̋nY&*NnS(׺'X%$nw+N%|E|S irbOe,N[l..\!ڃ-A88;ICrMDc"a):]2^2k̈́FOg ?DAؿ5+M_-ЕNC`?!lA-6WOγyxZE2avth8j NC&)^ԍF),)&NL |(*AsowICJnr(Js:q Ku"ᝅ}^Q4"Ċnr 8Rm| I Y* څIsŸ'2ƪߤiڈ]<%v"$UM`rO"ΫI&  J2b{ -hb䑃.;UD_.n g98Ej+\p0v@x?gV:.i Lv\lAFO~⢝# k5kۓ^T hI2$?QI~rYۦ# ޾.)vzQ؏uu&-Zb36ݔwlfh c/rA ~> 1©Aޟe(Y+\馸$a-eA0=ήaƝb.e.Mdʄ2;xXkM{Zq—L@qaBHI2ɣ  @h`kRȼGѨH !D/]b=YC,%/܇X&9D5(J6\l_f`/Iʹ~"cnLn߹tyiSAmmF8 ZISDBuGM)&Զ>3K/ϕk+u:Yzv`#BJGdNJ>ukC!j&COLy;G1{b1tjcqA5g{ mWtmu4 ;ja`Q8x֪˅$b3L˵RҤ&8|xlhwS6Uag^ 7Q!=ZaFYIT2KSン0HkbtZ_ɶޖ o-~~<₪0-A] RQŇbdy#c!{զ} 2ںQt ( q Rnl.8$!]|=Lִm&#N["!/0ͿJQ/raB!= 7Xa8Pxel"q1_fÅ)d7+:JyC"wib`•8}&Э@ !Q4ʨd e }Zlæ]dhOs!xJF;SW5΀]uVh\ 搜 \[FD|H/h݂I[0И`z 4ˮ9XЭsKnMބ\ BrgjYɹN]75Y*=.٢ OZI(_dB\{W̝ШEoF2BJis ' Lϫwv}$|jo敬p?86XoRzI>+Qf ˟Ǎ"I@:QKR IWTOǴW%a;umCPQ.4兖/?(@eC})4gI0lqN¦̿T(!D58a9mQ_">-ЍtUs766v5b=T~ =6[@OF Խ[ B<lB5h=*zkGAٳ!&qu}Sϭ>)Ŵd3kV<m*'o{2Hӽ`pJ!;c{o+0[VFJv?q75,&v+)2$>P2]1S, *4Jp9?7OH{k:3)4kO8Ӻځ/7_W: Ċ$sb]O oQcrUȏQD]6 Ga>.J Np; ȼ>L9_"cc'S _O{ $_cOBw6` jcCA@6q< G$1ƛ8M{&:H\0Bg"QiHs z% ^ɅG Mڶ|\"ԶVHߖL1a}n22u}}m_a| +$v[iՑeuzɀ+&*э84ߡ7b;<HN:Ϛ͞??2?<ŧѝ\߫dvGYHPe-V}ԔQ"_9LMA]cKĝ.NV p4EŒ.2Jwx/{uqNp#((rΟ)^Gsi\a˝6˜o.QwҭVFC( qC:"̜=NBFsfgGGV̚&p$ϵvx!/bol s$Thz,ű&c$iPڨͭؔڅX %] Y(}K_xU;Y,`˘޻2z( \jUDg ;SR;v~QZ|!o|uzoے#1l-}MhJT*8 C l j N_b2yqTYo 3w9d0T`ߊQ9cTЭ VDg\'mɺ17~9pi`bGz6!gV@kZ|!as{ *A-Vty;\%:QJ|:1s 8rߠھ`ťW % ~Pn5;#iңhLEjDXDu/ӡ @Fta@jڒ<O'!ix_km5N݂\,^ LpK@/TJ"mpWz渱 -fdby&$EȲ$es},JCu0(@P'hMyK=T:zr;]b-i VW=!)s>! 9Wq2ֲ5MoKB)m=]!9'R/eE.O,&j,AM00y@^&Y56/PjX ^?H@4Ӎz\e$r˶^TcTvߓͧ ou,X5=zOc4&X%\e0}`c^RCIBV0PKqW@}:9Dc\YrAq'J &@Z)" ܴ@{: Y}Nd35!yCDv@, O1P*Ժbݮ0R2|;Z?$ VVêou<r|YVI!~{D߾2%%]ew=zΉ9O WqXͬb-P 4=× ^u=|AAGwI%ЃD hk W3>Cf *6=X!D887/zȽky[$! /[I~z8[