View | Details | Raw Unified | Return to bug 218430
Collapse All | Expand All

(-)Makefile (-9 / +10 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	strongswan
4
PORTNAME=	strongswan
5
PORTVERSION=	5.5.1
5
PORTVERSION=	5.5.2
6
PORTREVISION=	1
7
CATEGORIES=	security
6
CATEGORIES=	security
8
MASTER_SITES=	http://download.strongswan.org/ \
7
MASTER_SITES=	http://download.strongswan.org/ \
9
		http://download2.strongswan.org/
8
		http://download2.strongswan.org/
Lines 41-50 Link Here
41
40
42
OPTIONS_DEFINE=	CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE GCM IKEv1 \
41
OPTIONS_DEFINE=	CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE GCM IKEv1 \
43
		IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MYSQL PKI SCEP SMP \
42
		IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MYSQL PKI SCEP SMP \
44
		SQLITE SWANCTL TESTVECTOR UNBOUND UNITY VICI XAUTH
43
		SQLITE SWANCTL TESTVECTOR TPM UNBOUND UNITY VICI XAUTH
45
OPTIONS_DEFAULT=	IKEv1 BUILTIN PKI SWANCTL VICI
44
OPTIONS_DEFAULT=	IKEv1 BUILTIN PKI SWANCTL VICI
46
OPTIONS_SINGLE=	PRINTF_HOOKS
45
OPTIONS_SINGLE=	PRINTF_HOOKS
47
OPTIONS_SINGLE_PRINTF_HOOKS=	BUILTIN VSTR LIBC
46
OPTIONS_SINGLE_PRINTF_HOOKS=	BUILTIN LIBC VSTR
48
OPTIONS_SUB=	yes
47
OPTIONS_SUB=	yes
49
48
50
# Description of options
49
# Description of options
Lines 58-68 Link Here
58
IPSECKEY_DESC=	Enable authentication with IPSECKEY resource records with DNSSEC
57
IPSECKEY_DESC=	Enable authentication with IPSECKEY resource records with DNSSEC
59
KERNELLIBIPSEC_DESC=	Enable IPSec userland backend
58
KERNELLIBIPSEC_DESC=	Enable IPSec userland backend
60
LOADTESTER_DESC=	Enable load testing plugin
59
LOADTESTER_DESC=	Enable load testing plugin
61
TESTVECTOR_DESC=	Enable crypto test vectors
62
PKI_DESC=	Enable PKI tools
60
PKI_DESC=	Enable PKI tools
63
SCEP_DESC=	Enable Simple Certificate Enrollment Protocol
61
SCEP_DESC=	Enable Simple Certificate Enrollment Protocol
64
SMP_DESC=	Enable XML-based management protocol (DEPRECATED)
62
SMP_DESC=	Enable XML-based management protocol (DEPRECATED)
65
SWANCTL_DESC=	Install swanctl (requires VICI)
63
SWANCTL_DESC=	Install swanctl (requires VICI)
64
TESTVECTOR_DESC=	Enable crypto test vectors
65
TPM_DESC=	Enable TPM plugin
66
UNBOUND_DESC=	Enable DNSSEC-enabled resolver
66
UNBOUND_DESC=	Enable DNSSEC-enabled resolver
67
UNITY_DESC=	Enable Cisco Unity extension plugin
67
UNITY_DESC=	Enable Cisco Unity extension plugin
68
VICI_DESC=	Enable VICI management protocol
68
VICI_DESC=	Enable VICI management protocol
Lines 88-102 Link Here
88
LDAP_USE=		OPENLDAP=yes
88
LDAP_USE=		OPENLDAP=yes
89
MYSQL_CONFIGURE_ON=	--enable-mysql
89
MYSQL_CONFIGURE_ON=	--enable-mysql
90
MYSQL_USES=		mysql
90
MYSQL_USES=		mysql
91
PKI_CONFIGURE_OFF=	--disable-pki
92
SCEP_CONFIGURE_OFF=	--disable-scepclient
91
SMP_LIB_DEPENDS=	libxml2.so:textproc/libxml2
93
SMP_LIB_DEPENDS=	libxml2.so:textproc/libxml2
92
SMP_CONFIGURE_ON=	--enable-smp
94
SMP_CONFIGURE_ON=	--enable-smp
95
SQLITE_CONFIGURE_ON=	--enable-sqlite
96
SQLITE_LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
93
SWANCTL_CONFIGURE_ON=	--enable-swanctl
97
SWANCTL_CONFIGURE_ON=	--enable-swanctl
94
SWANCTL_IMPLIES=	VICI
98
SWANCTL_IMPLIES=	VICI
95
SQLITE_CONFIGURE_ON=	--enable-sqlite
96
SQLITE_LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
97
TESTVECTOR_CONFIGURE_ON=--enable-test-vectors
99
TESTVECTOR_CONFIGURE_ON=--enable-test-vectors
98
PKI_CONFIGURE_OFF=	--disable-pki
100
TPM_CONFIGURE_ON=	--enable-tpm
99
SCEP_CONFIGURE_OFF=	--disable-scepclient
100
UNBOUND_CONFIGURE_ON=	--enable-unbound
101
UNBOUND_CONFIGURE_ON=	--enable-unbound
101
UNBOUND_LIB_DEPENDS=	libunbound.so:dns/unbound \
102
UNBOUND_LIB_DEPENDS=	libunbound.so:dns/unbound \
102
			libldns.so:dns/ldns
103
			libldns.so:dns/ldns
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1479401810
1
TIMESTAMP = 1490717039
2
SHA256 (strongswan-5.5.1.tar.bz2) = 720b301991f77bdedd8d551a956f52e2d11686a0ec18e832094f86cf2b842ab7
2
SHA256 (strongswan-5.5.2.tar.bz2) = da976fca836f05fc7b7a38baab299745f960cb7640319969d239d8aa4ace9f6a
3
SIZE (strongswan-5.5.1.tar.bz2) = 4636854
3
SIZE (strongswan-5.5.2.tar.bz2) = 4759802
(-)pkg-plist (+15 lines)
Lines 2-7 Link Here
2
lib/ipsec/libcharon.la
2
lib/ipsec/libcharon.la
3
lib/ipsec/libcharon.so
3
lib/ipsec/libcharon.so
4
lib/ipsec/libcharon.so.0
4
lib/ipsec/libcharon.so.0
5
lib/ipsec/libtpmtss.a
6
lib/ipsec/libtpmtss.la
7
lib/ipsec/libtpmtss.so
8
lib/ipsec/libtpmtss.so.0
9
lib/ipsec/libtpmtss.so.0.0.0
5
lib/ipsec/libstrongswan.a
10
lib/ipsec/libstrongswan.a
6
lib/ipsec/libstrongswan.la
11
lib/ipsec/libstrongswan.la
7
lib/ipsec/libstrongswan.so
12
lib/ipsec/libstrongswan.so
Lines 28-33 Link Here
28
lib/ipsec/plugins/libstrongswan-constraints.a
33
lib/ipsec/plugins/libstrongswan-constraints.a
29
lib/ipsec/plugins/libstrongswan-constraints.la
34
lib/ipsec/plugins/libstrongswan-constraints.la
30
lib/ipsec/plugins/libstrongswan-constraints.so
35
lib/ipsec/plugins/libstrongswan-constraints.so
36
lib/ipsec/plugins/libstrongswan-curve25519.a
37
lib/ipsec/plugins/libstrongswan-curve25519.la
38
lib/ipsec/plugins/libstrongswan-curve25519.so
31
lib/ipsec/plugins/libstrongswan-des.a
39
lib/ipsec/plugins/libstrongswan-des.a
32
lib/ipsec/plugins/libstrongswan-des.la
40
lib/ipsec/plugins/libstrongswan-des.la
33
lib/ipsec/plugins/libstrongswan-des.so
41
lib/ipsec/plugins/libstrongswan-des.so
Lines 150-155 Link Here
150
%%DATADIR%%/templates/config/plugins/blowfish.conf
158
%%DATADIR%%/templates/config/plugins/blowfish.conf
151
%%DATADIR%%/templates/config/plugins/cmac.conf
159
%%DATADIR%%/templates/config/plugins/cmac.conf
152
%%DATADIR%%/templates/config/plugins/constraints.conf
160
%%DATADIR%%/templates/config/plugins/constraints.conf
161
%%DATADIR%%/templates/config/plugins/curve25519.conf
153
%%DATADIR%%/templates/config/plugins/des.conf
162
%%DATADIR%%/templates/config/plugins/des.conf
154
%%DATADIR%%/templates/config/plugins/dnskey.conf
163
%%DATADIR%%/templates/config/plugins/dnskey.conf
155
%%DATADIR%%/templates/config/plugins/eap-identity.conf
164
%%DATADIR%%/templates/config/plugins/eap-identity.conf
Lines 340-345 Link Here
340
%%SWANCTL%%man/man8/swanctl.8.gz
349
%%SWANCTL%%man/man8/swanctl.8.gz
341
%%SWANCTL%%@sample %%ETCDIR%%.d/swanctl.conf.sample
350
%%SWANCTL%%@sample %%ETCDIR%%.d/swanctl.conf.sample
342
%%SWANCTL%%@sample etc/swanctl/swanctl.conf.sample
351
%%SWANCTL%%@sample etc/swanctl/swanctl.conf.sample
352
%%TPM%%@sample %%ETCDIR%%.d/charon/tpm.conf.sample
353
%%TPM%%lib/ipsec/plugins/libstrongswan-tpm.a
354
%%TPM%%lib/ipsec/plugins/libstrongswan-tpm.la
355
%%TPM%%lib/ipsec/plugins/libstrongswan-tpm.so
356
%%TPM%%%%DATADIR%%/templates/config/plugins/tpm.conf
343
%%UNBOUND%%lib/ipsec/plugins/libstrongswan-unbound.a
357
%%UNBOUND%%lib/ipsec/plugins/libstrongswan-unbound.a
344
%%UNBOUND%%lib/ipsec/plugins/libstrongswan-unbound.la
358
%%UNBOUND%%lib/ipsec/plugins/libstrongswan-unbound.la
345
%%UNBOUND%%lib/ipsec/plugins/libstrongswan-unbound.so
359
%%UNBOUND%%lib/ipsec/plugins/libstrongswan-unbound.so
Lines 379-384 Link Here
379
@sample %%ETCDIR%%.d/charon/blowfish.conf.sample
393
@sample %%ETCDIR%%.d/charon/blowfish.conf.sample
380
@sample %%ETCDIR%%.d/charon/cmac.conf.sample
394
@sample %%ETCDIR%%.d/charon/cmac.conf.sample
381
@sample %%ETCDIR%%.d/charon/constraints.conf.sample
395
@sample %%ETCDIR%%.d/charon/constraints.conf.sample
396
@sample %%ETCDIR%%.d/charon/curve25519.conf.sample
382
@sample %%ETCDIR%%.d/charon/des.conf.sample
397
@sample %%ETCDIR%%.d/charon/des.conf.sample
383
@sample %%ETCDIR%%.d/charon/dnskey.conf.sample
398
@sample %%ETCDIR%%.d/charon/dnskey.conf.sample
384
@sample %%ETCDIR%%.d/charon/eap-identity.conf.sample
399
@sample %%ETCDIR%%.d/charon/eap-identity.conf.sample

Return to bug 218430