sshguard: Fix abort on first usage with -b

Using the -b flag for the first time will create the specified
blacklist database file, then abort.  This bug has been reported to
upstream since 2011-03-28, but no new version has been released since
then.

Upstream bug report:
http://sourceforge.net/tracker/?func=detail&aid=3252151&group_id=188282&atid=924685

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jin Choi 2011-09-18 12:06:18 -04:00 committed by Adam Vandenberg
parent 78cc04d2c1
commit d89dfae513
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@ class Sshguard < Formula
homepage 'http://www.sshguard.net/'
md5 '11b9f47f9051e25bdfe84a365c961ec1'
def patches
# Fix blacklist flag (-b) so that it doesn't abort on first usage.
# Upstream bug report:
# http://sourceforge.net/tracker/?func=detail&aid=3252151&group_id=188282&atid=924685
"https://sourceforge.net/tracker/download.php?group_id=188282&atid=924685&file_id=405677&aid=3252151"
end
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",