czmq-4.2.1-bp155.2.10 >  A dkbUI%z 4!g}:&^"8 CyW6eޅ*:U2-8`^~TlO T9\#E'$=]C ")/*OFH#kSe%ROl O܉;pr`t X_!l t $ɥ'I\;X3aAdam Majer mvyskocil@opensuse.orgmvyskocil@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.2.1: * New DRAFT zsock API to match libzmq's 4.3.4 socket options: - zsock_set_xpub_manual_last_value - zsock_socks_username, zsock_set_socks_username - zsock_socks_password, zsock_set_socks_password - zsock_in_batch_size, zsock_set_in_batch_size - zsock_out_batch_size, zsock_set_out_batch_size - zsock_set_wss_key_pem, zsock_set_wss_cert_pem, zsock_set_wss_trust_pem, zsock_set_wss_hostname, zsock_set_wss_trust_system - zsock_set_only_first_subscribe - zsock_hello_msg, zsock_set_hello_msg - zsock_disconnect_msg, zsock_set_disconnect_msg - zsock_priority, zsock_set_priority - zsock_reconnect_stop, zsock_set_reconnect_stop See zsock manpage for more details. * New DRAFT zframe and zmsg API to print arbitrary length messages: - zframe_print_n - zmsg_print_n See zframe and zmsg manpages for more details. * New DRAFT zosc* APIs to support the OSC (Open Sound Control) protocol. See zosc_* manpages for more details. * New DRAFT zcertstore_get_state API to get the state stored in the certstore. See the zcertstore manpage for more details. * Support for new libzmq DRAFT socket type ZMQ_DGRAM was added to zsock. * Fixed #1972 - Findlibzmq.cmake out of date, Windows build fails * Fixed #1998 - zproxy uses fixed ipc endpoint, causing race condition * Fixed #2002 - fix socket leak in zbeacon * Fixed #2020 - use libnss in zdigest if available for SHA functions. * Fixed #2028 - zpoller docs isn't mentioning file handles * Fixed #2043 - zhttp_response_recv leaks memory when result is non-zero * Fixed #2045 - Problem: zframe_print output is truncated * Fixed #2048 - no logging if zsys is not initialized * Fixed #2057 - zchunk_slurp() causes assert if file can't be opened * Fixed #2062 - allow zbeacon to resolve ip address to interface or interface * Fixed #2064 - Enable ipv4 multicast packet types when using zbeacon * Fixed #2072 - fix build on Android NDK >= 24 * Fixed #2086 - zsys is re-initialized when logging an error in zsys_shutdown * Fixed #2090 - "quit" variable in zproc_wait() can overflow * Fixed #2087 - logsender destroyed before last log message * Fixed #2103 - if gossip server disconnects and reconnects, persisting gossip * Fixed #2113 - zcertstore has no API to get the disk state from a custom loader * Fixed #2115 - various issues around zcertstore API string ownership * Fixed #2038 - zsock_t sockets do not work in child process after fork * Fixed #2144 - zhashx_dup() does not copy callbacks - build against systemd, uuid, nss and related- Move the manpage for the tool to the package with the tool- Update to 4.2.0 - New STABLE APIs * zsys_thread_name_prefix, zsys_set_thread_name_prefix * zsys_thread_affinity_cpu_add, zsys_thread_affinity_cpu_remove * zsock_bindtodevice, zsock_set_bindtodevice * zsock_gssapi_service_principal_nametype, zsock_set_gssapi_service_principal_nametype * zsock_gssapi_principal_nametype, zsock_set_gssapi_principal_nametype - Bugfixes * #1899 - zsys_udp_new leaks file descriptor when process is exec'd. * #1948 - zlistx_head always returns NULL. * #1959 - zhash_pack crash on armv7 due to unaligned pointer access. * #1961 - unnecessary uuid includes in public headers break builds without libuuid. * #1995 - timers are called twice if they change the pollset. - A lot of changes in DRAFT apis, see NEWS- 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.4d79b31s390zl23 16847590324.2.1-bp155.2.104.2.1-bp155.2.10zmakecertczmqLICENSEzmakecert.1.gz/usr/bin//usr/share/licenses//usr/share/licenses/czmq//usr/share/man/man1/-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:Backports:SLE-15-SP5/standard/1a412e845f55b1441a860f2526c3fba2-czmqcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c8d0bc986bf0b3ef028e81871162f3979c9ccb37, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRR4o(,M~H} utf-82d01134fb9e1c032fec7a7b54caf8d1436bcb8cda3fcb4cf5531ed1238985f4f? 7zXZ !t/p!_] crv9wkirCB^)mt˴ά+2r:TᢖG]ո5۔g:Eh[-er@{Aː.k`ߨģݑ{cpZ,BXɐS7Ɯ "D)bJ"`mt7w;M 䖌Pk%<9Vg EhZ  =MGRDb>0f /8DNkp 'y,S TAC8{Hs5qTb"&DRJdxDgM` O&(bzM/D( _zm|w?{[z?i8Vixv dڄr| <&u*\_h)E%/5TWWmqȿj{hlU >%-/$߃K9pz+&`4UlsFJ>y‘~uBGR!R쩿ݨ5W#ocI75=hgVLR!sPBpVYWtHGSy2G!e Hצ4QGkn߻;)3=F$#n,):7*AsM@&_tCЭ>c#T>}6x?^LS!!vdiɺX`i^?\@GƣZ'z|Tzѽ4qզ.^淫[F;'qL5#8}2Ӆz2#FXUB$y F_wcDu@1b%Qb&^GR3ze@g6<2Q$,nIM7֭1ON9r=u)K}^K Yw4㐳 [{e7Hh |1OuhN/f90Q#Iv:qrh%BT퐚.nTFSpٽ&9"SFX%a_$m&j,yfq'{ FJ;&?'ĐM J`A7Ayù>wACQG$kZBl/RݫՊ A=P"Y'CSվ=4$PQG^nQ2V;P*.b r™\S,,ڈh;ߐ,%: ,iaX.iq]~LmF~'\nZd\F׉3`lWkY8U%m2JǗU\A틑H刂إƔ2 "`ߧ<?5TQ+ɝΰי??So,Γ&`Ϥ-0chgj Y- d֛!,gIDD?]+չ)OILF%DI1G "kBBaAZjmB0oLidX^{HPARᏥR#3ּ<!SH'F} %tE}+I}*ruSBbbC~^IޝkVsTXRa8!Z8`RJ]yM$J=.?,?Bk[ա>K/H{Cz-PC"N"qQ ZzH :'fw3<(^9F\dnՕJK60N8Absl%cG"a7()_2bR~+ Rp ~C2 庸ɸؽ㽗;&4S{@菡ezh3֟(8:E@GDWJ{ޡ|e.7mo[vXXNJ'@j0 4ؠ2Njk0;8ꊒQ0 Y!MmR2@_EV$^eg6.KGf:?,|DjjҏG(ވIg9&P5ؕE*њt=UYtxǑ^in,I$bH剮CڼՀs3f[8o;d%]_}=l@@puEsPbil* jnʦY #VY^d8, 59{MZS*d\P&]m71ߟgqf.Eڣ>2,zZZ͛4NHtS`-YDw,>y';pOgtY:d{[d1n @, %k;[[ ~S;R)& S[DcV_Ua95}?->?,M@?J1W9N{^tu~i!؂CЬCX-ͩ»RW}v6s 5oV4F&"6H= -{9j1T.-,\cWv)i\V2J)Fr?fpꡱ,"7ROapZ"Ge߭v'ypڎ%kg׳;kL)kݠ9Nyqڴ6/ѕ. kUd%e-38zU7fG )|sΪ.loþ/*:"{dHkEM4L#\j0^W}즮_-B%$Wr޹|LMj'++[vףCCEh L>ϥ{ H{Z) r`Bvu 5SxY\,JRvo]Gu:pO7<_1RI@G4^ ])q*MvW ȆCcUJvrS`5_EI^wLݯK.6=d3g%FmTmb49ԋkQ2{:T%JCX`;x\.b< O (nV߹^I^uEOIj( J[J5N5*&Zt~zmO:nҟO"v2Aiv`rd~Ƙ"L\M*9Wȭ>,Nl_M9؆*Viρ) NO$%ciS;EΪC}Bj-"5ь˅P0\Wcb,9&`7I_&{p2uYf%)`FQ[(y0y};-Z.8M-v[(A T*_ȆVǼAFCq6JWqCJ^ rmgl :1􌈔,~1]{YVDbWçTYuE-rPJuoH7J吺X8ڈ1eA4 C*$ryT?HyɃg5A摬me 'Sf JV.H0LXbFGi|]3ܢ[" (ϕa&e$eBaɺ~:}49{c/ ɝ: %|>E]QEkjzŸI {C, 5C7d01fQ-YZ'x/1]y`C(To9pIɳZcF:6":;K.>0m<_l9dvrzNKtYykg s%iװu!k jLTڙ8'qfsi':fL0YiP*u֨0&$g~U6uqU ʤ& ŏ.(pvq_ ,V h߭^.D?sڛэx *gl[AAЄQ*勢ËʯmCMH1iq;[g)W`yc S[2b`IPvAV.R(e؎d@&+1jj|M_JP,? me-P\lɢ ɭ_ꓑw J+eBE=zAu_P"Eˀ.=(v=h6%Ҟ3 z"$ti5O'gm;yq \.h5w'EopҏZHo CUwo( бhV>{\k?DNg!:J؟ dxmr}-P('EyjUZ}ÁM4إ#baR {/h~lv.Ӽ#7} xmṢ'^ J`uFԿQkVm`^׎:jsV.? yۑD ՠ۴ËYx⃓qR"iF- |;v%pvB"hmlBFt3ILErj)f6[6ԠLeP=pp8rn79rRrr؂ʣZ q(!?P ij3}K'f^S^Gk ,JM,tG^jAjraBEp)<^G1X8ڡ>\)qt*#Ծ !_Jkyh| n8G P3r3i5 e{,@D+՜sPhkw G`?ˆ xoބ/{оH!`}8:EC/Ŷ YZ