From owner-cvs-ports@FreeBSD.ORG Sat Apr 21 15:29:30 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26BF7106566C; Sat, 21 Apr 2012 15:29:30 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC8FB8FC0C; Sat, 21 Apr 2012 15:29:29 +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 q3LFTTN9031338; Sat, 21 Apr 2012 15:29:29 GMT (envelope-from ohauer@repoman.freebsd.org) Received: (from ohauer@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3LFTTtf031337; Sat, 21 Apr 2012 15:29:29 GMT (envelope-from ohauer) Message-Id: <201204211529.q3LFTTtf031337@repoman.freebsd.org> From: Olli Hauer Date: Sat, 21 Apr 2012 15:29:29 +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/pulledpork Makefile ports/security/pulledpork/files patch-svn-r230-r241 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Apr 2012 15:29:30 -0000 ohauer 2012-04-21 15:29:29 UTC FreeBSD ports repository Modified files: security/pulledpork Makefile Added files: security/pulledpork/files patch-svn-r230-r241 Log: - update to svn revision 241 (v0.6.2dev) Bug Fixes: - Bug #79 - Fixed race condition that did not allow for disabled rules to be modified using modifysid These rules would then be enabled by flowbit dependency check and be unmodified - Bug #77 - Adjusted chown property of archive::tar - Bug #78 - Adjusted per bug report to allow for proper ignoring of preproc.rules - Bug #102 - Only Enabled rules are written to sid-msg.map now when -E flag is specified - Bug #99 - Doc Bug, updated docs associated with snort_version variable - Bug #96 - Modified code to allow for same-line traling comments: "1:10011 #can haz disable!" Also updated the rulestate files (enable,disable,drop) - Bug #82 - Modified run order to force modifysid to run before all other sid state modification routines This allows for sid changes to be made prior to automatic state determination ala automatic flowbit resolution. NOTE that this DOES NOT AND WILL NOT disable automatic flowbit resolution, this is a critical piece. - Bug #81 - Updated valid SO distro pre-compiled list New Features / changes: - Bug #105 - Removed Switch function as it is deprecated in > 5.12 perl Changelog: http://code.google.com/p/pulledpork/source/browse/trunk/doc/README.CHANGES?r=241 Revision Changes Path 1.12 +1 -1 ports/security/pulledpork/Makefile 1.1 +285 -0 ports/security/pulledpork/files/patch-svn-r230-r241 (new)