Skip to content

Commit

Permalink
security/strongswan: partially sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Sep 23, 2015
1 parent e5b8fe8 commit 0e97b46
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 25 deletions.
4 changes: 2 additions & 2 deletions security/strongswan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= strongswan
PORTVERSION= 5.3.2
PORTVERSION= 5.3.3
CATEGORIES= security
MASTER_SITES= http://download.strongswan.org/ \
http://download2.strongswan.org/
Expand All @@ -12,7 +12,7 @@ COMMENT= Open Source IKEv2 IPsec-based VPN solution

LICENSE= GPLv2

USES= cpe execinfo libtool:keepla tar:bzip2 pkgconfig
USES= cpe execinfo libtool:keepla pkgconfig tar:bzip2
USE_OPENSSL= yes
USE_RC_SUBR= strongswan
GNU_CONFIGURE= yes
Expand Down
4 changes: 2 additions & 2 deletions security/strongswan/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (strongswan-5.3.2.tar.bz2) = a4a9bc8c4e42bdc4366a87a05a02bf9f425169a7ab0c6f4482d347e44acbf225
SIZE (strongswan-5.3.2.tar.bz2) = 4320601
SHA256 (strongswan-5.3.3.tar.bz2) = 39d2e8f572a57a77dda8dd8bdaf2ee47ad3cefeb86bbb840d594aa75f00f33e2
SIZE (strongswan-5.3.3.tar.bz2) = 4423437
10 changes: 0 additions & 10 deletions security/strongswan/files/patch-src_starter_starterstroke.c

This file was deleted.

10 changes: 0 additions & 10 deletions security/strongswan/files/patch-src_stroke_stroke.c

This file was deleted.

3 changes: 2 additions & 1 deletion security/strongswan/pkg-descr
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Strongswan is an open source IPsec-based VPN solution.
Strongswan for FreeBSD supports IKEv2 but NOT IKEv1.
Strongswan for FreeBSD implements both the IKEv1 and IKEv2 (RFC 5996) key
exchange protocols.

WWW: http://www.strongswan.org
1 change: 1 addition & 0 deletions security/strongswan/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ man/man8/charon-cmd.8.gz
%%TESTVECTOR%%@sample %%ETCDIR%%.d/charon/test-vectors.conf.sample
%%PKI%%bin/pki
%%PKI%%man/man1/pki---acert.1.gz
%%PKI%%man/man1/pki---dn.1.gz
%%PKI%%man/man1/pki---gen.1.gz
%%PKI%%man/man1/pki---issue.1.gz
%%PKI%%man/man1/pki---keyid.1.gz
Expand Down

0 comments on commit 0e97b46

Please sign in to comment.