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

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	strongswan
4
PORTNAME=	strongswan
5
PORTVERSION=	5.3.2
5
PORTVERSION=	5.3.3
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	http://download.strongswan.org/ \
7
MASTER_SITES=	http://download.strongswan.org/ \
8
		http://download2.strongswan.org/
8
		http://download2.strongswan.org/
Lines 12-18 Link Here
12
12
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
USES=		cpe execinfo libtool:keepla tar:bzip2 pkgconfig
15
USES=		cpe execinfo libtool:keepla pkgconfig tar:bzip2
16
USE_OPENSSL=	yes
16
USE_OPENSSL=	yes
17
USE_RC_SUBR=	strongswan
17
USE_RC_SUBR=	strongswan
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (strongswan-5.3.2.tar.bz2) = a4a9bc8c4e42bdc4366a87a05a02bf9f425169a7ab0c6f4482d347e44acbf225
1
SHA256 (strongswan-5.3.3.tar.bz2) = 39d2e8f572a57a77dda8dd8bdaf2ee47ad3cefeb86bbb840d594aa75f00f33e2
2
SIZE (strongswan-5.3.2.tar.bz2) = 4320601
2
SIZE (strongswan-5.3.3.tar.bz2) = 4423437
(-)files/patch-src_starter_starterstroke.c (-10 lines)
Lines 1-10 Link Here
1
--- src/starter/starterstroke.c.orig	2015-06-09 09:46:26 UTC
2
+++ src/starter/starterstroke.c
3
@@ -16,6 +16,7 @@
4
 
5
 #include <unistd.h>
6
 #include <stdlib.h>
7
+#include <stdint.h>
8
 #include <string.h>
9
 
10
 #include <credentials/auth_cfg.h>
(-)files/patch-src_stroke_stroke.c (-10 lines)
Lines 1-10 Link Here
1
--- src/stroke/stroke.c.orig	2015-06-09 09:46:03 UTC
2
+++ src/stroke/stroke.c
3
@@ -17,6 +17,7 @@
4
 #include <stdlib.h>
5
 #include <unistd.h>
6
 #include <stdio.h>
7
+#include <stdint.h>
8
 #include <string.h>
9
 #include <getopt.h>
10
 
(-)pkg-plist (+1 lines)
Lines 315-320 Link Here
315
%%TESTVECTOR%%@sample %%ETCDIR%%.d/charon/test-vectors.conf.sample
315
%%TESTVECTOR%%@sample %%ETCDIR%%.d/charon/test-vectors.conf.sample
316
%%PKI%%bin/pki
316
%%PKI%%bin/pki
317
%%PKI%%man/man1/pki---acert.1.gz
317
%%PKI%%man/man1/pki---acert.1.gz
318
%%PKI%%man/man1/pki---dn.1.gz
318
%%PKI%%man/man1/pki---gen.1.gz
319
%%PKI%%man/man1/pki---gen.1.gz
319
%%PKI%%man/man1/pki---issue.1.gz
320
%%PKI%%man/man1/pki---issue.1.gz
320
%%PKI%%man/man1/pki---keyid.1.gz
321
%%PKI%%man/man1/pki---keyid.1.gz

Return to bug 203178