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

  • Default inline alert: Версия в репозитории: 1.0.36-alt1

Исходный пакет: tinc
Версия: 1.0.35-alt1
Последняя версия по данным Repology
Собран:  31 марта 2019 г. 16:06 в задании #225974
Категория: Система/Серверы
Сообщить об ошибке в пакете
Домашняя страница: http://www.tinc-vpn.org

Лицензия: GPL
О пакете: Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet.
Описание: 
tinc is a Virtual Private Network (VPN) daemon that uses tunnelling
and encryption to create a secure private network between hosts on the
Internet.

tinc is Free Software and licensed under the GNU General Public License.
Because the VPN appears to the IP level network code as a normal
network device, there is no need to adapt any existing software. This
allows VPN sites to share information with each other over the
Internet without exposing any information to others. In addition, tinc
has the following features:

Encryption, authentication and compression
    All traffic is optionally compressed using zlib or LZO, and
    OpenSSL is used to encrypt the traffic and protect it from
    alteration with message authentication codes and sequence numbers.
Automatic full mesh routing
    Regardless of how you set up the tinc daemons to connect to each
    other, VPN traffic is always (if possible) sent directly to the
    destination, without going through intermediate hops.
Easily expand your VPN
    When you want to add nodes to your VPN, all you have to do is add
    an extra configuration file, there is no need to start new daemons
    or create and configure new devices or network interfaces.
Ability to bridge ethernet segments
    You can link multiple ethernet segments together to work like a
    single segment, allowing you to run applications and games that
    normally only work on a LAN over the Internet.
Runs on many operating systems and supports IPv6
    Currently Linux, FreeBSD, OpenBSD, NetBSD, MacOS/X, Solaris,
    Windows 2000 and XP platforms are supported. See our section about
    supported platforms for more information about the state of the
    ports. tinc has also full support for IPv6, providing both the
    possibility of tunneling IPv6 traffic over its tunnels and of
    creating tunnels over existing IPv6 networks.

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

Сопровождающий: Nikolay A. Fetisov


Права:
Nikolay A. Fetisov
@qa

    1. liblzo2-devel
    2. perl-unicore
    3. libssl-devel
    4. makeinfo
    5. libpcap-devel
    6. texi2dvi
    7. texlive-dist
    8. zlib-devel

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


11 октября 2018 г. Nikolay A. Fetisov 1.0.35-alt1
- New version
 * Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738)
 * Prevent a MITM from forcing a NULL cipher for UDP (CVE-2018-16758)
- Disabling VDE support
29 августа 2018 г. Grigory Ustinov 1.0.34-alt1.1
- NMU: Rebuild with new openssl 1.1.0.
16 июня 2018 г. Nikolay A. Fetisov 1.0.34-alt1
- New version
  * Fix a potential segmentation fault when connecting to an IPv6 peer via a proxy.