Changelog for
zeromq-devel-4.0.4-15.9.2.x86_64.rpm :
* Fri Oct 02 2020 Adam Majer
- bsc1176257.patch: fixes a memory leak in client induced by malicious server(s) without CURVE/ZAP (bsc#1176257)- bsc1176258.patch: fix stack overflow in PUB/XPUB subscription store (bsc#1176258)
* Wed Jul 03 2019 Vítězslav Čížek - CVE-2019-13132.patch: Fix an unauthenticated remote code execution due to a stack overflow on the server (bsc#1140255, CVE-2019-13132)
* Mon Jun 01 2015 tchvatalAATTsuse.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
* Mon Sep 29 2014 tchvatalAATTsuse.com- Add patches to fix CVE-2014-7202 and CVE-2014-7203. Fixes bnc#898917
* zeromq-CVE-2014-7202.patch
* zeromq-CVE-2014-7203.patch
* Mon May 12 2014 tchvatalAATTsuse.com- Cleanup to remove SLE10 and older mentions- Remove other distros from rules as we don\'t build for them anyway.- Cleanup with spec-cleaner.- Enable tests.
* Thu Mar 27 2014 speilickeAATTsuse.com- Move to \'download_files\' source service which is in better shap and easier to use
* Thu Mar 27 2014 mvyskocilAATTopensuse.org- Update to 4.0.4 For details see /usr/share/doc/packages/zeromq-devel/NEWS- Moved most of docs to devel package to reduce a size of libmq3
* Fri Dec 13 2013 bahidAATTemc.com- Update to version 4.0.3 For details see /usr/share/doc/packages/libzmq3/NEWS
* Sat Sep 21 2013 p.drouandAATTgmail.com- Update to version 3.2.4 For details see /usr/share/doc/packages/libzmq3/NEWS
* Fri Nov 23 2012 mrueckertAATTsuse.de- Update to version 3.2.2 For details see /usr/share/doc/packages/libzmq3/NEWS
* Sat Jan 28 2012 jengelhAATTmedozas.de- Remove redundant tags/sections per specfile guideline suggestions
* Wed Sep 28 2011 saschpeAATTgmx.de- Fixed license to LGPL-3.0+ (SPDX style)
* Wed Aug 24 2011 mrueckertAATTsuse.de- make sure the compiler commandlines are shown (V=1)- make it build on sle11 again. we dont have pkg-config provides there
* Fri Aug 19 2011 saschpeAATTsuse.de- Use %makeinstall marcro instead of %make_install to fix build on Mandriva and Fedora
* Fri Aug 19 2011 saschpeAATTsuse.de- Add libuuid-devel to RedHat BuildRequires to fix build
* Fri Aug 19 2011 saschpeAATTsuse.de- Update to version 2.1.7:
* Fixed issue 188, assert when closing socket that had unread multipart data still on it (affected PULL, SUB, ROUTER, and DEALER sockets).
* Fixed issue 191, message atomicity issue with PUB sockets (an old issue).
* Fixed issue 199 (affected ROUTER/XREP sockets, an old issue).
* Fixed issue 206, assertion failure in zmq.cpp:223, affected all sockets (bug was introduced in 2.1.6 as part of message validity checking).
* Fixed issue 211, REP socket asserted if sent malformed envelope (old issue due to abuse of assertions for error checking).
* Fixed issue 212, reconnect failing after resume from sleep on Windows (due to not handling WSAENETDOWN).
* Properly handle WSAENETUNREACH on Windows (e.g. if client connects before server binds).
* Fixed memory leak with threads on Windows.- Changes from previous releases:
* See https://raw.github.com/zeromq/zeromq2-1/master/NEWS- Run spec-cleaner, added proper spec license header, shorter file lists- Split out documentation package
* Wed Dec 01 2010 mrueckertAATTsuse.de- update to version 2.0.10
* Upgrade OpenPGM to 2.1.28~dfsg (Martin Lucina)
* Added a ZMQ_VERSION macro to zmq.h for compile-time API version detection (Martin Sustrik, Gonzalo Diethelm, Martin Lucina)
* Fix memory leak under Windows (Taras Shpot)
* Makefile.am: Add missing files to distribution, improve maintainer-clean (Martin Lucina)
* Add support for RHEL6 in the spec file (Sebastian Otaegui)
* configure.in: Do not patch libtool rpath handling (Martin Lucina)
* Fixing the Red Hat packaging (Martin Sustrik)
* zmq_msg_move called on uninitialised message in xrep_t::xrecv - - fixed (Max Wolf)
* crash when closing an ypipe -- fixed (Dhammika Pathirana)
* REQ socket can die when reply is delivered on wrong unerlying connection -- fixed (Martin Sustrik)
* if TSC jumps backwards (in case of migration to a different CPU core) latency peak may occur -- fixed (Martin Sustrik)
* values of RATE, RECOVERY_IVL and SWAP options are checked for negative values (Martin Sustrik)- added provides for libzmq-devel
* Mon Sep 06 2010 mrueckertAATTsuse.de- initial package