Name: | dnsmasq |
---|---|
Version: | 2.79 |
Release: | 6.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 784927 |
License: | GPLv2 or GPLv3 |
RPM: | dnsmasq-2.79-6.el8.aarch64.rpm |
Source RPM: | dnsmasq-2.79-6.el8.src.rpm |
Build Date: | Sat Nov 16 2019 |
Build Host: | ca-arm-jenkins-builder-01 |
Vendor: | Oracle America |
URL: | http://www.thekelleys.org.uk/dnsmasq/ |
Summary: | A lightweight DHCP/caching DNS server |
Description: | Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It is designed to provide DNS and, optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP for network booting of diskless machines. |
- Send dhcp_release even for addresses not on local network (#1749092)
- Fix Coverity detected issues (#1602477)
- Fix %pre scriptlet (#1548050)
- Make dnsmasq leases writeable by root again (#1554390)
- Fix passing of dnssec enabled queries (#1597309)
- Rebase to 2.79 - Stop using nettle_hashes directly, use access function (#1548060) - Do not break on cname with spaces (#1498667) - Require nettle 3.4+ - Do not own sysusers.d directory, already depends on systemd providing it
- Emit warning with dnssec enabled on FIPS system (#1549507)
- Create user before installing files (#1548050)
- Create user first and then restart service
- add gcc into buildrequires - deliver an extra sysusers.d file to create dnsmasq user/group - set CHUSER and CHGRP to dnsmasq in src/config.h