diff --git a/SPECS/dnsmasq.spec b/SPECS/dnsmasq.spec index 7172bdf..37482e0 100644 --- a/SPECS/dnsmasq.spec +++ b/SPECS/dnsmasq.spec @@ -10,11 +10,10 @@ %endif %define _hardened_build 1 -%define __systemd_someargs_0(:) %{nil} Name: dnsmasq Version: 2.79 -Release: 13%{?extraversion:.%{extraversion}}%{?dist}.1 +Release: 15%{?extraversion:.%{extraversion}}%{?dist} Summary: A lightweight DHCP/caching DNS server License: GPLv2 or GPLv3 @@ -182,11 +181,10 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/dnsmasq.conf %pre #precreate users so that rpm can install files owned by that user -%sysusers_create_inline %(cat %{SOURCE2}) +%sysusers_create_package %{name} %{SOURCE2} %post #https://fedoraproject.org/wiki/Changes/SystemdSysusers -%sysusers_create %systemd_post dnsmasq.service %preun @@ -217,11 +215,14 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/dnsmasq.conf %{_mandir}/man1/dhcp_* %changelog -* Wed Dec 16 2020 Petr Menšík - 2.79-13.1 +* Wed Nov 25 2020 Petr Menšík - 2.79-15 - Fix various issues in dnssec validation (CVE-2020-25681) - Accept responses only on correct sockets (CVE-2020-25684) - Use strong verification on queries (CVE-2020-25685) +* Wed Aug 26 2020 Tomas Korbar - 2.79-14 +- Honor sysusers.d during installation (#1819684) + * Tue May 05 2020 Petr Menšík - 2.79-13 - Fix mixed address family reservations on DHCP (#1829448)