SHA256
1
0
forked from pool/zeromq
Commit Graph

87 Commits

Author SHA256 Message Date
Ana Guerrero
baeabcb175 Accepting request 1119932 from devel:libraries:c_c++
- update to 4.3.5:
  * Relicensing from LGPL-3.0+ (with custom exceptions) to MPL-2.0 is now complete.
    libzmq is now distributed under the Mozilla Public License 2.0. Relicensing
    grants have been collected from all relevant authors, and some functionality
    has been clean-room reimplemented where that was not possible. In layman terms,
    the new license provides the same rights and obligations as before. Source
    files are now tagged using the SPDX license identifier format.
    Details of the relicensing process can be seen at: #2376
    Relicensing grants have been archived at:
    https://github.com/rlenferink/libzmq-relicense
    A special thanks to everybody who helped with this long and difficult task,
    with the process, the reimplementations, the collections and everything else.
  * New DRAFT (see NEWS for 4.2.0) socket options:
    ZMQ_BUSY_POLL will set the SO_BUSY_POLL socket option on the underlying
    sockets, if it is supported.
    ZMQ_HICCUP_MSG will send a message when the peer has been disconnected.
    ZMQ_XSUB_VERBOSE_UNSUBSCRIBE will configure a socket to pass all
    unsubscription messages, including duplicated ones.
    ZMQ_TOPICS_COUNT will return the number of subscribed topics on a
    PUB/SUB socket.
    ZMQ_NORM_MODE, ZMQ_NORM_UNICAST_NACK, ZMQ_NORM_BUFFER_SIZE,
    ZMQ_NORM_SEGMENT_SIZE, ZMQ_NORM_BLOCK_SIZE, ZMQ_NORM_NUM_PARITY,
    ZMQ_NORM_NUM_AUTOPARITY and ZMQ_NORM_PUSH to control various aspect of
    NORM sockets.
    See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details.
  * New DRAFT (see NEWS for 4.2.0) zmq_ppoll APIs was added that differs from
    zmq_poll in the same way that ppoll differs from poll.
    See doc/zmq_ppoll.txt for details.
  * Various bug fixes and performance improvements.
- qemu-user.patch: upstreamed, removed

OBS-URL: https://build.opensuse.org/request/show/1119932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=43
2023-10-24 18:07:51 +00:00
15a20b92de fix license reference
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=86
2023-10-24 09:32:20 +00:00
ceae64d561 - qemu-user.patch: upstreamed, removed
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=85
2023-10-24 09:23:49 +00:00
0697d1544b - update to 4.3.5:
* Relicensing from LGPL-3.0+ (with custom exceptions) to MPL-2.0 is now complete.
    libzmq is now distributed under the Mozilla Public License 2.0. Relicensing
    grants have been collected from all relevant authors, and some functionality
    has been clean-room reimplemented where that was not possible. In layman terms,
    the new license provides the same rights and obligations as before. Source
    files are now tagged using the SPDX license identifier format.
    Details of the relicensing process can be seen at: #2376
    Relicensing grants have been archived at:
    https://github.com/rlenferink/libzmq-relicense
    A special thanks to everybody who helped with this long and difficult task,
    with the process, the reimplementations, the collections and everything else.
  * New DRAFT (see NEWS for 4.2.0) socket options:
    ZMQ_BUSY_POLL will set the SO_BUSY_POLL socket option on the underlying
    sockets, if it is supported.
    ZMQ_HICCUP_MSG will send a message when the peer has been disconnected.
    ZMQ_XSUB_VERBOSE_UNSUBSCRIBE will configure a socket to pass all
    unsubscription messages, including duplicated ones.
    ZMQ_TOPICS_COUNT will return the number of subscribed topics on a
    PUB/SUB socket.
    ZMQ_NORM_MODE, ZMQ_NORM_UNICAST_NACK, ZMQ_NORM_BUFFER_SIZE,
    ZMQ_NORM_SEGMENT_SIZE, ZMQ_NORM_BLOCK_SIZE, ZMQ_NORM_NUM_PARITY,
    ZMQ_NORM_NUM_AUTOPARITY and ZMQ_NORM_PUSH to control various aspect of
    NORM sockets.
    See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details.
  * New DRAFT (see NEWS for 4.2.0) zmq_ppoll APIs was added that differs from
    zmq_poll in the same way that ppoll differs from poll.
    See doc/zmq_ppoll.txt for details.
  * Various bug fixes and performance improvements.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=84
