Index: Makefile =================================================================== --- Makefile (revision 388854) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= strongswan -PORTVERSION= 5.3.0 -PORTREVISION= 1 +PORTVERSION= 5.3.2 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ Index: distinfo =================================================================== --- distinfo (revision 388854) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (strongswan-5.3.0.tar.bz2) = 824da31a1ff89ac2500d56705e6f9ce06fe5260f9caaeb1da35ea13a8691d284 -SIZE (strongswan-5.3.0.tar.bz2) = 4263420 +SHA256 (strongswan-5.3.2.tar.bz2) = a4a9bc8c4e42bdc4366a87a05a02bf9f425169a7ab0c6f4482d347e44acbf225 +SIZE (strongswan-5.3.2.tar.bz2) = 4320601 Index: files/patch-src_starter_starterstroke.c =================================================================== --- files/patch-src_starter_starterstroke.c (revision 0) +++ files/patch-src_starter_starterstroke.c (working copy) @@ -0,0 +1,13 @@ +--- src/starter/starterstroke.c.orig 2015-06-08 23:35:45 UTC ++++ src/starter/starterstroke.c +@@ -32,6 +32,10 @@ + #define IPV4_LEN 4 + #define IPV6_LEN 16 + ++#ifndef UINT16_MAX ++#define UINT16_MAX (65535U) ++#endif ++ + static stroke_msg_t *create_stroke_msg(int type) + { + stroke_msg_t *msg; Property changes on: files/patch-src_starter_starterstroke.c ___________________________________________________________________ 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: files/patch-src_stroke_stroke.c =================================================================== --- files/patch-src_stroke_stroke.c (revision 0) +++ files/patch-src_stroke_stroke.c (working copy) @@ -0,0 +1,13 @@ +--- src/stroke/stroke.c.orig 2015-06-08 23:39:13 UTC ++++ src/stroke/stroke.c +@@ -25,6 +25,10 @@ + #include "stroke_msg.h" + #include "stroke_keywords.h" + ++#ifndef UINT16_MAX ++#define UINT16_MAX (65535U) ++#endif ++ + struct stroke_token { + char *name; + stroke_keyword_t kw; Property changes on: files/patch-src_stroke_stroke.c ___________________________________________________________________ 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