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

Collapse All | Expand All

(-)security/Makefile (+1 lines)
Lines 1005-1010 Link Here
1005
    SUBDIR += py-tuf
1005
    SUBDIR += py-tuf
1006
    SUBDIR += py-twofish
1006
    SUBDIR += py-twofish
1007
    SUBDIR += py-txtorcon
1007
    SUBDIR += py-txtorcon
1008
    SUBDIR += py-vici
1008
    SUBDIR += py-virustotal-api
1009
    SUBDIR += py-virustotal-api
1009
    SUBDIR += py-volatility
1010
    SUBDIR += py-volatility
1010
    SUBDIR += py-vulndb
1011
    SUBDIR += py-vulndb
(-)security/py-vici/Makefile (+18 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	vici
4
PORTVERSION=	5.8.0
5
CATEGORIES=	security python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	driesm.michiels@gmail.com
10
COMMENT=	Native Python interface for strongSwan's VICI protocol
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
USES=		python:-3.4
16
USE_PYTHON=	autoplist concurrent distutils
17
18
.include <bsd.port.mk>
(-)security/py-vici/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1578755007
2
SHA256 (vici-5.8.0.tar.gz) = de0b9029e5c4ab16f293567dd56b59de2ad1984dd18a3980c787573aeb44b88a
3
SIZE (vici-5.8.0.tar.gz) = 7867
(-)security/py-vici/pkg-descr (+4 lines)
Line 0 Link Here
1
The strongSwan VICI protocol allows external applications to
2
monitor, configure and control the IKE daemon charon.
3
This Python package provides a native client side implementation
4
of the VICI protocol, well suited to script automated tasks in a reliable way.
(-)security/strongswan/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	strongswan
4
PORTNAME=	strongswan
5
PORTVERSION=	5.8.2
5
PORTVERSION=	5.8.2
6
PORTREVISION=	1
6
CATEGORIES=	security net-vpn
7
CATEGORIES=	security net-vpn
7
MASTER_SITES=	http://download.strongswan.org/ \
8
MASTER_SITES=	http://download.strongswan.org/ \
8
		http://download2.strongswan.org/
9
		http://download2.strongswan.org/
(-)security/strongswan/files/strongswan.in (+1 lines)
Lines 21-26 Link Here
21
21
22
name=strongswan
22
name=strongswan
23
desc="Strongswan IPsec startup script"
23
desc="Strongswan IPsec startup script"
24
required_modules="ipsec"
24
rcvar=strongswan_enable
25
rcvar=strongswan_enable
25
26
26
load_rc_config $name
27
load_rc_config $name

Return to bug 243270