From: Andreas Steffen Date: Fri, 1 Feb 2008 00:15:27 +0000 (-0000) Subject: two bug fixes X-Git-Tag: 4.1.11~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a561f74d458083e0c03eef06c1a818ee1efb320c;p=thirdparty%2Fstrongswan.git two bug fixes --- diff --git a/NEWS b/NEWS index f3d1070bfa..1c2e00aa95 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,12 @@ strongswan-4.2.0 ---------------- -- +- IKE rekeying in NAT situations did not inherit the NAT conditions + to the rekeyed IKE_SA so that the UDP encapsulation was lost with + the next CHILD_SA rekeying. + +- Wrong type definition of the next_payload variable in id_payload.c + caused an INVALID_SYNTAX error on PowerPC platforms. strongswan-4.1.10