1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Upgrade of net/ngrep to version 1.42

Changes for v1.42
        o rewrote the entire configure.in/config.h.in to autoconf 2.57
          to be more consistent with normal autoconf'd programs.
          corrects bugs around packaging impediments and typos.

        o improved privilege dropping code and added more options to
          configure to govern its behaviour

        o added flag to turn off privilege revocation logic

        o added multiline match as default and ability to enforce
          previous default single-line match (bugfix + feature)

        o added ability to read bpf filter expression from file

        o added ability to force the column width to a certain size

        o added two new output modes: ``byline'', whose output
          respects embedded carriage returns (useful for http dumps),
          and ``none'', which prints out each dump as a single line no
          matter what.

        o added ability to specify alternate nonprintable character
          (default is ``.'').

        o made ``-q'' effects more consistent and usable for scenarios
          where ``-I'' and/or ``-O'' are being employed

        o documentation updated
This commit is contained in:
Edwin Groothuis 2004-03-29 04:01:13 +00:00
parent eeb252d8b3
commit 601690307a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105575
2 changed files with 5 additions and 6 deletions

View File

@ -7,8 +7,7 @@
#
PORTNAME= ngrep
PORTVERSION= 1.40.1
PORTREVISION= 3
PORTVERSION= 1.42
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -16,10 +15,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= edwin@mavetju.org
COMMENT= Network grep
WRKSRC= ${WRKDIR}/ngrep
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pcre --without-restart
CONFIGURE_ARGS= --with-pcre --disable-pcap-restart
ALL_TARGET= ngrep
USE_BZIP2= yes
MAN8= ngrep.8
PLIST_FILES= bin/ngrep

View File

@ -1,2 +1,2 @@
MD5 (ngrep-1.40.1.tar.gz) = 6bda40605febf490623a625202f2a605
SIZE (ngrep-1.40.1.tar.gz) = 664663
MD5 (ngrep-1.42.tar.bz2) = 35e821cfd888e9523a90fb7e5074a072
SIZE (ngrep-1.42.tar.bz2) = 527699