From root@builder.jawa.at  Sat Dec 11 16:11:06 2004
Return-Path: <root@builder.jawa.at>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DE1DF16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Dec 2004 16:11:06 +0000 (GMT)
Received: from files.jawa.at (jawa.at [213.229.17.146])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E3E3443D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Dec 2004 16:11:05 +0000 (GMT)
	(envelope-from root@builder.jawa.at)
Received: from localhost (localhost [127.0.0.1])
	by files.jawa.at (Postfix) with ESMTP id 0B99AFDA5;
	Sat, 11 Dec 2004 17:11:04 +0100 (CET)
Received: from files.jawa.at ([127.0.0.1])
 by localhost (files.jawa.at [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 50376-03; Sat, 11 Dec 2004 17:11:00 +0100 (CET)
Received: by files.jawa.at (Postfix, from userid 60)
	id 95A91FDC4; Sat, 11 Dec 2004 17:11:00 +0100 (CET)
Received: from builder.jawa.at (builder.jawa.at [192.168.200.11])
	by files.jawa.at (Postfix) with ESMTP id 244D4FDA5;
	Sat, 11 Dec 2004 17:10:49 +0100 (CET)
Received: from builder.jawa.at (localhost.jawa.at [127.0.0.1])
	by builder.jawa.at (8.12.11/8.12.11) with ESMTP id iBBGAmIM046161;
	Sat, 11 Dec 2004 17:10:48 +0100 (CET)
	(envelope-from root@builder.jawa.at)
Received: (from root@localhost)
	by builder.jawa.at (8.12.11/8.12.11/Submit) id iBBGAlXo046160;
	Sat, 11 Dec 2004 17:10:47 +0100 (CET)
	(envelope-from root)
Message-Id: <200412111610.iBBGAlXo046160@builder.jawa.at>
Date: Sat, 11 Dec 2004 17:10:47 +0100 (CET)
From: Charlie & <root@builder.jawa.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jim@corebsd.or.id
Subject: [PATCH] security/fwlogwatch: [Fix broken ipfw parser on FBSD4]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74954
>Category:       ports
>Synopsis:       [PATCH] security/fwlogwatch: [Fix broken ipfw parser on FBSD4]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 11 16:20:25 GMT 2004
>Closed-Date:    Sun Dec 12 22:01:06 GMT 2004
>Last-Modified:  Sun Dec 12 22:01:06 GMT 2004
>Originator:     Charlie &
>Release:        FreeBSD 4.10-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD builder.jawa.at 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #1: Sat Oct 30 12:19:44 CEST 2004
>Description:
Fix broken ipfw logfile parser on FreeBSD 4

Added file(s):
- files/patch-ipfw.l

Port maintainer (jim@corebsd.or.id) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- fwlogwatch-1.0_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/fwlogwatch/Makefile /usr/ports/security/fwlogwatch.update/Makefile
--- /usr/ports/security/fwlogwatch/Makefile	Tue May 25 03:09:34 2004
+++ /usr/ports/security/fwlogwatch.update/Makefile	Sat Dec 11 17:07:51 2004
@@ -8,6 +8,7 @@
 
 PORTNAME=	fwlogwatch
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://www.kybs.de/boris/sw/
 
diff -ruN --exclude=CVS /usr/ports/security/fwlogwatch/files/patch-ipfw.l /usr/ports/security/fwlogwatch.update/files/patch-ipfw.l
--- /usr/ports/security/fwlogwatch/files/patch-ipfw.l	Thu Jan  1 01:00:00 1970
+++ /usr/ports/security/fwlogwatch.update/files/patch-ipfw.l	Sat Dec 11 16:59:52 2004
@@ -0,0 +1,11 @@
+--- ipfw.l.orig	Sun Mar 21 10:42:55 2004
++++ ipfw.l	Sat Dec 11 16:57:23 2004
+@@ -33,7 +33,7 @@
+ %%
+ 
+ {MONTH}[ ]{1,2}{DIGIT}{1,2}[ ]{DIGIT}{2}:{DIGIT}{2}:{DIGIT}{2}[ ]{LOGHOST}	ipfw_parse_start(ipfwtext);
+-" kernel: ipfw: "{NUMBER}	{ xstrncpy(opt.line->chainlabel, ipfwtext+15, SHORTLEN); opt.parser=opt.parser|IPFW_CHAIN; };
++" /"?"kernel: ipfw: "{NUMBER}	{ xstrncpy(opt.line->chainlabel, ipfwtext+15, SHORTLEN); opt.parser=opt.parser|IPFW_CHAIN; };
+ "Deny"				{ xstrncpy(opt.line->branchname, ipfwtext, SHORTLEN); opt.parser=opt.parser|IPFW_BRANCH; };
+ {PROTO}				ipfw_parse_proto(ipfwtext, IPFW_OPT_NONE);
+ "ICMP:"{NUMBER}"."{NUMBER}	ipfw_parse_proto(ipfwtext+5, IPFW_OPT_ICMP);
--- fwlogwatch-1.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Michael Ranner <mranner@inode.at>
To: freebsd-gnats-submit@freebsd.org, root@builder.jawa.at
Cc:  
Subject: Re: ports/74954: [PATCH] security/fwlogwatch: [Fix broken ipfw parser on FBSD4]
Date: Sun, 12 Dec 2004 15:21:54 +0100

 Please close, submitted with wrong mail sender address. Use ports/74984 
 instead.
 
 /\/\ichael Ranner
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Dec 12 22:00:40 GMT 2004 
State-Changed-Why:  
Superceeded by ports/74984. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74954 
>Unformatted:
