From: Michael Tremer Date: Tue, 20 Dec 2022 16:54:14 +0000 (+0000) Subject: tinc: Drop package X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9599babe00ac3a7d06122305564f0beceb902187;p=ipfire-3.x.git tinc: Drop package We currently don't support VPNs with tinc Signed-off-by: Michael Tremer --- diff --git a/tinc/tinc.nm b/tinc/tinc.nm deleted file mode 100644 index 111e5fad6..000000000 --- a/tinc/tinc.nm +++ /dev/null @@ -1,41 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = tinc -version = 1.0.28 -release = 1 - -groups = Networking/Tools -url = http://www.tinc-vpn.org/ -license = GPLv2+ -summary = A virtual private network daemon. - -description - tinc is a Virtual Private Network (VPN) daemon that uses tunnelling - and encryption to create a secure private network between hosts on - the Internet. Because the tunnel appears to the IP level network - code as a normal network device, there is no need to adapt any - existing software. This tunnelling allows VPN sites to share - information with each other over the Internet without exposing any - information to others. -end - -source_dl = http://www.tinc-vpn.org/packages/ - -build - requires - lzo-devel - openssl-devel - zlib-devel - end -end - -packages - package %{name} - - package %{name}-debuginfo - template DEBUGINFO - end -end