From owner-cvs-all@FreeBSD.ORG Tue Nov 29 12:47:08 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B17D1065670; Tue, 29 Nov 2011 12:47:08 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A8A48FC14; Tue, 29 Nov 2011 12:47:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pATCl74c035975; Tue, 29 Nov 2011 12:47:07 GMT (envelope-from scheidell@repoman.freebsd.org) Received: (from scheidell@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pATCl7xx035954; Tue, 29 Nov 2011 12:47:07 GMT (envelope-from scheidell) Message-Id: <201111291247.pATCl7xx035954@repoman.freebsd.org> From: Michael Scheidell Date: Tue, 29 Nov 2011 12:47:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/snortsam Makefile ports/security/snortsam/files patch-ssp_ipfw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2011 12:47:08 -0000 scheidell 2011-11-29 12:47:07 UTC FreeBSD ports repository Modified files: security/snortsam Makefile Added files: security/snortsam/files patch-ssp_ipfw2.c Log: - on some (amd64, 7.4 at least), return from successful system call - was generating a 0x4700. system calls sb short (0xff) - this patch masks the 0xff bits only, and is safe for all disto - Also sent upstream to author - Maintainer Timeout PR: 161383 Approved by: urisso@bsd.com.br (maintainer timeout) gabor (mentor) Feature safe: yes Revision Changes Path 1.5 +1 -0 ports/security/snortsam/Makefile 1.1 +13 -0 ports/security/snortsam/files/patch-ssp_ipfw2.c (new)