- 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
This commit is contained in:
Adam Majer 2017-03-21 14:42:55 +00:00 committed by Git OBS Bridge
parent dd904333ca
commit 59cf002c2c
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27d1e82a099228ee85a7ddb2260f40830212402c605a4a10b5e5498a7e0e9d03
size 1243428

3
zeromq-4.2.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b23f4ca9ef545d5bd3af55d305765e3ee06b986263b31967435d285a3e6df6b
size 1236437

View File

@ -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 Fri Feb 3 17:06:33 UTC 2017 - jengelh@inai.de

View File

@ -23,7 +23,7 @@
%bcond_with pgm %bcond_with pgm
%endif %endif
Name: zeromq Name: zeromq
Version: 4.2.1 Version: 4.2.2
Release: 0 Release: 0
Summary: Lightweight messaging kernel Summary: Lightweight messaging kernel
License: LGPL-3.0+ License: LGPL-3.0+
@ -74,8 +74,8 @@ This package holds the shared library part of the ZeroMQ package.
%package tools %package tools
Summary: Tools to work with ZeroMQ Summary: Tools to work with ZeroMQ
# Conflict old libraries as we collide with them
Group: Productivity/Networking/Web/Servers Group: Productivity/Networking/Web/Servers
# Conflict old libraries as we collide with them
Conflicts: libzmq1 Conflicts: libzmq1
Conflicts: libzmq2 Conflicts: libzmq2
Conflicts: libzmq3 Conflicts: libzmq3