Revisions of czmq

buildservice-autocommit accepted request 881708 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 31)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) committed (revision 30)
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 877151 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
- 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
buildservice-autocommit accepted request 834104 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 28)
baserev update by copy to link target
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) accepted request 833329 from Adam Majer's avatar Adam Majer (adamm) (revision 27)
- Move the manpage for the tool to the package with the tool
buildservice-autocommit accepted request 686178 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 685929 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 25)
- 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
buildservice-autocommit accepted request 597715 from Adam Majer's avatar Adam Majer (adamm) (revision 24)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) accepted request 597706 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 23)
- 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
buildservice-autocommit accepted request 561277 from Adam Majer's avatar Adam Majer (adamm) (revision 22)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) accepted request 561072 from Adam Majer's avatar Adam Majer (adamm) (revision 21)
- 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
buildservice-autocommit accepted request 501098 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 20)
baserev update by copy to link target
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) accepted request 501097 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 19)
-  Fix a build with gcc7
-  Add:
   * 0000-gcc7-b651cb47.patch
   * 0001-gcc7-41866333e.patch
buildservice-autocommit accepted request 448454 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 448357 from Adam Majer's avatar Adam Majer (adamm) (revision 17)
- 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.
buildservice-autocommit accepted request 439190 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 16)
baserev update by copy to link target
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) accepted request 439177 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 15)
- Update descriptions
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) accepted request 438782 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 14)
- 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
buildservice-autocommit accepted request 435069 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 434648 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 12)
- add 0001-readdir_r-deprecated.patch to fix a build in Tumbleweed
Displaying revisions 1 - 20 of 31
openSUSE Build Service is sponsored by