Сравнение sstp-client-1.0.18 с sstp-client-1.0.18-r2
/usr/portage/net-misc/sstp-client/sstp-client-1.0.18-r2.ebuild 2023-10-09 14:52:34.708368482 +0300 | ||
---|---|---|
8 | 8 |
DESCRIPTION="Client implementation of Secure Socket Tunneling Protocol (SSTP)" |
9 | 9 |
HOMEPAGE="https://sstp-client.sourceforge.net/" |
10 | 10 |
SRC_URI="mirror://sourceforge/sstp-client/${P}.tar.gz" |
11 |
SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-ppp-2.5.0-patches.tar.xz" |
|
11 | 12 | |
12 | 13 |
LICENSE="GPL-2+-with-openssl-exception" |
13 | 14 |
SLOT="0" |
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~x86" |
|
15 |
KEYWORDS="amd64 ~arm ~arm64 x86" |
|
15 | 16 |
IUSE="static" |
16 | 17 | |
17 | 18 |
DEPEND="dev-libs/libevent:= |
18 | 19 |
dev-libs/openssl:= |
19 |
net-dialup/ppp:=" |
|
20 |
net-dialup/ppp:=[ipv6(+)]" |
|
20 | 21 |
RDEPEND="${DEPEND} |
21 | 22 |
acct-group/sstpc |
22 | 23 |
acct-user/sstpc" |
... | ... | |
24 | 25 | |
25 | 26 |
CONFIG_CHECK="~NETFILTER_NETLINK" |
26 | 27 | |
28 |
DOCS=( AUTHORS ChangeLog DEVELOPERS NEWS README TODO USING ) |
|
29 | ||
27 | 30 |
PATCHES=( |
28 | 31 |
"${FILESDIR}/${PN}-1.0.12-remove-network-test.patch" |
29 | 32 |
"${FILESDIR}/${PN}-1.0.12-fix-example.patch" |
30 | 33 | |
31 | 34 |
"${FILESDIR}/${PN}-1.0.18-includes.patch" |
35 |
"${WORKDIR}/${P}-ppp-2.5.0-patches" |
|
36 |
"${FILESDIR}/sstp-client-1.0.18-sstp-mppe.patch" |
|
32 | 37 |
) |
33 | 38 | |
34 |
DOCS=( AUTHORS ChangeLog DEVELOPERS NEWS README TODO USING ) |
|
35 | ||
36 | 39 |
src_prepare() { |
37 | 40 |
default |
38 | 41 |