Compare commits

...

1 Commits
rawhide ... f29

Author SHA1 Message Date
Elliott Sales de Andrade 6cda1373db Update to latest version. 2019-09-23 22:48:04 -04:00
2 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
c89db4dbc0b90c34c9f4983cbff6d321 zeromq-4.1.6.tar.gz
SHA512 (zeromq-4.1.7.tar.gz) = 75f32650de6744c043444c424c0a4640c3e4c091cbb6b9b8f89fc4d0da8f420f23336411a4e53b809e82a96dec7c7a9fe5af0f62816693e500cb08f64b9bdf20

View File

@ -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 <quantum.analyst@gmail.com> - 4.1.7-1
- Update to latest version
- Fix CVE-2019-13132 (#1729830)
* Mon Jan 21 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 4.1.6-11
- Backport patches to fix test failures in build
- Cleanup spec a little