Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/
Date: Wed, 21 Jun 2017 17:58:24
Message-Id: 1498067828.f18b448fb4d8b18f058d67a4baf8445493cb5b52.mrueg@gentoo
1 commit: f18b448fb4d8b18f058d67a4baf8445493cb5b52
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 21 17:56:43 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 17:57:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18b448f
7
8 net-vpn/openvpn: Version bump to 2.4.3
9
10 Gentoo-Bug: #622376
11 Package-Manager: Portage-2.3.6, Repoman-2.3.2
12
13 net-vpn/openvpn/Manifest | 1 +
14 net-vpn/openvpn/openvpn-2.4.3.ebuild | 160 +++++++++++++++++++++++++++++++++++
15 2 files changed, 161 insertions(+)
16
17 diff --git a/net-vpn/openvpn/Manifest b/net-vpn/openvpn/Manifest
18 index f2ed081a0cc..ae855f747a5 100644
19 --- a/net-vpn/openvpn/Manifest
20 +++ b/net-vpn/openvpn/Manifest
21 @@ -2,3 +2,4 @@ DIST mock_msg.h 1356 SHA256 d6c56a423753c0b938a5dc32c978984eebb97243a2671a165244
22 DIST openvpn-2.3.12.tar.gz 1235262 SHA256 f5d39b8c55f75b0aab943059b20571452b494146d997b12d48ce9bd753c01cff SHA512 8de40e9177268cce64906915ddc0d23381b4040ed00e6eefe4784b04d48f50d5c5ce9e99886eb18fe45d22c5c047478b9aa942e4c4eeaf115cc443a1d3ebe631 WHIRLPOOL 4adeb0da83a4fbff27bc90a3941b593f97dfdc3f50c3ccf10c113293bb0e4f85ead680b53645a2a078f907026549c8dbf068dcc64c9f89b6a967b3eb919f2c8c
23 DIST openvpn-2.3.15.tar.gz 1324132 SHA256 705cecebe67ff581db4654f2d7977771546dd0e33f4b09656b5377a6972d84c1 SHA512 bcd7cf01f6da45de6b234d614702242485745f1318a294938b29e750b104e345a8776b10b11a6b4e37f1523bd91db045cf210f4500afcf6d5a232ef859eb9a0e WHIRLPOOL fa269f7aee093c5ec56c28a1117c018a92248db3da3926cab76edc90ca73facaa42bc1b5293ededcca76f3d4ab903c10a82768f3b4d33e0769e86744919574e6
24 DIST openvpn-2.4.2.tar.gz 1402516 SHA256 b24740c9d44a81eaf2befc4846d51445a520104321e32aaf0c135ed2e098a624 SHA512 9be3cef25f398c426087581d8bb2589ae2a3a1b3b812c73f7e9a4d3c35098421eea3099b33fc90606162d0429dcd7d9ae3449af89602e060e47cd4c053720e72 WHIRLPOOL 53343492084ac2c3a1672179521b89f0e4c0fda27c80ef4cf7a6e5fd61000e5ad0b0f3db420c1d03131b104c9c64e2fdccc4f689d3585351e54afee815804f7d
25 +DIST openvpn-2.4.3.tar.gz 1397306 SHA256 84a01aa3df0c12a3552ca3baaa39d700137b5bce4b6de683fe87fb79bfa5df0b SHA512 e6fbe65d9071832871dcd173f5031ae3615b32f122d03a798afa05d2e5af1a6019dcdcf5107c9ea2c47aedf86c8cb61305e429c24696262ca9bc76c54adc1370 WHIRLPOOL 9fcbf2e32106158c58fc44d60a580fd5a6e4e49cb3de96f97bad468a718df0f8c3c8be8b1b1bfc5bc7f8e9463073abba535a955f6dd4f04e30c61f102fec24f8
26
27 diff --git a/net-vpn/openvpn/openvpn-2.4.3.ebuild b/net-vpn/openvpn/openvpn-2.4.3.ebuild
28 new file mode 100644
29 index 00000000000..8316057a513
30 --- /dev/null
31 +++ b/net-vpn/openvpn/openvpn-2.4.3.ebuild
32 @@ -0,0 +1,160 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit autotools flag-o-matic user systemd linux-info
39 +
40 +DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes"
41 +SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz
42 + test? ( https://raw.githubusercontent.com/OpenVPN/${PN}/v${PV}/tests/unit_tests/${PN}/mock_msg.h )"
43 +HOMEPAGE="http://openvpn.net/"
44 +
45 +LICENSE="GPL-2"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
48 +
49 +IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam"
50 +IUSE+=" pkcs11 +plugins selinux +ssl static systemd test userland_BSD"
51 +
52 +REQUIRED_USE="static? ( !plugins !pkcs11 )
53 + mbedtls? ( ssl !libressl )
54 + pkcs11? ( ssl )
55 + !plugins? ( !pam !down-root )
56 + inotify? ( plugins )"
57 +
58 +CDEPEND="
59 + kernel_linux? (
60 + iproute2? ( sys-apps/iproute2[-minimal] )
61 + !iproute2? ( sys-apps/net-tools )
62 + )
63 + pam? ( virtual/pam )
64 + ssl? (
65 + !mbedtls? (
66 + !libressl? ( >=dev-libs/openssl-0.9.8:* )
67 + libressl? ( dev-libs/libressl )
68 + )
69 + mbedtls? ( net-libs/mbedtls )
70 + )
71 + lz4? ( app-arch/lz4 )
72 + lzo? ( >=dev-libs/lzo-1.07 )
73 + pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
74 + systemd? ( sys-apps/systemd )"
75 +DEPEND="${CDEPEND}
76 + test? ( dev-util/cmocka )"
77 +RDEPEND="${CDEPEND}
78 + selinux? ( sec-policy/selinux-openvpn )"
79 +
80 +CONFIG_CHECK="~TUN"
81 +
82 +PATCHES=(
83 + "${FILESDIR}/${PN}-external-cmocka.patch"
84 +)
85 +
86 +pkg_setup() {
87 + linux-info_pkg_setup
88 +}
89 +
90 +src_prepare() {
91 + default
92 + eautoreconf
93 +
94 + if use test; then
95 + cp "${DISTDIR}/mock_msg.h" tests/unit_tests/${PN} || die
96 + fi
97 +}
98 +
99 +src_configure() {
100 + use static && append-ldflags -Xcompiler -static
101 + SYSTEMD_UNIT_DIR=$(systemd_get_systemunitdir) \
102 + TMPFILES_DIR="/usr/lib/tmpfiles.d" \
103 + econf \
104 + $(usex mbedtls '--with-crypto-library=mbedtls' '') \
105 + $(use_enable inotify async-push) \
106 + $(use_enable ssl crypto) \
107 + $(use_enable lz4) \
108 + $(use_enable lzo) \
109 + $(use_enable pkcs11) \
110 + $(use_enable plugins) \
111 + $(use_enable iproute2) \
112 + $(use_enable pam plugin-auth-pam) \
113 + $(use_enable down-root plugin-down-root) \
114 + $(use_enable test tests) \
115 + $(use_enable systemd)
116 +}
117 +
118 +src_test() {
119 + make check || die "top-level tests failed"
120 + pushd tests/unit_tests > /dev/null || die
121 + make check || die "unit tests failed"
122 + popd > /dev/null || die
123 +}
124 +
125 +src_install() {
126 + default
127 + find "${ED}/usr" -name '*.la' -delete
128 + # install documentation
129 + dodoc AUTHORS ChangeLog PORTS README README.IPv6
130 +
131 + # Install some helper scripts
132 + keepdir /etc/openvpn
133 + exeinto /etc/openvpn
134 + doexe "${FILESDIR}/up.sh"
135 + doexe "${FILESDIR}/down.sh"
136 +
137 + # Install the init script and config file
138 + newinitd "${FILESDIR}/${PN}-2.1.init" openvpn
139 + newconfd "${FILESDIR}/${PN}-2.1.conf" openvpn
140 +
141 + # install examples, controlled by the respective useflag
142 + if use examples ; then
143 + # dodoc does not supportly support directory traversal, #15193
144 + insinto /usr/share/doc/${PF}/examples
145 + doins -r sample contrib
146 + fi
147 +}
148 +
149 +pkg_postinst() {
150 + # Add openvpn user so openvpn servers can drop privs
151 + # Clients should run as root so they can change ip addresses,
152 + # dns information and other such things.
153 + enewgroup openvpn
154 + enewuser openvpn "" "" "" openvpn
155 +
156 + if path_exists -o "${EROOT%/}"/etc/openvpn/*/local.conf ; then
157 + ewarn "WARNING: The openvpn init script has changed"
158 + ewarn ""
159 + fi
160 +
161 + if use x64-macos; then
162 + elog "You might want to install tuntaposx for TAP interface support:"
163 + elog "http://tuntaposx.sourceforge.net"
164 + fi
165 +
166 + elog "The openvpn init script expects to find the configuration file"
167 + elog "openvpn.conf in /etc/openvpn along with any extra files it may need."
168 + elog ""
169 + elog "To create more VPNs, simply create a new .conf file for it and"
170 + elog "then create a symlink to the openvpn init script from a link called"
171 + elog "openvpn.newconfname - like so"
172 + elog " cd /etc/openvpn"
173 + elog " ${EDITOR##*/} foo.conf"
174 + elog " cd /etc/init.d"
175 + elog " ln -s openvpn openvpn.foo"
176 + elog ""
177 + elog "You can then treat openvpn.foo as any other service, so you can"
178 + elog "stop one vpn and start another if you need to."
179 +
180 + if grep -Eq "^[ \t]*(up|down)[ \t].*" "${ROOT}/etc/openvpn"/*.conf 2>/dev/null ; then
181 + ewarn ""
182 + ewarn "WARNING: If you use the remote keyword then you are deemed to be"
183 + ewarn "a client by our init script and as such we force up,down scripts."
184 + ewarn "These scripts call /etc/openvpn/\$SVCNAME-{up,down}.sh where you"
185 + ewarn "can move your scripts to."
186 + fi
187 +
188 + if use plugins ; then
189 + einfo ""
190 + einfo "plugins have been installed into /usr/$(get_libdir)/${PN}/plugins"
191 + fi
192 +}