On Sun, 14 Sep 2008, James Yonan wrote:

> This release fixes a serious (though not security-related) bug in the 
> SSL/TLS negotiation over UDP that can cause SSL/TLS handshake failures. 
>   The bug was introduced in 2.1_rc9.
> 
> All users of OpenVPN 2.1_rc9 and rc10 are urged to upgrade.
> 
> Change log:
> 
> 2008.09.14 -- Version 2.1_rc11
> 
> * Fixed a bug that can cause SSL/TLS negotiations in UDP mode
>    to fail if UDP packets are dropped.
> 
> James

Hi James,

we missed patching the Makefile.am part in _rc9 when updating the tests;
the new t_cltsrv-down.sh script doesn't become part of the tarball. The
Makefile.am patch below fixes it. Please apply.

Thanks & best regards

-- 
Matthias Andree
Index: Makefile.am
===================================================================
--- Makefile.am (Revision 3331)
+++ Makefile.am (Arbeitskopie)
@@ -64,7 +64,8 @@
 dist_noinst_SCRIPTS = \
        $(TESTS) \
        doclean \
-       domake-win
+       domake-win \
+       t_cltsrv-down.sh

 dist_noinst_DATA = \
        openvpn.spec \

Reply via email to