From owner-cvs-all@FreeBSD.ORG Fri Feb 25 19:42:32 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C1E3106566B; Fri, 25 Feb 2011 19:42:32 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8CA028FC14; Fri, 25 Feb 2011 19:42:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1PJgWEE038719; Fri, 25 Feb 2011 19:42:32 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1PJgWju038718; Fri, 25 Feb 2011 19:42:32 GMT (envelope-from ehaupt) Message-Id: <201102251942.p1PJgWju038718@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 25 Feb 2011 19:42:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vpnc Makefile distinfo ports/security/vpnc/files patch-vpnc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2011 19:42:32 -0000 ehaupt 2011-02-25 19:42:32 UTC FreeBSD ports repository Modified files: security/vpnc Makefile distinfo Added files: security/vpnc/files patch-vpnc.c Log: Include a patchset that solves a problem with phase2 re-keying. That is, when phase2 lifetime (either in seconds or bytes) expires, then vpnc either silently stops passing traffic or that plus consuming CPU time by running a tight loop. This issue have experienced this issue on various platforms. Example of a bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496718 Bump PORTREVISION and while we're here remove MD5 sums. Submitted by: avg Obtained from: http://www.gossamer-threads.com/lists/vpnc/devel/3442, with slight adjustments to apply to our patchlevel by avg Revision Changes Path 1.46 +1 -1 ports/security/vpnc/Makefile 1.16 +0 -1 ports/security/vpnc/distinfo 1.7 +72 -0 ports/security/vpnc/files/patch-vpnc.c (new)