diff --git a/sources b/sources index c7d0911..b4b4b20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c89db4dbc0b90c34c9f4983cbff6d321 zeromq-4.1.6.tar.gz +SHA512 (zeromq-4.1.7.tar.gz) = 75f32650de6744c043444c424c0a4640c3e4c091cbb6b9b8f89fc4d0da8f420f23336411a4e53b809e82a96dec7c7a9fe5af0f62816693e500cb08f64b9bdf20 diff --git a/zeromq.spec b/zeromq.spec index a2ff707..3ce541d 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -1,8 +1,8 @@ %bcond_without pgm Name: zeromq -Version: 4.1.6 -Release: 11%{?dist} +Version: 4.1.7 +Release: 1%{?dist} Summary: Software library for fast, message-based applications License: LGPLv3+ @@ -108,9 +108,15 @@ make check V=1 || ( cat test-suite.log && exit 1 ) %files -n cppzmq-devel %license LICENSE %{_includedir}/zmq.hpp +%{_mandir}/man3/*.3* +%{_mandir}/man7/*.7* %changelog +* Mon Sep 23 2019 Elliott Sales de Andrade - 4.1.7-1 +- Update to latest version +- Fix CVE-2019-13132 (#1729830) + * Mon Jan 21 2019 Elliott Sales de Andrade - 4.1.6-11 - Backport patches to fix test failures in build - Cleanup spec a little