From 00cbf5112b689242a72c6a289a75b462ae997cbf377a2d0d4f221a5ffa276ff9 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Wed, 28 Mar 2018 07:57:42 +0000 Subject: [PATCH] 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 --- zeromq-4.2.4.tar.gz | 3 --- zeromq-4.2.5.tar.gz | 3 +++ zeromq.changes | 11 +++++++++++ zeromq.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 zeromq-4.2.4.tar.gz create mode 100644 zeromq-4.2.5.tar.gz diff --git a/zeromq-4.2.4.tar.gz b/zeromq-4.2.4.tar.gz deleted file mode 100644 index 286c24a..0000000 --- a/zeromq-4.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ad5c28d44e31f0f7cad09b95bafaca8cc5346ff24a63a5e7d01c954162ad536 -size 1401240 diff --git a/zeromq-4.2.5.tar.gz b/zeromq-4.2.5.tar.gz new file mode 100644 index 0000000..92df739 --- /dev/null +++ b/zeromq-4.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9090ba35713d59bb2f7d7965f877036c49c5558ea0c290b0dcc6f2a17e489f +size 1409447 diff --git a/zeromq.changes b/zeromq.changes index 8787006..33be1e7 100644 --- a/zeromq.changes +++ b/zeromq.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 26 08:29:09 UTC 2018 - adam.majer@suse.de + +- 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. + ------------------------------------------------------------------- Thu Mar 22 07:07:58 UTC 2018 - adam.majer@suse.de diff --git a/zeromq.spec b/zeromq.spec index 77db928..8188b08 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -23,7 +23,7 @@ %bcond_with pgm %endif Name: zeromq -Version: 4.2.4 +Version: 4.2.5 Release: 0 Summary: Lightweight messaging kernel License: LGPL-3.0-or-later