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

    Исходный пакет: resolv_wrapper
    Версия: 1.1.8-alt2
    Собран:  30 июля 2023 г. 22:39
    Сообщить об ошибке в пакете
    Домашняя страница: http://cwrap.org/

    Лицензия: BSD
    О пакете: A wrapper for dns name resolving or dns faking
    Описание: 
    It is likely that if you have a server/client architecture, you need to do DNS
    queries or a third party library, like Kerberos needs to be able to do queries.
    In the case of Kerberos the client needs to look the address of the KDC up via a
    SRV record. resolv_wrapper is able to either redirect all DNS queries to your
    DNS server implementation, or fake DNS replies!
    
    To use it set the following environment variables:
    
    LD_PRELOAD=libresolv_wrapper.so
    RESOLV_WRAPPER_CONF=./my_resolv.conf
    
    This package doesn't have a devel package because this project is for
    development/testing.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    resolv_wrapper (riscv64)
    resolv_wrapper-debuginfo (riscv64)

    Сопровождающий: Evgeny Sinelnikov

    Список участников:
    Evgeny Sinelnikov
    Arseny Maslennikov

      1. cmake
      2. ctest
      3. libcmocka-devel
      4. socket_wrapper

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


    24 марта 2023 г. Evgeny Sinelnikov 1.1.8-alt2
    - Fix cmocka >= 1.1.6 find_package()
    24 марта 2023 г. Evgeny Sinelnikov 1.1.8-alt1
    - Fix issues with glibc >= 2.34
    27 января 2022 г. Evgeny Sinelnikov 1.1.7-alt2
    - Fix detection of a fully seperate libresolv. With glibc 2.24 all res_
      symbols moved from libresolv to libc, so only DNS faking avaialble now.