I'm running 2.0.2 on 3.6-stable (by changing VERSION from 2.0.1 to 2.0.2 in Makefile and running 'make makesum' ) since Friday, with 3 continuous clients on medium load (roadwarriors currently on a remote site) and everything looks ok so far.
# netstat -m 82 mbufs in use: 64 mbufs allocated to data 14 mbufs allocated to packet headers 4 mbufs allocated to socket names and addresses 64/186/6144 mbuf clusters in use (current/peak/max) 428 Kbytes allocated to network (34% in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines No obvious leaks in top, either. Regards, Mitja > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Robert Nagy > Sent: Sunday, August 28, 2005 5:03 AM > To: Peter Valchev > Cc: ports@openbsd.org; Nikolay Sturm > Subject: Fwd: openvpn issue. > > > > 2005.08.25 -- Version 2.0.2 > > > * Fixed bug in route.c in FreeBSD, Darwin, OpenBSD and NetBSD > > > version of get_default_gateway. Allocated socket for route > > > manipulation is never freed so number of mbufs continuously > > > grow and exhaust system resources after a while > (Jaroslav Klaus). > > > > Hi. We need test reports with this patch ASAP. So if anyone uses > openvpn please test it. Thanks > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/net/openvpn/Makefile,v > retrieving revision 1.7 > diff -u -r1.7 Makefile > --- Makefile 23 Aug 2005 00:32:39 -0000 1.7 > +++ Makefile 28 Aug 2005 03:02:17 -0000 > @@ -3,7 +3,7 @@ > > COMMENT= "easy-to-use, robust, and highly configurable VPN" > > -VERSION= 2.0.1 > +VERSION= 2.0.2 > DISTNAME= openvpn-${VERSION} > CATEGORIES= net security > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/net/openvpn/distinfo,v > retrieving revision 1.5 > diff -u -r1.5 distinfo > --- distinfo 23 Aug 2005 00:32:39 -0000 1.5 > +++ distinfo 28 Aug 2005 03:02:17 -0000 > @@ -1,4 +1,4 @@ > -MD5 (openvpn-2.0.1.tar.gz) = fad7a08c0d68371c2c0e6428bcb98fa5 > -RMD160 (openvpn-2.0.1.tar.gz) = > ced7028e996f119ce1b0e21305aaa744d2181fd9 > -SHA1 (openvpn-2.0.1.tar.gz) = > d0ce0f41c8832e96511761ba4db1d209267c2caa > -SIZE (openvpn-2.0.1.tar.gz) = 662428 > +MD5 (openvpn-2.0.2.tar.gz) = 862f8788f080f669b1ae00a74ef68001 > +RMD160 (openvpn-2.0.2.tar.gz) = > 0a7a5d73ffda93862d71dd4d61d4e29a0a5d99e3 > +SHA1 (openvpn-2.0.2.tar.gz) = > b1a86e189007dccb969da7e39b18c32819faa9cf > +SIZE (openvpn-2.0.2.tar.gz) = 663246 >