From owner-cvs-ports@FreeBSD.ORG Mon Aug 25 02:29:27 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81BA116A4BF; Mon, 25 Aug 2003 02:29:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00C4F43FDD; Mon, 25 Aug 2003 02:29:27 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7P9TQ0U042263; Mon, 25 Aug 2003 02:29:26 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7P9TQU9042262; Mon, 25 Aug 2003 02:29:26 -0700 (PDT) Message-Id: <200308250929.h7P9TQU9042262@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 25 Aug 2003 02:29:26 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/isakmpd Makefileports/security/isakmpd/files patch-Makefile.sysdep X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2003 09:29:27 -0000 edwin 2003/08/25 02:29:26 PDT FreeBSD ports repository Modified files: security/isakmpd Makefile security/isakmpd/files patch-Makefile.sysdep Log: isakmpd pcap support is broken The isakmpd port comes with a pcap.h that is not compatible with the FreeBSD pcap.h. As a result, the pcap file written by isakmpd has an incorrect 'linktype' in the header. Thus, if one tries to use the pcap file with a FreeBSD tool like tcpdump, the packets are incorrectly (read: not at all) decoded. PR: ports/55940 Submitted by: James E. Flemer Revision Changes Path 1.18 +1 -0 ports/security/isakmpd/Makefile 1.2 +10 -4 ports/security/isakmpd/files/patch-Makefile.sysdep