Пакет dnsmasq: Информация

    Исходный пакет: dnsmasq
    Версия: 2.91-alt1
    Собран:  15 апреля 2025 г. 8:03
    Категория: Система/Серверы
    Сообщить об ошибке в пакете
    Домашняя страница: https://thekelleys.org.uk/dnsmasq/

    Лицензия: GPLv2+
    О пакете: A lightweight caching nameserver
    Описание: 
    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.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    dnsmasq (e2kv6, e2kv5, e2kv4, e2k)
    dnsmasq-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    dnsmasq-utils (e2kv6, e2kv5, e2kv4, e2k)
    dnsmasq-utils-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Mikhail Efremov


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

    Последнее изменение


    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.
    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.
    13 января 2025 г. Mikhail Efremov 2.90-alt3
    - Enabled DBus support (closes: #52595).
    - Dropped "Broadcast routing" feature leftovers.