czmq-4.1.1-bp153.1.16 >  A `B๜!M@eeed([ۢjuCXW FC-{ן*-1YZ^0N{֊xW8\R@ $t/t L8]yaΰ캦ך(wY62Odu,n,~\=a{}^vcEQn  ڰ2ͻSl/gO~M.L1cTzHI:aTmKW1Bx,ecDn%td9Z-5]jT}+9;3c12c3ab02f1aa65c292d2a70d184eaba95fe1837dd4110353b46719eb5334a8b7942b0bab5a834c16965774730a1caef1d5cf1d:p`B๜!M@eee_uy1"A Tԁ{bn4 `ӑ!m6yID W suN9L@}S]B`:0!*5%=6ϫs 5yP㕓#XY1 s3Ϝ+Fƥ~yppi= !jUDR#hn:dqf˰lꓧX:.F&=1p0Vxt3JHy)r;!.u>p>?d   8pt  $ * 0 <   , T Q (s8|9:1FXGpH|IXY\]^bcd(e-f0l2uDvPw4x@yLzdtx~Cczmq4.1.1bp153.1.16High-level C binding for ZeroMQCZMQ is a higher-level binding for the ZeroMQ core API.`Bold-atreju4sSUSE Linux Enterprise 15 SP3openSUSEMPL-2.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/zeromq/czmqlinuxx86_642pAUA큤`B`BZ+229115fbf4cbaaa1d54cb52d83b7e84765861211f06b63d001ed2fc5d8aa0bfe1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5rootrootrootrootrootrootczmq-4.1.1-bp153.1.16.src.rpmczmqczmq(x86-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libczmq.so.4()(64bit)libpthread.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z3@ZKt@Y5GXgXXW%U@U@U'UuT}T@Tq@Tq@TXT?@mvyskocil@opensuse.orgadam.majer@suse.demvyskocil@opensuse.orgadam.majer@suse.dejengelh@inai.demvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgjengelh@inai.demvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.org- Update to 4.1.1, bugfixes: * Fixed #1847 - fix test segfault when no USER env variable exists * Fixed #1848 - fix zsock_resolve when using many thousands of sockets * Fixed #1875 - fix build with GCC 8 * Fixed #1876 - fix crash in zsys_shutdown with libzmq 4.2.4 built with Tweetnacl - A lot of changes in DRAFT apis, see NEWS- Update to 4.1.0 * New STABLE APIs have been added to wrap new libzmq context options: + zsys_set_thread_sched_policy + zsys_set_thread_priority * See https://github.com/zeromq/czmq/releases/tag/v4.1.0 for complete changelog. - Remove patches now in upstream sources: * 0000-gcc7-b651cb47.patch * 0001-gcc7-41866333e.patch- Fix a build with gcc7 - Add: * 0000-gcc7-b651cb47.patch * 0001-gcc7-41866333e.patch- Update to 4.0.2 * Fixed DRAFT zsock_new_*_checked symbols leak * Fixed zsock options could be available at build time but not at runtime. Added runtime check, an error will be printed if the option is not available. * Fixed improved compatibility with Solaris/Illumos * Fixed memory leak when message send fails in internal usage - Update to 4.0.1 * Version 4.0.0 introduced the DRAFT mechanism, but it had a flaw: the internally defined DRAFT symbols were leaking as global in the shared library. This meant that although the API was stable, the ABI could in some cases not be. This has now been fixed using compiler's visibility attribute to avoid this problem.- Update descriptions- Update to 4.0.0 * v4.0.0 breaks API and ABI compatibility with v3.0.2. The ABI version has been bumped to 4. * The v2 API, which have been declared DEPRECATED in v3.0.0 released on 2014/10/15, have now been declared RETIRED and removed from this release. The following classes are gone: zauth_v2, use zauth zbeacon_v2, use zbeacon zctx, use zsock zmonitor_v2, use zmonitor zmutex zproxy_v2, use zproxy zsocket, use zsock zsockopt, use zsock zthread, use zactor * see NEWS file for more details- add 0001-readdir_r-deprecated.patch to fix a build in Tumbleweed- Do not install makecert to workaround the conflict between czmq and mono-devel- Correct License tag to MPL-2.0- Update to 3.0.2 * https://github.com/zeromq/czmq/issues/1021- Update to 3.0.1 * New zsock class that works without contexts, and has smart constructors (create and connect/bind in one step). * New zactor class for multithreaded development, evolved from old zthread attached threads. * New zgossip discovery service. * New zrex class for regular expressions. * New process management functions in zsys. - These V2 classes are deprecated: * zauth (rewritten as actor) * zbeacon (rewritten as actor) * zctx (deprecated) * zmonitor (rewritten as actor) * zmutex (deprecated) * zproxy (rewritten as actor) * zsocket (deprecated by zsock) * zsockopt (deprecated by zsock_option) * zthread (deprecated by zactor)- Update to 3.0.0~git.1422214591.ab92619, bugfixes- Request xz package for rpm, since source is xz archive.- Need libzmq >= 4.2, needed for malamute broker- Update to czmq-3.0.0~git.1420493785.71863a3 * add zlistx/zhashx to provide better API than existing zlist/shash * czmq_selftest is no longer installed * remove internal usage of deprecated zsocket * regenerates zgossip engine/codec using latest zproto * speedup of zsock_send/recv * add move NULL checks, memory leak fixes and so- Update to czmq-3.0.0~git.1415022110.59a4f16 * add zclock_usecs at least- Update to rc version of 3.0.0 3.0.0~git.1413364181.4d79b31old-atreju4 16149956174.1.1-bp153.1.164.1.1-bp153.1.16zmakecertczmqLICENSE/usr/bin//usr/share/doc/packages//usr/share/doc/packages/czmq/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/abbe1b9da82fc7b39ebdcf7663bb7033-czmqcpioxz5x86_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]=2768425cc5e1083afc17e4324b376a55bf11b3d2, for GNU/Linux 3.2.0, not strippeddirectoryASCII textRRRRRR.q-utf-8d5033dc77c184bb6e9d8f16e693ae36d5af28c8958e6a1c8c5b084c32b696e2f? 7zXZ !t/uS] crv9wHj7YS|}Z΁Li p&_)肳X'ߩpmj,sEr-Mh]AJ/6ށ,/fu&hX3%^\h&/G$`ACK] >2_'IWޏD C1Ų3뵐4`KC&J iԘKKy , 4Uނu7[f;T 6v2zj#S 8p}G[G]኷cXlEB<>@ĉƢwg=ۖ-gHWǙszժ+۩-x`lb@iax<%N̚}#ɐIGImD;-IO$# \"Q j|bj7|CrEXjfGAޏL{b.XGeQJǎww\P`+H/߱2+Q`eR.PL]sٞYdm F=hDi8AK"G{)k5ȇހ+DR!q,,>[׼+ڸSm螓hL׀A@l-b@zдL*+S wCz MY_P 'h> ruSU`}Tb :WpomǺ5)Xq|.̿\S^5^}nTR68fN[([ۇ@sցYR$N9J%=Ħ<9,;9]"]jӐmg NI1_6|g8RUs]RIi_jc2Z)]/Y? GF5lq. %`NdYup~2¶v8RRZHM7RYq0,ܭjdoyOtVg&p"C?Z/5Gnƺ` Sa܏Κu>KDOY ņQ$*f.ǝ&a|.$b Z*] 9aT 57b~g3=WYb ($#[)8oFi \eE)4-i>,_`+j`p#$k<ɌLczݜ^mHnyXt0*|&Ä C&C6'E04YbŮQ䅑a(%Qyl bL1/z4'*鉂2Qh)*+0na-~zr‚3Z' zO.8v7n{ǹ'cĦoA+B*sh皓fɑK%Hnx,z=n]m`~<5@cP~2)zLyTL+h/P'Y%;Hy0~k0O[+Z_l=WKl#wf<ܺQ'}*km6Zo?:T6f@AB^oud7CVoiꡑL3=})*L,P G'a8=le(l|vڔ;Ϣ uCxvS3w0?oM:$dL!#sm\OaeMDdXwMimAv)fft%M:%y^.%C0|޼ B)L?XVsS mNGdZ "8ib?3/s(fNST2iw)HqQ۳lOͱOE_2Ny[$"k,Iut/8\ΰggR/)^ 6Yd['rẉcV!MEݛ]6GrK9Ǭh.j*.emDQ"4y0+E#y.n^T:ҕ__e6CR$~?퉎1;ω=McsQZf+OLs+L(GP%M  MVݍ-e"}WE$6 WP46(p2wɥopn=wE.5 ~^QmT'Cd6dv%%[ (y=`V9*w/q{?Z'F YteGq{-B;Di{pe)+t i'M_@\˱a97KFa#e83#CCJhm)1t@iwo ثs3e%yˁorG V򃩄/X.]0l۶QAQTX~ 9fʸGBMTȖWiWX1p>5%1;C-6"i Z!$'Q@e惁r<ͯ6BlW<*& !F/.L7C{5WRbU| Um߄:,@X18I7O1 ?7S"m- GK"yqr\xp{DU}nD{Lpt &S}"q/,l3b[Rml٧鯾˩Y4^*tQW3| u%8\~~KoqFi^@}TNm)u+vT'jy 80ro[iWIE]Au+TJ!nyxaWjwM =Zw+c>bKNic-H*G$<YcIk6NA|>_j|w{l|u>u.ch9GZ#jz-'qC }X"*9kx`Pg𤥛=@h0 MZTչ̀Dk}+o+ڎ4fTG-h9՚p'XdUJK*WQ F U%& $Ú Լ i-UʰOzV]mlӮ ۶ d>=NF p<6/.fg ߨE<>I 1AMy8Vu3&!0uY;x_j:ןܯԋo,;WZDI}e`=rJиW}_[5@ 25&qvKp9{c>iU113#jU]W% ȀY "u #ˍM)xW8hNZD})^6GL(Ig> Ms+)cos̙q9LQvΌSvvUNl K4Y9\ (Й>~L&E)7Ii_ЀK_OTg{LWP8kxHGʪ}Sג( M,[JhzZ˒iG#kTO,^X!#%fŊTԲxUP&P /T|lF RkTi|$G2>9IϒM}hGNG*y" /|sy6>*9B }п[:J2 W9r?Q!J VS;WC7 ubE,)3w@K\aɟ|)~vuM 0!u'ClkV.Pu^t =!;Hg sJ{}6#!xk!ۦT1m̵Y#=JMIlQ hoEHG5%V~0JGT`d,i#8S`#~]p%we:Ө{T״- %R'@+ΠlG0u皓:rdW]tNeĨ||sX?kʰ]x70#FYÎ;(iRHu*Vz)Sְ^>RÆgdDD*ovl!;@I [îh䗁ϻ=!@YxK5b-(^kR83P+n3;6h%!g9Z˿I"x&^{+ZtueAf,K cp$j`y.͊*G^ FꃑNl)+=PohOp&[{ :^ɼmqvxhq%]{84?UlEAȭ+~PLRĉ绚Z=(K\@s[ MǶ]UWމc U"nI<08컆ČK` |TM-ѻ璛0ȖiIQmEJB=rOh50U-Vxt>%)/WǸb$8gݮX-jPy/JeV3`Į?:5* M76Jy0kP$(y8Ty2-\Jqw7 Kȼ*3-N! ^^v-]b_?Me=oxMH!+PIus=#CfaD)kA4O)ybH֛UXW# (a4VRt>"<\ Hy/jod##3#;5|Ws^F=kOd5nuE)|C[1񏜉՞Uۆt:Sco&a—8xH[0{W>䥥-N(86A0.; FCFGg#ڽwKXHZujI\UƻѧI_ngN;KG TEԟ&L#s&Cջsљ}RtuGŐDzDYEլlI&T1DKm] "˨8/8%D_ ^2 k@iL<}7*eN(Һ !9vfp>vE گdX@ 3h3ݪ<_TQhב^Y~v|n2')UwC9g)YG}B 1B28vꑮ*Iu9EeVxσej9KmE8k% bYrԥ﹚Ly"]s=7ddbx6t_lDn Hl>Uƿg$਍X Ob  ۢyU[ъz~|ؠ*v'-`]İ&d%OԘµ_r?=L YZ