From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 9 14:50:30 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D96116A4E7 for ; Thu, 9 Nov 2006 14:50:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B39143D75 for ; Thu, 9 Nov 2006 14:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kA9EoTOe058333 for ; Thu, 9 Nov 2006 14:50:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kA9EoTbO058332; Thu, 9 Nov 2006 14:50:29 GMT (envelope-from gnats) Resent-Date: Thu, 9 Nov 2006 14:50:29 GMT Resent-Message-Id: <200611091450.kA9EoTbO058332@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Mitchell Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3A0116A416 for ; Thu, 9 Nov 2006 14:48:23 +0000 (UTC) (envelope-from dom@happygiraffe.net) Received: from happygiraffe.net (happygiraffe.net [81.6.215.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 596A243D68 for ; Thu, 9 Nov 2006 14:48:23 +0000 (GMT) (envelope-from dom@happygiraffe.net) Received: from localhost (localhost.happygiraffe.net [127.0.0.1]) by happygiraffe.net (Postfix) with ESMTP id D9146B8C9 for ; Thu, 9 Nov 2006 14:46:20 +0000 (GMT) Received: from happygiraffe.net ([127.0.0.1]) by localhost (gimli.happygiraffe.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id JWQMZBz6fros for ; Thu, 9 Nov 2006 14:46:20 +0000 (GMT) Received: by happygiraffe.net (Postfix, from userid 1001) id 63433B8C4; Thu, 9 Nov 2006 14:46:20 +0000 (GMT) Message-Id: <20061109144620.63433B8C4@happygiraffe.net> Date: Thu, 9 Nov 2006 14:46:20 +0000 (GMT) From: Dominic Mitchell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/105339: new port: www/mod_security2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dominic Mitchell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2006 14:50:30 -0000 >Number: 105339 >Category: ports >Synopsis: new port: www/mod_security2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 09 14:50:28 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD gimli.happygiraffe.net 6.1-STABLE FreeBSD 6.1-STABLE #5: Tue May 9 08:45:02 BST 2006 root@gimli.happygiraffe.net:/usr/obj/usr/src/sys/GIMLI i386 Apache 2.2.3 >Description: This is a new port for the latest version of mod_security. I've added it as a new port since it no longer works with Apache 1.3. >How-To-Repeat: n/a >Fix: Here's the shar file. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mod_security2 # mod_security2/Makefile # mod_security2/distinfo # mod_security2/pkg-descr # echo c - mod_security2 mkdir -p mod_security2 > /dev/null 2>&1 echo x - mod_security2/Makefile sed 's/^X//' >mod_security2/Makefile << 'END-of-mod_security2/Makefile' X# New ports collection makefile for: mod_security2 X# Date created: 9 November 2006 X# Whom: Dominic Mitchell X# X# $FreeBSD$ X# X XPORTNAME= mod_security XPORTVERSION= 2.0.3 XCATEGORIES= www security XMASTER_SITES= http://www.modsecurity.org/download/ XDISTNAME= ${PORTNAME:S/_//}-apache_${PORTVERSION} X XMAINTAINER= dom@happygiraffe.net XCOMMENT= An intrusion detection and prevention engine X XUSE_APACHE= 2.0+ XAP_FAST_BUILD= yes XAP_GENPLIST= yes XWRKSRCTOP= ${WRKDIR}/${DISTNAME} XWRKSRC= ${WRKSRCTOP}/apache2 XSRC_FILE= *.c XPORTDOCS= * XDOCS= CHANGES LICENSE README.TXT modsecurity.conf-minimal doc X X.if defined(WITH_LIBXML2) XAP_EXTRAS+= -DWITH_LIBXML2 XAP_INC= ${LOCALBASE}/include/libxml2 XAP_LIB= ${LOCALBASE}/lib XUSE_GNOME= libxml2 X.endif X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @(cd ${WRKSRCTOP} && ${TAR} cf - ${DOCS}) | (cd ${DOCSDIR} && ${TAR} xpof -) X.endif X X.include END-of-mod_security2/Makefile echo x - mod_security2/distinfo sed 's/^X//' >mod_security2/distinfo << 'END-of-mod_security2/distinfo' XMD5 (modsecurity-apache_2.0.3.tar.gz) = 7993fd01121c6562cc4e3829ba343f94 XSHA256 (modsecurity-apache_2.0.3.tar.gz) = dcf0c70ab6fc0326e03666acb006f92b59434787881f7c220e30e7519dbb417f XSIZE (modsecurity-apache_2.0.3.tar.gz) = 302451 END-of-mod_security2/distinfo echo x - mod_security2/pkg-descr sed 's/^X//' >mod_security2/pkg-descr << 'END-of-mod_security2/pkg-descr' XModSecurity is an embeddable web application firewall. It provides Xprotection from a range of attacks against web applications and allows Xfor HTTP traffic monitoring and real-time analysis with no changes to Xexisting infrastructure. X XIt is also an open source project that aims to make the web application Xfirewall technology available to everyone. X XWWW: http://www.modsecurity.org/ END-of-mod_security2/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: