SHA256
8
0
forked from pool/czmq

31 Commits

Author SHA256 Message Date
Richard Brown
6428185d84 Accepting request 881708 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/881708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/czmq?expand=0&rev=10
2021-04-01 12:16:42 +00:00
9e34c82329 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=30 2021-03-28 06:54:54 +00:00
475a571525 Accepting request 877151 from home:dirkmueller:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/877151
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=29
2021-03-23 11:00:14 +00:00
00503a3f4a Accepting request 834104 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/834104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/czmq?expand=0&rev=9
2020-09-14 10:31:21 +00:00
073bcb2559 Accepting request 833329 from home:adamm:branches:devel:libraries:c_c++
- Move the manpage for the tool to the package with the tool

OBS-URL: https://build.opensuse.org/request/show/833329
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=27
2020-09-13 09:10:03 +00:00
d0543a669f Accepting request 686178 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/686178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/czmq?expand=0&rev=8
2019-03-19 09:02:31 +00:00
2c1848a10f Accepting request 685929 from home:mvyskocil:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/685929
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=25
2019-03-18 16:57:31 +00:00
9ef1b2cd1a Accepting request 597715 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/597715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/czmq?expand=0&rev=7
2018-04-19 13:31:42 +00:00
d464662e8f Accepting request 597706 from home:mvyskocil:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/597706
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=23
2018-04-18 08:57:09 +00:00
bdf905089b Accepting request 561277 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/561277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/czmq?expand=0&rev=6
2018-01-04 23:59:49 +00:00
f4aa76a29d Accepting request 561072 from home:adamm:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/561072
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=21
2018-01-03 08:44:01 +00:00
2c6e9622a3 Accepting request 501098 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/501098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/czmq?expand=0&rev=5
2017-06-07 07:55:22 +00:00
4835ba5ce7 Accepting request 501097 from home:mvyskocil:branches:devel:libraries:c_c++
-  Fix a build with gcc7
-  Add:
   * 0000-gcc7-b651cb47.patch
   * 0001-gcc7-41866333e.patch

OBS-URL: https://build.opensuse.org/request/show/501097
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=19
2017-06-05 08:45:50 +00:00
d3548f1a60 Accepting request 448454 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/448454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/czmq?expand=0&rev=4
2017-01-10 09:45:17 +00:00
3dc275f1ba Accepting request 448357 from home:adamm:branches:devel:libraries:c_c++
- 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.

OBS-URL: https://build.opensuse.org/request/show/448357
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=17
2017-01-02 08:54:17 +00:00
b3c0bb0163 Accepting request 439190 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/439190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/czmq?expand=0&rev=3
2016-11-11 13:34:40 +00:00
1ffe1ae433 Accepting request 439177 from home:jengelh:branches:devel:libraries:c_c++
- Update descriptions

OBS-URL: https://build.opensuse.org/request/show/439177
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=15
2016-11-08 11:57:20 +00:00
682897a022 Accepting request 438782 from home:mvyskocil:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/438782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=14
2016-11-08 07:44:28 +00:00
35d7d97d89 Accepting request 435069 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/435069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/czmq?expand=0&rev=2
2016-10-18 08:42:42 +00:00
369a5e4abd Accepting request 434648 from home:mvyskocil:branches:devel:libraries:c_c++
- add 0001-readdir_r-deprecated.patch to fix a build in Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/434648
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=12
2016-10-14 06:47:07 +00:00
Stephan Kulow
1d9523c9f8 Accepting request 315398 from devel:libraries:c_c++
add czmq to openSUSE:Factory

 * fixes license tag
 * don't install makecert (conflict with mono-devel)

OBS-URL: https://build.opensuse.org/request/show/315398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/czmq?expand=0&rev=1
2015-07-12 20:52:46 +00:00
f8d8fc1bb6 Accepting request 315397 from home:mvyskocil:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/315397
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=10
2015-07-07 11:32:17 +00:00
66fd0ae7dc Accepting request 315395 from home:mvyskocil:branches:devel:libraries:c_c++
- Do not install makecert to workaround the conflict between
  czmq and mono-devel

- Correct License tag to MPL-2.0

OBS-URL: https://build.opensuse.org/request/show/315395
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=9
2015-07-07 11:29:17 +00:00
1e56fe83a0 Accepting request 315025 from home:mvyskocil:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/315025
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=8
2015-07-03 19:21:34 +00:00
b8918bcfa8 Accepting request 314906 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 3.0.2 
  * https://github.com/zeromq/czmq/issues/1021

OBS-URL: https://build.opensuse.org/request/show/314906
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=7
2015-07-02 19:17:05 +00:00
8c40d923a6 Accepting request 311111 from home:mvyskocil:branches:devel:libraries:c_c++
- 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

- Need libzmq >= 4.2, needed for malamute broker

OBS-URL: https://build.opensuse.org/request/show/311111
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=6
2015-06-18 16:55:22 +00:00
22c57c52a1 Accepting request 281514 from home:jengelh:branches:devel:libraries:c_c++
xz is included implicitly, but make it clear it needs to be listed

OBS-URL: https://build.opensuse.org/request/show/281514
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=5
2015-01-16 13:15:07 +00:00
Michal Hrusecky (old before rename to _miska_)
d880471946 Accepting request 280260 from home:mvyskocil:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/280260
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=4
2015-01-08 08:21:43 +00:00
Michal Hrusecky (old before rename to _miska_)
9a49807bd5 Accepting request 259639 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to czmq-3.0.0~git.1415022110.59a4f16
 * add zclock_usecs at least

OBS-URL: https://build.opensuse.org/request/show/259639
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=3
2014-11-04 16:03:08 +00:00
Michal Hrusecky (old before rename to _miska_)
1867378326 Accepting request 256821 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to rc version of 3.0.0 3.0.0~git.1413364181.4d79b31

OBS-URL: https://build.opensuse.org/request/show/256821
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=2
2014-10-17 07:12:37 +00:00
47da01edfc Accepting request 250038 from home:mvyskocil:branches:devel:libraries:c_c++
add czmq to d:l:c_c++

OBS-URL: https://build.opensuse.org/request/show/250038
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=1
2014-09-18 09:03:32 +00:00