X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Fchangelog;h=54eda5c7a503163058062f1de86f7ad1e7c7e7fc;hb=8c57614849a9a071f5ff8e3010d56e42abdc4bd1;hp=ded7d3dec3efe9cb93ef10dd4bd99b3e84a0d5ef;hpb=cad616874fcc3bd565c2105eabff45c7bfc574c1;p=secnet.git diff --git a/debian/changelog b/debian/changelog index ded7d3d..54eda5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +secnet (0.3.4) unstable; urgency=low + + SECURITY FIX: + * The previous security fix to buffer handling was entirely wrong. This + one is better. Thanks to Simon Tatham for the report and the patch. + + -- Ian Jackson Mon, 22 Sep 2014 16:16:11 +0100 + +secnet (0.3.3) unstable; urgency=high + + SECURITY FIXES: + * Pass correct size argument to recvfrom. This is a serious security + problem which may be exploitable from outside the VPN. + * Fix a memory leak in some error logging. + + Other related fixes: + * Two other latent bugs in buffer length handling found and fixed. + * Non-critical stylistic improvements to buffer length handling, to make + the code clearer and to assist audit. + + -- Ian Jackson Fri, 19 Sep 2014 23:50:45 +0100 + secnet (0.3.3~beta1) unstable; urgency=low Installation compatibility fix: