]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
tinc: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Dec 2022 16:54:14 +0000 (16:54 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Dec 2022 16:54:14 +0000 (16:54 +0000)
We currently don't support VPNs with tinc

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tinc/tinc.nm [deleted file]

diff --git a/tinc/tinc.nm b/tinc/tinc.nm
deleted file mode 100644 (file)
index 111e5fa..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-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