Update to 2.84
Fixes just regression caused by security patches. When multiple requests from different address families join one query, error is emitted on reply receive.
This commit is contained in:
parent
b600d12834
commit
e2a508e666
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,3 +36,5 @@ dnsmasq-2.52.tar.lzma
|
||||
/dnsmasq-2.82.tar.xz.asc
|
||||
/dnsmasq-2.83.tar.xz
|
||||
/dnsmasq-2.83.tar.xz.asc
|
||||
/dnsmasq-2.84.tar.xz
|
||||
/dnsmasq-2.84.tar.xz.asc
|
||||
|
@ -19,8 +19,8 @@
|
||||
%bcond_with sourcegit
|
||||
|
||||
Name: dnsmasq
|
||||
Version: 2.83
|
||||
Release: 2%{?extraversion:.%{extraversion}}%{?dist}
|
||||
Version: 2.84
|
||||
Release: 1%{?extraversion:.%{extraversion}}%{?dist}
|
||||
Summary: A lightweight DHCP/caching DNS server
|
||||
|
||||
License: GPLv2 or GPLv3
|
||||
@ -186,6 +186,9 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/%{name}.conf
|
||||
%{_mandir}/man1/dhcp_*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 26 2021 Petr Menšík <pemensik@redhat.com> - 2.84-1
|
||||
- Update to 2.84
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.83-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dnsmasq-2.83.tar.xz) = 1eaade775dc19658afe825407c10456ab954b82034644bb19af2594d737ceae17ff2cee7f1f917e8e8b2dadbfbcb83dd8b842c0693fcac71487a5fade1eb4b05
|
||||
SHA512 (dnsmasq-2.83.tar.xz.asc) = fee9a51ae2a16618e57721a17b1e7cc7a3c849ab76c404eee45a0e38d05ad7975531f7dcb7b3e703626e3e20600027409b8a11e6c43bd7a3978012b1d5c39300
|
||||
SHA512 (dnsmasq-2.84.tar.xz) = e84bdcdf3cf35f08e8492eb5aa89ee6543233bdb821d01f164783bd6d0913ec01c513e85e2109352c77e77142a1a94bedcd3361f37d7b2a9a5d35a02448e85c6
|
||||
SHA512 (dnsmasq-2.84.tar.xz.asc) = 097bc87a6aa9c5a01b3eefd4593b1de26c8565e2ad40bbf8627a0fa143101deeea313d0266eb068ab378996e0ac033f4a5b1890a823b69a9dc216049239e316a
|
||||
|
Loading…
Reference in New Issue
Block a user