summaryrefslogtreecommitdiffstats
path: root/testing/sshguard/parser.patch
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2012-02-23 20:45:53 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2012-02-23 20:45:53 +0000
commit263dddb3205e221f0f42aa8f3d4fefd1e58a0772 (patch)
tree12537f106679ed0e973f5e4dc92f3adff6b12b9e /testing/sshguard/parser.patch
parent8ad232a8ec169af538a4664f90761191eeb71bce (diff)
parentd6bf8e6ceffe191bda5bb535d5f9f9d118f3daea (diff)
downloadaports-263dddb3205e221f0f42aa8f3d4fefd1e58a0772.tar.bz2
aports-263dddb3205e221f0f42aa8f3d4fefd1e58a0772.tar.xz
Merge branch 'master' of git://git.alpinelinux.org/aports
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 51f9915e1..000000000
--- 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;