From owner-cvs-ports@FreeBSD.ORG Wed Nov 1 21:06:46 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 DE44516A407; Wed, 1 Nov 2006 21:06:46 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AE3D43D81; Wed, 1 Nov 2006 21:06:46 +0000 (GMT) (envelope-from marcus@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 kA1L6kQg047341; Wed, 1 Nov 2006 21:06:46 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1L6kDS047340; Wed, 1 Nov 2006 21:06:46 GMT (envelope-from marcus) Message-Id: <200611012106.kA1L6kDS047340@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 1 Nov 2006 21:06:46 +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/wireshark Makefile distinfo pkg-plist ports/net/wireshark/files patch-epan_dissectors_packet-snmp.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: Wed, 01 Nov 2006 21:06:47 -0000 marcus 2006-11-01 21:06:46 UTC FreeBSD ports repository Modified files: net/wireshark Makefile distinfo pkg-plist Added files: net/wireshark/files patch-epan_dissectors_packet-snmp.c Log: Update to 0.99.4. This release fixes a few security bugs as well as other functional problems, adds some new features and protocol support, and updates many other protocols. Also: * Force snmp.name searches to be spring searches instead of OIDs. This reverts to ethereal behavior, and works a lot better * Convert to OPTIONS * Add optional RTP stream playback support * Use OPENSSLBASE instead of /usr to pick up ports OpenSSL [1] For a summary of all features and fixes see http://www.wireshark.org/docs/relnotes/wireshark-0.99.4.html . Security: See http://www.wireshark.org/docs/relnotes/wireshark-0.99.4.html for security bugs fixed in this release Requested by: David Wood [1] Revision Changes Path 1.113 +43 -6 ports/net/wireshark/Makefile 1.56 +3 -3 ports/net/wireshark/distinfo 1.1 +11 -0 ports/net/wireshark/files/patch-epan_dissectors_packet-snmp.c (new) 1.35 +2 -2 ports/net/wireshark/pkg-plist