summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-06-30 19:53:29 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-01 07:34:34 +0000
commit3871e9e589a8188cb81dd282fd52c935b0ecc447 (patch)
tree69ec4f8bc4152c8e6ee8e10335fd1aa9b1adb892 /app-admin/sshguard
parentapp-admin/setools: remove unused patches (diff)
downloadgentoo-3871e9e589a8188cb81dd282fd52c935b0ecc447.tar.gz
gentoo-3871e9e589a8188cb81dd282fd52c935b0ecc447.tar.bz2
gentoo-3871e9e589a8188cb81dd282fd52c935b0ecc447.zip
app-admin/sshguard: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/1804 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-admin/sshguard')
-rw-r--r--app-admin/sshguard/files/sshguard-1.5-day-starts-with-0.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-admin/sshguard/files/sshguard-1.5-day-starts-with-0.patch b/app-admin/sshguard/files/sshguard-1.5-day-starts-with-0.patch
deleted file mode 100644
index a8f9ad090019..000000000000
--- a/app-admin/sshguard/files/sshguard-1.5-day-starts-with-0.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/parser/attack_scanner.l
-+++ b/src/parser/attack_scanner.l
-@@ -72,7 +72,7 @@
-
-
- MONTH (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)
--DAYNO [1-9][0-9]?
-+DAYNO [0-9][0-9]?
- HOUR (0|1)[0-9]|2[0-4]
- MINPS [0-5][0-9]
- WORD [a-zA-Z0-9][-_a-zA-Z0-9]+