From owner-cvs-ports@FreeBSD.ORG Thu Feb 24 06:28:20 2005 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 C449016A4CE; Thu, 24 Feb 2005 06:28:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4CEE43D31; Thu, 24 Feb 2005 06:28:20 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1O6SKQ3029346; Thu, 24 Feb 2005 06:28:20 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1O6SKVr029345; Thu, 24 Feb 2005 06:28:20 GMT (envelope-from edwin) Message-Id: <200502240628.j1O6SKVr029345@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 24 Feb 2005 06:28:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ngrep Makefile distinfo ports/net/ngrep/files patch-Makefile.in patch-ngrep.c 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: Thu, 24 Feb 2005 06:28:20 -0000 edwin 2005-02-24 06:28:20 UTC FreeBSD ports repository Modified files: net/ngrep Makefile distinfo Added files: net/ngrep/files patch-Makefile.in Removed files: net/ngrep/files patch-ngrep.c Log: Upgrade to version 1.43 v1.43 o healed the win32 code fork: ngrep now builds from the same source tree for all platforms including Windows o re-wrote the privilege revocation logic after problems were reported with the SPC version, and removed non-root drop_privs capability altogether o fix off-by-one bug which caused ngrep to exit 1 packet early when ``-A'' as invoked o Fixed problematic configtest for old broken-redhat-glibc UDP header o ngrep now sets a pcap filter "ip" by default, if one is not specified o header offset fix to 802.11 processing o support IGMP and Raw (unknown IP protocol) type packets o support for latest versions of libpcap (0.8.3) and winpcap (3.1 beta 4) o updated configure to autoconf 2.59, and config.guess and config.sub to latest versions o updated PCRE from 3.4 to 5.0 o and various minor changes and updates to improve ngrep Revision Changes Path 1.18 +10 -5 ports/net/ngrep/Makefile 1.7 +2 -2 ports/net/ngrep/distinfo 1.3 +11 -0 ports/net/ngrep/files/patch-Makefile.in (new) 1.8 +0 -12 ports/net/ngrep/files/patch-ngrep.c (dead)