zeromq-tools-4.2.3-lp152.6.6 >  A ^/=„O, 5~W_ RzX6:RNbgj XNM6 x+m@,]p#AFCkTm wW5U5p1(c`lw BOHt!\NuRKó̩t[omվ. cwiE0dP:祫FBK  5(~i;5Ee8feff33ec8f214a6cdeb19924c50e347f62bf668403c37d821ac2ce2fef2258be9eef7cd6ebbd17199ef06ea6f26bc0bdc368b4g|^/=„V|Ԩ [>aovо:x{ Hyyk+XsC8ꛑjmS_3 LqqD}3[ Jtzt.  MēgQ8d8XeɐHq8Wmc2+$!qQ B"2C^oZ@6𢶾$\Ǟy\}K.] ?|A_#䆶V8mk]VTId9q]63 mSX?N >pA'\?'Ld  9x| , 4 < L  $8Ll|e(89(:yF#G#H$I$X$Y$\$<]$L^$}b$c%gd%e%f%l%u%v%w&x&y&z&&'''HCzeromq-tools4.2.3lp152.6.6Tools to work with ZeroMQThe ZeroMQ messaging kernel is a library extending the standard socket interfaces with an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions) and seamless access to multiple transport protocols. This package contains the utilities to work with ZeroMQ library.^cloud126=openSUSE Leap 15.2openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Networking/Web/Servershttp://www.zeromq.org/linuxx86_64M!8A큤^g^Z1-Z1-0a7411f1a26a43ee5f203beea8ef842dadf3b637325e9ca5746b9168570669d54fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a383f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6rootrootrootrootrootrootrootrootzeromq-4.2.3-lp152.6.6.src.rpmzeromq-toolszeromq-tools(x86-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libzmq.so.5()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1libzmq1libzmq2libzmq34.14.1]\@n@\astieger@suse.comadam.majer@suse.dedimstar@opensuse.orgadam.majer@suse.deadam.majer@suse.deadam.majer@suse.dejengelh@inai.deadam.majer@suse.demvyskocil@opensuse.orgjengelh@inai.dedmueller@suse.comadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deidonmez@suse.comidonmez@suse.comstephan.barth@suse.comtampakrap@opensuse.orgtampakrap@opensuse.orgtchvatal@suse.commvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgnormand@linux.vnet.ibm.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.com- CVE-2019-13132.patch: Fix an unauthenticated remote code execution due to a stack overflow on the server (bsc#1140255, CVE-2019-13132)- mark license files using %license macro (bsc#1082318)- CVE-2019-6250.patch: fix a remote execution vulnerability due to pointer arithmetic overflow (bsc#1121717, CVE-2019-6250)- Add baselibs.conf: build libzmq5-32bit, as it is a required dependency to libavfilter7-32bit (i.e ffmpeg 4).- New upstream version 4.2.3 * API change: previously ZMQ_POLLOUT on a ZMQ_ROUTER socket returned always true due to how the type works. When ZMQ_ROUTER_MANDATORY is set, sending fails when the peer is not available, but ZMQ_POLLOUT always returns true anyway, which does not make sense. Now when ZMQ_ROUTER_MANDATORY is set, ZMQ_POLLOUT on a ZMQ_ROUTER will return true only if at least one peer is available. Given ZMQ_POLLOUT with ZMQ_ROUTER was not usable at all previously, we do not consider this a breakage warranting a major or minor version increase. * ZMQ_IDENTITY has been renamed to ZMQ_ROUTING_ID and ZMQ_CONNECT_RID has been renamed to ZMQ_CONNTECT_ROUTING_ID to disambiguate. ZMQ_IDENTITY and ZMQ_CONNECT_RID are still available to keep backward compatibility, and will be removed in a future release after further advance notice. * DRAFT API change: zmq_poller_wait, zmq_poller_wait_all and zmq_poller_poll have been changed to be inline with other existing APIs that have a timeout to return EAGAIN instead of ETIMEDOUT as the errno value. * Existing non-DRAFT socket types ZMQ_REP/REQ, ZMQ_ROUTER/DEALER and ZMQPUB/SUB, that were previously declared deprecated, have been reinstated as stable and supported * Curve: all remaining traces of debug output to console are now removed, and new DRAFT events are available to properly debug CURVE, PLAIN, GSSAPI and ZAP events and failures. * for compelete changelog see https://github.com/zeromq/libzmq/releases/tag/v4.2.3 - drop remove_werror.patch: can now be disabled at configure time, if needed.- remove_werror.patch: don't use -Werror in compiler flags - disable silent compilation flags- New upstream version 4.2.2 * fix SO_NOSIGPIPE and connection closing by peer race condition * fix IPv4-in-IPv6 mapped addresses parsing error * zmq_z85_decode did validate its input. The function has been fixed to correctly follow RFC32 and return NULL if the input is invalid. * for complete changelog see https://github.com/zeromq/libzmq/releases/tag/v4.2.2- Compact the descriptions.- New upstream version 4.2.1 * Bugfix release. For complete changelog see https://github.com/zeromq/libzmq/releases/tag/v4.2.1- New upstream version 4.2.0 * For Pieter. Thanks for making all of this possible. * This release introduces new APIs, but it is ABI compatible with libzmq 4.1.2 and up. * Fixed alignment problem on arm and sparc, need to rebuild against 4.2.0 * New Context option ZMQ_MAX_MSGSZ * New Socket options: - ZMQ_HANDSHAKE_IVL - ZMQ_SOCKS_PROXY - ZMQ_XPUB_NODROP - ZMQ_BLOCKY - ZMQ_XPUB_MANUAL - ZMQ_XPUB_WELCOME_MSG - ZMQ_STREAM_NOTIFY - ZMQ_INVERT_MATCHING - ZMQ_HEARTBEAT_IVL - ZMQ_HEARTBEAT_TTL - ZMQ_HEARTBEAT_TIMEOUT .... * see NEWS for all changes - Packaging * add --with-libsodium to link against libsodium and not internal tweetnacl * remove disable-silent-rules * add --enable-curve to build curve_keygen tool https://github.com/zeromq/libzmq/pull/2195 * add libunwind to build dependencies- Remove useless --with-pic, it's only for (non-built) static libs- skip testsuite on qemu-linux-user- New upstream version 4.1.5 * Fixed #1806 - uninitialised read in curve getsockopt. * Fixed #1807 - build broken with GCC 6. * Fixed #1831 - potential assertion failure with latest libsodium. * Fixed #1850 - detection issues with tweetnacl/libsodium. * Fixed #1877 - Avoid terminating connections prematurely * fixes some IPv6 related issues - Removed 3ad076.patch, upstreamed- Added patch 3ad076.patch * based on https://github.com/zeromq/zeromq4-1/commit/3ad076.patch * refreshed and removed NEWS section * fixes unbinding when IPv6 is available - Add '--disable-dependency-tracking' since we are not rebuilding - Re-enable concurrent check target, but fall back to sequential on failure. This allows quick test building, while allows sequential unit test run. Run tests 3x before 'official' failure as some are a little flaky (upstream acknowledges this)- Append test_log in build output if there are failures- Update to 4.1.4 * fixed build failure with latest libsodium * handle IPv6 link local addresses * fixed assertion failure in msg.cpp:390 on STREAM sockets * fixed assertion failure in tcp.cpp after network reconnect * fixed socket monitor hang - Remove libsodium-init.patch - upstreamed - Run %check rule sequentially to prevent assert failures- Add libsodium-init.patch to handle sodium_init() error.- Re-enable %check- update to version 4.1.3. Changes from upstream: * Fixed #1532 - getsockopt ZMQ_RCVMORE now resets all bits instead of only 32 * Fixed #1445 - zmq::socket_base_t::connect fails on tcp ipv6 address- Fix the conditionals on the previous commit- Conditionally use the pkgconfig style, to support SLE11- Version bump to 4.1.2 bnc#937912: * Added explicit reference to static link exception in every source file. * Bumped ABI version to 5:0:0 since 4.1.x changed the ABI. * Fixed STDINT event interface macros to work with CZMQ 3.0. * Fixed installation of man pages when BUILD_DOC is not set. * Fixed #1428 - regression on single-socket proxies.- Add pkgconfig(libsodium) as mandatory build dependency - Change libuuid-devel to pkgconfig style- Build depends on openpgm-devel- Update to 4.1.1, bugfix release - drop unecessary zeromq_4.0.5_avoid_curve_test_hang_on_ppc64.patch- Add a zeromq_4.0.5_avoid_curve_test_hang_on_ppc64.patch to avoid curve test to hang for ppc ppc64 ppc64le architectures related bug ref: bnc#912460 This is a set of commits grab from zeromq4-x git tree from https://github.com/zeromq/zeromq4-x.git Merge pull request #101 from hintjens/master Problem: issue #1273, protocol downgrade attack Merge pull request #100 from hintjens/master Problem: zmq_ctx_term has insane behavior by default * Also fixes bnc#931978 CVE-2014-9721- Split the curve-keygen binary to separate subpkg bnc#907584 * Add conflicts to new supackage- Gracely continue when checks fail- Remove sle11 support, not really needed for us here - Add libsodium dep for testsuite where possible - Version bump to 4.0.5 fixes bnc#898917 CVE-2014-7202 and CVE-2014-7203: * Fixed #1191; CURVE mechanism does not verify short term nonces. * Fixed #1190; stream_engine is vulnerable to downgrade attacks. * Fixed #1088; assertion failure for WSAENOTSOCK on Windows. * Fixed #1015; race condition while connecting inproc sockets. * Fixed #994; bump so library number to 4.0.0 * Fixed #939, assertion failed: !more (fq.cpp:99) after many ZAP requests. * Fixed #872; lost first part of message over inproc://. * Fixed #797, keep-alive on Windows.cloud126 15896472504.2.3-lp152.6.64.2.3-lp152.6.6curve_keygenzeromq-toolsCOPYINGCOPYING.LESSER/usr/bin//usr/share/licenses//usr/share/licenses/zeromq-tools/-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.opensuse.org/openSUSE:Leap:15.2/standard/46b9395b11769e2ee2aa082a0de48267-zeromqcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=39a2e55155920900406b5b5b156558ecebebcb61, for GNU/Linux 3.2.0, strippeddirectoryASCII textRRRh%XЄ#putf-86e2888607460322cfe37fef954878ae060e57999fcd04db9191ad4f84bc16ad8?7zXZ !t/ ;] crv9uQhVv pE-HunQ[ LH#=3 #6oFIQ"&3r+#PB0x'E~5YMf9yáƉA&450VQ/[_Q;ۚ0FTyq'$[>=9tkCa39F3 e2U˜|OK/Ms+N:Q_mpHdɳ(oa?h ^˾CCˣ$rկU xB,4%6IwM'j4ne]/xd%`0֠К2rH̫ge$Wʹ;TsD<;UA8965! kj ]v5cv?Vj:UI}Os7n΄O]^MM"]`khu й|>'~ߛkĵg`'"P]-׹dYf{v BBa7YԘ̹gKbpjWm Zrpx2.𼌉 rðFu="LS=t4[ygł >'w'iORD0ijw(_2(j&!n(IjVxMsdY:$,1LhJ?k, Ȗ]#mI/&p[/NڊN8n;%34 bm#H yX"פwE'˳aTg Pˁ/<͡텥|Uz܀ h)bp8ou;w|Zv/zvc!0 78lA:g9hX(7 04.Eܯ2/HhBnK"*yAzٿNT?$)Ȗ\= Tt~2 0^,2gw!. z1C7v%[{|1氣"D7R`m.䡭U)ffRB8hQ[^AvD_l>gmnh>L&t[Y6m12;zE1Q} ?~xm]H~V/6m| m'XBcJDL`b aGUF %QYzwAI#<7RCc-uآ+Rw^Cg(^ J,ǖд+9׋; A9Va}q?QhP~TX2͐:^^bFUgZ:w bGNi7:-fy  8.ȴaYd.۪MHZ x̔e%[?3,cM6`'YsM0 K"R.Iic\'D ÓOҦ[ pdh.rudNG1BsL[ՐˇwQX,)^fbzF{Wϖ %4ӥ 5U"s!\6DD+&> δ".,tb"0?2i!pf鳏 Ovy[߭e5`5(e'rrA9C~Z>k)jf_za;eyv ""V8ǴgK=> k?^qZ@l#x'd.5#\3JȩT] ww0?+X@&M-xy-1WL[M8B C aG~ u}b"QQJ5qmzX*uaw@mF^o+|Flp^Gƨ A*-a7֌;F>;TD5EA* ((lsA&S%,?~U>$:}e8/mlDk-@DnRݡ$$3n+s( cHJ㗼 m6ZmAGAKm!3dgƒ̲}|<t,&T=#Ϊ1c.vHL]8sQFj̳:&$N ZW6+W`_O[lFE֌}4h+;A3gt@|ed/ïY씤!%5>!ogivbB¨kŖcXdB״C5+JmRUl5$;}RHܿmũ2J"<Xʁ4Z&+: -BD,epmn3Ƴ ufG=F7֊(e +~Dԍm-fҕ`jqͱYi/OC MHc!C+>Y͖z^ j] oc5(k,x'B L<CrnTDs()u-)g"GM9|0Z^ e,ѱDAq!3a0NH"Ǔ\ rV?^:C|DC㜳;K`0)/ӄ3jXZ"6s햅يti xZ[9.M(< /|$M0~TwB-dT[5O5>.lgt-zN0I$uAoF[=z{xj3tӱO\0" [Ea mHpBip Q$ٌ@ipɽ EK}=wRs ~E>+M±3NIOǜs>eC5$NG|M_Ep8X& -ԢVȢݻ86uPy @Tn[u=t73]8nWR2l'9&!)ASf7hQhӐ~/ G6ԓC‹n W+odZlSKW.CYVL.}`QG:>h$4j wO{e\%{s`7;+"$щcܛ#]clsdFUGPmљ˧'&]ruv=Km4t/pfYA6yjEk5#7*dPEslv1z~SKI,w-vbؼ^sSUF?|/Ʋ+M9=ߜ_6 G0d* MހEֹ> B5COǛ8{X|/?k{vL8i~&9S!b.mS,t#3sƉVb_NW8 |7sKsA9p;# P6t4_:,RwB.r%Mde vuw1hDf.a{UAL5 A08i3g Cݵo`@5(?8e kzN3T!uawKЕKlA۽gdJFSpnZ IfHns^S,<{Ds^i]pBӈBE6EBWU)3\yxFR^34.hddwr&#=m˻jvhSKI䫞bl aQP lg$5Ȥm4SKsBl>KOk"~AVxMh8Y?U1Ѧ 2R}v:Tg|kros9rγ?ќ^iE_}P_⨰RDxO̅ @RZ6tq$ZVPkCU 5s*ĭv;]!+Sl l:v-%|Y%%]A N뭿[Q>ht.2)$cLP+C SET>jQXa ,{FPqnCį_kઇk J&:L8THF+6(}ucT2iٓ7q-[Λfz+5嫳}1"oUVntvW'XbKVf]m hRׇHC : Awx8rp),^@OV*]}y3 ZB!"5N ?;v,^;"VQ?0>K+|E%g_i :}19)}sH'!iEWlTSDg8/X*]dPʄʗ1yiJW([{x",SL澪APs E6[ӓ8 ?e+ސH` x{s{;3J̎~ + \X輸δB ic#I, kb[2?-x:U[L-ߚNRT pyyWf-97WWG6N4nTI1Z3*G^g!6<=_Nҁ&?q`2ɥ-4KOJeC<~:Ȩ ~Ŕͧ9ɕ6GEtL|ajkȿ_c?k K~z|)m9-ɓj앝/oKY$>FEN{iŹGdy/?=OmdԏxD[H$'J(o%x'.(bP'Ҍ 䏼`j4ɖ2I o5iexEuOG6'=1OBڏpZz IE`)P|ʬWdx9~G ʎ/~B WilF:/┾uBq?BJ ב=tSOS(pRBCdƱ9]ȧv&b22Nx R0 b!=(TC{He\~)`ˁ7cR}"e`ھgܒj[ AN>7HvJ+sSC2dy(]Ujj҃RM_MV56EiVK)EZqÁ9%ֈȣώZ&Q6ʵբt! ĄQI8p_sSkLBL.ßw %4`,"*A/ljo>ˏv:ZWU0@d %WkWtsUgWVƟYƠg$\_!6RR,i|a`c '䝡$dekXo4BAẘ}2`tlzte$pAi-[eD#ag0x1=<ס6`$셸bKZl hE>p-{єb)`2 {ȳ OVkʼ;qO?\iΙx"dA(jXԘgHBsa.0,%$pnPnlȽ1םx ]nn9gef٘vA_x>J:2:ލKɘ CIj#2[ 'B3VTQlM7:·5_i ,RQ<"J0 !$,&݀@x'O-åۨDN`xjcYfINHMաurP^* ͸` L߈Bx?<'Q%n\opʜ7hgw~#_$ܔGmX^Nd?Tm$H 2}0g%/%~;ddRdQ+KMl9};8/cצz=?O[SN*(pκ8r(گ\荮bzYQ9P^O<20pyj!6 J0m:!Wz/Wlmב0D)@p6m̺bj6XxWN&bv>kV5brGUILUG0,zBm+IwU9w_Ao\k3myBi7Kd@>)5͸҄Uɀ6e5mL$.xL:}SI?izNA5HA֘ \<""\3k/P$\^|{xۮ$:D PIΚjlĘub4ed,cvHl[k8"d6CD<'.fhQIj&:2K S:~plN%2cLUeA7,BWܮfƬAGRto-Go@ .gN;whIk S<V~+zy9vUуrSoEbfCG|35o)_$5.+d'!Q:ذ9[` 8% Jk.8çX yj@f^:d]ARJ^7]vƐ˩Jp4̥> );0W]2zTDt)3>{MwI#xm,{/uIo L4pV7Pũά4aqa?&) [/+$MhLQ+R [7L?J̶QU .P`ͱNA ^-V366|EWˈ校0sN)axajoj!G7n(4!/ rföEu_g=@BӾI M&r *5qze}W85}|sdf5GFiZ1k-F M[gs0l/PvP*+jݹ׌$%/ggfq&Rq5:#`>5ηK0;ra($d<;]Ac/I8_yh߭k-/uRIOaZMOn =UnlW0b%)C_H Wo9X )9:A,eQgɩIC% xfB$"([yB6dPaRKkF \9pR.9~VX GmɄUiwHъV)LBN J6=Mf/:_Rv(>nƳLr0G'[hi!30IMBzA#-rKY^}@} &UV[T XZBu_G# ё5mT K^6MsA$;~b4xWU/SGڅW'z]Hふ-^*v-CC_L_vo, nx)z,;urh 6"1Λ.@1洃liȵeE&;ٺЉed?4fsa- iWskD[@KQ ZH\MljZz:oJ${He 99 pc̲w//Şj"4A-jk1RV4vd"J5$.PLHKPP-GUТKjN д+db76K(X~He)ۂyXE/a7MŊg.S5QaMĀĴoo R ⅱ} _~ǑR3X*g`񂇴|KNrX&P!ԋJtUN+3R5غ.8]pe-$d*:9 j1>vXfL^Z䘏  =-i 9MFܖo j,*|r²uvJɥ]b%^M:f [^#n@j:w?I' e9rFd/^+x;5'I]yZҕAߍ81&}xiyB;w FC>"ӀVSk+g5yw9kRQII\]pfA>' ;A!*c[@Ի WӣSV2Uh)!]A+b.+zG@7 1:fl;j O~oSRNMAD48oEB'ny7x p!alw3:đV4b kdY #S60ㄈ:_|5=&ȀVb ^!% Ho=FK8޲/3J)=?q;妜=Eg[՘H~Zpݮ=hN2Et%<p>mȸnbMcry=q s3nO\6"NYuP#*+10ً|JAe7M2UTc_@l˘M^G9{$SuI Cb{-vU hۮ=C3kqҾyŚ ҫ43v|kѐuc:iسʧ̢:SH+;YErnT1t^mf­;="|H`?(srNKe$^C}Cߤ3Ѝۆ~Q5AHj(#NZYr!@mM[q-_y vY L;P No!4&f$锿?S׃q< ȥV!RV!G}X $. 8U[i&5KNN«YH"=t8;ܗ9GXwyÑ_mh+>.`0eD|gɌ/*Md- n>5,pS:w '<9$ʃCDfoxgBW˯Ś)x{^ƮwA=6o7(X&*p XR!pQT3̤ʙbآ7nIC'hf6M:%OU:RS>dKqT- 5{!Tdg9"$C}Y 8PI_!]0C#fS+'s^'LBO*3;I#^߾F<~v)z{x"fy^ \C ı-BrH"5DN}x{"[ΰpOKcޞN[7 r >zK ^`s$ Xr..A6^S|Jezoy+m?TA,'2_꛵0Ha/Ȧ !="&t"H( ok)|WGc*_)aH2 R7u(@MEQv'/qJ7BP K2%%W j_Oދ[q !{ sa `"`3^c0>:N?@ +aǶXFVMX:8*iXL[nU+ejh_ Kwo_ YZ