From owner-cvs-ports@FreeBSD.ORG Thu Dec 7 10:43:59 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 746B716A8D8; Thu, 7 Dec 2006 10:43:59 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE98643CA5; Thu, 7 Dec 2006 10:43:07 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB7AhwG3029848; Thu, 7 Dec 2006 10:43:58 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB7Ahwis029847; Thu, 7 Dec 2006 10:43:58 GMT (envelope-from edwin) Message-Id: <200612071043.kB7Ahwis029847@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 7 Dec 2006 10:43:58 +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/net/ngrep Makefile distinfo ports/net/ngrep/files patch-ngrep.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 07 Dec 2006 10:43:59 -0000 edwin 2006-12-07 10:43:58 UTC FreeBSD ports repository Modified files: net/ngrep Makefile distinfo Removed files: net/ngrep/files patch-ngrep.c Log: Update to 1.45 v1.45 o fixed bug where setting the snaplen smaller than the minimum necessary to read the full headres would cause garbage to be fed into the pattern matcher o fixed unreported bug in IPv6/TCP packet length calculation o relocated the privilege-dropping routine to be invoked right before entering the packet processing loop, to prevent interference with necessary permissions to read or write dumpfiles/etc. o fixed integer overflow with the snaplen that resulted from an implicit signed/unsigned conversion o minor change to compensate for some broken compiler optimizers o fixed double-free race condition during ngrep termination o reworked packet length calculation in the main processing loop, improving performance and readability o simplified regex build logic in configure and Makefile o updated Win32 version to use config.h for preprocessor definitions instead of the Visual Studio project files, making manual tweaking and config of ngrep for Win32 consistent with *NIX and more obvious o changed third-party Makefiles to properly clean up after themselves o added support for radiotap (IEEE802_11_RADIO) o changed ``-s 0'' invocation to mimic the equivalent of tcpdump Revision Changes Path 1.23 +2 -3 ports/net/ngrep/Makefile 1.10 +3 -3 ports/net/ngrep/distinfo 1.10 +0 -10 ports/net/ngrep/files/patch-ngrep.c (dead)