zeromq-tools-4.2.3-lp151.5.6.1 4>$  Ap_]F/=„}mϥ]%h> (~տ~7n j*3P@nCN2-%l Ibl3'vSS ˾U s<]='Q \N`I{cF-jAjzfá]ǿBqeQ"hR97' FscFfǸ[mgM31vg]WMcdω;ک3_;CUg}EX2cK1W6:y;ܾ=e=߲y3}& ݞ05Pܽ~O8]$a0,tn!ʈ3j%0s$`,vQo4 bgJDq{Js7ю(k 9,|%٫ >pA)?)d ! ;x|  ( 0 8 H    4Hl|e(890:F&+G&@H&PI&`X&dY&l\&]&^&b'c'd(Ke(Pf(Sl(Uu(hv(xw)Xx)hy)xz)))))Czeromq-tools4.2.3lp151.5.6.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._]build81=openSUSE Leap 15.1openSUSELGPL-3.0-or-laterhttp://bugs.opensuse.orgProductivity/Networking/Web/Servershttp://www.zeromq.org/linuxx86_64M!8A큤_\_]Z1-Z1-7aa66acb887edcafba638a7e063252e00f635ec902226816e9bd353fbadc47a74fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a383f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6rootrootrootrootrootrootrootrootzeromq-4.2.3-lp151.5.6.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_w@_V ]\@n@\Adam Majer Vítězslav Čížek 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- bsc1176256.patch: fix heap overflow when receiving malformed ZMTP v1 packets (bsc#1176256) - bsc1176257.patch: fixes a memory leak in client induced by malicious server(s) without CURVE/ZAP (bsc#1176257) - bsc1176259.patch: fix memory leak when processing PUB messages with metadata (bsc#1176259) - bsc1176258.patch: fix stack overflow in PUB/XPUB subscription store (bsc#1176258)- CVE-2020-15166.patch: fix the possibility of unauthenticated clients causing a denial-of-service (bsc#1176116, CVE-2020-15166)- 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.build81 16050004764.2.3-lp151.5.6.14.2.3-lp151.5.6.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:14936/openSUSE_Leap_15.1_Update/7b8d8f147149775d0015c166d2945195-zeromq.openSUSE_Leap_15.1_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5c1985f150107190b75feee7785034069fe8b8ef, for GNU/Linux 3.2.0, strippeddirectoryASCII textRRRAD֖vzN+utf-805f1afb12b26f23d39f89eed995fe82f5de103435c1cb5afa5aa9c80e80da7b0?7zXZ !t/ ;] crv9uP8TLS+c՛"AK>87FȬ ϘJ=ƅMUOI4֥-'\ S(~Bb[7 j^(yQLdp' ËсKQ ru@E# PepB/$rj0@w˾tf 6;G ?":͟tdH]yKYc27)qCYtJs8hUxKtA筈פ̛3od26gZfzY rXp4+vr*wDv]-r ͛Xu#q>\QK =| N0U*E!zء`6B5zd#a)J7QSjHOJp94T~MlJ~FӿN o \ׁvN{Ђ`b@}O-  G{< ٗ֗*,~)H[F+ahPO9ϘQl rk'r>P@;usJ-V% \WlH ;^_ m[Att |j]>t_(f9 cKa{vDcZy䯳&KXJdl7\`Z62ڮpE ]D v2榇/MCbႆߧ5s{vZ47dӐfD w! pYN561.%$ͽ*X<&: H޻-m+,@s.tf+m_g5ZPI8_F7Z2p* uSg>!'mڑoE 2l{`? |-C[(iE@4(EwaDA`#hY〝zJpLTOaz~ZhHZܟV'pR>uPySU})\F9 С9HxoP;bNjp3ζ8FHfk#rqMKS#G'oRϠј6ˉi^f]ir{a4)rǒTA_g} ۴{G^6WD$yI\<3SwoL$jhR@44]27%b{퀍y>ja%笴ӡdϼNf1|iW =968'WokxW0fgZ滀88 ^,ى3Ϋa0:}Л TQg/S%uUsM~&sYidv#Qb.y ˉ6}ްnCeËsGw@_W]hd?IDn>X(.5oEp(μ] G"AFv* 'g$jNSx,OA6ęC]9C]/BAV&)ämARp(S(|MLqc\?$KN(j9`ZN ,aF6\S0HրĩƸ&}945ܙ=U}cCJ9h/ҁɊZ6U Qb&_V4s##нc(OZjDg(1oͅ{sDg b" +D].ƫYlmE"0U-/;Z)MsK}\|/X׶?O Im:WhgQq7>WAqa ݍS|3-t:+ZOw9?Cc}|/wj$؆te䃗yJ{*%6FŶ"w˹:OL_4|=Qc;/R#A~Wt",^gnZ,QH]es4mg O8&׽5\X  c%3eH9E)-kqW|jcej'WA\H?TpfM &ӕ;#3$hNo" LEׄNbR_@U #7w+!oـζ+5 :"l_ƟnwawC^]J֓Ic~wO\kenJ!2A+h! EqLici96o<~~i;14%kJ4/QM(>,qx-*4.%+ѕiןɀ8LF <@Z wY >` \ N\HvffBi~~ȜTh+ #gY ৉]}Q0i, hL%~$Sa8Q# (I2'<.zVXis +`49Ԧޝwɱ$B CuD":l=#>Vl%o[I);Du,ז7v-VU_!a?dM b=FINz} I1)VY!_̙1fzhjQow{̘{fM^`撋XSCB\;0t4:kŷDR:E'HtJ3O̢SI%=6bɲe.erY}WĭjbyKfc:r@MNN]pJUY A6'>Œ> d0Z$9ft<&{9u %/'H3oOjBB}5SX\ NH]V0GK(|U\R!Z"ǖil|)bb0*%uI;]ifLf%:o^q@/$M!bgew_\\FQ΁(ۃ(Voi %F5FXfNf'Ռv/\&(_0p1%ֿK>L&i;";Jr:Z .Gs/]D彟@1#Gv-cZ,(SfJPXX;"3dmD)Xe( $91n ?(Q0B7(LHUIEkD8NeZm6myÂzx[i1b4>.i&mƦͦ&҉.S}J=S xblAy! <| c/ y~T\JO=鏧oX?ZG۷k30&b(aTu$ [Z-E%=| %zhtThM ]$O4$y,o_!-.0\V%@GkjR(U% AǠcŪ[ywvlpTVY_(0迩$sgrrzKmT\̆u[1JxR̀=́rt<-7Z??֖~"ʥd@}fc蜮D%LNT78K+觗KCIPl*%h)G_91* ;e6U4~9E%[4xB&F}YYvc{ EQ L*5juzuN!8j.h Ap*)Zs^j~#Xp 칖i?䮜5 ݘ\_vS~G- Id9XW1$%uG-wғ>m*1GR-V[&duѶHpAΦ(<ۨ`YR2ȫE;3c/!4V(ECIl*I2/[_LsEG 0+wR@XgBjG95 t/n /oN9dn0i2p[?zD۩šh2G;Š7DH`}H<¾C#2լ7tYče~hUvmFsF&|`}/lJH:Sтz}Sw&TdvLK(4 =zv]Y?} I \dY7G; 7@ _^r -. RQ WBNaer na!bPMӏδsuUOQcJdCYw^XhA Iƺ`уdD~׺ݧȎ\AGӪGˆM7=<X< y/MQ:b0v Kzf!ᔼr>Dp6;.bDƔԡgy vw+mRDBaPm&h "sa?"ƴ-vѼЎs'eϙyb- pOy?cf*@z-~Pmг\ KL旆谦^UP)t1ƞϥlu F FN_zǔݦ!C!`1MVc>FrsKɏP )|(TS*Et#SGba~Z~"Ǿ2<6#er;L\X$5brw@Mj?eh$-_޷_*VN+?LCb,|QR~ZBArd;%Sը*'<.K_^)"ӵa 5ZM%}D0H 4%$~.I@KJONϝNJ2`>'*ܠ9ZseÌ-̞]?ĺśI^ E*,6_cA7b~:S 8xwkD#Thf$4Qe$Tߜ*JjHYO3u IZc v:.[%;P `~'aB#%<3:6hSh[b_eٽegI+zf~Bƹ"9m}9' F.\| Q0MFu.qr: 4*xo~鐌Ҧm|Yn ?h[MkH ߄MWȁ< "`AI3pVl.m?SUz!gMkL~^\t| "33"3S>VF9 \|_'6-<(rcEYd yGkm oW|ƏS2hoThT=:>4 c)tL{B_ \pdUMo wKAwË;Wz|]a9Y^ORI`e/e9ľGpEJ4MLJWJmGW)u&Ƴ^IƧ^\hDcpeo~VE3 PDؕح@ϋG7)ΞF,p7,Lhrvf@f^JOA;پjh~U-z`Y,e@1=M5S1n # # K:.V9ɕ |}[*ݢj 2aL1Y^_{PCz$]sO|mq$DPF֍f b9*3LvnTװ32 :/gd*xKdhۍ䯭U[=ؠ#Cee~H3Atx*\vwvK&2WTdu* Fsm,.rntW+@̪DL~W s+l&儦A,l56c >1 EX0Tn,0n@IEӮM괵=ӭKSpD]:n/ʝZWRm%A䄶R ;E _&T0a'/ŐXeQGp6%d/P0ju\Ѐ@rZ@Έo˕h4z߂@И R-ه$jޮog ~!Xޔ7J28H+ Gj #{EA>[;!*UQ ?bܡk'>- 'P(0u\TVޏ)z vlf 2]SV"]]-3qb:Sh i"!D5T2I؉A2M<9ةO\ڀ7BDf\sPԭ>ȋ`jN7^#N "md8,*"IniB‡nEFϘ&Jl K IhTn#&ɮM^NkYbY;0hRQ@:*֜:vS`.U[-RLK[lp(&B^ p[džZ0QaNw:9%Ii"z-Tr:?JG!&ω!C5 EF_ Gv/ HX3ta+h+󋛩L8Qr'[̯y2mt-|W[,G;Wye(jΙ"'v`{i; 8\+0>ܞ&n"u*o Yieߐ+i>d$UY!q3hy8m?W*#Uql$YΠSW5F*4R{6aAJҗgRK_>6F /VSw[cx~+yɹTHm03n)EpF&I)[)O ;LdZ"g)rJIqY?Tpa@iw]&9{ Рd~2FZ՜4(U꿑zQ~Ay0}~}qzߩ n!Vɣ0@S zYKw> Y?)PV=![Fs񛾙L~$j @AzWV"3+"ٮh?Ĵ(e Z .5?3yVys:Tp$ފVwʮDl}VQ*ez:PduϾ#Ǥ7CDJH˕~|ۺ}ﯺee{p +BPq-֛WO^)k)g7NHaS|MJ\˜ ՝, }CQFV YI ? jܚpX.՘+g`7݇nK\_Vc z>ig^quI5Oz`Фu?R^2;XʎbS /z[$^ U:-}$/tt`iW}&F- O7:`с@ B2Sej qlQ2S*=ͺ$ 'nX?T*d#rO U Y1*1 VRO)ל7fAjy ]FYQk~O3+Tn|~SSW㑒uc<6f׸ބ]Т(j'AaڮQ]{T}f/ˬc[:o<_sMy)~Jҭ'[LA7{ X7!Pc>#˿R5x sJ0aҬYz934 u5mo(Ӗ=1 ~z &ykN8"N7z~ 肪um1: 2xsNyܿx$g02#J֞>TT`OsgJА߂xpp|AG)w"#7%s<,NezfUM 3DJU,ZxTUG*2 Ag?"H[8``oBW*WB@ Չ:%ry1wJ Ia>XbuJBUj4a>2s5^#@ h W8m!QuBrJ}k'O54Qh$* +4J0v9M'^_ǼE 镂m;|]Z"rFȚ$Nx"ĈWS!H AذF7w r43n{dTP1r|l;82R*qǙt@v9īKO_Kp"$97nG 3b"v \MPVrlqk!xk;o2&+CS9 +j^(Q<{ K[')&Em.M1ڍ)TH%.N^c4n`  n.f:I)c1`tH}o]E%/LJ"΍"Q?1[BKqeURR9oQUaq+xCʴ@!SDYoK/ldw`G}l\ ~o0tT+&HOyMrJtd?I;%_Z B=q' [.EJ0[.^).K?\畍02mq )ѓt!GJ}^ٝÉ+psU ^J䛏e-JDC)c Ngg!͏#c'0?]Z5Wu :AЪAv$4Zb!ߨ'.1@GWH*uprMv #tA^uw,My|-Y/Ir` Uw`sQ<ս|-|D`&ƂC1 gj@\U}sVf̻MO罟Ò3Ghj{䃴IiJyε*#ͅ\9 1)"(C&^ ' )*\YpOmg̐Cnq֋ߐ#xfT4d\y<]A-=JO)),v$J[_<4֖)E2<ӒzyCkLʠ]rv"%1]_XauA`^QR^f(o׆߮݁,]v16/97 WY5F=n\L9RL_8O 3xG =i:ӿW;23-jhdK+Gd Pm=L*9E\FRYf^fQDpA pB8G:6~оܬ< 7C:hjTwH쾎;>ףtxveF"n+jc̲qϨœ4ڤQqF+5b%ko `!u23W(:_FI %Opo fT>W;yͤ?P{G9Zz, =d0j ~jp'}cHp36 'B\ ,l=4eS,˹[w CdlS:zinWF!Ujߩ:^A0FÛV++b6\3 f)Z"sEqfXR@CgM6P1 9:F;jVg< ZgZxFS2rYY, Kނ2M{my_IUn0eb88225 b9Ȝ%RWh xQtQL.I<6ZRI7-T+ \P28\rdiڤj_QX ^U`bQFBsa:#rS9m f5e<42 a&EV(8&#U YܥŴBm$6<(,p,oi ߓ͐JA_;w8vW?]B x3Q ڤayd;1+wiCeP1:(bjfո*hd#k/RtNͻqV%KL:] 0Ӫę|xϧB~ɲU44^,H}$jj0ƹJ/BEknA&'0'bN:d+ u,3Q広oEk[23fϋ*)@ϲǟQim>m+*-)'A 6UWTP'R-g5ď:0@0:[x}"_EFI'۸ Bb"_1Kz"z팩SsX3py]״4SH/UC /TA`Z._4!R/Bj܎5bm6S Q;Ƶ ]&ѥ(VbZi&UHȚrDx`|aQNY%t}%onJ%Qrd-3SVP1ej"h<wAٶ YZ