]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
openvpn: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Oct 2015 20:46:33 +0000 (21:46 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Oct 2015 20:46:33 +0000 (21:46 +0100)
The IPFire Developer Summit decided to drop OpenVPN support
from IPFire 3 since it has many issues that don't seem to get
solved in the near future and nobody volunteered to maintain
this package.

Development is focussing on IPsec for now and OpenVPN may
come back later when resources have been freed or there
is enough demand (including volunteers to work on it).

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

diff --git a/openvpn/openvpn.nm b/openvpn/openvpn.nm
deleted file mode 100644 (file)
index ca6e961..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = openvpn
-version    = 2.3.6
-release    = 1
-
-groups     = Networking/VPN
-url        = http://openvpn.net/
-license    = GPLv2
-summary    = A full-featured SSL VPN solution.
-
-description
-       OpenVPN is a robust and highly flexible tunneling application that uses all
-       of the encryption, authentication, and certification features of the
-       OpenSSL library to securely tunnel IP networks over a single UDP or TCP
-       port. It can use the Marcus Franz Xaver Johannes Oberhumer's LZO library
-       for compression.
-end
-
-source_dl  = http://swupdate.openvpn.org/community/releases/
-
-PLUGINS    = auth-pam down-root
-
-build
-       requires
-               iproute2
-               libselinux-devel
-               lzo-devel
-               openssl-devel
-               pam-devel
-               systemd-devel
-       end
-
-       configure_options += \
-               --enable-password-save \
-               --enable-iproute2 \
-               --enable-systemd
-end
-
-packages
-       package %{name}
-               requires
-                       iproute2
-               end
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end