diff options
author | leeym <leeym@FreeBSD.org> | 2005-09-07 01:20:34 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-09-07 01:20:34 +0800 |
commit | 9e2d4404f3f31f27499bdba1e306701d60820275 (patch) | |
tree | 7ea6285935dfb7add4996c38201b30b9eda7ec70 /security/fwlogwatch | |
parent | 789eb3227a923831e885496545547101fb61aaae (diff) | |
download | freebsd-ports-gnome-9e2d4404f3f31f27499bdba1e306701d60820275.tar.gz freebsd-ports-gnome-9e2d4404f3f31f27499bdba1e306701d60820275.tar.zst freebsd-ports-gnome-9e2d4404f3f31f27499bdba1e306701d60820275.zip |
- Patch file updated to process rule numbers above 999.
- remove redundant entries in pkg-plist
PR: 85189
Submitted by: Michael Butler
Reviewed by: Michael Ranner <mranner@inode.at> (maintainer)
Diffstat (limited to 'security/fwlogwatch')
-rw-r--r-- | security/fwlogwatch/Makefile | 2 | ||||
-rw-r--r-- | security/fwlogwatch/files/patch-ipfw.l | 2 | ||||
-rw-r--r-- | security/fwlogwatch/pkg-plist | 8 |
3 files changed, 2 insertions, 10 deletions
diff --git a/security/fwlogwatch/Makefile b/security/fwlogwatch/Makefile index 442fb6ec037a..16d52bfcfcf1 100644 --- a/security/fwlogwatch/Makefile +++ b/security/fwlogwatch/Makefile @@ -8,7 +8,7 @@ PORTNAME= fwlogwatch PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.kybs.de/boris/sw/ diff --git a/security/fwlogwatch/files/patch-ipfw.l b/security/fwlogwatch/files/patch-ipfw.l index 0204834eebba..9a8a09ed79e7 100644 --- a/security/fwlogwatch/files/patch-ipfw.l +++ b/security/fwlogwatch/files/patch-ipfw.l @@ -5,7 +5,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); diff --git a/security/fwlogwatch/pkg-plist b/security/fwlogwatch/pkg-plist index a839da47e939..3910a17bc4fa 100644 --- a/security/fwlogwatch/pkg-plist +++ b/security/fwlogwatch/pkg-plist @@ -10,11 +10,3 @@ share/locale/pt_BR/LC_MESSAGES/fwlogwatch.mo share/locale/sv/LC_MESSAGES/fwlogwatch.mo share/locale/zh_TW/LC_MESSAGES/fwlogwatch.mo share/locale/zh_CN/LC_MESSAGES/fwlogwatch.mo -@dirrm share/locale/zh_TW/LC_MESSAGES -@dirrm share/locale/zh_TW -@dirrm share/locale/zh_CN/LC_MESSAGES -@dirrm share/locale/zh_CN -@dirrm share/locale/sv/LC_MESSAGES -@dirrm share/locale/pt_BR/LC_MESSAGES -@dirrm share/locale/ja/LC_MESSAGES -@dirrm share/locale/de/LC_MESSAGES |