Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/files/
Date: Fri, 01 Jul 2016 08:02:48
Message-Id: 1467358474.3871e9e589a8188cb81dd282fd52c935b0ecc447.monsieurp@gentoo
1 commit: 3871e9e589a8188cb81dd282fd52c935b0ecc447
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 30 17:53:29 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 07:34:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3871e9e5
7
8 app-admin/sshguard: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/1804
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-admin/sshguard/files/sshguard-1.5-day-starts-with-0.patch | 11 -----------
15 1 file changed, 11 deletions(-)
16
17 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
18 deleted file mode 100644
19 index a8f9ad0..0000000
20 --- a/app-admin/sshguard/files/sshguard-1.5-day-starts-with-0.patch
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 ---- a/src/parser/attack_scanner.l
24 -+++ b/src/parser/attack_scanner.l
25 -@@ -72,7 +72,7 @@
26 -
27 -
28 - MONTH (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)
29 --DAYNO [1-9][0-9]?
30 -+DAYNO [0-9][0-9]?
31 - HOUR (0|1)[0-9]|2[0-4]
32 - MINPS [0-5][0-9]
33 - WORD [a-zA-Z0-9][-_a-zA-Z0-9]+