diff options
author | Cy Schubert <cy@FreeBSD.org> | 2007-05-23 15:47:59 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2007-05-23 15:47:59 +0000 |
commit | 6fd3e0d617fba44e3511358f05a39cb489161603 (patch) | |
tree | 3beac2ba9c0b0c4bddb9e7641ec81bfcf10688b5 /security/fwanalog | |
parent | bdaf48957bc6ad634f4ad6dace901f9d654d84b9 (diff) | |
download | ports-6fd3e0d617fba44e3511358f05a39cb489161603.tar.gz ports-6fd3e0d617fba44e3511358f05a39cb489161603.zip |
Notes
Diffstat (limited to 'security/fwanalog')
-rw-r--r-- | security/fwanalog/Makefile | 2 | ||||
-rw-r--r-- | security/fwanalog/files/patch-fwanalog.sh | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/security/fwanalog/Makefile b/security/fwanalog/Makefile index 29a8f1ea0a42..b4cc0911b9bd 100644 --- a/security/fwanalog/Makefile +++ b/security/fwanalog/Makefile @@ -7,7 +7,7 @@ PORTNAME= fwanalog PORTVERSION= 0.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://tud.at/programm/fwanalog/ diff --git a/security/fwanalog/files/patch-fwanalog.sh b/security/fwanalog/files/patch-fwanalog.sh new file mode 100644 index 000000000000..64d1b465e3dd --- /dev/null +++ b/security/fwanalog/files/patch-fwanalog.sh @@ -0,0 +1,11 @@ +--- fwanalog.sh.orig Tue May 22 20:44:50 2007 ++++ fwanalog.sh Tue May 22 20:49:10 2007 +@@ -993,7 +993,7 @@ + fi + + # 1 2 3 4 5 6 7 8 9 10 11 12 13 +- $perl -pwe "s!^(\d+) +(\w+) +(\d+) ([0-9:]+) .+(Deny|Reject) ([\w-]+) ([0-9.]+):(\d*) ([0-9.]+):(\d*) ([\w-]+) ([\w-]+) ([\w-]+)\$!\$7 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/\$6/\$10/ HTTP/1.0\" 200 1 \"http://\$8/\" \"\" 0 \$13 !" \$outdir/fwanalog.current.withyear > $outdir/fwanalog.current.log ++ $perl -pwe "s!^(\d+) +(\w+) +(\d+) ([0-9:]+) .+(Deny|Reject) ([\w-]+) ([0-9.]+):(\d*) ([0-9.]+):(\d*) ([\w-]+) ([\w-]+) ([\w-]+)\$!\$7 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/\$6/\$10/ HTTP/1.0\" 200 1 \"http://\$8/\" \"\" 0 \$13 !" $outdir/fwanalog.current.withyear > $outdir/fwanalog.current.log + + # $outdir/fwanalog.current.log now contains the data in the Analog URL format. + } |