Package dnsmasq: Information

    Source package: dnsmasq
    Version: 2.91-alt1
    Latest version according to Repology
    Build time:  Mar 26, 2025, 06:28 PM in the task #379334
    Category: System/Servers
    Report package bug
    License: GPLv2+
    Summary: A lightweight caching nameserver
    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.

    List of RPM packages built from this SRPM:
    dnsmasq (x86_64, i586, aarch64)
    dnsmasq-debuginfo (x86_64, i586, aarch64)
    dnsmasq-utils (x86_64, i586, aarch64)
    dnsmasq-utils-debuginfo (x86_64, i586, aarch64)

    Maintainer: Mikhail Efremov



      1. glibc-kernheaders
      2. libdbus-devel
      3. pkgconfig(libnetfilter_conntrack)
      4. pkgconfig(libnftables)
      5. libgmp-devel
      6. libidn2-devel
      7. libnettle-devel

    Last changed


    March 26, 2025 Mikhail Efremov 2.91-alt1
    - Driopped obsoleted patch.
    - dnsmasq.service: Fixed race with openresolv.
    - dnsmasq.sysconfig: Commented out CONFIG_DIR.
    - Updated to 2.91.
    Jan. 27, 2025 Alexey Shabalin 2.90-alt4
    - Enable CONNTRACK support.
    - Enable NFTSET support.
    - Allow redefine conf-dir for dnsmasq instance.
    - Add symlink /etc/dnsmasq.d -> /etc/dnsmasq.conf.d
      for compat with other distos.
    - Add DNSMASQ_OPTS support for compat with Debian.
    Jan. 13, 2025 Mikhail Efremov 2.90-alt3
    - Enabled DBus support (closes: #52595).
    - Dropped "Broadcast routing" feature leftovers.