From a31484cb1d294349d8bca4da42668bdac8d5a7ca Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sun, 8 Sep 2019 03:33:08 -0400 Subject: [PATCH] Update to latest version. --- .gitignore | 1 + sources | 2 +- zeromq.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5f933d7..9833261 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /i?86/ /tarballs/ /libzmq-4.3.1.tar.gz +/libzmq-4.3.2.tar.gz diff --git a/sources b/sources index 02cfb10..3ae9ba4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libzmq-4.3.1.tar.gz) = 64855a73331a194c43b01aa86a985a149eba4ed32b9f6483d2a7415cfd8bba557aab5b7b33d160cd177141de02360b73c20e4696a19c2cd798eb5f82eeb72840 +SHA512 (libzmq-4.3.2.tar.gz) = 3c0a2dfc60c2265311f6ba16c47fab37e71312949b4cf2aa8855530431763bb6b8844c7d72c4b112c21125f0590c663d2a3192249b14611df64a2c6d3e5ac1c7 diff --git a/zeromq.spec b/zeromq.spec index 926c06b..0dbeacd 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -1,12 +1,12 @@ %bcond_without pgm Name: zeromq -Version: 4.3.1 -Release: 4%{?dist} +Version: 4.3.2 +Release: 1%{?dist} Summary: Software library for fast, message-based applications License: LGPLv3+ -URL: http://www.zeromq.org +URL: https://zeromq.org Source0: https://github.com/zeromq/libzmq/archive/v%{version}/libzmq-%{version}.tar.gz BuildRequires: autoconf @@ -98,6 +98,10 @@ make check V=1 || ( cat test-suite.log && exit 1 ) %changelog +* Sun Sep 08 2019 Elliott Sales de Andrade - 4.3.2-1 +- Update to latest version +- Fix CVE-2019-13132 (#1729830) + * Sat Jul 27 2019 Fedora Release Engineering - 4.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild