zeromq-tools-4.2.3-lp151.5.3.1 4>$  Ap]#/=„Hq4vСXdm 0榥(!jAH=FG?-Avns )5#'4;H>'mt]ҎL]G.kޱK9^kY0qO`G $<3xaEf.lXs>!Tsi^$z3a_9iI568`؄z̛|W5:mZ08nj_s6ܴs c2af72dd87ac6e8294b1c70e05ab1d8e84295077f4dd4627352737ffc62bc4af5f3daf30d232264d66e02ae7ffea4395db41c6912cg]#/=„ҩf2d\0mpQSZ^(B'=$;^5%w35,Y.i7x?H.@B0g b)wD)k1z 򇫫CO| 2" Lǖzbs 1_bV ,8FK{)Y8=r߲i84Bp] Dh4,8;jvK|!؄?3ONӗԖ̎;n|An9~ ʶ3]e&y"Y{9M >pA'?'d ! ;x|  ( 0 8 H    4Hl|e(89(:yF#G#H#I$ X$Y$\$<]$L^$}b$c%gd%e%f%l&u&v&$w&x'y'z' '0'4':'|Czeromq-tools4.2.3lp151.5.3.1Tools 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.]#lamb56=openSUSE Leap 15.1openSUSELGPL-3.0-or-laterhttp://bugs.opensuse.orgProductivity/Networking/Web/Servershttp://www.zeromq.org/linuxx86_64M!8A큤]#]#Z1-Z1-338846c4d6014fffcce3da4eb2bd79ac195d91cd76e46a3d7e948acac385cf914fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a383f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6rootrootrootrootrootrootrootrootzeromq-4.2.3-lp151.5.3.1.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.lamb56 15626095724.2.3-lp151.5.3.14.2.3-lp151.5.3.1curve_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:Maintenance:10568/openSUSE_Leap_15.1_Update/8309697c6303b92ce59e97f30ebed63a-zeromq.openSUSE_Leap_15.1_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=d81dca6e2d527d26b732c9a7cb89367736fb22d3, strippeddirectoryASCII textRRR;:VfSutf-8e6032015fa4ebc757d2d2311f58fe4322ae715e2ebcfd0c9b14bcd4fc5d734c8?7zXZ !t/ ;] crv9u%RNugAЪ@C"rN>240=7v|8[s5"ED?OĆսTr$t&[;A!*,ibb'ƶ Csj`ק{]Oz:/-1B4yΝ<1p| x6Vmc|:/lyM-r啠™"Կ3]#`zQ޹sQ}R8(XZTK/vm^/ΦО߻No ص3yƶ(50TßiOt/3do38#3?ڦ&G}JX0}hc+Ӵ">1PK>f>y5\'5{Ͱf}y%G ^o `%6[A#)iVwM>s3dVw9b'=s^Ej!|{섑O~>eAρdſLZѿҡh \,E#+y2ň˹M/^Bt h9R"i -rEeAl ;.;Ƈ0<({ BaUȭWYB: (Y[:5:]I{ƚߪL313g}b~8N;=ClkmI0X2{ӜBXH*r8 6m#H-aIe,A1"~e3z06[٥RnwEدfe鐸j.;Cu- Em@+H 9;=cDS>ӄn:d2`odo"URD۴;SDPwVJT_ZRgjzF2J lE.Brq,[ڼ4Wkx\A:YK^^"= LP6 ߣ*1nJe}[ yeZ^sRg nA!ZPvUD=d|D=ToFl!{В4CgG 4DLQPq |0Fb8i 17o8%%]1RMptΡzw;7z~:Q뽀4"RSpu=x !hYޭ|ݦA 磺Xi +vDJX1{Bmqܭ6D%*u]>$Uy+:"ᮏ\]O'Fk2+eVa=~݇=t'Ae E*/[C׿?)`Z:P1jUv$*CA(Y5Wޓkh1z6kdUH;?￝}_{CqR@! 3,)}P,ķMYiMLR2;oS u0=z NO_ ˉu"s4FW)Nۦdɹ|,< PED(Bh7dny%Y=6ȑhU24LlΠc X:YzzRh?(ս~ +p AK`aH& r;^K Jxʝ s_=VH(Ň/L!ٹMgWGTkXFįE\֘WJq^9$$M@^6vgĎoa{fWvowugR7&5 qmT w3bJ,/iMPx*ҡ5tP. f-|4&9at~ɍJʗTt~r+}SJNe8³C=G#&!~e}R܇m|3|u̖~+\cK_X~"hX7P@d LVi:Q[oӹH i$8Ox_g8^lhƢUia>U%>y9{| L ˯.`KbpnZ7K9~_)XWӛ`ëMkXʃ ̖Ǔ+29}S/ F Jc7Ep5CdN1͘)Jn/eCU_N?un@3%^ *D@ mP({;Qxi ZVʄ)GB@PXic3l|G5J9<@PɫdZ7Bv5it{%H廀Hыz`PhtsN?#i1yQΘ(5·S6D`n)(X˪%y(n_#L"q".ه^X]/a2pfjLeW+r? DXQx&jhGB '=Y BUc:3T={P/>~[;^ifu/cI3E Vx!Qz*e^zSS 4Y;Qo\a>ۊuAOOr:"\c~(+P #iȔNҩe|4L&fa1XW zp҂&7՗wv0U29G$ ;kg__]^uH"NB(I (b(1n͞ES*i"`@IΣG%e>"टBQsN8⮵G±ҁw[+f-ȓtOݭ)LA {hQ{r^ei`P%_u"!gعȧEXi(/!JZE r!NF}/}a$]C"u~,R|z0uIi"7w[hѦfok|a&Vtf8N)Fc,U2Us+7z*5FB n5^B+:ذ D?ebK_)Ŝy*z h0 ĆC*0qH3֚/pI5׊۷C ,ct!b[=O.Ii.Tq>"AܵlA \ev<sł>*w-KAd۾ql~yI[Lss(T#L(kT=&ri |$ܜ+1āk7̢k gHb+(+=Y[A58a3*l`3 ;L/D~?;9ORLd*AYxrԬ,'5sZDZ {>zF쭟-TU—$͓q5qibA⥣N!ߥ-B˫ ۪yȲ e)20/bcݜx,zhaQVEOlI_)գ4/upR>,^.L-8Mns$Fn"OQg"PQ:e?)&8"~|C"2`L?\5) S Sn&vOR |:YHПd*Xpъ9 pQP|-#z 4Nc~7鹒Ht?w{)I*.Ơ?N-k%|Ds?/*ȋq 1+P/&߆h,/l-zRre$ 쪸Yډ߶eӕ*XSn5'50 sMKڎ`pn&G| پ!\|.óG::aqeC6?֯Zl]2mnoO0`P\JJ^KV-&B$t5f5U^kh0h?=8[/꩎%ڌ.EYD&e) 0ЬR,[Ϝks`>߶Kd`N%~ʡ)ތmUDx2.sm2eC9Bshe35Wz]5e`},2zxDL%{0l2 6q#J;2geތҙ"]*dd;n^$^b)b%djG7۵|>nEe4LU}~+uǢ BngQF(!xo nҵn48M_Z$z#&1zr88&R]IH*19biPݥl>{ߨC1/z}@~Ezc;7I|Ջrٴ4T:iӏ&7îf .8t2:;'I&lAɥy/͈$8irO+zT5l z7NWjMA6 FlgOˇM'5H2v*IWѱR)ԓc-=PwyKaeF Q%BU:gKWVPب6s}י슬YK*~ŔV$4]Q'3*sv/< YfJ6 K@oI )}@ܩᮐꯋ}ZH1ci!1%m_38]mMvgOb^Y|,sQoYA1V[g]M&2/=U]A$8yN 2Qef HK5_._' bd,0>է~92J?wR&FE^‘Vވb4Ghȝ Rd!Nhg%StXZgyzp2b$CHNd!:xR *|ˍ4pt$ne}0zpՑ+w4"{XI(cXP0&-_@뛑Vu:rt|W=1 w8㆝eQ%֡1[808lhD7bFH7\4 :iabU)掂/0&Zf{Z;⍗R ׾͞ :Y7CZ5}rO1¬L^i1=p P$3W/@bGIsp Y <@9! t)R /fPO^}Na+/)o6b}{()|GekQ^-ǷnN %CK2'rc7ģZd ΖJg~=*{I 4Q!['J ؊ PaІ4٦jC~j ^HORxI~~Fb(X άP>P qbD+WwBD4mBJ̾^X<zDAYSM'NųqRiEwy9#:x Ӥhc|~>V2q#1@a:4&gϤEP(i% ,$. ϙ`Rlc]>7Lwiy Vh3뚓ƙ(tt3N<7+\kc7`㐕nHx4# #$zu|rbȊ=+ւ6HGw+}$Pe^ODQܿS'rVV9ft1c y!c 땛%p™@iJCw[+4kbRKr0r=zdQz{Xl;ԁa5&>iAnFiG&N|LK"4a9#6bOЦI^kƞ=RC8mEl_n9r2HVkUH_?4kk[7^+[ֿ4?Xrnl8k GMTL9V>n2mB+K~&)ލOٻHfK @yt%$wJJ ȖGS֊zA+ohb-zլ-.B8E" T[ g$Iuʒ߈ gOG\S[gvXKwG~0p~g]J)(¯MlPzUeywxheL6`+ V>A$2 ΰZDmSb yt*GU,#Bu5AƁڦm|ۖ\Fox&>R3'K;BS?s}ha+cte b(y~DN"+D0'"$ۑQmtk~'G5ŜyUGԸ7A~ 6ۅp0ahsmv#30A 1zf5bm}6wKu`p5qs4kd/ěV"%K&/r796 `q[ǁ ƍ!u__m4)XC n/ln1ӡ59ߤz(xyxyyQai`zOO?W1V,Bg$!퓄W|B8L@ո<̥1"/ y;0J ?vʅeK^3+ Ȭaϑ:ⶅ.6qb7J!¦j4Ćt\,՝G[.Sbe@QZe@S:8sZb[P,j߳ˮ6{'!M%ɧWXlȏ^ Le' U@,؜:537rL+2 $)\{j赵-$>H84̵yQL(y`d7(fMlYk֪;-WFgƛeTyeWSkа t腘顆_6AKQAI,b?9=)c%R$vV{~'Q`ȥcV K̏QaJOJY&<'4 i{" W%l2,z.8 ^.h?%L& ;ćsPLvSЂגUK IJJy^~-S}Km02;ݑ"%btZ89PX~z`xA@\dN2=Z/b+k?$ `QIt$Kk6[9dאs \$*􏳼~Bi]5xАRt)p+_a$%F/U+Ș3w[b/غ\l6[R5G l {d|kt &d4B36>i(STx(9 N5$[V"r8z3tBnl1>k᭨?w=잜0źmw /+Ks~]` !NjhϮ{ #DSZMUh5.*uTO0Ne| EXՐ0cZ'yr$ZY;[n1>15Krg+H yƽ:2Ts~dn%=:ʊdfYS^)$xNw%̅ԎLw/B Zތ:I1WS1ܟ>(S&Qf b8c7w'&vkwP9AcRjw,쀓ۜz '󙢣Z IgaV>n[*ݽ X߯+nYR3wT960=jLpPG ~*Ю08W+' /;Ŵ+0 v3r0%NRcFB]S(DCWx1)3ϻ9{RYw{bCUUc. 8f. j mC|#/{~uGUV LIRy]/8#6'pAW^QC|*Ŭ;'@o$li1VoHO; wH}Ds*I%5M % aӽML[zsj/)ilO %ڼQ\tJ9JbJc0-pd?UP$},k KH:S*aZ*S]]7;h `F儜w^:UjG= 5lDrJ@BV?1wa5o39R5Ƀ`^{膙#czڜ>uLݤvhWd!̅4ekj%:גpxLk3 }v'LԬ"Bl] mkv+A۠hҝa3wl#\{f⢎`<|iSyv gl~rM> 9r|0; t2tdF1o hMq%,8Q'\rۤf W?t]py-R\fUBYQk_"F-DBF0,{ X 4@h*$vM 뮡UZ${g$Q}'r v E6S߀wPKb  TeCP8-ϖ?CA`-P97bKC1D;˿~ъT =vsxMQ5e9Vg(me͔\M<[3_,!}v}ml=yT3L%YJS̲xYǨ>^/4\:5{{J5JIX =sܲ % bMdAqtuQ,ŕX~/<:9ht-9 P'*s6#9]x.0/ʿ2MeK`E~ , da#9z >sWL:c33D X@7hq[4Y[S#Se8c||/'^Ҷ)]@^[n30~)bb0 )o>өC{~QYM"[ yo.7XYGn /hE%^E1JiN:'lKY ýbmLiQ$AM0Gź TmVUQc,@0,^RV,pT n7[O`dnģ ~K%~P$Uʱé0"2Zyv!3M?cpAV%:4tz(|GuRk0ܜ~4S(֡o|o8n}ЈVrj}GV|h`]l&_z4ߒTd{{ΘQ.m9m)I{ /!=(h3{{Q]NQh~z:>(]6Fo9cPw)s@~dvy3m4v(p)5׍nY0<;-ik Y3ú"^Z(F|NG @˅t =WV&yM2M6.9լ!r'Z4irZtZD0G,5h&ޏ1*U~ӧJt[-y:྄ +qJZƮOX6QVFT@ ?S+OF478]:1<ݯ;ƌb Vx qq;h:DDiX#(o-O&2e6wOJQӳyy(8nAg`(Ԙ_VtƐgI@79Rlc:̵J&o9|V4U J=TCMKSvd&}K|'O.eTIR]lѯ6%|Tv&z ҋkS`܋ ~*I C%u~]NۡKqJ!&Kc¸ٰU8+Ȉ;#^Fc~a< DP Qz11˓Bk-m̲mMz#܆(h P7.ȝvm6OhjijQ- [E+U eh>"1oi`9&r]*5:tƒA!gYZ0‹ҜahSHAk^S1@KR jCdBnR=MQB j %\ix^vMAEY]˧][px-]ߜ{$[aτI HyJzH17;ͶdC %tL cאb 55[{=d7م@_x: ]E]:9hT$Hsb5>ne Lқv(U2wiP\0L_KKw:!NՐN0Pqn杖 h`,soAj()g.[3ԗ#_aRn6np\S Ő4+ҹR\R2QM~pq#X/ֳv(#u~=cǞ6#&>L,c;IWLj͊%3U"XP*1杨Q`#UX$ m!0]P"SYxw NzpދHC~ᗔPO^FLh* z ”Xxh>tL;{a9dHqIa)dLS]' +f ;v"%áhPd+^Ζ a euޑvavLe?0NqX) i妰K-SYPq!-8\XsJC abm\R_hww-Ķ YZ