aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sshguard/parser.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-12 10:11:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-12 10:11:21 +0000
commitb1c23cfe8fff7571899e39ed6dd2a9cf3043fd39 (patch)
tree6f617fc0217566edb7bcb7d0f8d00808a3305ef5 /testing/sshguard/parser.patch
parent5d7f87f856d5ab5c13148f781a309af5c9ceff02 (diff)
downloadaports-b1c23cfe8fff7571899e39ed6dd2a9cf3043fd39.tar.bz2
aports-b1c23cfe8fff7571899e39ed6dd2a9cf3043fd39.tar.xz
main/sshguard: moved from testing
Diffstat (limited to 'testing/sshguard/parser.patch')
-rw-r--r--testing/sshguard/parser.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/sshguard/parser.patch b/testing/sshguard/parser.patch
deleted file mode 100644
index 51f9915e18..0000000000
--- a/testing/sshguard/parser.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- sshguard-1.5/src/parser/attack_scanner.l
-+++ sshguard-1.5-mod/src/parser/attack_scanner.l
-@@ -107,7 +107,7 @@
- */
-
- /* handle entries with PID and without PID from processes other than sshguard */
--{TIMESTAMP_SYSLOG}[ ]+([a-zA-Z0-9]|{WORD}|{HOSTADDR})[ ]+{PROCESSNAME}"["{NUMBER}"]: "{SOLARIS_MSGID_TAG}? {
-+{TIMESTAMP_SYSLOG}[ ]+([a-zA-Z0-9]|{WORD}|{HOSTADDR})[ ]+([a-zA-Z0-9]|{WORD}|{HOSTADDR})[ ]+{PROCESSNAME}"["{NUMBER}"]: "{SOLARIS_MSGID_TAG}? {
- /* extract PID */
- yylval.num = getsyslogpid(yytext, yyleng);
- return SYSLOG_BANNER_PID;