Upgrade dnsmasq to 2.89 fix CVE-2021-45951 CVE-2021-45952 CVE-2021-45953 CVE-2021-45955 CVE-2021-45956 CVE-2021-45957 CVE-2022-0934 (#5084)

This commit is contained in:
CBL-Mariner-Bot 2023-03-14 08:50:12 -07:00 коммит произвёл GitHub
Родитель 4ec62f2467
Коммит 097a7bb9eb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 9 добавлений и 6 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"dnsmasq-2.86.tar.xz": "28d52cfc9e2004ac4f85274f52b32e1647b4dbc9761b82e7de1e41c49907eb08"
}
"Signatures": {
"dnsmasq-2.89.tar.xz": "02bd230346cf0b9d5909f5e151df168b2707103785eb616b56685855adebb609"
}
}

Просмотреть файл

@ -1,6 +1,6 @@
Summary: DNS proxy with integrated DHCP server
Name: dnsmasq
Version: 2.86
Version: 2.89
Release: 1%{?dist}
License: GPLv2 or GPLv3
Group: System Environment/Daemons
@ -66,6 +66,9 @@ EOF
%config /usr/share/dnsmasq/trust-anchors.conf
%changelog
* Tue Mar 14 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.89-1
- Auto-upgrade to 2.89 - fix CVE-2021-45951 CVE-2021-45952 CVE-2021-45953 CVE-2021-45955 CVE-2021-45956 CVE-2021-45957 CVE-2022-0934
* Tue Mar 08 2022 Andrew Phelps <anphel@microsoft.com> - 2.86-1
- Upgrade to version 2.86

Просмотреть файл

@ -2728,8 +2728,8 @@
"type": "other",
"other": {
"name": "dnsmasq",
"version": "2.86",
"downloadUrl": "https://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.86.tar.xz"
"version": "2.89",
"downloadUrl": "https://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.89.tar.xz"
}
}
},