From 59cf002c2c47eb9296ba0fc12371f0af450f6ab6b6c46f4840a0d1a2cf233518 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Tue, 21 Mar 2017 14:42:55 +0000 Subject: [PATCH] - 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 --- zeromq-4.2.1.tar.gz | 3 --- zeromq-4.2.2.tar.gz | 3 +++ zeromq.changes | 12 ++++++++++++ zeromq.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 zeromq-4.2.1.tar.gz create mode 100644 zeromq-4.2.2.tar.gz diff --git a/zeromq-4.2.1.tar.gz b/zeromq-4.2.1.tar.gz deleted file mode 100644 index 28bd45e..0000000 --- a/zeromq-4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27d1e82a099228ee85a7ddb2260f40830212402c605a4a10b5e5498a7e0e9d03 -size 1243428 diff --git a/zeromq-4.2.2.tar.gz b/zeromq-4.2.2.tar.gz new file mode 100644 index 0000000..e388154 --- /dev/null +++ b/zeromq-4.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b23f4ca9ef545d5bd3af55d305765e3ee06b986263b31967435d285a3e6df6b +size 1236437 diff --git a/zeromq.changes b/zeromq.changes index 8e40101..1958578 100644 --- a/zeromq.changes +++ b/zeromq.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Mar 21 14:30:10 UTC 2017 - adam.majer@suse.de + +- 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 + ------------------------------------------------------------------- Fri Feb 3 17:06:33 UTC 2017 - jengelh@inai.de diff --git a/zeromq.spec b/zeromq.spec index 57aa961..fafbef7 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -23,7 +23,7 @@ %bcond_with pgm %endif Name: zeromq -Version: 4.2.1 +Version: 4.2.2 Release: 0 Summary: Lightweight messaging kernel License: LGPL-3.0+ @@ -74,8 +74,8 @@ This package holds the shared library part of the ZeroMQ package. %package tools Summary: Tools to work with ZeroMQ -# Conflict old libraries as we collide with them Group: Productivity/Networking/Web/Servers +# Conflict old libraries as we collide with them Conflicts: libzmq1 Conflicts: libzmq2 Conflicts: libzmq3