Revisions of zeromq

buildservice-autocommit accepted request 591862 from Adam Majer's avatar Adam Majer (adamm) (revision 67)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) accepted request 590995 from Adam Majer's avatar Adam Majer (adamm) (revision 66)
- 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.
buildservice-autocommit accepted request 590596 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 65)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 589935 from Adam Majer's avatar Adam Majer (adamm) (revision 64)
- 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
buildservice-autocommit accepted request 557271 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 63)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 556904 from Adam Majer's avatar Adam Majer (adamm) (revision 62)
- 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.
buildservice-autocommit accepted request 500411 from Adam Majer's avatar Adam Majer (adamm) (revision 61)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) committed (revision 60)
- disable silent compilation flags
Adam Majer's avatar Adam Majer (adamm) committed (revision 59)
- remove_werror.patch: don't use -Werror in compiler flags
buildservice-autocommit accepted request 481814 from Adam Majer's avatar Adam Majer (adamm) (revision 58)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) committed (revision 57)
- 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
buildservice-autocommit accepted request 455238 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 56)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 454472 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 55)
- Compact the descriptions.
buildservice-autocommit accepted request 448453 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 54)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 448356 from Adam Majer's avatar Adam Majer (adamm) (revision 53)
- New upstream version 4.2.1
   * Bugfix release. For complete changelog see
     https://github.com/zeromq/libzmq/releases/tag/v4.2.1
buildservice-autocommit accepted request 439111 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 52)
baserev update by copy to link target
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) accepted request 438778 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 51)
- 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
buildservice-autocommit accepted request 405474 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 50)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 405465 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 49)
- Remove useless --with-pic, it's only for (non-built) static libs
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 48)
- skip testsuite on qemu-linux-user
Displaying revisions 21 - 40 of 87
openSUSE Build Service is sponsored by