From 072b551fc20169fc1e89b875c5c385f039162659063410403031b9bafe296e97 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 25 Jan 2021 12:41:17 +0000 Subject: [PATCH] Accepting request 866413 from home:dirkmueller:branches:devel:libraries:c_c++ - update to 4.3.4: * ZMQ_PRIORITY will set the SO_PRIORITY socket option on the underlying sockets. Only supported on Linux. * Fixed compilation errors on kFreeBSD and GNU/Hurd * Fixed excessive amount of socket files left behind in Windows TMP * Fixed regression that breaks using IPv6 link-local addresses on Linux * Fixed compilation errors on Android * Fixed compilation error with ulibc and libbsd * Fixed stack overflow on Windows x64 * Fixed various compilation errors on Windows ARM 32bit * Fixed various compilation warnings with XCode * Fixed return value of zmq_ctx_get changed unintentionally OBS-URL: https://build.opensuse.org/request/show/866413 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=77 --- zeromq-4.3.3.tar.gz | 3 --- zeromq-4.3.4.tar.gz | 3 +++ zeromq.changes | 16 ++++++++++++++++ zeromq.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 zeromq-4.3.3.tar.gz create mode 100644 zeromq-4.3.4.tar.gz diff --git a/zeromq-4.3.3.tar.gz b/zeromq-4.3.3.tar.gz deleted file mode 100644 index aab58b0..0000000 --- a/zeromq-4.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d9285db37ae942ed0780c016da87060497877af45094ff9e1a1ca736e3875a2 -size 2117050 diff --git a/zeromq-4.3.4.tar.gz b/zeromq-4.3.4.tar.gz new file mode 100644 index 0000000..6013a51 --- /dev/null +++ b/zeromq-4.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c593001a89f5a85dd2ddf564805deb860e02471171b3f204944857336295c3e5 +size 2486520 diff --git a/zeromq.changes b/zeromq.changes index 66a613d..a1951a1 100644 --- a/zeromq.changes +++ b/zeromq.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Jan 24 19:02:27 UTC 2021 - Dirk Müller + +- update to 4.3.4: + * ZMQ_PRIORITY will set the SO_PRIORITY socket option on the underlying + sockets. Only supported on Linux. + * Fixed compilation errors on kFreeBSD and GNU/Hurd + * Fixed excessive amount of socket files left behind in Windows TMP + * Fixed regression that breaks using IPv6 link-local addresses on Linux + * Fixed compilation errors on Android + * Fixed compilation error with ulibc and libbsd + * Fixed stack overflow on Windows x64 + * Fixed various compilation errors on Windows ARM 32bit + * Fixed various compilation warnings with XCode + * Fixed return value of zmq_ctx_get changed unintentionally + ------------------------------------------------------------------- Mon Sep 7 16:56:09 UTC 2020 - Adam Majer diff --git a/zeromq.spec b/zeromq.spec index 4d368c6..a4d2520 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -1,7 +1,7 @@ # # spec file for package zeromq # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %bcond_with pgm %endif Name: zeromq -Version: 4.3.3 +Version: 4.3.4 Release: 0 Summary: Lightweight messaging kernel License: LGPL-3.0-or-later