2023-10-24 09:17:27 +00:00
Dominique Leuenberger
427dbca13c Accepting request 1060587 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1060587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=42
2023-01-25 16:42:28 +00:00
37fee38c72 Accepting request 1060458 from home:Andreas_Schwab:Factory
- qemu-user.patch: Fix build with qemu linux-user emulation

OBS-URL: https://build.opensuse.org/request/show/1060458
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=82
2023-01-24 08:32:07 +00:00
Richard Brown
08752b144a Accepting request 997418 from devel:libraries:c_c++
- drop xmlto and asciidoc buildrequires, these are only needed
  for non-release builds which do not ship with prebuilt docs

OBS-URL: https://build.opensuse.org/request/show/997418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=41
2022-08-17 16:16:46 +00:00
e6cf9c0c8d Accepting request 995167 from home:dirkmueller:Factory
- drop xmlto and asciidoc buildrequires, these are only needed
  for non-release builds which do not ship with prebuilt docs

OBS-URL: https://build.opensuse.org/request/show/995167
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=80
2022-08-15 14:28:43 +00:00
Dominique Leuenberger
7a74712c04 Accepting request 903043 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/903043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=40
2021-07-02 11:26:46 +00:00
46ee3b358e Accepting request 902884 from home:mcepl:branches:devel:libraries:c_c++
- Explicit BR on python is not necessary.

OBS-URL: https://build.opensuse.org/request/show/902884
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=79
2021-06-29 10:06:27 +00:00
Dominique Leuenberger
aba74737b0 Accepting request 866585 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/866585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=39
2021-02-01 12:25:11 +00:00
072b551fc2 Accepting request 866413 from home:dirkmueller:branches:devel:libraries:c_c++
- update to 4.3.4:
  * ZMQ_PRIORITY will set the SO_PRIORITY socket option on the underlying
    sockets. Only supported on Linux.
  * Fixed compilation errors on kFreeBSD and GNU/Hurd
  * Fixed excessive amount of socket files left behind in Windows TMP
  * Fixed regression that breaks using IPv6 link-local addresses on Linux
  * Fixed compilation errors on Android
  * Fixed compilation error with ulibc and libbsd
  * Fixed stack overflow on Windows x64
  * Fixed various compilation errors on Windows ARM 32bit
  * Fixed various compilation warnings with XCode
  * Fixed return value of zmq_ctx_get changed unintentionally

OBS-URL: https://build.opensuse.org/request/show/866413
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=77
2021-01-25 12:41:17 +00:00
Dominique Leuenberger
934ab6ebfa Accepting request 839566 from devel:libraries:c_c++
Adding bug numbers to previous submission

