summaryrefslogtreecommitdiff
path: root/net/ngrep
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-08-09 09:23:43 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-08-09 09:23:43 +0000
commit5240ab0753cd52085330056b6b944330ec869863 (patch)
tree680553e0fdb2a5184f321863a8d48e1f85a41a44 /net/ngrep
parentCheck for libXaw3d instead of libXaw in order to decide whether (diff)
Update to version 1.38.
Reported by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes: svn path=/head/; revision=31440
Diffstat (limited to 'net/ngrep')
-rw-r--r--net/ngrep/Makefile4
-rw-r--r--net/ngrep/distinfo2
-rw-r--r--net/ngrep/files/patch-ngrep.c20
3 files changed, 7 insertions, 19 deletions
diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile
index 276101f485d3..facc419788cc 100644
--- a/net/ngrep/Makefile
+++ b/net/ngrep/Makefile
@@ -7,9 +7,9 @@
#
PORTNAME= ngrep
-PORTVERSION= 1.35
+PORTVERSION= 1.38
CATEGORIES= net security
-MASTER_SITES= http://www.packetfactory.net/ngrep/
+MASTER_SITES= http://www.packetfactory.net/Projects/ngrep/
MAINTAINER= obrien@FreeBSD.org
diff --git a/net/ngrep/distinfo b/net/ngrep/distinfo
index f3541c1e25de..79f326c89e9d 100644
--- a/net/ngrep/distinfo
+++ b/net/ngrep/distinfo
@@ -1 +1 @@
-MD5 (ngrep-1.35.tar.gz) = 61a6312f475a3b7f2ea32b095bc7696c
+MD5 (ngrep-1.38.tar.gz) = adff63845df54eb40ef48f16664e4344
diff --git a/net/ngrep/files/patch-ngrep.c b/net/ngrep/files/patch-ngrep.c
index 1310923e3c8f..2840f69190df 100644
--- a/net/ngrep/files/patch-ngrep.c
+++ b/net/ngrep/files/patch-ngrep.c
@@ -1,19 +1,7 @@
---- ngrep.c.orig Fri Oct 22 05:21:26 1999
-+++ ngrep.c Mon Jan 31 12:58:36 2000
-@@ -59,6 +59,7 @@
- int link_offset;
- pcap_t *pd;
-
+--- ngrep.c.orig Mon Jun 26 12:52:50 2000
++++ ngrep.c Wed Aug 9 02:16:59 2000
+@@ -50,0 +51 @@
+extern FILE *yyin;
-
- int main(int argc, char **argv) {
- char c;
-@@ -141,7 +142,7 @@
- free(filter);
- filter = get_filter(&argv[optind-1]);
-
+@@ -199 +200 @@
- PCAP_RESTART();
+ PCAP_RESTART(yyin);
- if (pcap_compile(pd,&pcapfilter,filter,0,mask.s_addr)) {
- pcap_perror(pd,"pcap compile");
- exit(-1);