Summary: | [NEW PORT] security/py-vpn-slice: Customized VPN split-tunnel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jose G. Juanino <jjuanino> | ||||||||||
Component: | Individual Port(s) | Assignee: | Dries Michiels <driesm> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Only Me | CC: | driesm | ||||||||||
Priority: | --- | Flags: | jjuanino:
maintainer-feedback+
|
||||||||||
Version: | Latest | ||||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
URL: | https://github.com/dlenski/vpn-slice | ||||||||||||
Attachments: |
|
Description
Jose G. Juanino
2021-11-14 18:33:48 UTC
Created attachment 229490 [details]
pkg-message added
Submit a pkg-message to indicates that procfs must be mounted.
Created attachment 229619 [details]
pkg-message format
pkg-message format
Take. Thanks for the patch! After reading the patch some minor remarks (check https://wiki.freebsd.org/Python/PortsPolicy) - It seems the package is registered on pypi, so we should use CHEESESHOP over github to fetch the sources (see MASTER_SITES on the wiki) - You can drop the [excerpt from ..] in pkg-descr - You will need to make an entry under security/Makefile for the new port (I can also take care of this if its not in the last version) Rest looks good, looking forward the these last changes! Created attachment 229640 [details]
use CHEESESHOP, clean pkg-descr
(In reply to Dries Michiels from comment #4) Hi Dries, I have submitted a new patch following your suggestions. Thanks you for your work! Regards Hi! Would you be open to filling in your full name under "preferences => account information"? This way we can give authorship to the commit as such "name <email>" in the commit log. If not I'll do it as "jjuanini <jjuanini@gmail.com>" (In reply to Dries Michiels from comment #7) Thanks, I have filled that information. Jose G. Juanino <jjuanino@gmail.com> Regards A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6090ff97a4e1f49bff701a921f485f4d7a951c8 commit c6090ff97a4e1f49bff701a921f485f4d7a951c8 Author: Jose G. Juanino <jjuanino@gmail.com> AuthorDate: 2021-11-21 17:37:19 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2021-11-23 06:54:02 +0000 security/py-vpn-slice: New port Customized VPN split-tunnel. vpnc-script replacement for easy and secure split-tunnel VPN setup. PR: 259831 Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D33074 security/Makefile | 1 + security/py-vpn-slice/Makefile (new) | 18 ++++++++++++++++++ security/py-vpn-slice/distinfo (new) | 3 +++ security/py-vpn-slice/pkg-descr (new) | 9 +++++++++ security/py-vpn-slice/pkg-message (new) | 10 ++++++++++ 5 files changed, 41 insertions(+) Committed, thanks! |