Changelog for
zeromq-tools-4.2.1-1.27.x86_64.rpm :
* Fri Feb 03 2017 jengelhAATTinai.de- Compact the descriptions.
* Sat Dec 31 2016 adam.majerAATTsuse.de- New upstream version 4.2.1
* Bugfix release. For complete changelog see https://github.com/zeromq/libzmq/releases/tag/v4.2.1
* Sat Nov 05 2016 mvyskocilAATTopensuse.org- 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
* Wed Jun 29 2016 jengelhAATTinai.de- Remove useless --with-pic, it\'s only for (non-built) static libs
* Tue Jun 28 2016 dmuellerAATTsuse.com- skip testsuite on qemu-linux-user
* Fri Jun 17 2016 adam.majerAATTsuse.de- 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
* Mon May 30 2016 adam.majerAATTsuse.de- 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)
* Mon May 30 2016 adam.majerAATTsuse.de- Append test_log in build output if there are failures
* Mon May 30 2016 adam.majerAATTsuse.de- 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
* Thu Nov 05 2015 idonmezAATTsuse.com- Add libsodium-init.patch to handle sodium_init() error.
* Tue Oct 06 2015 idonmezAATTsuse.com- Re-enable %check
* Mon Sep 28 2015 stephan.barthAATTsuse.com- update to version 4.1.3. Changes from upstream:
* Fixed #1532 - getsockopt ZMQ_RCVMORE now resets all bits instead of only 32
* Fixed #1445 - zmq::socket_base_t::connect fails on tcp ipv6 address
* Tue Sep 22 2015 tampakrapAATTopensuse.org- Fix the conditionals on the previous commit
* Tue Sep 22 2015 tampakrapAATTopensuse.org- Conditionally use the pkgconfig style, to support SLE11
* Tue Jul 14 2015 tchvatalAATTsuse.com- Version bump to 4.1.2 bnc#937912:
* Added explicit reference to static link exception in every source file.
* Bumped ABI version to 5:0:0 since 4.1.x changed the ABI.
* Fixed STDINT event interface macros to work with CZMQ 3.0.
* Fixed installation of man pages when BUILD_DOC is not set.
* Fixed #1428 - regression on single-socket proxies.
* Tue Jun 16 2015 mvyskocilAATTopensuse.org- Add pkgconfig(libsodium) as mandatory build dependency- Change libuuid-devel to pkgconfig style
* Mon Jun 08 2015 mvyskocilAATTopensuse.org- Build depends on openpgm-devel
* Sun Jun 07 2015 mvyskocilAATTopensuse.org- Update to 4.1.1, bugfix release- drop unecessary zeromq_4.0.5_avoid_curve_test_hang_on_ppc64.patch
* Wed Jan 28 2015 normandAATTlinux.vnet.ibm.com- Add a zeromq_4.0.5_avoid_curve_test_hang_on_ppc64.patch to avoid curve test to hang for ppc ppc64 ppc64le architectures related bug ref: bnc#912460 This is a set of commits grab from zeromq4-x git tree from https://github.com/zeromq/zeromq4-x.git Merge pull request #101 from hintjens/master Problem: issue #1273, protocol downgrade attack Merge pull request #100 from hintjens/master Problem: zmq_ctx_term has insane behavior by default
* Also fixes bnc#931978 CVE-2014-9721
* Fri Nov 28 2014 tchvatalAATTsuse.com- Split the curve-keygen binary to separate subpkg bnc#907584
* Add conflicts to new supackage
* Thu Nov 13 2014 tchvatalAATTsuse.com- Gracely continue when checks fail
* Thu Oct 16 2014 tchvatalAATTsuse.com- Remove sle11 support, not really needed for us here- Add libsodium dep for testsuite where possible- Version bump to 4.0.5 fixes bnc#898917 CVE-2014-7202 and CVE-2014-7203:
* Fixed #1191; CURVE mechanism does not verify short term nonces.
* Fixed #1190; stream_engine is vulnerable to downgrade attacks.
* Fixed #1088; assertion failure for WSAENOTSOCK on Windows.
* Fixed #1015; race condition while connecting inproc sockets.
* Fixed #994; bump so library number to 4.0.0
* Fixed #939, assertion failed: !more (fq.cpp:99) after many ZAP requests.
* Fixed #872; lost first part of message over inproc://.
* Fixed #797, keep-alive on Windows.