View | Details | Raw Unified | Return to bug 259831 | Differences between
and this patch

Collapse All | Expand All

(-)i/security/py-vpn-slice/Makefile (+22 lines)
Added Link Here
1
PORTNAME=	vpn-slice
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.15
4
CATEGORIES=	security python
5
MASTER_SITES=	GH
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8
MAINTAINER=	jjuanino@gmail.com
9
COMMENT=	Customized VPN split-tunnel
10
11
LICENSE=	GPLv3
12
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>=1.16:dns/py-dnspython@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}setproctitle>=1.2:devel/py-setproctitle@${PY_FLAVOR}
16
17
USES=		python:3.3+
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	dlenski
20
USE_PYTHON=	autoplist distutils
21
22
.include <bsd.port.mk>
(-)i/security/py-vpn-slice/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1636911907
2
SHA256 (dlenski-vpn-slice-v0.15_GH0.tar.gz) = 9e6f2fc9c1305d78e804529ddc7e787a88d185ba7a3560218ab5cdee4233a757
3
SIZE (dlenski-vpn-slice-v0.15_GH0.tar.gz) = 29316
(-)i/security/py-vpn-slice/pkg-descr (+11 lines)
Added Link Here
1
[excerpt from vpn-slice web site]
2
3
This is a replacement for the vpnc-script used by OpenConnect or VPNC.
4
5
Instead of trying to copy the behavior of standard corporate VPN clients, which
6
normally reroute all your network traffic through the VPN, this one tries to
7
minimize your contact with an intrusive VPN. This is also known as a
8
split-tunnel VPN, since it splits your traffic between the VPN tunnel and your
9
normal network interfaces.
10
11
WWW: https://github.com/dlenski/vpn-slice
(-)i/security/py-vpn-slice/pkg-message (+10 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
This software requires that procfs filesystem be mounted;
5
6
# echo "proc /proc procfs rw 0 0" >> /etc/fstab
7
# mount /proc
8
EOM
9
}
10
]

Return to bug 259831