FreeBSD Bugzilla – Attachment 229619 Details for
Bug 259831
[NEW PORT] security/py-vpn-slice: Customized VPN split-tunnel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pkg-message format
vpn-slice.diff (text/plain), 2.15 KB, created by
Jose G. Juanino
on 2021-11-20 18:03:27 UTC
(
hide
)
Description:
pkg-message format
Filename:
MIME Type:
Creator:
Jose G. Juanino
Created:
2021-11-20 18:03:27 UTC
Size:
2.15 KB
patch
obsolete
>diff --git c/security/py-vpn-slice/Makefile i/security/py-vpn-slice/Makefile >new file mode 100644 >index 000000000..bb92ef1ac >--- /dev/null >+++ i/security/py-vpn-slice/Makefile >@@ -0,0 +1,22 @@ >+PORTNAME= vpn-slice >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.15 >+CATEGORIES= security python >+MASTER_SITES= GH >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= jjuanino@gmail.com >+COMMENT= Customized VPN split-tunnel >+ >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.16:dns/py-dnspython@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}setproctitle>=1.2:devel/py-setproctitle@${PY_FLAVOR} >+ >+USES= python:3.3+ >+USE_GITHUB= yes >+GH_ACCOUNT= dlenski >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> >diff --git c/security/py-vpn-slice/distinfo i/security/py-vpn-slice/distinfo >new file mode 100644 >index 000000000..20705d9f5 >--- /dev/null >+++ i/security/py-vpn-slice/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1636911907 >+SHA256 (dlenski-vpn-slice-v0.15_GH0.tar.gz) = 9e6f2fc9c1305d78e804529ddc7e787a88d185ba7a3560218ab5cdee4233a757 >+SIZE (dlenski-vpn-slice-v0.15_GH0.tar.gz) = 29316 >diff --git c/security/py-vpn-slice/pkg-descr i/security/py-vpn-slice/pkg-descr >new file mode 100644 >index 000000000..093328831 >--- /dev/null >+++ i/security/py-vpn-slice/pkg-descr >@@ -0,0 +1,11 @@ >+[excerpt from vpn-slice web site] >+ >+This is a replacement for the vpnc-script used by OpenConnect or VPNC. >+ >+Instead of trying to copy the behavior of standard corporate VPN clients, which >+normally reroute all your network traffic through the VPN, this one tries to >+minimize your contact with an intrusive VPN. This is also known as a >+split-tunnel VPN, since it splits your traffic between the VPN tunnel and your >+normal network interfaces. >+ >+WWW: https://github.com/dlenski/vpn-slice >diff --git c/security/py-vpn-slice/pkg-message i/security/py-vpn-slice/pkg-message >new file mode 100644 >index 000000000..05467707c >--- /dev/null >+++ i/security/py-vpn-slice/pkg-message >@@ -0,0 +1,10 @@ >+[ >+{ type: install >+ message: <<EOM >+This software requires that procfs filesystem be mounted; >+ >+# echo "proc /proc procfs rw 0 0" >> /etc/fstab >+# mount /proc >+EOM >+} >+]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jjuanino
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 259831
:
229489
|
229490
|
229619
|
229640