From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 15 14:29:20 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35058A51 for ; Wed, 15 Oct 2014 14:29:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B47FE34 for ; Wed, 15 Oct 2014 14:29:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9FETJRX019244 for ; Wed, 15 Oct 2014 14:29:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194381] New: [patch] security/bruteblock: make ipfw rule timeout work on arm Date: Wed, 15 Oct 2014 14:29:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ronald-lists@klop.ws X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: amdmi3@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2014 14:29:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194381 Bug ID: 194381 Summary: [patch] security/bruteblock: make ipfw rule timeout work on arm Product: Ports Tree Version: Latest Hardware: arm OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: amdmi3@FreeBSD.org Reporter: ronald-lists@klop.ws Assignee: amdmi3@FreeBSD.org Flags: maintainer-feedback?(amdmi3@FreeBSD.org) Created attachment 148339 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148339&action=edit patch for fixing the timeout on arm On my Sheevaplug arm system bruteblock sets the rule reset time always to 0. This is because utime (long long) is printed as an int. This also solves a warning from clang. I'm running: FreeBSD 11.0-CURRENT (SHEEVAPLUG) #3 r272028M: Thu Oct 9 02:25:25 CEST 2014 I also verified the port still works on my amd64 machine. The attachment can be put in ports/security/bruteblock/files. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer amdmi3@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.