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

    Исходный пакет: tsocks
    Версия: 1.8-alt1.qa1
    Собран:  17 апреля 2013 г. 8:27
    Категория: Security/Networking
    Сообщить об ошибке в пакете
    Домашняя страница: http://tsocks.sourceforge.net/

    Лицензия: GPLv2+
    О пакете: Library for catching network connections, redirecting them on a SOCKS server
    Описание: 
    tsocks is designed for use in machines which are firewalled from the
    Internet. It avoids the need to recompile applications like lynx or
    telnet so they can use SOCKS to reach the Internet. It behaves much
    like the SOCKSified TCP/IP stacks seen on other platforms.
    
    tsocks is a library to allow transparent SOCKS proxying. It wraps the
    normal connect() function. When a connection is attempted, it consults
    the configuration file (which is defined at configure time but defaults
    to /etc/tsocks.conf) and determines if the IP address specified is local.
    If it is not, the library redirects the connection to a SOCKS server
    specified in the configuration file. It then negotiates that connection
    with the SOCKS server and passes the connection back to the calling
    program.

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

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin
    Mykola Grechukh

    Права:
    @qa_p7

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


    17 апреля 2013 г. Dmitry V. Levin 1.8-alt1.qa1
    - NMU: rebuilt for debuginfo.
    24 сентября 2010 г. Mykola Grechukh 1.8-alt1
    - built for ALT Linux
    6 января 2010 г. Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 1.8-0.5.beta5
    - Fix the library path problem more cleanly
    - Fix bash script validation to handle the no argument case
    - Change patch name to reflect guidelines
    - Fix documentation to reflect patch modifications
    - Remove INSTALL from packaged files