From cbb244e0dc7d1a227d88680aa4e2d9d03839f2b3 Mon Sep 17 00:00:00 2001 From: Jin Choi Date: Sun, 18 Sep 2011 12:06:18 -0400 Subject: 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 --- Library/Formula/sshguard.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/sshguard.rb b/Library/Formula/sshguard.rb index 6a9b027bb..166fde815 100644 --- a/Library/Formula/sshguard.rb +++ b/Library/Formula/sshguard.rb @@ -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}", -- cgit v1.2.3