FreeBSD Bugzilla – Attachment 210630 Details for
Bug 243270
[NEW PORT] security/py-vici: Native Python interface for strongSwan's VICI protocol
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pyviciv4.diff
pyvici.diff (text/plain), 3.32 KB, created by
Dries Michiels
on 2020-01-11 18:49:54 UTC
(
hide
)
Description:
pyviciv4.diff
Filename:
MIME Type:
Creator:
Dries Michiels
Created:
2020-01-11 18:49:54 UTC
Size:
3.32 KB
patch
obsolete
>Index: security/Makefile >=================================================================== >--- security/Makefile (revision 522687) >+++ security/Makefile (working copy) >@@ -1005,6 +1005,7 @@ > SUBDIR += py-tuf > SUBDIR += py-twofish > SUBDIR += py-txtorcon >+ SUBDIR += py-vici > SUBDIR += py-virustotal-api > SUBDIR += py-volatility > SUBDIR += py-vulndb >Index: security/py-vici/Makefile >=================================================================== >--- security/py-vici/Makefile (nonexistent) >+++ security/py-vici/Makefile (working copy) >@@ -0,0 +1,31 @@ >+# $FreeBSD$ >+ >+PORTNAME= vici >+PORTVERSION= 5.8.0 >+# Version of strongSwan that had the latest changes to the python module >+# This also matches the version scheme of PyPi when we switch to that later >+CATEGORIES= security python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= driesm.michiels@gmail.com >+COMMENT= Native Python interface for strongSwan's VICI protocol >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist concurrent distutils >+ >+USE_GITHUB= ye >+GH_ACCOUNT= strongswan >+GH_PROJECT= strongswan >+ >+PYSETUP= setup.py.in >+WRKSRC_SUBDIR= src/libcharon/plugins/vici/python >+ >+do-test: >+ cd ${WRKSRC} && ${PYTHON_CMD} -m pytest >+ >+.include <bsd.port.mk> > >Property changes on: security/py-vici/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: security/py-vici/distinfo >=================================================================== >--- security/py-vici/distinfo (nonexistent) >+++ security/py-vici/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1578758944 >+SHA256 (strongswan-strongswan-5.8.0_GH0.tar.gz) = 455e9ef6bf39d39caa9c1315e2b906a44ca7dcbc75b5a12048c4e84694d6de5b >+SIZE (strongswan-strongswan-5.8.0_GH0.tar.gz) = 5846374 > >Property changes on: security/py-vici/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: security/py-vici/pkg-descr >=================================================================== >--- security/py-vici/pkg-descr (nonexistent) >+++ security/py-vici/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+The strongSwan VICI protocol allows external applications to >+monitor, configure and control the IKE daemon charon. >+This Python package provides a native client side implementation >+of the VICI protocol, well suited to script automated tasks in a reliable way. > >Property changes on: security/py-vici/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Actions:
View
|
Diff
Attachments on
bug 243270
:
210623
|
210624
|
210625
|
210630
|
210631
|
210740
|
210899
|
210909
|
210910