From owner-svn-ports-head@freebsd.org Sat Jan 19 08:01:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06087149C219; Sat, 19 Jan 2019 08:01:41 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B2A36D201; Sat, 19 Jan 2019 08:01:40 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F754FB96; Sat, 19 Jan 2019 08:01:40 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0J81e0B073161; Sat, 19 Jan 2019 08:01:40 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0J81etH073160; Sat, 19 Jan 2019 08:01:40 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201901190801.x0J81etH073160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 19 Jan 2019 08:01:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490712 - head/www/mod_security X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/mod_security X-SVN-Commit-Revision: 490712 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9B2A36D201 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.947,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2019 08:01:41 -0000 Author: joneum Date: Sat Jan 19 08:01:40 2019 New Revision: 490712 URL: https://svnweb.freebsd.org/changeset/ports/490712 Log: Take Maintainership Approved by: WH (walter@lifeforms.nl - maintainer via private eMail) Sponsored by: Netzkommune GmbH differential revision: --this line, and those below, will be ignored-- > description of fields to fill in above: 76 columns --| > pr: if and which problem report is related. > submitted by: if someone else sent in the change. > reported by: if someone else reported the issue. > reviewed by: if someone else reviewed your modification. > approved by: if you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization (each collaborator). > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Empty fields above will be automatically removed. M mod_security/Makefile Modified: head/www/mod_security/Makefile Modified: head/www/mod_security/Makefile ============================================================================== --- head/www/mod_security/Makefile Sat Jan 19 07:43:52 2019 (r490711) +++ head/www/mod_security/Makefile Sat Jan 19 08:01:40 2019 (r490712) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.modsecurity.org/tarball/${POR PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/_//:S/2//}-${PORTVERSION} -MAINTAINER= walter@lifeforms.nl +MAINTAINER= joneum@FreeBSD.org COMMENT= Intrusion detection and prevention engine LICENSE= APACHE20