- New upstream version 4.3.3:
  * Denial-of-Service on CURVE/ZAP-protected servers by
    unauthenticated clients. (CVE-2020-15166, bsc#1176116)
    If a raw TCP socket is opened and connected to an endpoint that is fully
    configured with CURVE/ZAP, legitimate clients will not be able to exchange
    any message. Handshakes complete successfully, and messages are delivered to
    the library, but the server application never receives them.
    For more information see the security advisory:
    https://github.com/zeromq/libzmq/security/advisories/GHSA-25wp-cf8g-938m
  * Stack overflow on server running PUB/XPUB socket (CURVE disabled).
    The PUB/XPUB subscription store (mtrie) is traversed using recursive
    function calls. In the remove (unsubscription) case, the recursive calls are
    NOT tail calls, so even with optimizations the stack grows linearly with the
    length of a subscription topic. Topics are under the control of remote
    clients - they can send a subscription to arbitrary length topics. An
    attacker can thus cause a server to create an mtrie sufficiently large such
    that, when unsubscribing, traversal will cause a stack overflow. (bsc#1176258)
    For more information see the security advisory:
    https://github.com/zeromq/libzmq/security/advisories/GHSA-qq65-x72m-9wr8
  * Memory leak in PUB server induced by malicious client(s) without CURVE/ZAP.
    Messages with metadata are never processed by PUB sockets, but the metadata
    is kept referenced in the PUB object and never freed. (bsc#1176257)
    For more information see the security advisory:
    https://github.com/zeromq/libzmq/security/advisories/GHSA-4p5v-h92w-6wxw
  * Memory leak in client induced by malicious server(s) without CURVE/ZAP.
    When a pipe processes a delimiter and is already not in active state but
    still has an unfinished message, the message is leaked. (bsc#1176259)
    For more information see the security advisory:
    https://github.com/zeromq/libzmq/security/advisories/GHSA-wfr2-29gj-5w87
  * Heap overflow when receiving malformed ZMTP v1 packets (CURVE disabled).
    By crafting a packet which is not valid ZMTP v2/v3, and which has two
    messages larger than 8192 bytes, the decoder can be tricked into changing
    the recorded size of the 8192 bytes static buffer, which then gets overflown
    by the next message. The content that gets written in the overflown memory
    is entirely decided by the sender. (bsc#1176256)
    For more information see the security advisory:
    https://github.com/zeromq/libzmq/security/advisories/GHSA-fc3w-qxf5-7hp6
For complete list of changes, see
https://github.com/zeromq/libzmq/releases/tag/v4.3.3

OBS-URL: https://build.opensuse.org/request/show/839566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=38
2020-11-30 08:52:56 +00:00
900467cba6 Add missing bug numbers to changelog
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=75
2020-10-05 12:37:13 +00:00
3e3b37d5cc - New upstream version 4.3.3:
* Denial-of-Service on CURVE/ZAP-protected servers by
    unauthenticated clients. (CVE-2020-15166, bsc#1176116)
    If a raw TCP socket is opened and connected to an endpoint that is fully
    configured with CURVE/ZAP, legitimate clients will not be able to exchange
    any message. Handshakes complete successfully, and messages are delivered to
    the library, but the server application never receives them.
    For more information see the security advisory:
    https://github.com/zeromq/libzmq/security/advisories/GHSA-25wp-cf8g-938m
  * Stack overflow on server running PUB/XPUB socket (CURVE disabled).
    The PUB/XPUB subscription store (mtrie) is traversed using recursive
    function calls. In the remove (unsubscription) case, the recursive calls are
    NOT tail calls, so even with optimizations the stack grows linearly with the
    length of a subscription topic. Topics are under the control of remote
    clients - they can send a subscription to arbitrary length topics. An
    attacker can thus cause a server to create an mtrie sufficiently large such
    that, when unsubscribing, traversal will cause a stack overflow.
    For more information see the security advisory:
    https://github.com/zeromq/libzmq/security/advisories/GHSA-qq65-x72m-9wr8
  * Memory leak in PUB server induced by malicious client(s) without CURVE/ZAP.
    Messages with metadata are never processed by PUB sockets, but the metadata
    is kept referenced in the PUB object and never freed.
    For more information see the security advisory:
    https://github.com/zeromq/libzmq/security/advisories/GHSA-4p5v-h92w-6wxw
  * Memory leak in client induced by malicious server(s) without CURVE/ZAP.
    When a pipe processes a delimiter and is already not in active state but
    still has an unfinished message, the message is leaked.
    For more information see the security advisory:
    https://github.com/zeromq/libzmq/security/advisories/GHSA-wfr2-29gj-5w87
  * Heap overflow when receiving malformed ZMTP v1 packets (CURVE disabled).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=74
2020-09-07 17:11:05 +00:00
Dominique Leuenberger
81ab6a6776 Accepting request 714767 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/714767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=37
2019-07-16 06:38:31 +00:00
beba3a3d1d Accepting request 714173 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- New upstream version 4.3.2:
  * CVE-2019-13132: a remote, unauthenticated client connecting to a
    libzmq application, running with a socket listening with CURVE
    encryption/authentication enabled, may cause a stack overflow and
    overwrite the stack with arbitrary data, due to a buffer overflow in
    the library. Users running public servers with the above configuration
    are highly encouraged to upgrade as soon as possible, as there are no
    known mitigations. (bsc#1140255)
  * New DRAFT (see NEWS for 4.2.0) zmq_socket_monitor_versioned API that supports
    a versioned monitoring events protocol as a parameter. Passing 1 results in
    the same behaviour as zmq_socket_monitor.
  * New DRAFT (see NEWS for 4.2.0) zmq_socket_monitor_pipes_stats that triggers
    a new ZMQ_EVENT_PIPES_STATS to be delivered via zmq_socket_monitor_versioned
    v2 API, which contains the current status of all the queues owned by the
    monitored socket. See doc/zmq_socket_monitor_versioned.txt for details.
  * New DRAFT (see NEWS for 4.2.0) zmq_poller_fd that returns the FD of a thread
    safe socket.
  * New DRAFT (see NEWS for 4.2.0) socket options:
        ZMQ_XPUB_MANUAL_LAST_VALUE is similar to ZMQ_XPUB_MANUAL but allows to avoid
        duplicates when using last value caching.
        ZMQ_SOCKS_USERNAME and ZMQ_SOCKS_PASSWORD that implement SOCKS5 proxy
        authentication.
- For complete set of changes, see
  https://github.com/zeromq/libzmq/releases/tag/v4.3.2

OBS-URL: https://build.opensuse.org/request/show/714173
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=72
2019-07-12 06:23:33 +00:00
Dominique Leuenberger
895e0bcb2a Accepting request 665699 from devel:libraries:c_c++
- New upstream version 4.3.1:
  * CVE-2019-6250: A vulnerability has been found that would allow
    attackers to direct a peer to jump to and execute from an address
    indicated by the attacker. (bsc#1121717)
  * fixed race condition in ZMQ_PUSH when quickly disconnecting and
    reconnecting causes last part of multi-part message to get
    "stuck" and resent by mistake to the new socket.
For complete set of changes, see,
https://github.com/zeromq/libzmq/releases/tag/v4.3.1
https://github.com/zeromq/libzmq/releases/tag/v4.3.0

OBS-URL: https://build.opensuse.org/request/show/665699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=36
2019-01-25 21:41:20 +00:00
2ad4cc8a87 - New upstream version 4.3.1:
* CVE-2019-6250: A vulnerability has been found that would allow
    attackers to direct a peer to jump to and execute from an address
    indicated by the attacker. (bsc#1121717)
  * fixed race condition in ZMQ_PUSH when quickly disconnecting and
    reconnecting causes last part of multi-part message to get
    "stuck" and resent by mistake to the new socket.
For complete set of changes, see,
https://github.com/zeromq/libzmq/releases/tag/v4.3.1
https://github.com/zeromq/libzmq/releases/tag/v4.3.0

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=70
2019-01-14 10:31:33 +00:00
Dominique Leuenberger
fcc5a80f75 Accepting request 621887 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/621887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=35
2018-07-28 10:36:07 +00:00
Ismail Dönmez
e57b1b3381 Accepting request 621882 from home:dimstar:Factory
- Add baselibs.conf: build libzmq5-32bit, as it is a required
  dependency to libavfilter7-32bit (i.e ffmpeg 4).

OBS-URL: https://build.opensuse.org/request/show/621882
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=68
2018-07-10 12:25:12 +00:00
Dominique Leuenberger
0d449fdcce Accepting request 591862 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/591862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=34
2018-03-28 10:27:00 +00:00
00cbf5112b Accepting request 590995 from home:adamm:branches:devel:libraries:c_c++
- New upstream version 4.2.5:
  * fix backward-incompatible change in the NULL auth
    mechanism that slipped in 4.2.3 and made connections
    with a ZAP domain set on a socket but without a working
    ZAP handler fail. See ZMQ_ZAP_ENFORCE_DOMAIN
  * clarify in zmq_close manpage that the operation will
    complete asynchronously.

OBS-URL: https://build.opensuse.org/request/show/590995
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=66
2018-03-28 07:57:42 +00:00
Dominique Leuenberger
878c7280c9 Accepting request 590596 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/590596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=33
2018-03-24 15:16:21 +00:00
07b415c02e Accepting request 589935 from home:adamm:branches:devel:libraries:c_c++
- New upstream version 4.2.4
  * New DRAFT (see NEWS for 4.2.0) socket options:
    - ZMQ_LOOPBACK_FASTPATH to enable faster TCP loopback on Windows
    - ZMQ_METADATA to set application-specific metadata on a socket
    See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details.
  * New DRAFT (see NEWS for 4.2.0) context options:
    - ZMQ_ZERO_COPY_RECV to disable zero-copy receive to save memory
    at the expense of slower performance
    See doc/zmq_ctx_set.txt and doc/zmq_ctx_get.txt for details.
  * New DRAFT API zmq_stopwatch_intermediate which returns the time
    elapsed without stopping the stopwatch.
  * TIPC: support addressing TIPC Port Identity addresses.
  * fix ZMQ_DISH over UDP triggers errno_assert() after watermark
  * fix ZMQ_PUB crash when due to high volume of subscribe and
    unsubscribe messages, an unmatched unsubscribe message is
    received in certain conditions
  * see NEWS and ChangeLog for additional details
- install licenses correctly and update SPDX license to version 3

OBS-URL: https://build.opensuse.org/request/show/589935
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=64
2018-03-23 09:27:20 +00:00
Dominique Leuenberger
e5611b81d3 Accepting request 557271 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/557271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=32
2017-12-18 07:59:15 +00:00
8585a2ff28 Accepting request 556904 from home:adamm:branches:devel:libraries:c_c++
- 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.

OBS-URL: https://build.opensuse.org/request/show/556904
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=62
2017-12-15 08:54:39 +00:00
Dominique Leuenberger
328feef847 Accepting request 500411 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/500411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=31
2017-06-02 08:33:47 +00:00
93774553bd - disable silent compilation flags
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=60
2017-06-01 13:07:15 +00:00
ad28aab1c0 - remove_werror.patch: don't use -Werror in compiler flags
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=59
2017-06-01 11:31:24 +00:00
Dominique Leuenberger
5dd191ecf5 Accepting request 481814 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/481814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=30
2017-03-21 21:51:47 +00:00
59cf002c2c - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=57
2017-03-21 14:42:55 +00:00
Dominique Leuenberger
6a812bbd4a Accepting request 455238 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/455238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=29
2017-02-09 10:16:26 +00:00
dd904333ca Accepting request 454472 from home:jengelh:branches:devel:libraries:c_c++
- Compact the descriptions.

OBS-URL: https://build.opensuse.org/request/show/454472
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=55
2017-02-07 12:12:22 +00:00
Dominique Leuenberger
dde9dacb4d Accepting request 448453 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/448453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=28
2017-01-10 09:45:10 +00:00
09074888e6 Accepting request 448356 from home:adamm:branches:devel:libraries:c_c++
- New upstream version 4.2.1
   * Bugfix release. For complete changelog see
     https://github.com/zeromq/libzmq/releases/tag/v4.2.1

OBS-URL: https://build.opensuse.org/request/show/448356
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=53
2017-01-02 08:54:09 +00:00
Dominique Leuenberger
00905e1ebf Accepting request 439111 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/439111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=27
2016-11-11 13:34:27 +00:00
Michal Vyskocil
669dab446c Accepting request 438778 from home:mvyskocil:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/438778
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=51
2016-11-08 07:43:16 +00:00
Dominique Leuenberger
f2b19d64dd Accepting request 405474 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/405474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=26
2016-07-01 08:00:35 +00:00
Ismail Dönmez
0972a0ff83 Accepting request 405465 from home:jengelh:branches:devel:libraries:c_c++
- Remove useless --with-pic, it's only for (non-built) static libs

OBS-URL: https://build.opensuse.org/request/show/405465
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=49
2016-06-29 13:27:53 +00:00
d99d5f0b58 - skip testsuite on qemu-linux-user
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=48
2016-06-28 15:31:03 +00:00
Dominique Leuenberger
26873f0577 Accepting request 403389 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/403389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=25
2016-06-19 11:54:17 +00:00
Ismail Dönmez
36f9dd2eff -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=46
2016-06-18 17:21:33 +00:00
Ismail Dönmez
ad5e293e03 Accepting request 402954 from home:adamm:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/402954
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=45
2016-06-18 15:57:58 +00:00
Dominique Leuenberger
6f4807567b Accepting request 399138 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/399138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=24
2016-06-02 07:38:53 +00:00
c2b417b022 Accepting request 399056 from home:adamm:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/399056
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=43
2016-05-31 13:39:40 +00:00
Dominique Leuenberger
901a0704cc Accepting request 342526 from devel:libraries:c_c++
- Add libsodium-init.patch to handle sodium_init() error.

OBS-URL: https://build.opensuse.org/request/show/342526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=23
2015-11-05 10:36:01 +00:00
Ismail Dönmez
d32465c660 - Add libsodium-init.patch to handle sodium_init() error.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=41
2015-11-05 09:48:04 +00:00
Stephan Kulow
96be459257 Accepting request 338427 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/338427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=22
2015-10-17 14:39:02 +00:00
Ismail Dönmez
29cd708838 - Re-enable %check
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=39
2015-10-06 11:29:07 +00:00