forked from pool/zeromq
- 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. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=19
This commit is contained in:
parent
e87abd0e20
commit
f2df4d109c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ef71d46e94f33e27dd5a1661ed626cd39be4d2d6967792a275040e34457d399
|
||||
size 2149732
|
3
zeromq-4.0.5.tar.gz
Normal file
3
zeromq-4.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bc93c5f67370341428364ce007d448f4bb58a0eaabd0a60697d8086bc43342b
|
||||
size 2153667
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 08:40:27 UTC 2014 - tchvatal@suse.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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 12 09:23:17 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
12
zeromq.spec
12
zeromq.spec
@ -16,12 +16,12 @@
|
||||
#
|
||||
|
||||
|
||||
%define lib_name libzmq3
|
||||
%define lib_name libzmq4
|
||||
%ifarch %ix86 x86_64
|
||||
%define with_pgm 1
|
||||
%endif
|
||||
Name: zeromq
|
||||
Version: 4.0.4
|
||||
Version: 4.0.5
|
||||
Release: 0
|
||||
Summary: Lightweight messaging kernel
|
||||
License: LGPL-3.0+
|
||||
@ -31,15 +31,15 @@ Source: http://download.zeromq.org/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Required for tests only
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: libsodium-devel
|
||||
%endif
|
||||
%if 0%{?with_pgm}
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1130
|
||||
BuildRequires: glib2 >= 2.8
|
||||
%else
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.8
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%description
|
||||
The 0MQ lightweight messaging kernel is a library which extends the
|
||||
|
Loading…
Reference in New Issue
Block a user