Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37412155
en ru br
ALT Linux repositórios
S:1.0.36-alt1
5.0: 1.0.8-alt2.1
4.1: 1.0.8-alt2
4.0: 1.0.8-alt1
3.0:
+backports:1.0.7-alt0.M30.2

Group :: Sistema/Servidores
RPM: tinc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: tinc
Version: 1.0.34
Release: alt1

Summary: Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet.
Summary(ru_RU.UTF-8): Небольшой демон для создания шифрованных туннелей и частных виртуальных сетей между хостами в сети Интернет
Summary(uk_UA.UTF-8): Невеликий демон для створення шифрованих тунелів та приватних віртуальних мереж між хостами в мережі Інтернет

Group: System/Servers
License: GPL
Url: http://www.tinc-vpn.org

Source0: %name-%version.tar
Patch0:  %name-%version-%release.patch

Source1: %name.init
Source2: %name.sysconfig
Source3: %name.control

PreReq(post,preun): chkconfig

# Automatically added by buildreq on Thu Mar 23 2017

# optimized out: perl perl-Encode perl-Text-Unidecode perl-Unicode-EastAsianWidth perl-Unicode-Normalize perl-libintl pkg-config python-base python-modules python3 tex-common texlive-base texlive-common texlive-latex-base
BuildRequires: liblzo2-devel libpcap-devel libssl-devel libvde-devel perl-unicore zlib-devel

# For PDF docs generation

BuildRequires: makeinfo texi2dvi texlive-dist

%description
%name is a Virtual Private Network (VPN) daemon that uses tunnelling
and encryption to create a secure private network between hosts on the
Internet.

%name 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, %name
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 %name 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. %name 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.

%prep
%setup -n %name-%version
%patch0 -p1

%build
%autoreconf -fsi
%configure --prefix=%_usr --sysconfdir=%_sysconfdir \
--localstatedir=%_var \
--infodir=%_infodir \
--mandir=%_mandir \
--with-systemd=%_unitdir \
--disable-nls \
--disable-rpath \
--enable-uml \
--enable-vde \
--enable-tunemu \
--enable-jumbograms

%make_build
pushd doc
%make pdf
popd

%install
%make_install DESTDIR=%buildroot install

mkdir -p -- %buildroot%_sysconfdir/%name/hosts
install -pD -m755 -- %SOURCE1 %buildroot%_initdir/%name
install -pD -m644 -- %SOURCE2 %buildroot%_sysconfdir/sysconfig/%name
install -pD -m755 -- %SOURCE3 %buildroot%_controldir/%name

%pre
%pre_control %name

%post
%post_control %name
%post_service %name

%preun
%preun_service %name

%files
%doc AUTHORS COPYING COPYING.README INSTALL README NEWS THANKS doc/sample-config/ doc/tinc.pdf

%_sbindir/*

%_man5dir/*
%_man8dir/*
%_infodir/%name.info*

%config %_controldir/%name

%config(noreplace) %_initdir/%name
%config(noreplace) %_sysconfdir/sysconfig/%name

%attr(750,root,wheel) %dir %_sysconfdir/%name/hosts
%attr(750,root,wheel) %dir %_sysconfdir/%name

%_unitdir/%{name}*.service

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009