Date: Sun, 21 Aug 2005 18:21:42 +0200 (CEST) From: Michael Ranner <mranner@inode.at> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85189: [MAINTAINER] security/fwlogwatch: [patch file updated] Message-ID: <200508211621.j7LGLg5G002293@dwarf.jawa.at> Resent-Message-ID: <200508211630.j7LGUIsx082281@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85189 >Category: ports >Synopsis: [MAINTAINER] security/fwlogwatch: [patch file updated] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 21 16:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Michael Ranner >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD dwarf.jawa.at 5.4-RELEASE FreeBSD 5.4-RELEASE #7: Fri May 13 07:58:48 CEST 2005 >Description: Patch file updated to process rule numbers above 999. Submitted by Michael Butler Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- fwlogwatch-1.0_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/fwlogwatch/Makefile /usr/ports/security/fwlogwatch.update/Makefile --- /usr/ports/security/fwlogwatch/Makefile Sun Feb 13 20:57:24 2005 +++ /usr/ports/security/fwlogwatch.update/Makefile Sun Aug 21 18:20:21 2005 @@ -8,7 +8,7 @@ PORTNAME= fwlogwatch PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 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 Mon Dec 13 19:19:22 2004 +++ /usr/ports/security/fwlogwatch.update/files/patch-ipfw.l Sun Aug 21 18:13:47 2005 @@ -1,11 +1,11 @@ --- ipfw.l.orig Sun Mar 21 10:42:55 2004 -+++ ipfw.l Sat Dec 11 16:57:23 2004 ++++ ipfw.l Tue Jun 14 14:10:11 2005 @@ -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; }; ++" /"?"kernel: ipfw: "{NUMBER} { xstrncpy(opt.line->chainlabel, ipfwtext+14, 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_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508211621.j7LGLg5G002293>