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

Collapse All | Expand All

(-)i/security/py-vpn-slice/Makefile (+18 lines)
Added Link Here
1
PORTNAME=	vpn-slice
2
DISTVERSION=	0.15
3
CATEGORIES=	security python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	jjuanino@gmail.com
8
COMMENT=	Customized VPN split-tunnel
9
10
LICENSE=	GPLv3
11
12
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>=1.16:dns/py-dnspython@${PY_FLAVOR} \
13
		${PYTHON_PKGNAMEPREFIX}setproctitle>=1.2:devel/py-setproctitle@${PY_FLAVOR}
14
15
USES=		python:3.3+
16
USE_PYTHON=	autoplist distutils
17
18
.include <bsd.port.mk>
(-)i/security/py-vpn-slice/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1637510617
2
SHA256 (vpn-slice-0.15.tar.gz) = 7d5133aecbed9d5696d59dcb799c3d8d30a89a08f6d36fac335f6b8357786353
3
SIZE (vpn-slice-0.15.tar.gz) = 18510
(-)i/security/py-vpn-slice/pkg-descr (+9 lines)
Added Link Here
1
This is a replacement for the vpnc-script used by OpenConnect or VPNC.
2
3
Instead of trying to copy the behavior of standard corporate VPN clients, which
4
normally reroute all your network traffic through the VPN, this one tries to
5
minimize your contact with an intrusive VPN. This is also known as a
6
split-tunnel VPN, since it splits your traffic between the VPN tunnel and your
7
normal network interfaces.
8
9
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