!21 [sync] PR-16: Fix CVE-2021-41039

Merge pull request !21 from openeuler-sync-bot/sync-pr16-master-to-openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-14 06:33:35 +00:00 committed by Gitee
commit 64680f98c0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1322 additions and 1 deletions

1317
CVE-2021-41039.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,13 @@
Name: mosquitto
Version: 1.6.15
Release: 4
Release: 5
Summary: Open Source MQTT v3.1/v3.1.1 Broker
License: BSD
URL: http://mosquitto.org/
Source0: http://mosquitto.org/files/source/%{name}-%{version}.tar.gz
Patch0001: add-usage-output.patch
Patch0002: fix-usage-exit-code.patch
Patch0003: CVE-2021-41039.patch
BuildRequires: c-ares-devel gcc-c++ libuuid-devel libwebsockets-devel openssl-devel
BuildRequires: systemd-devel
BuildRequires: make
@ -90,6 +91,9 @@ exit 0
%{_mandir}/man3/*.3.*
%changelog
* Thu Dec 30 2021 houyingchao <houyingchao@huawei.com> - 1.6.15-5
- Fix CVE-2021-41039
* Thu Sep 30 2021 lingsheng <lingsheng@huawei.com> - 1.6.15-4
- fix usage exit code