]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - openvpn/openvpn.nm
openvpn: Update to 2.3.0.
[people/ms/ipfire-3.x.git] / openvpn / openvpn.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = openvpn
7 version = 2.3.0
8 release = 1
9
10 groups = Networking/VPN
11 url = http://openvpn.net/
12 license = GPLv2
13 summary = A full-featured SSL VPN solution.
14
15 description
16 OpenVPN is a robust and highly flexible tunneling application that uses all
17 of the encryption, authentication, and certification features of the
18 OpenSSL library to securely tunnel IP networks over a single UDP or TCP
19 port. It can use the Marcus Franz Xaver Johannes Oberhumer's LZO library
20 for compression.
21 end
22
23 source_dl = http://swupdate.openvpn.org/community/releases/
24
25 PLUGINS = auth-pam down-root
26
27 build
28 requires
29 iproute2
30 libselinux-devel
31 lzo-devel
32 openssl-devel
33 pam-devel
34 polarssl-devel
35 end
36
37 configure_options += \
38 --enable-password-save \
39 --enable-iproute2 \
40 --enable-systemd
41 end
42
43 packages
44 package %{name}
45 requires
46 iproute2
47 end
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53 end