import dnsmasq-2.79-15.el8
This commit is contained in:
parent
6f3f42358a
commit
65bd378a1d
@ -10,11 +10,10 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define _hardened_build 1
|
%define _hardened_build 1
|
||||||
%define __systemd_someargs_0(:) %{nil}
|
|
||||||
|
|
||||||
Name: dnsmasq
|
Name: dnsmasq
|
||||||
Version: 2.79
|
Version: 2.79
|
||||||
Release: 13%{?extraversion:.%{extraversion}}%{?dist}.1
|
Release: 15%{?extraversion:.%{extraversion}}%{?dist}
|
||||||
Summary: A lightweight DHCP/caching DNS server
|
Summary: A lightweight DHCP/caching DNS server
|
||||||
|
|
||||||
License: GPLv2 or GPLv3
|
License: GPLv2 or GPLv3
|
||||||
@ -182,11 +181,10 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/dnsmasq.conf
|
|||||||
|
|
||||||
%pre
|
%pre
|
||||||
#precreate users so that rpm can install files owned by that user
|
#precreate users so that rpm can install files owned by that user
|
||||||
%sysusers_create_inline %(cat %{SOURCE2})
|
%sysusers_create_package %{name} %{SOURCE2}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
#https://fedoraproject.org/wiki/Changes/SystemdSysusers
|
#https://fedoraproject.org/wiki/Changes/SystemdSysusers
|
||||||
%sysusers_create
|
|
||||||
%systemd_post dnsmasq.service
|
%systemd_post dnsmasq.service
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
@ -217,11 +215,14 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/dnsmasq.conf
|
|||||||
%{_mandir}/man1/dhcp_*
|
%{_mandir}/man1/dhcp_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Dec 16 2020 Petr Menšík <pemensik@redhat.com> - 2.79-13.1
|
* Wed Nov 25 2020 Petr Menšík <pemensik@redhat.com> - 2.79-15
|
||||||
- Fix various issues in dnssec validation (CVE-2020-25681)
|
- Fix various issues in dnssec validation (CVE-2020-25681)
|
||||||
- Accept responses only on correct sockets (CVE-2020-25684)
|
- Accept responses only on correct sockets (CVE-2020-25684)
|
||||||
- Use strong verification on queries (CVE-2020-25685)
|
- Use strong verification on queries (CVE-2020-25685)
|
||||||
|
|
||||||
|
* Wed Aug 26 2020 Tomas Korbar <tkorbar@redhat.com> - 2.79-14
|
||||||
|
- Honor sysusers.d during installation (#1819684)
|
||||||
|
|
||||||
* Tue May 05 2020 Petr Menšík <pemensik@redhat.com> - 2.79-13
|
* Tue May 05 2020 Petr Menšík <pemensik@redhat.com> - 2.79-13
|
||||||
- Fix mixed address family reservations on DHCP (#1829448)
|
- Fix mixed address family reservations on DHCP (#1829448)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user